summaryrefslogtreecommitdiffstats
path: root/source4/lib/ldb
Commit message (Expand)AuthorAgeFilesLines
...
* r10377: Save configuration stuff to sconf.cache so it isn't annoyingly runTim Potter2007-10-101-5/+8
* r10366: More scons fixes. Building et, asn1, lex and yacc files sort-of works...Jelmer Vernooij2007-10-101-0/+1
* r10336: Add sconscript for a couple more subsystems.Jelmer Vernooij2007-10-101-12/+20
* r10330: Add SConscript to more subsystems. Some of the tdb tools build now.Jelmer Vernooij2007-10-101-0/+29
* r10312: fix compiler warningStefan Metzmacher2007-10-101-1/+1
* r10305: start implementing better error handlingSimo Sorce2007-10-1016-354/+310
* r10304: check for basic ldb_message sanity and return appropriateSimo Sorce2007-10-104-14/+59
* r10303: check no attribute is given emptySimo Sorce2007-10-101-0/+5
* r10302: Introduce ldap like error codesSimo Sorce2007-10-101-0/+91
* r10301: fix standalone compiple after tdb changesSimo Sorce2007-10-101-1/+4
* r10299: remove the public (un)lock functions and introduce a transaction basedSimo Sorce2007-10-1013-275/+232
* r10277: do not ovverride LIKE, thanks to derrel I found out how to doSimo Sorce2007-10-101-26/+24
* r10253: a fairly large tdb cleanup and re-organise. Nearly all of this changeAndrew Tridgell2007-10-101-1/+1
* r10251: some more work on ldb_sqlite3Simo Sorce2007-10-105-247/+282
* r10250: the comparison is caseless so we must caseless subtractSimo Sorce2007-10-101-1/+1
* r10236: fix (C) noteSimo Sorce2007-10-101-0/+1
* r10233: add commented PRAGMA to avoid fsyncsSimo Sorce2007-10-101-2/+8
* r10232: Some work on ldb_sqlite3.Simo Sorce2007-10-102-2026/+1377
* 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