summaryrefslogtreecommitdiffstats
path: root/source4/lib/ldb/common
Commit message (Expand)AuthorAgeFilesLines
* s4:ldb: allow nested events until the code is fixed to avoid themStefan Metzmacher2009-03-121-1/+3
* s4:ldb: setup tevent debug functions on a selfcreated event contextStefan Metzmacher2009-03-121-0/+35
* Fix headers, ldb_includes.h is a private header,Simo Sorce2009-02-231-4/+1
* Make all transactions nested in ldb. The current samba4 code expects thisSimo Sorce2009-02-231-59/+73
* Explicitly include ldb_handlers.h where necessarySimo Sorce2009-01-301-0/+1
* Add helper function to get a module name, may be useful for debugging.Simo Sorce2009-01-301-0/+5
* Fix the mess with ldb includes.Simo Sorce2009-01-3013-13/+63
* s4:ldb: remove dependency to samba4's events wrapperStefan Metzmacher2009-01-211-3/+10
* s4:lib/tevent: rename structsStefan Metzmacher2008-12-291-4/+4
* Small cosmetic LDB patch regarding return values.Matthias Dieter Wallnöfer2008-12-192-3/+3
* s4:ldb: make it possible to return per entry controlsAndrew Bartlett2008-12-172-1/+25
* s4:ldb: use try to print the extended dn in the ldif outputAndrew Bartlett2008-12-171-2/+4
* 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