summaryrefslogtreecommitdiff
path: root/source4/lib/ldb/common
AgeCommit message (Expand)AuthorFilesLines
2009-09-08s4/ldb: expose the ldb flags with ldb_get_flags()Andrew Tridgell1-0/+6
2009-09-08s4/ldb: don't line wrap ldif when --show-binary is usedAndrew Tridgell1-4/+9
2009-09-08s4/ldb: added --show-binary command line optionAndrew Tridgell1-2/+6
2009-09-04ldb: make ldb module programming less error proneAndrew Tridgell1-0/+14
2009-09-03always use prepare_commit in ldb transaction commits if possibleAndrew Tridgell2-6/+50
2009-09-02don't allow two controls to be added with the same OIDAndrew Tridgell1-1/+7
2009-09-02added ldb_ldif_message_string()Andrew Tridgell1-0/+16
2009-08-30ldb: cosmetic changes in ldb_dnSimo Sorce1-193/+292
2009-08-26s4:ldb Add ldb_ldif_write_string() and python wrappersAndrew Bartlett1-0/+40
2009-08-21s4:ldb Use length-limited printf to avoid walking off end of stringsAndrew Bartlett1-1/+1
2009-08-14s4:ldb - Free the asynchronous resultMatthias Dieter Wallnöfer1-0/+2
2009-08-07make sure we never look past the end of either string in ldb_comparison_fold()Andrew Tridgell1-26/+44
2009-07-23s4:ldb: add support for the new Recycle Bin Feature LDAP controlsStefan Metzmacher1-0/+54
2009-07-14remove all '\n' from ldb_debugSumit Bose5-20/+21
2009-07-06s4:ldb Fix talloc hirarchy in LDIF parsing codeAndrew Bartlett1-3/+3
2009-06-29ldb: Properly handle NULL when copying attr lists.Andrew Kroeger1-4/+4
2009-06-10fixed server side sorting of case-insensitive stringsAndrew Tridgell1-3/+0
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