summaryrefslogtreecommitdiffstats
path: root/source4/lib/ldb
Commit message (Expand)AuthorAgeFilesLines
* r7338: let it be possible to run sqlite3 tests when it is compiled inSimo Sorce2007-10-103-3/+26
* r7336: make --with-sqlite3=auto possibleStefan Metzmacher2007-10-101-6/+4
* r7334: I do not feel oblidged to use sqlite3 when I configure ldap support :-)Simo Sorce2007-10-101-1/+1
* r7332: added note to self for required modificationDerrell Lipman2007-10-101-0/+1
* r7316: work in progressDerrell Lipman2007-10-101-147/+237
* r7293: Turn sqlite3 support off by default, use --with-sqlite3 to re-enable.Andrew Bartlett2007-10-101-3/+4
* r7292: Fix up the build system support for derrell's sqlite3 ldb backend.Andrew Bartlett2007-10-102-5/+19
* r7287: work in progress. no more time to work on this right now. save lates...Derrell Lipman2007-10-102-6/+55
* r7286: add prototype for public connect function in ldb_sqlite3Derrell Lipman2007-10-101-0/+3
* r7283: add sqlite3.m4Derrell Lipman2007-10-101-0/+49
* r7282: ldb_sqlite3 work in progress.Derrell Lipman2007-10-105-253/+288
* r7281: removing documentDerrell Lipman2007-10-101-0/+0
* r7280: taking advantage of previous research. this is documentation on which...Derrell Lipman2007-10-101-0/+0
* r7276: - moved static tdb function ltdb_dn_fold() into common/ so that it can beDerrell Lipman2007-10-1010-641/+453
* r7260: save current schema before I blow it away to try something differentDerrell Lipman2007-10-101-14/+14
* r7239: add a little testSimo Sorce2007-10-101-0/+1
* r7133: work in progress, including a HIGHLY revised and simplified schemaDerrell Lipman2007-10-102-215/+366
* r7116: work in progressDerrell Lipman2007-10-103-126/+237
* r7114: Convert ldb documentation to DocBook/XMLJelmer Vernooij2007-10-104-135/+273
* r7113: Move manpages from docs repository to source repositoryJelmer Vernooij2007-10-106-0/+622
* r6984: added tree representation documentation and utility code, to be used f...Derrell Lipman2007-10-105-3/+1928
* r6967: fixed the new multi-value dn=@ATTRIBUTES so it actually works :-)Andrew Tridgell2007-10-101-4/+6
* r6956: added start of ldb_sqlite3 workDerrell Lipman2007-10-103-0/+1216
* r6937: some minor fixes and updatesStefan Metzmacher2007-10-101-13/+15
* r6935: don't do three things at a time :-)Simo Sorce2007-10-101-2/+2
* r6934: thanks to HotaruT for pointing out skel.c was not in line with the res...Simo Sorce2007-10-101-6/+20
* r6931: declare this to avoid warnings until we have loadable modulesSimo Sorce2007-10-101-0/+1
* r6867: this code will change the way the @ATTRIBUTES object is handledSimo Sorce2007-10-108-33/+93
* r6833: split out the routine that calculates the diff between two ldb message...Andrew Tridgell2007-10-103-43/+63
* r6829: include the talloc autoconf tests when building ldb standaloneAndrew Tridgell2007-10-101-0/+2
* r6817: - fixed empty ldap search elements in filtersAndrew Tridgell2007-10-101-1/+1
* r6790: Use config.h file for ldb and add test for stdint.hJelmer Vernooij2007-10-104-2/+10
* r6759: let us have a wildcard attribute so that we can set a default for all ...Simo Sorce2007-10-101-1/+7
* r6560: added a tdb_chainlock_read() call in ldb_search(). This guaranteesAndrew Tridgell2007-10-103-0/+43
* r6546: Fix ldb standalone buildJelmer Vernooij2007-10-102-2/+20
* r6487: Use autoconf for standalone build of tdbJelmer Vernooij2007-10-101-1/+1
* r6486: Add 'make install' and pkg-config file.Jelmer Vernooij2007-10-103-1/+22
* r6485: Move LDAP detection M4 file and use it for the standalone ldb buildJelmer Vernooij2007-10-102-0/+90
* r6481: change download instructions to include tdb and tallocAndrew Tridgell2007-10-101-2/+6
* r6480: fixed whitespace typoAndrew Tridgell2007-10-101-1/+1
* r6479: - added a simple web pageAndrew Tridgell2007-10-103-1/+88
* r6470: Remove ldb_search_free() it is not needed anymore.Simo Sorce2007-10-1016-83/+13
* r6442: Add mechanism for configuring ldb independantly of the rest ofJelmer Vernooij2007-10-103-22/+25
* r6360: Quieten unused variable warning.Tim Potter2007-10-101-1/+1
* r6118: Make it so that we can do --with-zlib=no in configure and also a coupleRichard Sharpe2007-10-101-1/+1
* r6087: - remove the dlopen code for now (before it goes back, it needs to beAndrew Tridgell2007-10-101-44/+1
* r6086: default to stderr for error messages in ldb, so we get errors in ldb_c...Andrew Tridgell2007-10-101-1/+1
* r5769: Fix unused variable warning.Tim Potter2007-10-101-1/+1
* r5670: simplify and clarify ldb_modules.c codeSimo Sorce2007-10-103-143/+155
* r5665: the data within el2->values can still be used at this point, so don't ...Andrew Tridgell2007-10-101-1/+0