summaryrefslogtreecommitdiff
path: root/source4/dsdb/samdb/ldb_modules/samldb.c
AgeCommit message (Expand)AuthorFilesLines
2009-08-11s4:samldb module - Remove duplicate lineMatthias Dieter Wallnöfer1-1/+0
2009-08-07fixed several places that unnecessarily take a reference to the event contextAndrew Tridgell1-4/+0
2009-07-13libds: merge the UF<->ACB flag mapping functions.Günther Deschner1-4/+4
2009-07-02we can't use the unique index code for samAccountNameAndrew Tridgell1-7/+74
2009-06-01we don't need the unique checks in the samldb code nowAndrew Tridgell1-162/+2
2009-01-30Fix all other modules to use ldb_module.h instead of ldb_private.hSimo Sorce1-63/+113
2008-12-29s4:lib/tevent: rename structsStefan Metzmacher1-1/+1
2008-12-17s4:samldb: make use of dom_sid_split_rid()Andrew Bartlett1-4/+3
2008-12-17s4:samldb: improve error stringsAndrew Bartlett1-6/+8
2008-10-20Make sure prototypes are always included, make some functions static andJelmer Vernooij1-2/+2
2008-10-11Fix include paths to new location of libutil.Jelmer Vernooij1-1/+1
2008-09-29s4:samldb: use the code path with async ldbStefan Metzmacher1-43/+4
2008-09-29LDB ASYNC: samba4 modulesSimo Sorce1-527/+1106
2008-09-23Merge ldb_search() and ldb_search_exp_fmt() into a simgle function.Simo Sorce1-5/+5
2008-08-21Don't maniplate control entries in samldbAndrew Bartlett1-0/+4
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