summaryrefslogtreecommitdiffstats
path: root/source4/lib/ldb/common
Commit message (Expand)AuthorAgeFilesLines
* r12600: Add a new module to sort the objectclass attribute on store. TheAndrew Bartlett2007-10-101-0/+1
* r12599: This new LDB module (and associated changes) allows Samba4 to operateAndrew Bartlett2007-10-101-0/+1
* r12553: Steal the error string onto this context, so that the caller doesn'tAndrew Bartlett2007-10-101-1/+1
* r12534: Make the transaction code fill the error string on failure.Andrew Bartlett2007-10-101-3/+30
* r12361: Add a new function: ldb_binary_encode_string()Andrew Bartlett2007-10-101-0/+13
* r12157: ldb_dump_results() is useful to call from within gdb, so you can see aAndrew Tridgell2007-10-101-0/+17
* r11958: - fixed memory leaks in the ldb_result handling in ldb operationsAndrew Tridgell2007-10-101-63/+66
* r11953: enabled the rootdse module in the ldb modules codeAndrew Tridgell2007-10-101-0/+1
* r11594: ensure ldb_search() sets *res to NULL on failure (some of the updatedAndrew Tridgell2007-10-101-0/+2
* r11567: Ldb API change patch.Simo Sorce2007-10-102-152/+113
* r11378: Fix an uninitialized variable warning. Tridge, I'm 99.999% sure this ...Volker Lendecke2007-10-101-1/+1
* r11364: added a ldb_attr_dn() function for testing if an attribute name isAndrew Tridgell2007-10-102-4/+14
* r11353: a bit of an improvement to the ldb_tdb error handlingAndrew Tridgell2007-10-101-20/+22
* r11109: fixed the error code return from most ldb functions (the change to useAndrew Tridgell2007-10-101-6/+16
* r10980: Use ldb_attr_cmp and ldb_dn_escape_valueAndrew Bartlett2007-10-101-6/+6
* r10959: fix compiler warningsStefan Metzmacher2007-10-101-2/+3
* r10957: make a comment clearerAndrew Tridgell2007-10-101-1/+1
* r10956: Tridge thought some comments might be a good idea :-)Andrew Bartlett2007-10-101-2/+14
* r10954: added support for canonicalName in the operational module, using theAndrew Tridgell2007-10-101-0/+13
* r10953: Add a new function to form a canonicalName out of a DN to ldb_dn.cAndrew Bartlett2007-10-101-0/+55
* r10918: - fixed standalone ldb buildAndrew Tridgell2007-10-102-5/+6
* r10917: copy the element name in a ldb_msg_rename_attr() and ldb_msg_copy_att...Andrew Tridgell2007-10-101-5/+9
* r10916: - finished the 'operational' ldb moduleAndrew Tridgell2007-10-102-28/+45
* r10915: added a standard attribute handler for a ldap UTC time stringAndrew Tridgell2007-10-102-11/+53
* r10914: moved the ldap time string functions into ldb so they can be used byAndrew Tridgell2007-10-101-0/+43
* r10913: This patch isn't as big as it looks ...Andrew Tridgell2007-10-108-63/+195
* r10897: added in a hackish ldb proxy module that I am using to experiment withAndrew Tridgell2007-10-101-0/+1
* r10895: allow 'dn=string' searches to work again. Windows doesn't allow these,Andrew Tridgell2007-10-101-7/+2
* r10894: make the handling of dn/distinguishedName much closer to realAndrew Tridgell2007-10-102-2/+7
* r10790: allow updating of existing ldb opaque values (thanks to abartlet forAndrew Tridgell2007-10-101-1/+11
* r10759: make modules easier to write by allowing modules to only implement theAndrew Tridgell2007-10-102-48/+72
* r10757: remove the proxy module (it is not complete yet)Andrew Tridgell2007-10-101-1/+0
* r10756: another fix for the construction of expressions from subtrees forAndrew Tridgell2007-10-101-4/+6
* r10755: fixed the construction of expressions from subtrees for SUBSTRING sea...Andrew Tridgell2007-10-101-1/+8
* r10753: don't require every ldb module to implement both a search_bytree() andAndrew Tridgell2007-10-103-18/+37
* r10665: fixed some crash errors and an error encoding AND and OR operations i...Andrew Tridgell2007-10-101-3/+16
* r10603: neaten up the ldb module initialisation codeAndrew Tridgell2007-10-101-63/+29
* r10477: expose transactions outside ldb and change the API once moreSimo Sorce2007-10-103-30/+88
* r10312: fix compiler warningStefan Metzmacher2007-10-101-1/+1
* r10305: start implementing better error handlingSimo Sorce2007-10-102-9/+34
* r10304: check for basic ldb_message sanity and return appropriateSimo Sorce2007-10-102-13/+55
* r10303: check no attribute is given emptySimo Sorce2007-10-101-0/+5
* r10299: remove the public (un)lock functions and introduce a transaction basedSimo Sorce2007-10-102-23/+39
* r10250: the comparison is caseless so we must caseless subtractSimo Sorce2007-10-101-1/+1
* r10231: seem I flipped these, fix.Simo Sorce2007-10-101-2/+2
* r9929: Fix indentationAndrew Bartlett2007-10-101-2/+2
* r9928: ncName is a DN, and needs to use DN matching rules.Andrew Bartlett2007-10-101-0/+1
* r9771: - Prevent ldb crash when a invalid DN is addedJelmer Vernooij2007-10-103-2/+8
* r9766: Prevent erroneous OOM messageJelmer Vernooij2007-10-101-1/+1
* r9685: Add tests for samba3sam mapping moduleJelmer Vernooij2007-10-101-0/+11