summaryrefslogtreecommitdiff
path: root/source4/dsdb/samdb/ldb_modules/samldb.c
AgeCommit message (Expand)AuthorFilesLines
2007-10-10r25553: Convert to standard bool type.Jelmer Vernooij1-1/+1
2007-10-10r24914: In response to bug #4892 by Matthias Wallnöfer <mwallnoefer@yahoo.de>,Andrew Bartlett1-17/+4
2007-10-10r24696: Fix bug 4918 reported by Matthias Wallnöfer <mwallnoefer@yahoo.de>Andrew Bartlett1-37/+40
2007-10-10r23792: convert Samba4 to GPLv3Andrew Tridgell1-3/+2
2007-10-10r20728: the DSDB_CONTROL_REPLICATED_OBJECT_OID control isn't used anymoreStefan Metzmacher1-5/+0
2007-10-10r20580: pass the DSDB_CONTROL_REPLICATED_OBJECT_OID with the ldb_add requestStefan Metzmacher1-0/+5
2007-10-10r20315: Implement the server side of DsGetDomainControllerInfo. This is aAndrew Bartlett1-36/+1
2007-10-10r20034: Start using ldb_search_exp_fmt()Simo Sorce1-11/+6
2007-10-10r19832: better prototypes for the linearization functions:Simo Sorce1-5/+5
2007-10-10r19831: Big ldb_dn optimization and interfaces enhancement patchSimo Sorce1-6/+6
2007-10-10r19732: The 'res' from ldb_search is only valid if the call returns LDB_SUCCESS.Andrew Bartlett1-3/+6
2007-10-10r19531: Make struct ldb_dn opaque and local to ldb_dn.cSimo Sorce1-13/+13
2007-10-10r19489: Change ldb_msg_add_value and ldb_msg_add_empty to take a foruth argum...Simo Sorce1-1/+1
2007-10-10r19330: Fix memleaksSimo Sorce1-1/+1
2007-10-10r19328: another leak plugged ....Andrew Tridgell1-1/+1
2007-10-10r17823: get rid of most of the samdb_base_dn() calls, as they are no longerAndrew Tridgell1-2/+2
2007-10-10r17788: fix compiler warningsStefan Metzmacher1-3/+3
2007-10-10r17529: Simo doesn't like the use of the internal ldb_errstring in functionsAndrew Bartlett1-8/+28
2007-10-10r17516: Change helper function names to make more clear what they are meant t...Simo Sorce1-1/+1
2007-10-10r17514: Simplify the way to set ldb errors and add anotherSimo Sorce1-30/+38
2007-10-10r17186: "async" word abuse clean-up part 2Simo Sorce1-1/+1
2007-10-10r16860: Fix (and reactivate) the RPC-SAMR test. We need to allow these sidsAndrew Bartlett1-5/+3
2007-10-10r16854: Fix the RPC-SAMR-PASSWORDS test. It failed because we allocated usersAndrew Bartlett1-1/+3
2007-10-10r16831: Use a valid memory context (found by the IBM checker).Andrew Bartlett1-2/+2
2007-10-10r16827: Factor out some code into common samdb functions:Andrew Bartlett1-149/+24
2007-10-10r16264: Add, but do not yet enable, the partitions module.Andrew Bartlett1-1/+1
2007-10-10r16227: Don't segfault if the ldb_search() fails.Andrew Bartlett1-2/+5
2007-10-10r16159: Even more work on samldb error reporting. Make sure to get theAndrew Bartlett1-34/+31
2007-10-10r16129: Further clean up the samldb module.Andrew Bartlett1-42/+52
2007-10-10r16108: Fixes from working with the partition module.Andrew Bartlett1-12/+17
2007-10-10r16069: Remove unused destructor and an unused variable.Andrew Bartlett1-9/+0
2007-10-10r16061: Prove that removing the objectClass list in the samldb module breaks ...Andrew Bartlett1-3/+0
2007-10-10r16042: Fix crashbug caused by incorret error reporting.Simo Sorce1-12/+12
2007-10-10r16036: Add a couple of new functions to corretly deal with timeouts.Simo Sorce1-1/+3
2007-10-10r16022: ooops, a bit too aggressive commit :-)Simo Sorce1-1/+1
2007-10-10r16021: While studying how to make samldb really async I found a critical sit...Simo Sorce1-29/+29
2007-10-10r15942: Remove the sync internal ldb calls altogether.Simo Sorce1-79/+22
2007-10-10r15927: Optimize ldb module traverse while keeping the API intact.Simo Sorce1-3/+1
2007-10-10r15795: Try to use the async code by defaultSimo Sorce1-8/+28
2007-10-10r15789: hmm, damn, testing uncovcer all your bugs :-)Simo Sorce1-16/+2
2007-10-10r15783: Fix previous commit, was the wrong way to deal with the problemSimo Sorce1-26/+24
2007-10-10r15782: More fixes for async casesSimo Sorce1-14/+34
2007-10-10r15639: fix warningsStefan Metzmacher1-1/+1
2007-10-10r15582: Commit some forgotten stuff that have been setting on my private tree...Simo Sorce1-9/+1
2007-10-10r14860: create libcli/security/security.hStefan Metzmacher1-1/+1
2007-10-10r14464: Don't include ndr_BASENAME.h files unless strictly required, insteadJelmer Vernooij1-0/+1
2007-10-10r14401: Let samldb intercept the async requests.Simo Sorce1-0/+86
2007-10-10r13924: Split more prototypes out of include/proto.h + initial work on headerJelmer Vernooij1-0/+2
2007-10-10r13786: [merge] Add registration functions for LDB modulesJelmer Vernooij1-16/+9
2007-10-10r13615: Make ldb_set_errstring get ldb instead of module as parameter.Simo Sorce1-6/+12