summaryrefslogtreecommitdiffstats
path: root/source4/lib/ldb
Commit message (Expand)AuthorAgeFilesLines
* r9766: Prevent erroneous OOM messageJelmer Vernooij2007-10-101-1/+1
* r9751: Remove C version of samba3dump (the EJS version works nicely as well).Jelmer Vernooij2007-10-101-15/+44
* r9744: - [upgrade.js] Start working on smb.conf conversion.Jelmer Vernooij2007-10-104-59/+298
* r9728: A *major* update to the credentials system, to incorporate theAndrew Bartlett2007-10-101-2/+1
* r9718: Work a bit on the SWAT interfaceJelmer Vernooij2007-10-102-60/+50
* r9712: Bunch of small fixesJelmer Vernooij2007-10-101-1/+1
* r9699: Add as much attributes the current Samba4 SAM has to the mapping table...Jelmer Vernooij2007-10-101-5/+402
* r9698: Fix a bit of memory managementJelmer Vernooij2007-10-104-209/+354
* r9690: Extend test + fix several bugsJelmer Vernooij2007-10-103-11/+47
* r9689: valgrind-clean now. Editing works now mostly, you just lose half of yourJelmer Vernooij2007-10-102-59/+141
* 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