Age | Commit message (Expand) | Author | Files | Lines |
2007-10-10 | r7276: - moved static tdb function ltdb_dn_fold() into common/ so that it can be | Derrell Lipman | 10 | -641/+453 |
2007-10-10 | r7260: save current schema before I blow it away to try something different | Derrell Lipman | 1 | -14/+14 |
2007-10-10 | r7239: add a little test | Simo Sorce | 1 | -0/+1 |
2007-10-10 | r7133: work in progress, including a HIGHLY revised and simplified schema | Derrell Lipman | 2 | -215/+366 |
2007-10-10 | r7116: work in progress | Derrell Lipman | 3 | -126/+237 |
2007-10-10 | r7114: Convert ldb documentation to DocBook/XML | Jelmer Vernooij | 4 | -135/+273 |
2007-10-10 | r7113: Move manpages from docs repository to source repository | Jelmer Vernooij | 6 | -0/+622 |
2007-10-10 | r6984: added tree representation documentation and utility code, to be used f... | Derrell Lipman | 5 | -3/+1928 |
2007-10-10 | r6967: fixed the new multi-value dn=@ATTRIBUTES so it actually works :-) | Andrew Tridgell | 1 | -4/+6 |
2007-10-10 | r6956: added start of ldb_sqlite3 work | Derrell Lipman | 3 | -0/+1216 |
2007-10-10 | r6937: some minor fixes and updates | Stefan Metzmacher | 1 | -13/+15 |
2007-10-10 | r6935: don't do three things at a time :-) | Simo Sorce | 1 | -2/+2 |
2007-10-10 | r6934: thanks to HotaruT for pointing out skel.c was not in line with the res... | Simo Sorce | 1 | -6/+20 |
2007-10-10 | r6931: declare this to avoid warnings until we have loadable modules | Simo Sorce | 1 | -0/+1 |
2007-10-10 | r6867: this code will change the way the @ATTRIBUTES object is handled | Simo Sorce | 8 | -33/+93 |
2007-10-10 | r6833: split out the routine that calculates the diff between two ldb message... | Andrew Tridgell | 3 | -43/+63 |
2007-10-10 | r6829: include the talloc autoconf tests when building ldb standalone | Andrew Tridgell | 1 | -0/+2 |
2007-10-10 | r6817: - fixed empty ldap search elements in filters | Andrew Tridgell | 1 | -1/+1 |
2007-10-10 | r6790: Use config.h file for ldb and add test for stdint.h | Jelmer Vernooij | 4 | -2/+10 |
2007-10-10 | r6759: let us have a wildcard attribute so that we can set a default for all ... | Simo Sorce | 1 | -1/+7 |
2007-10-10 | r6560: added a tdb_chainlock_read() call in ldb_search(). This guarantees | Andrew Tridgell | 3 | -0/+43 |
2007-10-10 | r6546: Fix ldb standalone build | Jelmer Vernooij | 2 | -2/+20 |
2007-10-10 | r6487: Use autoconf for standalone build of tdb | Jelmer Vernooij | 1 | -1/+1 |
2007-10-10 | r6486: Add 'make install' and pkg-config file. | Jelmer Vernooij | 3 | -1/+22 |
2007-10-10 | r6485: Move LDAP detection M4 file and use it for the standalone ldb build | Jelmer Vernooij | 2 | -0/+90 |
2007-10-10 | r6481: change download instructions to include tdb and talloc | Andrew Tridgell | 1 | -2/+6 |
2007-10-10 | r6480: fixed whitespace typo | Andrew Tridgell | 1 | -1/+1 |
2007-10-10 | r6479: - added a simple web page | Andrew Tridgell | 3 | -1/+88 |
2007-10-10 | r6470: Remove ldb_search_free() it is not needed anymore. | Simo Sorce | 16 | -83/+13 |
2007-10-10 | r6442: Add mechanism for configuring ldb independantly of the rest of | Jelmer Vernooij | 3 | -22/+25 |
2007-10-10 | r6360: Quieten unused variable warning. | Tim Potter | 1 | -1/+1 |
2007-10-10 | r6118: Make it so that we can do --with-zlib=no in configure and also a couple | Richard Sharpe | 1 | -1/+1 |
2007-10-10 | r6087: - remove the dlopen code for now (before it goes back, it needs to be | Andrew Tridgell | 1 | -44/+1 |
2007-10-10 | r6086: default to stderr for error messages in ldb, so we get errors in ldb_c... | Andrew Tridgell | 1 | -1/+1 |
2007-10-10 | r5769: Fix unused variable warning. | Tim Potter | 1 | -1/+1 |
2007-10-10 | r5670: simplify and clarify ldb_modules.c code | Simo Sorce | 3 | -143/+155 |
2007-10-10 | r5665: the data within el2->values can still be used at this point, so don't ... | Andrew Tridgell | 1 | -1/+0 |
2007-10-10 | r5664: simo, please look into this. It is possible for the number of elements | Andrew Tridgell | 1 | -1/+3 |
2007-10-10 | r5585: LDB interfaces change: | Simo Sorce | 17 | -173/+187 |
2007-10-10 | r5374: - changed the dn key code in the ldb tdb backend to correctly honor | Andrew Tridgell | 4 | -6/+96 |
2007-10-10 | r5357: added ldb_msg_add_fmt(), for creating formatted ldb record values | Andrew Tridgell | 2 | -0/+24 |
2007-10-10 | r5330: Remove #include <sys/time.h> from includes.h. | Andrew Bartlett | 1 | -0/+1 |
2007-10-10 | r5298: - got rid of pstring.h from includes.h. This at least makes it a bit | Andrew Tridgell | 8 | -0/+29 |
2007-10-10 | r5296: - only include the tdb headers where they are needed | Andrew Tridgell | 1 | -1/+3 |
2007-10-10 | r5189: fixed a double free bug in the ltdb indexing code | Andrew Tridgell | 1 | -7/+0 |
2007-10-10 | r5092: Add a bit more const - moving it further into the LDB layer. | Andrew Bartlett | 2 | -3/+3 |
2007-10-10 | r4863: schema_find_attribute() should be static | Andrew Tridgell | 1 | -1/+1 |
2007-10-10 | r4862: - better structure schema tests | Simo Sorce | 10 | -31/+54 |
2007-10-10 | r4859: changed a numbe rof things: | Simo Sorce | 1 | -244/+150 |
2007-10-10 | r4844: - Remove the unused attrsyn structure | Simo Sorce | 1 | -175/+164 |