summaryrefslogtreecommitdiff
path: root/source4/lib/ldb/common
AgeCommit message (Expand)AuthorFilesLines
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
2007-10-10r10759: make modules easier to write by allowing modules to only implement theAndrew Tridgell2-48/+72
2007-10-10r10757: remove the proxy module (it is not complete yet)Andrew Tridgell1-1/+0
2007-10-10r10756: another fix for the construction of expressions from subtrees forAndrew Tridgell1-4/+6
2007-10-10r10755: fixed the construction of expressions from subtrees for SUBSTRING sea...Andrew Tridgell1-1/+8
2007-10-10r10753: don't require every ldb module to implement both a search_bytree() andAndrew Tridgell3-18/+37
2007-10-10r10665: fixed some crash errors and an error encoding AND and OR operations i...Andrew Tridgell1-3/+16
2007-10-10r10603: neaten up the ldb module initialisation codeAndrew Tridgell1-63/+29
2007-10-10r10477: expose transactions outside ldb and change the API once moreSimo Sorce3-30/+88
2007-10-10r10312: fix compiler warningStefan Metzmacher1-1/+1
2007-10-10r10305: start implementing better error handlingSimo Sorce2-9/+34
2007-10-10r10304: check for basic ldb_message sanity and return appropriateSimo Sorce2-13/+55
2007-10-10r10303: check no attribute is given emptySimo Sorce1-0/+5
2007-10-10r10299: remove the public (un)lock functions and introduce a transaction basedSimo Sorce2-23/+39
2007-10-10r10250: the comparison is caseless so we must caseless subtractSimo Sorce1-1/+1
2007-10-10r10231: seem I flipped these, fix.Simo Sorce1-2/+2
2007-10-10r9929: Fix indentationAndrew Bartlett1-2/+2
2007-10-10r9928: ncName is a DN, and needs to use DN matching rules.Andrew Bartlett1-0/+1
2007-10-10r9771: - Prevent ldb crash when a invalid DN is addedJelmer Vernooij3-2/+8
2007-10-10r9766: Prevent erroneous OOM messageJelmer Vernooij1-1/+1
2007-10-10r9685: Add tests for samba3sam mapping moduleJelmer Vernooij1-0/+11
2007-10-10r9671: patch from Kai Blin fixing a bug in our base64 encoderAndrew Tridgell1-3/+4
2007-10-10r9394: avoid to use BOOL in ldbSimo Sorce1-2/+2
2007-10-10r9393: Fix ldb standalone buildSimo Sorce1-0/+1
2007-10-10r9392: Fix ldb_dn_compose to make build farm happySimo Sorce1-4/+21
2007-10-10r9391: Convert all the code to use struct ldb_dn to ohandle ldap like disting...Simo Sorce6-78/+338
2007-10-10r9387: regedit uses "New Key #nn" for newly created keys, which conflicts wit...Andrew Tridgell1-1/+1
2007-10-10r9318: fix searches with scope ONE and SUB,Stefan Metzmacher2-1/+5
2007-10-10r8917: Better support for extended ldap search operationsSimo Sorce1-0/+2
2007-10-10r8669: The objectguid module belongs in Samba's ldb module collection, not inAndrew Bartlett1-5/+5
2007-10-10r8667: Further simply the provision script, by removing the 'name' attribute.Andrew Bartlett1-0/+10
2007-10-10r8650: Use the timestamps and a new objectguid module rather than placingAndrew Bartlett1-0/+10
2007-10-10r8600: fixed null termination on some error messages in ldbAndrew Tridgell1-3/+3
2007-10-10r8585: add to ldb and ldap comparison functionalitySimo Sorce2-225/+367
2007-10-10r8529: Matching against the wrong unionSimo Sorce1-2/+3
2007-10-10r8517: fixed a crash bug in ldb_dn_compare_base()Andrew Tridgell1-2/+4
2007-10-10r8515: ldb_dn_cmp now uses ldb_dn_compare so that the DNs are comparedSimo Sorce2-9/+23
2007-10-10r8414: Some C++ friendlyness fixes - 'not' is apparently a keyword in C++.Tim Potter2-4/+4
2007-10-10r8394: Make sure the argument to ctype is*(3) macros are unsigned char asLove Hörnquist Åstrand4-10/+12
2007-10-10r8373: New wildcard matching code.Simo Sorce4-129/+376
2007-10-10r8364: fixed a valgrind bug spotted by simoAndrew Tridgell1-1/+1
2007-10-10r8342: allow ldb_ldif_read_string() to continue in the string, so you canAndrew Tridgell1-3/+6
2007-10-10r8146: fix compiler warningStefan Metzmacher1-7/+5
2007-10-10r8084: do not leak memory on errorsSimo Sorce1-1/+1
2007-10-10r8083: check attribute type is valid (only ascii alphanum chars and '-' char)Simo Sorce1-0/+19
2007-10-10r8082: large rewite of ldb_dn.cSimo Sorce5-269/+226