summaryrefslogtreecommitdiffstats
path: root/source4/lib/ldb/common
Commit message (Expand)AuthorAgeFilesLines
* ldb: fix the standalone buildStefan Metzmacher2008-03-182-6/+6
* Merge branch 'v4-0-test' of git://git.samba.org/samba into 4-0-localAndrew Bartlett2008-02-212-57/+83
|\
| * Fix static module list generation for ldb.Jelmer Vernooij2008-02-201-1/+0
| * Remove more function-based inits.Jelmer Vernooij2008-02-202-56/+69
| * Allow ldb backends without init function, use init function-less ldb modules.Jelmer Vernooij2008-02-202-2/+16
* | Until the new ldb changes land, make ldb_wait set the error string.Andrew Bartlett2008-02-211-1/+7
|/
* r26580: Include sentinel in build.h, in case the list is empty.Jelmer Vernooij2007-12-241-2/+3
* r26577: Fix the standalone ldb build.Jelmer Vernooij2007-12-241-11/+8
* r26576: Allow the static module loading code to be used for the Python modules.Jelmer Vernooij2007-12-241-1/+1
* r26540: Revert my previous commit after concerns raised by Andrew.Jelmer Vernooij2007-12-211-1/+1
* r26539: Remove unnecessary statics.Jelmer Vernooij2007-12-211-1/+1
* r26529: Indeed, this belongs in the schema module. Ranged results need to useAndrew Bartlett2007-12-211-5/+0
* r26481: Make function for loading symbol from DSO more generic, and allow mod...Jelmer Vernooij2007-12-212-11/+25
* r26410: Remove unnecessary static.Jelmer Vernooij2007-12-211-1/+1
* r26301: Collapose ldb_next_init() into being a caller of ldb_init_module_chainAndrew Bartlett2007-12-211-14/+10
* r26299: Print out which module failed to initialise.Andrew Bartlett2007-12-211-1/+1
* r26192: Handle, test and implement the style of extended_dn requiest that MMC...Andrew Bartlett2007-12-211-9/+17
* r25962: Move to more modern ldb functions loading module list.Andrew Bartlett2007-12-211-11/+12
* r25934: Handle a LDB_ERR_NO_SUCH_OBJECT return value when looking for theAndrew Bartlett2007-12-211-13/+16
* r25933: LDB: Don't free errstring until after the printf, in case it is one ofAndrew Bartlett2007-12-211-1/+3
* r25857: IndentAndrew Bartlett2007-12-211-1/+2
* r25856: If the search fails, it is not valid to steal 'res'.Andrew Bartlett2007-12-211-6/+7
* r25843: Finish check-soloading.Jelmer Vernooij2007-12-211-1/+1
* r25755: Fix a couple of memory leaks, in particular a new leak onto the NULLAndrew Bartlett2007-12-211-2/+4
* r25630: Allow "NULL" as memory context, for consistency with the rest of the ...Jelmer Vernooij2007-12-211-1/+1
* r25218: After discussion with Simo, remove the subclass support from LDB.Andrew Bartlett2007-10-102-139/+1
* r25215: replace talloc_append_string() with talloc_strdup_append_buffer()Stefan Metzmacher2007-10-101-14/+6
* r25084: Move samba-specific code out of lib/ldb directory.Jelmer Vernooij2007-10-101-1/+0
* r25081: Add modules_dir member to ldb_context that is used rather than a globalJelmer Vernooij2007-10-102-13/+11
* r24566: Remove trailing newlines in ldb_debug(), these are not required.Andrew Bartlett2007-10-101-2/+2
* r24261: Fix the standalone ldb build after I moved the objectclass module out.Andrew Bartlett2007-10-101-2/+0
* r23993: Attempt to fix bug #4808, reported by mwallnoefer@yahoo.de. The issueAndrew Bartlett2007-10-101-1/+4
* r23798: updated old Temple Place FSF addresses to new URLAndrew Tridgell2007-10-1013-27/+13
* r23795: more v2->v3 conversionAndrew Tridgell2007-10-1012-12/+12
* r23560: - Activate metze's schema modules (from metze's schema-loading-13 pat...Andrew Bartlett2007-10-101-2/+10
* r22989: allow '@foo' attributes searchable as we allow '@foo' attributesStefan Metzmacher2007-10-101-0/+4
* r22789: fix loading of internal samba4 modulesStefan Metzmacher2007-10-101-3/+3
* r22750: dlopen() is always available now (and returns a correct error if not ...Jelmer Vernooij2007-10-101-5/+0
* r22696: Make sure this is an ascii charSimo Sorce2007-10-101-0/+12
* r22694: It seems that AIX 5.3 with XLC has difficulties with <ctype.h>. This isVolker Lendecke2007-10-101-1/+1
* r22681: Fix standalone ldb build when parent directory name != ldb.Jelmer Vernooij2007-10-1013-27/+15
* r22557: Simo has long bugged me that the paths in the sam.ldb partitions wereAndrew Bartlett2007-10-101-1/+11
* r22474: If ldb does not return sucess, then the res variable may not be valid.Andrew Bartlett2007-10-101-2/+0
* r21761: - Give more detail on LDAP client library failures (make it clearAndrew Bartlett2007-10-101-1/+1
* r21760: Try to pin down were some errors are coming from. Ensure we at leastAndrew Bartlett2007-10-101-8/+25
* r21736: Fix the smbclient test to do something more interesting with the lastAndrew Bartlett2007-10-101-0/+3
* r21496: A number of ldb control and LDAP changes, surrounding theAndrew Bartlett2007-10-101-5/+442
* r20952: when a component is changed we need to rebuild the linearized stringStefan Metzmacher2007-10-101-0/+1
* r20852: add a function to add a ldb control to a ldb_requestStefan Metzmacher2007-10-101-0/+28
* r20761: let ldb modules call ldb_set_default_dns()Stefan Metzmacher2007-10-101-1/+1