summaryrefslogtreecommitdiff
path: root/source4/lib/ldb/common/ldb.c
AgeCommit message (Expand)AuthorFilesLines
2007-10-10r13609: Get in the initial work on making ldb asyncSimo Sorce1-1/+20
2007-10-10r13324: From now on check attribute names obey rfc2251Simo Sorce1-0/+2
2007-10-10r12829: fix ldb headers, to not include '<...>' files in .c filesStefan Metzmacher1-3/+1
2007-10-10r12743: Remove the ugly way we had to make a second stage init and introduceSimo Sorce1-0/+13
2007-10-10r12733: Merge ldap/ldb controls into main treeSimo Sorce1-0/+5
2007-10-10r12534: Make the transaction code fill the error string on failure.Andrew Bartlett1-3/+30
2007-10-10r11958: - fixed memory leaks in the ldb_result handling in ldb operationsAndrew Tridgell1-63/+66
2007-10-10r11594: ensure ldb_search() sets *res to NULL on failure (some of the updatedAndrew Tridgell1-0/+2
2007-10-10r11567: Ldb API change patch.Simo Sorce1-92/+100
2007-10-10r11353: a bit of an improvement to the ldb_tdb error handlingAndrew Tridgell1-20/+22
2007-10-10r11109: fixed the error code return from most ldb functions (the change to useAndrew Tridgell1-6/+16
2007-10-10r10790: allow updating of existing ldb opaque values (thanks to abartlet forAndrew Tridgell1-1/+11
2007-10-10r10759: make modules easier to write by allowing modules to only implement theAndrew Tridgell1-12/+42
2007-10-10r10753: don't require every ldb module to implement both a search_bytree() andAndrew Tridgell1-3/+13
2007-10-10r10477: expose transactions outside ldb and change the API once moreSimo Sorce1-27/+77
2007-10-10r10305: start implementing better error handlingSimo Sorce1-5/+29
2007-10-10r10304: check for basic ldb_message sanity and return appropriateSimo Sorce1-13/+25
2007-10-10r10299: remove the public (un)lock functions and introduce a transaction basedSimo Sorce1-19/+35
2007-10-10r9391: Convert all the code to use struct ldb_dn to ohandle ldap like disting...Simo Sorce1-4/+4
2007-10-10r8600: fixed null termination on some error messages in ldbAndrew Tridgell1-3/+3
2007-10-10r8037: a fairly major update to the internals of ldb. Changes are:Andrew Tridgell1-0/+8
2007-10-10r7828: Although there is still plenty to do, ldb_sqlite3 now passes the set o...Derrell Lipman1-1/+17
2007-10-10r7776: add a method for getting arbitrary opaque data into a ldb context, for...Andrew Tridgell1-0/+31
2007-10-10r7759: allow ldb_errstring() to be used when not connectedAndrew Tridgell1-0/+3
2007-10-10r7709: - convert ldb to use popt, so that it can interact with the sambaAndrew Tridgell1-19/+29
2007-10-10r7667: added a ldb ildap backend, using our internal ldap client library. Nex...Andrew Tridgell1-1/+5
2007-10-10r7527: - added a ldb_search_bytree() interface, which takes a ldb_parse_treeAndrew Tridgell1-0/+17
2007-10-10r7276: - moved static tdb function ltdb_dn_fold() into common/ so that it can beDerrell Lipman1-0/+6
2007-10-10r6470: Remove ldb_search_free() it is not needed anymore.Simo Sorce1-9/+3
2007-10-10r5585: LDB interfaces change:Simo Sorce1-10/+1
2007-10-10r3783: - don't use make proto for ldb anymoreStefan Metzmacher1-0/+2
2007-10-10r3754: merge in ldb modules support from the tmp branch ldbPluginsSimo Sorce1-31/+25
2007-10-10r3093: - implment ldb_rename() and ldbrenameStefan Metzmacher1-0/+11
2007-10-10r574: - another attempt at const cleanliness in ldbAndrew Tridgell1-1/+1
2007-10-10r513: added a generic ldb debug system to allow the Samba debug functions toAndrew Tridgell1-4/+20
2007-10-10r490: - expanded the test suite to test modify and delete operationsAndrew Tridgell1-1/+1
2007-10-10r456: - added -i option to ldbsearchAndrew Tridgell1-1/+1
2007-10-10r454: allow a non-URL form of a filename to be used in ldb_connect(). ThisAndrew Tridgell1-1/+2
2007-10-10r387: more C++ friendly changesAndrew Tridgell1-2/+2
2007-10-10r381: make the code more C++ friendlyAndrew Tridgell1-1/+1
2007-10-10r158: cope with or without LDAP in samba build of ldbAndrew Tridgell1-2/+2
2007-10-10r152: a quick airport commit ....Andrew Tridgell1-1/+1
2007-10-10r141: A number of changes to get things working on FreeBSD and reduce the bre...Richard Sharpe1-0/+2
2004-03-31make a more recent snapshot of ldb available to interestedAndrew Tridgell1-0/+129