r25920: ndr: change NTSTAUS into enum ndr_err_code (samba4 callers)
[jelmer/samba4-debian.git] / source / dsdb / samdb / ldb_modules / samldb.c
2007-12-21 Stefan Metzmacherr25920: ndr: change NTSTAUS into enum ndr_err_code...
2007-12-21 Stefan Metzmacherr25780: fix bool return
2007-12-21 Stefan MetzmacherMerge commit 'release-4-0-0alpha1' into v4-0-test
2007-12-21 Andrew Bartlettr24916: (merge to release branch)
2007-10-10 Jelmer Vernooijr25553: Convert to standard bool type.
2007-10-10 Andrew Bartlettr24914: In response to bug #4892 by Matthias Wallnöfer...
2007-10-10 Andrew Bartlettr24696: Fix bug 4918 reported by Matthias Wallnöfer...
2007-10-10 Andrew Tridgellr23792: convert Samba4 to GPLv3
2007-10-10 Stefan Metzmacherr20728: the DSDB_CONTROL_REPLICATED_OBJECT_OID control...
2007-10-10 Stefan Metzmacherr20580: pass the DSDB_CONTROL_REPLICATED_OBJECT_OID...
2007-10-10 Andrew Bartlettr20315: Implement the server side of DsGetDomainControl...
2007-10-10 Simo Sorcer20034: Start using ldb_search_exp_fmt()
2007-10-10 Simo Sorcer19832: better prototypes for the linearization functions:
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 Simo Sorcer19531: Make struct ldb_dn opaque and local to ldb_dn.c
2007-10-10 Simo Sorcer19489: Change ldb_msg_add_value and ldb_msg_add_empty...
2007-10-10 Simo Sorcer19330: Fix memleaks
2007-10-10 Andrew Tridgellr19328: another leak plugged ....
2007-10-10 Andrew Tridgellr17823: get rid of most of the samdb_base_dn() calls...
2007-10-10 Stefan Metzmacherr17788: fix compiler warnings
2007-10-10 Andrew Bartlettr17529: Simo doesn't like the use of the internal ldb_e...
2007-10-10 Simo Sorcer17516: Change helper function names to make more clear...
2007-10-10 Simo Sorcer17514: Simplify the way to set ldb errors and add...
2007-10-10 Simo Sorcer17186: "async" word abuse clean-up part 2
2007-10-10 Andrew Bartlettr16860: Fix (and reactivate) the RPC-SAMR test. We...
2007-10-10 Andrew Bartlettr16854: Fix the RPC-SAMR-PASSWORDS test. It failed...
2007-10-10 Andrew Bartlettr16831: Use a valid memory context (found by the IBM...
2007-10-10 Andrew Bartlettr16827: Factor out some code into common samdb functions:
2007-10-10 Andrew Bartlettr16264: Add, but do not yet enable, the partitions...
2007-10-10 Andrew Bartlettr16227: Don't segfault if the ldb_search() fails.
2007-10-10 Andrew Bartlettr16159: Even more work on samldb error reporting. ...
2007-10-10 Andrew Bartlettr16129: Further clean up the samldb module.
2007-10-10 Andrew Bartlettr16108: Fixes from working with the partition module.
2007-10-10 Andrew Bartlettr16069: Remove unused destructor and an unused variable.
2007-10-10 Andrew Bartlettr16061: Prove that removing the objectClass list in...
2007-10-10 Simo Sorcer16042: Fix crashbug caused by incorret error reporting.
2007-10-10 Simo Sorcer16036: Add a couple of new functions to corretly deal...
2007-10-10 Simo Sorcer16022: ooops, a bit too aggressive commit :-)
2007-10-10 Simo Sorcer16021: While studying how to make samldb really async...
2007-10-10 Simo Sorcer15942: Remove the sync internal ldb calls altogether.
2007-10-10 Simo Sorcer15927: Optimize ldb module traverse while keeping...
2007-10-10 Simo Sorcer15795: Try to use the async code by default
2007-10-10 Simo Sorcer15789: hmm, damn, testing uncovcer all your bugs :-)
2007-10-10 Simo Sorcer15783: Fix previous commit, was the wrong way to deal...
2007-10-10 Simo Sorcer15782: More fixes for async cases
2007-10-10 Stefan Metzmacherr15639: fix warnings
2007-10-10 Simo Sorcer15582: Commit some forgotten stuff that have been...
2007-10-10 Stefan Metzmacherr14860: create libcli/security/security.h
2007-10-10 Jelmer Vernooijr14464: Don't include ndr_BASENAME.h files unless stric...
2007-10-10 Simo Sorcer14401: Let samldb intercept the async requests.
2007-10-10 Jelmer Vernooijr13924: Split more prototypes out of include/proto...
2007-10-10 Jelmer Vernooijr13786: [merge] Add registration functions for LDB...
2007-10-10 Simo Sorcer13615: Make ldb_set_errstring get ldb instead of modul...
2007-10-10 Andrew Bartlettr13150: Correct comment.
2007-10-10 Andrew Bartlettr12998: A big update to samldb.c
2007-10-10 Andrew Bartlettr12943: Generate a SID for the domain join account...
2007-10-10 Simo Sorcer12743: Remove the ugly way we had to make a second...
2007-10-10 Simo Sorcer12733: Merge ldap/ldb controls into main tree
2007-10-10 Jelmer Vernooijr12658: Couple of fixes related to shared module builds.
2007-10-10 Jelmer Vernooijr12608: Remove some unused #include lines.
2007-10-10 Andrew Bartlettr12598: Make the 'objectClass' part of the templating...
2007-10-10 Jelmer Vernooijr12542: Move some more prototypes out to seperate headers
2007-10-10 Andrew Bartlettr12427: Move SAMR CreateUser2 to transactions, and...
2007-10-10 Andrew Tridgellr11592: fixed a crash bug from the ldb_result changes...
2007-10-10 Simo Sorcer11567: Ldb API change patch.
2007-10-10 Andrew Tridgellr10913: This patch isn't as big as it looks ...
2007-10-10 Andrew Tridgellr10759: make modules easier to write by allowing module...
2007-10-10 Andrew Tridgellr10753: don't require every ldb module to implement...
2007-10-10 Simo Sorcer10477: expose transactions outside ldb and change...
2007-10-10 Andrew Tridgellr10411: we don't need the 10 times retry on rid allocat...
2007-10-10 Simo Sorcer10306: change these modules to use new error API
2007-10-10 Simo Sorcer10300: forgot to change the dsdb modules function...
2007-10-10 Jelmer Vernooijr9793: Be more verbose, check for errors in upgrade...
2007-10-10 Jelmer Vernooijr9768: Arrrgh.. Right this time.
2007-10-10 Jelmer Vernooijr9767: Fix typo
2007-10-10 Simo Sorcer9391: Convert all the code to use struct ldb_dn to...
2007-10-10 Andrew Bartlettr8791: (missing from previous commit)
2007-10-10 Andrew Bartlettr8740: Extend the rdn_name module to handle adding...
2007-10-10 Andrew Bartlettr8674: With the rdn_name module, we don't need this...
2007-10-10 Andrew Bartlettr8666: The same fix as the last commit, I was caught...
2007-10-10 Andrew Bartlettr8664: I got caught out not testing...
2007-10-10 Andrew Bartlettr8663: Since simo constructed the samdb module, he...
2007-10-10 Andrew Bartlettr8660: Use templates for the initial provision of user...
2007-10-10 Andrew Bartlettr8650: Use the timestamps and a new objectguid module...
2007-10-10 Andrew Tridgellr8568: change missing templates to warnings, so that...
2007-10-10 Volker Lendecker8321: Fix some uninitalized variable warnings
2007-10-10 Andrew Tridgellr7925: small tidyup (please keep lines at a reasonable...
2007-10-10 Andrew Tridgellr7860: switch our ldb storage format to use a NDR encod...
2007-10-10 Andrew Tridgellr7527: - added a ldb_search_bytree() interface, which...
2007-10-10 Simo Sorcer6470: Remove ldb_search_free() it is not needed anymore.
2007-10-10 Simo Sorcer6084: - Introduce the samldb module dependency on...
2007-10-10 Simo Sorcer5588: We currently use a string representing an hex...
2007-10-10 Simo Sorcer5587: more work around the samldb module
2007-10-10 Simo Sorcer5584: add new experimental ldb module