| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | r7803: added support in ldb for callers to setup ldif read/write functions, | Andrew Tridgell | 2007-10-10 | 1 | -10/+69 |
* | r7776: add a method for getting arbitrary opaque data into a ldb context, for... | Andrew Tridgell | 2007-10-10 | 1 | -0/+31 |
* | r7759: allow ldb_errstring() to be used when not connected | Andrew Tridgell | 2007-10-10 | 1 | -0/+3 |
* | r7740: get rid of our duplicate base64 routines | Andrew Tridgell | 2007-10-10 | 1 | -4/+4 |
* | r7739: fixed an off by one bug in the base64 decoder for ldb ldif | Andrew Tridgell | 2007-10-10 | 1 | -0/+3 |
* | r7710: new command line handling code for ldb | Andrew Tridgell | 2007-10-10 | 1 | -0/+0 |
* | r7709: - convert ldb to use popt, so that it can interact with the samba | Andrew Tridgell | 2007-10-10 | 3 | -77/+30 |
* | r7667: added a ldb ildap backend, using our internal ldap client library. Nex... | Andrew Tridgell | 2007-10-10 | 1 | -1/+5 |
* | r7635: change the license of this file to lgpl like the rest of ldb | Simo Sorce | 2007-10-10 | 1 | -14/+30 |
* | r7608: bug fix after yesterday's change | Simo Sorce | 2007-10-10 | 1 | -1/+1 |
* | r7602: fix some compiler warnings | Derrell Lipman | 2007-10-10 | 1 | -1/+1 |
* | r7601: ldb_sqlite3 work in progress | Derrell Lipman | 2007-10-10 | 2 | -9/+14 |
* | r7586: ldb_sqlite3 making progress. add and search have indicated a willingn... | Derrell Lipman | 2007-10-10 | 1 | -6/+6 |
* | r7571: fixed the generation of the filter string for extended filters | Andrew Tridgell | 2007-10-10 | 1 | -1/+1 |
* | r7558: added support in ldb for extended ldap search requests. These are | Andrew Tridgell | 2007-10-10 | 1 | -0/+71 |
* | r7527: - added a ldb_search_bytree() interface, which takes a ldb_parse_tree | Andrew Tridgell | 2007-10-10 | 4 | -30/+57 |
* | r7522: added a ldb_filter_from_tree() function that takes a ldb_parse_tree | Andrew Tridgell | 2007-10-10 | 1 | -1/+54 |
* | r7517: handle zero length equality tests | Andrew Tridgell | 2007-10-10 | 1 | -1/+1 |
* | r7516: make sure binary decoding gives us something we can run string functio... | Andrew Tridgell | 2007-10-10 | 1 | -1/+2 |
* | r7515: merge in the binary encode/decode enhancements from the libcli/ldap/ | Andrew Tridgell | 2007-10-10 | 1 | -2/+68 |
* | r7514: make the ldb_parse code not depend on a ldb_context, so we can now pot... | Andrew Tridgell | 2007-10-10 | 1 | -13/+3 |
* | r7480: ldb_sqlite3 work in progress | Derrell Lipman | 2007-10-10 | 1 | -3/+8 |
* | r7449: add ctype.h header to dn expand function | Derrell Lipman | 2007-10-10 | 1 | -0/+1 |
* | r7438: work in progress | Derrell Lipman | 2007-10-10 | 1 | -53/+13 |
* | r7418: work in progress | Derrell Lipman | 2007-10-10 | 2 | -71/+151 |
* | r7410: minor cleanup | Derrell Lipman | 2007-10-10 | 1 | -10/+11 |
* | r7408: added DN explode function, based on simo's ldap_parse_dn() function. ... | Derrell Lipman | 2007-10-10 | 1 | -0/+461 |
* | r7276: - moved static tdb function ltdb_dn_fold() into common/ so that it can be | Derrell Lipman | 2007-10-10 | 2 | -0/+83 |
* | r6833: split out the routine that calculates the diff between two ldb message... | Andrew Tridgell | 2007-10-10 | 1 | -0/+55 |
* | r6817: - fixed empty ldap search elements in filters | Andrew Tridgell | 2007-10-10 | 1 | -1/+1 |
* | r6470: Remove ldb_search_free() it is not needed anymore. | Simo Sorce | 2007-10-10 | 2 | -17/+3 |
* | r6087: - remove the dlopen code for now (before it goes back, it needs to be | Andrew Tridgell | 2007-10-10 | 1 | -44/+1 |
* | r6086: default to stderr for error messages in ldb, so we get errors in ldb_c... | Andrew Tridgell | 2007-10-10 | 1 | -1/+1 |
* | r5670: simplify and clarify ldb_modules.c code | Simo Sorce | 2007-10-10 | 1 | -135/+147 |
* | r5665: the data within el2->values can still be used at this point, so don't ... | Andrew Tridgell | 2007-10-10 | 1 | -1/+0 |
* | r5664: simo, please look into this. It is possible for the number of elements | Andrew Tridgell | 2007-10-10 | 1 | -1/+3 |
* | r5585: LDB interfaces change: | Simo Sorce | 2007-10-10 | 2 | -39/+75 |
* | r5357: added ldb_msg_add_fmt(), for creating formatted ldb record values | Andrew Tridgell | 2007-10-10 | 1 | -0/+22 |
* | r5092: Add a bit more const - moving it further into the LDB layer. | Andrew Bartlett | 2007-10-10 | 1 | -2/+2 |
* | r4714: move the ldb code to the new talloc interface (eg remove _p suffix) | Simo Sorce | 2007-10-10 | 4 | -23/+23 |
* | r4678: Add some const to LDB. | Andrew Bartlett | 2007-10-10 | 1 | -1/+1 |
* | r4505: Add a first very basic schema module | Simo Sorce | 2007-10-10 | 1 | -2/+2 |
* | r4477: expanded the test suite to increase code coverage a lot | Andrew Tridgell | 2007-10-10 | 1 | -51/+0 |
* | r4474: - converted ldb to use talloc internally | Andrew Tridgell | 2007-10-10 | 6 | -326/+110 |
* | r4473: - moved talloc into its own lib/talloc/ area | Andrew Tridgell | 2007-10-10 | 1 | -997/+0 |
* | r4466: rather than defining "STANDALONE" for building tdb, ldb and talloc | Andrew Tridgell | 2007-10-10 | 1 | -0/+997 |
* | r4427: - added ldb_msg_*() functions for sorting, comparing and copying messages | Andrew Tridgell | 2007-10-10 | 1 | -0/+134 |
* | r4059: moved the ldb -o option parsing to a common routine | Andrew Tridgell | 2007-10-10 | 1 | -0/+20 |
* | r4010: fixed parsing of null attributes in the ldb ldif parser | Andrew Tridgell | 2007-10-10 | 1 | -2/+6 |
* | r3897: add a locking infrastructure | Simo Sorce | 2007-10-10 | 1 | -0/+16 |