Age | Commit message (Expand) | Author | Files | Lines |
2007-10-10 | r9391: Convert all the code to use struct ldb_dn to ohandle ldap like disting... | Simo Sorce | 6 | -113/+253 |
2007-10-10 | r8779: Add rdn module to makefile and headers | Simo Sorce | 1 | -1/+2 |
2007-10-10 | r8736: this fixes the ldb speed (raises BENCH-WINS from 15 ops/sec to over 4000) | Andrew Tridgell | 1 | -0/+7 |
2007-10-10 | r8668: fixed a segv during upgrade of a very old ldb. | Andrew Tridgell | 1 | -0/+5 |
2007-10-10 | r8625: move the ldb_wrap logic into the ldb code. This logic is meant to | Andrew Tridgell | 3 | -22/+127 |
2007-10-10 | r8601: fixed null termination in ltdb connect error | Andrew Tridgell | 1 | -1/+1 |
2007-10-10 | r8585: add to ldb and ldap comparison functionality | Simo Sorce | 1 | -22/+25 |
2007-10-10 | r8520: fixed a pile of warnings from the build farm gcc -Wall output on | Andrew Tridgell | 1 | -1/+1 |
2007-10-10 | r8373: New wildcard matching code. | Simo Sorce | 3 | -45/+6 |
2007-10-10 | r8084: do not leak memory on errors | Simo Sorce | 1 | -7/+5 |
2007-10-10 | r8082: large rewite of ldb_dn.c | Simo Sorce | 2 | -3/+2 |
2007-10-10 | r8038: - fixed indexing on binary values that need base64 encoding and canoni... | Andrew Tridgell | 1 | -2/+1 |
2007-10-10 | r8037: a fairly major update to the internals of ldb. Changes are: | Andrew Tridgell | 6 | -543/+282 |
2007-10-10 | r7936: new ldb_dn_explode and ldb_dn_casefold functions and co | Simo Sorce | 1 | -5/+43 |
2007-10-10 | r7784: give an error in ldb_tdb for invalid modify flags. The "whenChanged" | Andrew Tridgell | 1 | -0/+3 |
2007-10-10 | r7728: handle 64 bit integers in INTEGER match | Andrew Tridgell | 1 | -3/+3 |
2007-10-10 | r7709: - convert ldb to use popt, so that it can interact with the samba | Andrew Tridgell | 3 | -36/+47 |
2007-10-10 | r7602: fix some compiler warnings | Derrell Lipman | 1 | -1/+1 |
2007-10-10 | r7601: ldb_sqlite3 work in progress | Derrell Lipman | 1 | -2/+5 |
2007-10-10 | r7582: Better way to have a fast path searching for a specific DN. | Simo Sorce | 2 | -13/+12 |
2007-10-10 | r7561: moved OID constants into ldb.h and used manifest constants in ldb_match.c | Derrell Lipman | 1 | -2/+2 |
2007-10-10 | r7559: support 64 bit matching in bitops | Andrew Tridgell | 1 | -6/+6 |
2007-10-10 | r7558: added support in ldb for extended ldap search requests. These are | Andrew Tridgell | 2 | -13/+106 |
2007-10-10 | r7527: - added a ldb_search_bytree() interface, which takes a ldb_parse_tree | Andrew Tridgell | 5 | -26/+41 |
2007-10-10 | r7514: make the ldb_parse code not depend on a ldb_context, so we can now pot... | Andrew Tridgell | 1 | -1/+1 |
2007-10-10 | r7276: - moved static tdb function ltdb_dn_fold() into common/ so that it can be | Derrell Lipman | 1 | -71/+5 |
2007-10-10 | r6967: fixed the new multi-value dn=@ATTRIBUTES so it actually works :-) | Andrew Tridgell | 1 | -4/+6 |
2007-10-10 | r6867: this code will change the way the @ATTRIBUTES object is handled | Simo Sorce | 3 | -28/+77 |
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 | r6470: Remove ldb_search_free() it is not needed anymore. | Simo Sorce | 3 | -16/+0 |
2007-10-10 | r5585: LDB interfaces change: | Simo Sorce | 1 | -11/+0 |
2007-10-10 | r5374: - changed the dn key code in the ldb tdb backend to correctly honor | Andrew Tridgell | 2 | -2/+89 |
2007-10-10 | r5298: - got rid of pstring.h from includes.h. This at least makes it a bit | Andrew Tridgell | 1 | -0/+1 |
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 | r4744: until we decide what to do about attribute aliasing (see my recent | Andrew Tridgell | 1 | -3/+5 |
2007-10-10 | r4714: move the ldb code to the new talloc interface (eg remove _p suffix) | Simo Sorce | 5 | -47/+47 |
2007-10-10 | r4488: removed an unused variable | Andrew Tridgell | 1 | -1/+0 |
2007-10-10 | r4486: fixed some memory leaks in the new ldb code, by ensuring that memory i... | Andrew Tridgell | 3 | -7/+7 |
2007-10-10 | r4477: expanded the test suite to increase code coverage a lot | Andrew Tridgell | 2 | -12/+52 |
2007-10-10 | r4474: - converted ldb to use talloc internally | Andrew Tridgell | 7 | -454/+471 |
2007-10-10 | r4466: rather than defining "STANDALONE" for building tdb, ldb and talloc | Andrew Tridgell | 1 | -1/+1 |
2007-10-10 | r4424: fixed a simple bug in the '|' handling in indexed ldb searches. I'm | Andrew Tridgell | 1 | -0/+1 |
2007-10-10 | r4397: Fix a bug where '(&(objectclass=domain)(!(objectclass=builtindomain)))... | Volker Lendecke | 1 | -0/+1 |
2007-10-10 | r4366: Fix ldb_modify_internal: Adding values to an existing attribute you co... | Volker Lendecke | 1 | -9/+36 |
2007-10-10 | r4282: removed a spurious error message now we remove index entries in the mo... | Andrew Tridgell | 1 | -1/+0 |
2007-10-10 | r4281: fixed an ldb indexing bug in ldb found by volker. | Andrew Tridgell | 3 | -8/+19 |
2007-10-10 | r4071: - ldap does allow adding additional attribute values with a modify | Andrew Tridgell | 1 | -2/+7 |
2007-10-10 | r4040: sorry today is not my day... | Stefan Metzmacher | 1 | -2/+2 |