summaryrefslogtreecommitdiffstats
path: root/source4/lib/ldb
Commit message (Expand)AuthorAgeFilesLines
* r10231: seem I flipped these, fix.Simo Sorce2007-10-101-2/+2
* r10038: Update instructions on using gcov with ldbJelmer Vernooij2007-10-101-9/+5
* r9948: Be a bit less verboseJelmer Vernooij2007-10-101-1/+1
* 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
* r9918: Fix two copy-n-paste bugs that were preventing the modificationJelmer Vernooij2007-10-102-3/+3
* r9915: Some more mappings. Fix weird sAMAccountName values.Jelmer Vernooij2007-10-101-4/+32
* r9912: Fix another bug in ldb_map.Jelmer Vernooij2007-10-102-72/+97
* r9908: Generate posixUser and posixGroup as wellJelmer Vernooij2007-10-101-55/+61
* r9899: Be more conservative about what is sent to the remote server in ldb_map.Jelmer Vernooij2007-10-102-167/+350
* r9881: I can't believe this can make a difference...Tim Potter2007-10-101-2/+2
* r9880: Convert remaining initialisers to more portable form. This shouldTim Potter2007-10-101-6/+10
* r9879: A quick check to see if nested initialisers (?) is portable across theTim Potter2007-10-101-1/+5
* r9857: Fix rename/delete issuesJelmer Vernooij2007-10-101-11/+24
* r9854: Finish ldb_map testsuiteJelmer Vernooij2007-10-101-13/+12
* r9842: More error checks in the ldb_map modules, extend testsuiteJelmer Vernooij2007-10-101-44/+99
* r9835: Make ldb_map compile in the stand-alone LDB buildJelmer Vernooij2007-10-103-44/+48
* r9813: Conver testsuite for samba3sam module to EJSJelmer Vernooij2007-10-101-61/+0
* r9789: Patch from Volker that fixes the build on AIX.Jelmer Vernooij2007-10-101-21/+32
* r9786: Move ldb_map into ldb/modules/Jelmer Vernooij2007-10-106-864/+3
* r9775: r11607@blu: tridge | 2005-08-30 12:16:19 +1000Andrew Tridgell2007-10-101-2/+2
* r9771: - Prevent ldb crash when a invalid DN is addedJelmer Vernooij2007-10-103-2/+8
* r9770: Couple other bugfixesJelmer Vernooij2007-10-103-26/+48
* 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