summaryrefslogtreecommitdiffstats
path: root/source4/lib/ldb
Commit message (Expand)AuthorAgeFilesLines
* r9686: Another round of bugfixes. Works somewhat now, when running under valg...Jelmer Vernooij2007-10-102-12/+102
* r9685: Add tests for samba3sam mapping moduleJelmer Vernooij2007-10-107-5/+434
* r9672: Fix build for compilers that don't like undefined-length arrays at the...Jelmer Vernooij2007-10-102-20/+15
* r9671: patch from Kai Blin fixing a bug in our base64 encoderAndrew Tridgell2007-10-101-3/+4
* r9625: Get rid of "duplicate const" warning.Tim Potter2007-10-101-1/+1
* r9621: Bunch of bug fixes. Add 'format' option to samba3dump (text,summary,ldif)Jelmer Vernooij2007-10-101-2/+1
* r9616: Finish ldb_map module (still needs a lot of testing though...)Jelmer Vernooij2007-10-102-46/+485
* r9595: Add ldb map moduleJelmer Vernooij2007-10-104-50/+271
* r9591: - Remove empty fileJelmer Vernooij2007-10-102-1/+30
* r9451: some fixes now core.schema and cosine.schema are also read properlySimo Sorce2007-10-101-5/+29
* r9447: Add a new tool to convert openLdap schema files into an ldifSimo Sorce2007-10-104-7/+604
* r9446: clean up old test fileSimo Sorce2007-10-101-559/+37
* r9438: Add initial files for ldb_mapJelmer Vernooij2007-10-102-0/+58
* r9394: avoid to use BOOL in ldbSimo Sorce2007-10-102-8/+4
* r9393: Fix ldb standalone buildSimo Sorce2007-10-102-0/+6
* r9392: Fix ldb_dn_compose to make build farm happySimo Sorce2007-10-102-5/+22
* r9391: Convert all the code to use struct ldb_dn to ohandle ldap like disting...Simo Sorce2007-10-1029-422/+959
* r9387: regedit uses "New Key #nn" for newly created keys, which conflicts wit...Andrew Tridgell2007-10-102-1/+2
* r9318: fix searches with scope ONE and SUB,Stefan Metzmacher2007-10-102-1/+5
* r8966: Simplify the makefile generation system a bit.Jelmer Vernooij2007-10-101-0/+7
* r8917: Better support for extended ldap search operationsSimo Sorce2007-10-101-0/+2
* r8810: Fix missing headers. Still doesn't fix the build but getting closer th...Rafal Szczesniak2007-10-101-0/+1
* r8779: Add rdn module to makefile and headersSimo Sorce2007-10-103-2/+5
* r8740: Extend the rdn_name module to handle adding the rdn as an attribute. ie:Andrew Bartlett2007-10-101-1/+26
* r8736: this fixes the ldb speed (raises BENCH-WINS from 15 ops/sec to over 4000)Andrew Tridgell2007-10-101-0/+7
* r8669: The objectguid module belongs in Samba's ldb module collection, not inAndrew Bartlett2007-10-103-234/+5
* r8668: fixed a segv during upgrade of a very old ldb.Andrew Tridgell2007-10-101-0/+5
* r8667: Further simply the provision script, by removing the 'name' attribute.Andrew Bartlett2007-10-104-21/+311
* r8659: return ldif formatted attributes in the ejs ldb search call, so sids s...Andrew Tridgell2007-10-102-3/+3
* r8650: Use the timestamps and a new objectguid module rather than placingAndrew Bartlett2007-10-103-0/+239
* r8625: move the ldb_wrap logic into the ldb code. This logic is meant toAndrew Tridgell2007-10-105-24/+130
* r8601: fixed null termination in ltdb connect errorAndrew Tridgell2007-10-101-1/+1
* r8600: fixed null termination on some error messages in ldbAndrew Tridgell2007-10-101-3/+3
* r8585: add to ldb and ldap comparison functionalitySimo Sorce2007-10-105-257/+420
* r8529: Matching against the wrong unionSimo Sorce2007-10-101-2/+3
* r8520: fixed a pile of warnings from the build farm gcc -Wall output onAndrew Tridgell2007-10-101-1/+1
* r8517: fixed a crash bug in ldb_dn_compare_base()Andrew Tridgell2007-10-101-2/+4
* r8515: ldb_dn_cmp now uses ldb_dn_compare so that the DNs are comparedSimo Sorce2007-10-105-16/+35
* r8490: make the ldb tests more portableAndrew Tridgell2007-10-103-3/+3
* r8485: - be friendly to shells other than bashAndrew Tridgell2007-10-103-3/+6
* r8414: Some C++ friendlyness fixes - 'not' is apparently a keyword in C++.Tim Potter2007-10-103-5/+5
* r8394: Make sure the argument to ctype is*(3) macros are unsigned char asLove Hörnquist Åstrand2007-10-104-10/+12
* r8377: forgot an ldif testSimo Sorce2007-10-101-0/+4
* r8373: New wildcard matching code.Simo Sorce2007-10-1014-203/+413
* r8364: fixed a valgrind bug spotted by simoAndrew Tridgell2007-10-101-1/+1
* r8342: allow ldb_ldif_read_string() to continue in the string, so you canAndrew Tridgell2007-10-102-4/+7
* r8228: fix compiler warningsStefan Metzmacher2007-10-101-9/+9
* r8224: - add objectGUID ldif_handlerStefan Metzmacher2007-10-101-14/+140
* r8146: fix compiler warningStefan Metzmacher2007-10-101-7/+5
* r8084: do not leak memory on errorsSimo Sorce2007-10-102-8/+6