summaryrefslogtreecommitdiffstats
path: root/source4/lib/ldb/common
Commit message (Expand)AuthorAgeFilesLines
...
* r7803: added support in ldb for callers to setup ldif read/write functions,Andrew Tridgell2007-10-101-10/+69
* r7776: add a method for getting arbitrary opaque data into a ldb context, for...Andrew Tridgell2007-10-101-0/+31
* r7759: allow ldb_errstring() to be used when not connectedAndrew Tridgell2007-10-101-0/+3
* r7740: get rid of our duplicate base64 routinesAndrew Tridgell2007-10-101-4/+4
* r7739: fixed an off by one bug in the base64 decoder for ldb ldifAndrew Tridgell2007-10-101-0/+3
* r7710: new command line handling code for ldbAndrew Tridgell2007-10-101-0/+0
* r7709: - convert ldb to use popt, so that it can interact with the sambaAndrew Tridgell2007-10-103-77/+30
* r7667: added a ldb ildap backend, using our internal ldap client library. Nex...Andrew Tridgell2007-10-101-1/+5
* r7635: change the license of this file to lgpl like the rest of ldbSimo Sorce2007-10-101-14/+30
* r7608: bug fix after yesterday's changeSimo Sorce2007-10-101-1/+1
* r7602: fix some compiler warningsDerrell Lipman2007-10-101-1/+1
* r7601: ldb_sqlite3 work in progressDerrell Lipman2007-10-102-9/+14
* r7586: ldb_sqlite3 making progress. add and search have indicated a willingn...Derrell Lipman2007-10-101-6/+6
* r7571: fixed the generation of the filter string for extended filtersAndrew Tridgell2007-10-101-1/+1
* r7558: added support in ldb for extended ldap search requests. These areAndrew Tridgell2007-10-101-0/+71
* r7527: - added a ldb_search_bytree() interface, which takes a ldb_parse_treeAndrew Tridgell2007-10-104-30/+57
* r7522: added a ldb_filter_from_tree() function that takes a ldb_parse_treeAndrew Tridgell2007-10-101-1/+54
* r7517: handle zero length equality testsAndrew Tridgell2007-10-101-1/+1
* r7516: make sure binary decoding gives us something we can run string functio...Andrew Tridgell2007-10-101-1/+2
* r7515: merge in the binary encode/decode enhancements from the libcli/ldap/Andrew Tridgell2007-10-101-2/+68
* r7514: make the ldb_parse code not depend on a ldb_context, so we can now pot...Andrew Tridgell2007-10-101-13/+3
* r7480: ldb_sqlite3 work in progressDerrell Lipman2007-10-101-3/+8
* r7449: add ctype.h header to dn expand functionDerrell Lipman2007-10-101-0/+1
* r7438: work in progressDerrell Lipman2007-10-101-53/+13
* r7418: work in progressDerrell Lipman2007-10-102-71/+151
* r7410: minor cleanupDerrell Lipman2007-10-101-10/+11
* r7408: added DN explode function, based on simo's ldap_parse_dn() function. ...Derrell Lipman2007-10-101-0/+461
* r7276: - moved static tdb function ltdb_dn_fold() into common/ so that it can beDerrell Lipman2007-10-102-0/+83
* r6833: split out the routine that calculates the diff between two ldb message...Andrew Tridgell2007-10-101-0/+55
* r6817: - fixed empty ldap search elements in filtersAndrew Tridgell2007-10-101-1/+1
* r6470: Remove ldb_search_free() it is not needed anymore.Simo Sorce2007-10-102-17/+3
* 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
* r5670: simplify and clarify ldb_modules.c codeSimo Sorce2007-10-101-135/+147
* r5665: the data within el2->values can still be used at this point, so don't ...Andrew Tridgell2007-10-101-1/+0
* r5664: simo, please look into this. It is possible for the number of elementsAndrew Tridgell2007-10-101-1/+3
* r5585: LDB interfaces change:Simo Sorce2007-10-102-39/+75
* r5357: added ldb_msg_add_fmt(), for creating formatted ldb record valuesAndrew Tridgell2007-10-101-0/+22
* r5092: Add a bit more const - moving it further into the LDB layer.Andrew Bartlett2007-10-101-2/+2
* r4714: move the ldb code to the new talloc interface (eg remove _p suffix)Simo Sorce2007-10-104-23/+23
* r4678: Add some const to LDB.Andrew Bartlett2007-10-101-1/+1
* r4505: Add a first very basic schema moduleSimo Sorce2007-10-101-2/+2
* r4477: expanded the test suite to increase code coverage a lotAndrew Tridgell2007-10-101-51/+0
* r4474: - converted ldb to use talloc internallyAndrew Tridgell2007-10-106-326/+110
* r4473: - moved talloc into its own lib/talloc/ areaAndrew Tridgell2007-10-101-997/+0
* r4466: rather than defining "STANDALONE" for building tdb, ldb and tallocAndrew Tridgell2007-10-101-0/+997
* r4427: - added ldb_msg_*() functions for sorting, comparing and copying messagesAndrew Tridgell2007-10-101-0/+134
* r4059: moved the ldb -o option parsing to a common routineAndrew Tridgell2007-10-101-0/+20
* r4010: fixed parsing of null attributes in the ldb ldif parserAndrew Tridgell2007-10-101-2/+6
* r3897: add a locking infrastructureSimo Sorce2007-10-101-0/+16