summaryrefslogtreecommitdiff
path: root/source4/lib/ldb/common
AgeCommit message (Expand)AuthorFilesLines
2007-10-10r7527: - added a ldb_search_bytree() interface, which takes a ldb_parse_treeAndrew Tridgell4-30/+57
2007-10-10r7522: added a ldb_filter_from_tree() function that takes a ldb_parse_treeAndrew Tridgell1-1/+54
2007-10-10r7517: handle zero length equality testsAndrew Tridgell1-1/+1
2007-10-10r7516: make sure binary decoding gives us something we can run string functio...Andrew Tridgell1-1/+2
2007-10-10r7515: merge in the binary encode/decode enhancements from the libcli/ldap/Andrew Tridgell1-2/+68
2007-10-10r7514: make the ldb_parse code not depend on a ldb_context, so we can now pot...Andrew Tridgell1-13/+3
2007-10-10r7480: ldb_sqlite3 work in progressDerrell Lipman1-3/+8
2007-10-10r7449: add ctype.h header to dn expand functionDerrell Lipman1-0/+1
2007-10-10r7438: work in progressDerrell Lipman1-53/+13
2007-10-10r7418: work in progressDerrell Lipman2-71/+151
2007-10-10r7410: minor cleanupDerrell Lipman1-10/+11
2007-10-10r7408: added DN explode function, based on simo's ldap_parse_dn() function. ...Derrell Lipman1-0/+461
2007-10-10r7276: - moved static tdb function ltdb_dn_fold() into common/ so that it can beDerrell Lipman2-0/+83
2007-10-10r6833: split out the routine that calculates the diff between two ldb message...Andrew Tridgell1-0/+55
2007-10-10r6817: - fixed empty ldap search elements in filtersAndrew Tridgell1-1/+1
2007-10-10r6470: Remove ldb_search_free() it is not needed anymore.Simo Sorce2-17/+3
2007-10-10r6087: - remove the dlopen code for now (before it goes back, it needs to beAndrew Tridgell1-44/+1
2007-10-10r6086: default to stderr for error messages in ldb, so we get errors in ldb_c...Andrew Tridgell1-1/+1
2007-10-10r5670: simplify and clarify ldb_modules.c codeSimo Sorce1-135/+147
2007-10-10r5665: the data within el2->values can still be used at this point, so don't ...Andrew Tridgell1-1/+0
2007-10-10r5664: simo, please look into this. It is possible for the number of elementsAndrew Tridgell1-1/+3
2007-10-10r5585: LDB interfaces change:Simo Sorce2-39/+75
2007-10-10r5357: added ldb_msg_add_fmt(), for creating formatted ldb record valuesAndrew Tridgell1-0/+22
2007-10-10r5092: Add a bit more const - moving it further into the LDB layer.Andrew Bartlett1-2/+2
2007-10-10r4714: move the ldb code to the new talloc interface (eg remove _p suffix)Simo Sorce4-23/+23
2007-10-10r4678: Add some const to LDB.Andrew Bartlett1-1/+1
2007-10-10r4505: Add a first very basic schema moduleSimo Sorce1-2/+2
2007-10-10r4477: expanded the test suite to increase code coverage a lotAndrew Tridgell1-51/+0
2007-10-10r4474: - converted ldb to use talloc internallyAndrew Tridgell6-326/+110
2007-10-10r4473: - moved talloc into its own lib/talloc/ areaAndrew Tridgell1-997/+0
2007-10-10r4466: rather than defining "STANDALONE" for building tdb, ldb and tallocAndrew Tridgell1-0/+997
2007-10-10r4427: - added ldb_msg_*() functions for sorting, comparing and copying messagesAndrew Tridgell1-0/+134
2007-10-10r4059: moved the ldb -o option parsing to a common routineAndrew Tridgell1-0/+20
2007-10-10r4010: fixed parsing of null attributes in the ldb ldif parserAndrew Tridgell1-2/+6
2007-10-10r3897: add a locking infrastructureSimo Sorce1-0/+16
2007-10-10r3783: - don't use make proto for ldb anymoreStefan Metzmacher9-5/+48
2007-10-10r3782: use ldb_ namespaceStefan Metzmacher1-1/+1
2007-10-10r3757: Some fixes for ldb_ldapSimo Sorce1-1/+1
2007-10-10r3755: add missing filesSimo Sorce1-0/+265
2007-10-10r3754: merge in ldb modules support from the tmp branch ldbPluginsSimo Sorce1-31/+25
2007-10-10r3449: more include file reductionAndrew Tridgell3-0/+3
2007-10-10r3093: - implment ldb_rename() and ldbrenameStefan Metzmacher1-0/+11
2007-10-10r2792: got rid of talloc_ldb_alloc() and instead created talloc_realloc_fn(),Andrew Tridgell1-2/+2
2007-10-10r2055: Add PRINTF_ATTRIBUTE to many more parts of the code, and a newAndrew Bartlett3-1/+5
2007-10-10r1374: Fix signed/unsigned warnings (actually found by g++) after unsigned intTim Potter3-8/+8
2007-10-10r1018: fix a const and unsigned int problem in ldbAndrew Tridgell1-2/+2
2007-10-10r943: change samba4 to use 'uint8_t' instead of 'unsigned char'Stefan Metzmacher1-3/+3
2007-10-10r873: converted samba4 to use real 64 bit integers instead ofAndrew Tridgell1-0/+22
2007-10-10r792: - changed the ldb ldif_* functions to be in the ldb_ namespaceAndrew Tridgell2-14/+15
2007-10-10r601: added the server code for all the samr_SetUserInfo and samr_QueryUserIn...Andrew Tridgell1-14/+22