summaryrefslogtreecommitdiff
path: root/source4/dsdb/samdb/ldb_modules/samldb.c
AgeCommit message (Expand)AuthorFilesLines
2008-04-17Specify event_context to ldb_wrap_connect explicitly.Jelmer Vernooij1-2/+1
2008-03-28Convert some more files to GPLv3.Andrew Kroeger1-1/+1
2008-03-14Allow more 'domain' objects when looking for a unqiue SID.Andrew Bartlett1-2/+2
2008-02-28Users and computers now share the same template.Andrew Bartlett1-35/+100
2008-02-20Fix use of some modules (needed _PUBLIC_).Jelmer Vernooij1-1/+1
2008-02-20Use struct-based rather than function-based initialization for ldb modules ev...Jelmer Vernooij1-7/+1
2008-01-26ldb: Add ldb_oom() calls in a couple of places.Jelmer Vernooij1-1/+5
2008-01-01r26638: libndr: Require explicitly specifying iconv_convenience for ndr_struc...Jelmer Vernooij1-1/+1
2007-12-21r26319: Split encoding functions out of libcli_ldap.Jelmer Vernooij1-1/+2
2007-12-21r26003: Split up DB_WRAP, as first step in an attempt to sanitize dependencies.Jelmer Vernooij1-1/+1
2007-12-21r25949: Make error messages clearer and more correct.Andrew Bartlett1-2/+2
2007-12-21r25940: Rework the samldb and templates handling.Andrew Bartlett1-35/+48
2007-12-21r25920: ndr: change NTSTAUS into enum ndr_err_code (samba4 callers)Stefan Metzmacher1-4/+5
2007-12-21r25780: fix bool returnStefan Metzmacher1-1/+1
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