summaryrefslogtreecommitdiffstats
path: root/source4/lib/ldb/common
Commit message (Expand)AuthorAgeFilesLines
* s4:ldb: add infrastructure for extended dn handlersAndrew Bartlett2008-12-172-58/+442
* Merge branch 'master' of ssh://git.samba.org/data/git/sambaAndrew Tridgell2008-12-031-2/+4
|\
| * Print unconvertable ldb element values as base64.Andrew Bartlett2008-11-171-2/+4
* | don't give errors when an empty modules list is given to ldbAndrew Tridgell2008-11-061-2/+9
|/
* Use ldb_dn_from_ldb_val to avoid possible over-run of the value.Andrew Bartlett2008-11-043-6/+6
* Revert "Length comparison of the linearized version is not correct."Simo Sorce2008-10-301-0/+3
* Length comparison of the linearized version is not correct.Simo Sorce2008-10-291-3/+0
* Transform the sequence_number operation into a normal extended operation as i...Simo Sorce2008-10-162-25/+29
* s4:lib/ldb: fix stupid <SID=...> dn parsing bugsStefan Metzmacher2008-10-021-2/+2
* 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