summaryrefslogtreecommitdiff
path: root/source4/lib/ldb/common
AgeCommit message (Expand)AuthorFilesLines
2007-10-10r13609: Get in the initial work on making ldb asyncSimo Sorce2-11/+20
2007-10-10r13359: make sure we don't look at s[-1]Stefan Metzmacher1-1/+1
2007-10-10r13349: In the end I could not use ldb_caseless_cmpSimo Sorce1-19/+1
2007-10-10r13347: - Now we compare values with an optimized utf8Simo Sorce1-1/+34
2007-10-10r13335: Fix the build and add an utf8 safe ldb_hadler_fold functionSimo Sorce1-14/+42
2007-10-10r13333: revert previous commit I will use ldb_caseless_cmp in attrib_handlersSimo Sorce2-3/+36
2007-10-10r13328: After the attribute name check cleanup it turned up ldb_caseless_cmp()Simo Sorce2-22/+3
2007-10-10r13324: From now on check attribute names obey rfc2251Simo Sorce5-63/+87
2007-10-10r13278: remove a silly strcasecmp() replacementAndrew Tridgell1-9/+1
2007-10-10r12941: Add Attribute Scoped Search controlSimo Sorce1-0/+1
2007-10-10r12909: add an ldb module for the wins.ldb,Stefan Metzmacher1-0/+1
2007-10-10r12830: this can be constStefan Metzmacher1-1/+1
2007-10-10r12829: fix ldb headers, to not include '<...>' files in .c filesStefan Metzmacher13-53/+17
2007-10-10r12827: This was a very well concealed bug.Simo Sorce1-2/+9
2007-10-10r12770: Remove the alloca.h header as it is not used in the code afaicsSimo Sorce1-1/+0
2007-10-10r12748: Fix wrong handling of separation characters for RDNsSimo Sorce1-5/+15
2007-10-10r12746: An initial version of the kludge_acls module.Andrew Bartlett2-4/+7
2007-10-10r12743: Remove the ugly way we had to make a second stage init and introduceSimo Sorce2-10/+24
2007-10-10r12734: forgot to add qsortSimo Sorce1-0/+256
2007-10-10r12733: Merge ldap/ldb controls into main treeSimo Sorce4-1/+161
2007-10-10r12600: Add a new module to sort the objectclass attribute on store. TheAndrew Bartlett1-0/+1
2007-10-10r12599: This new LDB module (and associated changes) allows Samba4 to operateAndrew Bartlett1-0/+1
2007-10-10r12553: Steal the error string onto this context, so that the caller doesn'tAndrew Bartlett1-1/+1
2007-10-10r12534: Make the transaction code fill the error string on failure.Andrew Bartlett1-3/+30
2007-10-10r12361: Add a new function: ldb_binary_encode_string()Andrew Bartlett1-0/+13
2007-10-10r12157: ldb_dump_results() is useful to call from within gdb, so you can see aAndrew Tridgell1-0/+17
2007-10-10r11958: - fixed memory leaks in the ldb_result handling in ldb operationsAndrew Tridgell1-63/+66
2007-10-10r11953: enabled the rootdse module in the ldb modules codeAndrew Tridgell1-0/+1
2007-10-10r11594: ensure ldb_search() sets *res to NULL on failure (some of the updatedAndrew Tridgell1-0/+2
2007-10-10r11567: Ldb API change patch.Simo Sorce2-152/+113
2007-10-10r11378: Fix an uninitialized variable warning. Tridge, I'm 99.999% sure this ...Volker Lendecke1-1/+1
2007-10-10r11364: added a ldb_attr_dn() function for testing if an attribute name isAndrew Tridgell2-4/+14
2007-10-10r11353: a bit of an improvement to the ldb_tdb error handlingAndrew Tridgell1-20/+22
2007-10-10r11109: fixed the error code return from most ldb functions (the change to useAndrew Tridgell1-6/+16
2007-10-10r10980: Use ldb_attr_cmp and ldb_dn_escape_valueAndrew Bartlett1-6/+6
2007-10-10r10959: fix compiler warningsStefan Metzmacher1-2/+3
2007-10-10r10957: make a comment clearerAndrew Tridgell1-1/+1
2007-10-10r10956: Tridge thought some comments might be a good idea :-)Andrew Bartlett1-2/+14
2007-10-10r10954: added support for canonicalName in the operational module, using theAndrew Tridgell1-0/+13
2007-10-10r10953: Add a new function to form a canonicalName out of a DN to ldb_dn.cAndrew Bartlett1-0/+55
2007-10-10r10918: - fixed standalone ldb buildAndrew Tridgell2-5/+6
2007-10-10r10917: copy the element name in a ldb_msg_rename_attr() and ldb_msg_copy_att...Andrew Tridgell1-5/+9
2007-10-10r10916: - finished the 'operational' ldb moduleAndrew Tridgell2-28/+45
2007-10-10r10915: added a standard attribute handler for a ldap UTC time stringAndrew Tridgell2-11/+53
2007-10-10r10914: moved the ldap time string functions into ldb so they can be used byAndrew Tridgell1-0/+43
2007-10-10r10913: This patch isn't as big as it looks ...Andrew Tridgell8-63/+195
2007-10-10r10897: added in a hackish ldb proxy module that I am using to experiment withAndrew Tridgell1-0/+1
2007-10-10r10895: allow 'dn=string' searches to work again. Windows doesn't allow these,Andrew Tridgell1-7/+2
2007-10-10r10894: make the handling of dn/distinguishedName much closer to realAndrew Tridgell2-2/+7
2007-10-10r10790: allow updating of existing ldb opaque values (thanks to abartlet forAndrew Tridgell1-1/+11