Merge commit 'release-4-0-0alpha1' into v4-0-test
[kai/samba.git] / source / scripting / ejs / smbcalls_ldb.c
2007-12-21 Stefan MetzmacherMerge commit 'release-4-0-0alpha1' into v4-0-test
2007-10-10 Jelmer Vernooijr25554: Convert last instances of BOOL, True and False...
2007-10-10 Jelmer Vernooijr25446: Merge some changes I made on the way home from...
2007-10-10 Jelmer Vernooijr25027: Fix more warnings.
2007-10-10 Jelmer Vernooijr24667: Finally merge the registry improvements that...
2007-10-10 Andrew Tridgellr23792: convert Samba4 to GPLv3
2007-10-10 Stefan Metzmacherr22993: - make it possible to load a dsdb_schema from...
2007-10-10 Andrew Bartlettr21496: A number of ldb control and LDAP changes, surro...
2007-10-10 Simo Sorcer21351: Change ldb ejs bindings return codes.
2007-10-10 Simo Sorcer19831: Big ldb_dn optimization and interfaces enhancem...
2007-10-10 Andrew Bartlettr19732: The 'res' from ldb_search is only valid if...
2007-10-10 Andrew Tridgellr19297: fixed a leak in the ejs ldb interface
2007-10-10 Andrew Bartlettr16168: Make the example match the actual function.
2007-10-10 Andrew Tridgellr15731: module init functions should return NTSTATUS...
2007-10-10 Jelmer Vernooijr15581: Remove unused include
2007-10-10 Jelmer Vernooijr13924: Split more prototypes out of include/proto...
2007-10-10 Andrew Bartlettr12822: Given that talloc gives us this extra level...
2007-10-10 Andrew Bartlettr12746: An initial version of the kludge_acls module.
2007-10-10 Andrew Bartlettr12744: For correctly written scripts, we don't need...
2007-10-10 Andrew Bartlettr12708: This is equivilant, but doesn't cause a warning.
2007-10-10 Jelmer Vernooijr12699: correctly escape invalid DN characters (reporte...
2007-10-10 Andrew Tridgellr12323: fixeed the use of options.get_credentials(...
2007-10-10 Andrew Tridgellr12322: automatically use cmdline_credentials if the...
2007-10-10 Andrew Bartlettr12227: I realised that I wasn't yet seeing authenticat...
2007-10-10 Simo Sorcer11567: Ldb API change patch.
2007-10-10 Andrew Tridgellr11474: - enable ldb transactions from ejs
2007-10-10 Andrew Tridgellr11354: - generate a ejs error on bad ldif to add/modify
2007-10-10 Andrew Tridgellr10252: a recent checkin from simo changed the handling...
2007-10-10 Andrew Tridgellr10192: r11631@blu: tridge | 2005-08-30 23:06:37...
2007-10-10 Jelmer Vernooijr9915: Some more mappings. Fix weird sAMAccountName...
2007-10-10 Jelmer Vernooijr9842: More error checks in the ldb_map modules, extend...
2007-10-10 Jelmer Vernooijr9770: Couple other bugfixes
2007-10-10 Jelmer Vernooijr9762: Add support for reading good old smbpasswd files
2007-10-10 Andrew Tridgellr9706: r11042@blu: tridge | 2005-08-28 12:40:09 ...
2007-10-10 Andrew Tridgellr9566: fix an uninitialised variable
2007-10-10 Simo Sorcer9391: Convert all the code to use struct ldb_dn to...
2007-10-10 Andrew Tridgellr8659: return ldif formatted attributes in the ejs...
2007-10-10 Andrew Tridgellr8635: make object inheritance with the builtin objects...
2007-10-10 Andrew Tridgellr8602: allow options in ldb connect calls
2007-10-10 Andrew Tridgellr8569: delete is a js reserved word, so use del instead
2007-10-10 Andrew Tridgellr8557: expose ldb_errstring() in ldb ejs code
2007-10-10 Simo Sorcer8516: let us use all parameters of ldbsearch in ldb...
2007-10-10 Simo Sorcer8499: clearer function name
2007-10-10 Andrew Tridgellr8489: neaten up the object handling
2007-10-10 Andrew Tridgellr8488: after discussions with simo, moved to a full...
2007-10-10 Andrew Tridgellr8486: switched to a separate connection operation...
2007-10-10 Andrew Tridgellr8481: switched ldb ejs called over to an OO interface...
2007-10-10 Andrew Tridgellr8406: make sure we give an error in ldbAdd() if any...
2007-10-10 Andrew Tridgellr8399: move the ejs and esp code closer to the director...
2007-10-10 Andrew Tridgellr8340: - added sys_gmtime()
2007-10-10 Andrew Tridgellr8339: added ldbAdd(), ldbModify(), ldbDelete() and...
2007-10-10 Andrew Tridgellr8276: fixed the remaining memory leaks in smbscript...
2007-10-10 Tim Potterr7266: Split the different types of js function defines...