summaryrefslogtreecommitdiff
path: root/source4/lib/ldb/common
AgeCommit message (Expand)AuthorFilesLines
2009-06-01when comp_num is zero, the case folded DN is always ""Andrew Tridgell1-8/+2
2009-05-26s4:ldb:modules: Correct typos.Andrew Kroeger1-3/+1
2009-04-23Provide a ldb_global_init() function for compatibility with older versions of...Jelmer Vernooij1-0/+6
2009-04-07fixed internal handling of attribute deletionAndrew Tridgell1-13/+23
2009-04-02major upgrade to the ldb attribute handlingAndrew Tridgell2-7/+67
2009-03-12s4:ldb: allow nested events until the code is fixed to avoid themStefan Metzmacher1-1/+3
2009-03-12s4:ldb: setup tevent debug functions on a selfcreated event contextStefan Metzmacher1-0/+35
2009-02-23Fix headers, ldb_includes.h is a private header,Simo Sorce1-4/+1
2009-02-23Make all transactions nested in ldb. The current samba4 code expects thisSimo Sorce1-59/+73
2009-01-30Explicitly include ldb_handlers.h where necessarySimo Sorce1-0/+1
2009-01-30Add helper function to get a module name, may be useful for debugging.Simo Sorce1-0/+5
2009-01-30Fix the mess with ldb includes.Simo Sorce13-13/+63
2009-01-21s4:ldb: remove dependency to samba4's events wrapperStefan Metzmacher1-3/+10
2008-12-29s4:lib/tevent: rename structsStefan Metzmacher1-4/+4
2008-12-19Small cosmetic LDB patch regarding return values.Matthias Dieter Wallnöfer2-3/+3
2008-12-17s4:ldb: make it possible to return per entry controlsAndrew Bartlett2-1/+25
2008-12-17s4:ldb: use try to print the extended dn in the ldif outputAndrew Bartlett1-2/+4
2008-12-17s4:ldb: add infrastructure for extended dn handlersAndrew Bartlett2-58/+442
2008-12-03Merge branch 'master' of ssh://git.samba.org/data/git/sambaAndrew Tridgell1-2/+4
2008-11-17Print unconvertable ldb element values as base64.Andrew Bartlett1-2/+4
2008-11-06don't give errors when an empty modules list is given to ldbAndrew Tridgell1-2/+9
2008-11-04Use ldb_dn_from_ldb_val to avoid possible over-run of the value.Andrew Bartlett3-6/+6
2008-10-30Revert "Length comparison of the linearized version is not correct."Simo Sorce1-0/+3
2008-10-29Length comparison of the linearized version is not correct.Simo Sorce1-3/+0
2008-10-16Transform the sequence_number operation into a normal extended operation as i...Simo Sorce2-25/+29
2008-10-02s4:lib/ldb: fix stupid <SID=...> dn parsing bugsStefan Metzmacher1-2/+2
2008-09-29LDB ASYNC: Core filesSimo Sorce2-96/+349
2008-09-25Revert LDB return code patches from Matthias.Jelmer Vernooij5-28/+28
2008-09-24Cosmetic corrections for the LDB libraryMatthias Dieter Wallnöfer5-28/+28
2008-09-23Merge ldb_search() and ldb_search_exp_fmt() into a simgle function.Simo Sorce2-54/+29
2008-09-14Fix typo.Karolin Seeger1-1/+1
2008-09-06Always free tmp contexts before returningSimo Sorce1-0/+1
2008-08-22fixed a problem with length limited ldap valuesAndrew Tridgell2-16/+23
2008-08-21Don't walk past the end of ldb values.Andrew Bartlett2-10/+19
2008-08-21Don't allow a NULL syntaxAndrew Bartlett1-0/+4
2008-08-20don't overwrite fixed attributes with @ATTRIBUTESAndrew Tridgell1-0/+4
2008-08-20Merge commit 'origin/v4-0-test' into v4-0-testAndrew Tridgell1-3/+11
2008-08-20added a LDB_ATTR_FLAG_FIXED so the schema module can mark attributesAndrew Tridgell1-0/+5
2008-08-18Allow attributes to be overwritten, not just added toAndrew Bartlett1-3/+11
2008-06-30ldb: allow ldb modules to specify LDB_MODULE(name) or LDB_BACKEND(name)Stefan Metzmacher2-163/+198
2008-06-17Change our module code to not use the special symbol name init_module()Andrew Tridgell2-20/+0
2008-06-15Note that making ldb the event context parent seem to lead to races whenSimo Sorce1-1/+1
2008-06-15Now that we pass down the event context, start removing calls toSimo Sorce1-0/+2
2008-06-14Ups fix typo in error typeSimo Sorce1-2/+2
2008-06-14Cosmetic fixes.Simo Sorce1-88/+141
2008-06-14Make up the right dependencies now that ldb depends on libeventsSimo Sorce1-7/+27
2008-03-28Merge v4.0-testJelmer Vernooij1-1/+1
2008-03-18ldb: fix the standalone buildStefan Metzmacher2-6/+6
2008-02-25Fix use of realpath, fix init functions for ldb.Jelmer Vernooij1-5/+7
2008-02-25Fix standalone ldb build modules.Jelmer Vernooij1-5/+5