summaryrefslogtreecommitdiffstats
path: root/source4/lib/ldb/common
Commit message (Expand)AuthorAgeFilesLines
* LDB ASYNC: Core filesSimo Sorce2008-09-292-96/+349
* Revert LDB return code patches from Matthias.Jelmer Vernooij2008-09-255-28/+28
* Cosmetic corrections for the LDB libraryMatthias Dieter Wallnöfer2008-09-245-28/+28
* Merge ldb_search() and ldb_search_exp_fmt() into a simgle function.Simo Sorce2008-09-232-54/+29
* Fix typo.Karolin Seeger2008-09-141-1/+1
* Always free tmp contexts before returningSimo Sorce2008-09-061-0/+1
* fixed a problem with length limited ldap valuesAndrew Tridgell2008-08-222-16/+23
* Don't walk past the end of ldb values.Andrew Bartlett2008-08-212-10/+19
* Don't allow a NULL syntaxAndrew Bartlett2008-08-211-0/+4
* don't overwrite fixed attributes with @ATTRIBUTESAndrew Tridgell2008-08-201-0/+4
* Merge commit 'origin/v4-0-test' into v4-0-testAndrew Tridgell2008-08-201-3/+11
|\
| * Allow attributes to be overwritten, not just added toAndrew Bartlett2008-08-181-3/+11
* | added a LDB_ATTR_FLAG_FIXED so the schema module can mark attributesAndrew Tridgell2008-08-201-0/+5
|/
* ldb: allow ldb modules to specify LDB_MODULE(name) or LDB_BACKEND(name)Stefan Metzmacher2008-06-302-163/+198
* Change our module code to not use the special symbol name init_module()Andrew Tridgell2008-06-172-20/+0
* Note that making ldb the event context parent seem to lead to races whenSimo Sorce2008-06-151-1/+1
* Now that we pass down the event context, start removing calls toSimo Sorce2008-06-151-0/+2
* Ups fix typo in error typeSimo Sorce2008-06-141-2/+2
* Cosmetic fixes.Simo Sorce2008-06-141-88/+141
* Make up the right dependencies now that ldb depends on libeventsSimo Sorce2008-06-141-7/+27
* Merge v4.0-testJelmer Vernooij2008-03-281-1/+1
|\
| * ldb: fix the standalone buildStefan Metzmacher2008-03-182-6/+6
* | Fix use of realpath, fix init functions for ldb.Jelmer Vernooij2008-02-251-5/+7
* | Fix standalone ldb build modules.Jelmer Vernooij2008-02-251-5/+5
* | Merge branch 'v4-0-test' of ssh://git.samba.org/data/git/samba into v4-0-gmake3Jelmer Vernooij2008-02-252-58/+90
|\|
| * 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
| |/
* / Move responsibilities of build.h to makefile.Jelmer Vernooij2008-02-161-1/+0
|/
* 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