Age | Commit message (Expand) | Author | Files | Lines |
2007-10-10 | r7667: added a ldb ildap backend, using our internal ldap client library. Nex... | Andrew Tridgell | 1 | -1/+5 |
2007-10-10 | r7635: change the license of this file to lgpl like the rest of ldb | Simo Sorce | 1 | -14/+30 |
2007-10-10 | r7608: bug fix after yesterday's change | Simo Sorce | 1 | -1/+1 |
2007-10-10 | r7602: fix some compiler warnings | Derrell Lipman | 1 | -1/+1 |
2007-10-10 | r7601: ldb_sqlite3 work in progress | Derrell Lipman | 2 | -9/+14 |
2007-10-10 | r7586: ldb_sqlite3 making progress. add and search have indicated a willingn... | Derrell Lipman | 1 | -6/+6 |
2007-10-10 | r7571: fixed the generation of the filter string for extended filters | Andrew Tridgell | 1 | -1/+1 |
2007-10-10 | r7558: added support in ldb for extended ldap search requests. These are | Andrew Tridgell | 1 | -0/+71 |
2007-10-10 | r7527: - added a ldb_search_bytree() interface, which takes a ldb_parse_tree | Andrew Tridgell | 4 | -30/+57 |
2007-10-10 | r7522: added a ldb_filter_from_tree() function that takes a ldb_parse_tree | Andrew Tridgell | 1 | -1/+54 |
2007-10-10 | r7517: handle zero length equality tests | Andrew Tridgell | 1 | -1/+1 |
2007-10-10 | r7516: make sure binary decoding gives us something we can run string functio... | Andrew Tridgell | 1 | -1/+2 |
2007-10-10 | r7515: merge in the binary encode/decode enhancements from the libcli/ldap/ | Andrew Tridgell | 1 | -2/+68 |
2007-10-10 | r7514: make the ldb_parse code not depend on a ldb_context, so we can now pot... | Andrew Tridgell | 1 | -13/+3 |
2007-10-10 | r7480: ldb_sqlite3 work in progress | Derrell Lipman | 1 | -3/+8 |
2007-10-10 | r7449: add ctype.h header to dn expand function | Derrell Lipman | 1 | -0/+1 |
2007-10-10 | r7438: work in progress | Derrell Lipman | 1 | -53/+13 |
2007-10-10 | r7418: work in progress | Derrell Lipman | 2 | -71/+151 |
2007-10-10 | r7410: minor cleanup | Derrell Lipman | 1 | -10/+11 |
2007-10-10 | r7408: added DN explode function, based on simo's ldap_parse_dn() function. ... | Derrell Lipman | 1 | -0/+461 |
2007-10-10 | r7276: - moved static tdb function ltdb_dn_fold() into common/ so that it can be | Derrell Lipman | 2 | -0/+83 |
2007-10-10 | r6833: split out the routine that calculates the diff between two ldb message... | Andrew Tridgell | 1 | -0/+55 |
2007-10-10 | r6817: - fixed empty ldap search elements in filters | Andrew Tridgell | 1 | -1/+1 |
2007-10-10 | r6470: Remove ldb_search_free() it is not needed anymore. | Simo Sorce | 2 | -17/+3 |
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 | r5670: simplify and clarify ldb_modules.c code | Simo Sorce | 1 | -135/+147 |
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 | 2 | -39/+75 |
2007-10-10 | r5357: added ldb_msg_add_fmt(), for creating formatted ldb record values | Andrew Tridgell | 1 | -0/+22 |
2007-10-10 | r5092: Add a bit more const - moving it further into the LDB layer. | Andrew Bartlett | 1 | -2/+2 |
2007-10-10 | r4714: move the ldb code to the new talloc interface (eg remove _p suffix) | Simo Sorce | 4 | -23/+23 |
2007-10-10 | r4678: Add some const to LDB. | Andrew Bartlett | 1 | -1/+1 |
2007-10-10 | r4505: Add a first very basic schema module | Simo Sorce | 1 | -2/+2 |
2007-10-10 | r4477: expanded the test suite to increase code coverage a lot | Andrew Tridgell | 1 | -51/+0 |
2007-10-10 | r4474: - converted ldb to use talloc internally | Andrew Tridgell | 6 | -326/+110 |
2007-10-10 | r4473: - moved talloc into its own lib/talloc/ area | Andrew Tridgell | 1 | -997/+0 |
2007-10-10 | r4466: rather than defining "STANDALONE" for building tdb, ldb and talloc | Andrew Tridgell | 1 | -0/+997 |
2007-10-10 | r4427: - added ldb_msg_*() functions for sorting, comparing and copying messages | Andrew Tridgell | 1 | -0/+134 |
2007-10-10 | r4059: moved the ldb -o option parsing to a common routine | Andrew Tridgell | 1 | -0/+20 |
2007-10-10 | r4010: fixed parsing of null attributes in the ldb ldif parser | Andrew Tridgell | 1 | -2/+6 |
2007-10-10 | r3897: add a locking infrastructure | Simo Sorce | 1 | -0/+16 |
2007-10-10 | r3783: - don't use make proto for ldb anymore | Stefan Metzmacher | 9 | -5/+48 |
2007-10-10 | r3782: use ldb_ namespace | Stefan Metzmacher | 1 | -1/+1 |
2007-10-10 | r3757: Some fixes for ldb_ldap | Simo Sorce | 1 | -1/+1 |
2007-10-10 | r3755: add missing files | Simo Sorce | 1 | -0/+265 |
2007-10-10 | r3754: merge in ldb modules support from the tmp branch ldbPlugins | Simo Sorce | 1 | -31/+25 |
2007-10-10 | r3449: more include file reduction | Andrew Tridgell | 3 | -0/+3 |
2007-10-10 | r3093: - implment ldb_rename() and ldbrename | Stefan Metzmacher | 1 | -0/+11 |