summaryrefslogtreecommitdiffstats
path: root/source4/lib/ldb/common/ldb.c
Commit message (Expand)AuthorAgeFilesLines
* s4-ldb: canonicalise the message on ldb_addAndrew Tridgell2009-12-181-0/+9
* s4-ldb: fixed a transaction error on prepare_commitAndrew Tridgell2009-12-161-2/+2
* Removed ldb_modify_ctrl from ldb, implemented as a static in ldap_backend.Nadezhda Ivanova2009-12-151-13/+4
* s4-ldb: better to test for valid arguments in ldb library than commandlineAndrew Tridgell2009-11-271-0/+10
* Some changes to allow processing of ldap controls on modify requests.Nadezhda Ivanova2009-11-201-4/+13
* ldb_init: use constant for result of "ldb_setup_wellknown_attributes"Matthias Dieter Wallnöfer2009-11-071-1/+1
* s4/ldb: Fix double allocation for "ldb_url"Kamen Mazdrashki2009-11-061-2/+2
* s4:ldb Add additional tracing of the ldb APIAndrew Bartlett2009-10-271-0/+20
* s4-ldb: added ldb_transaction_cancel_noerr()Andrew Tridgell2009-10-231-0/+13
* s4-ldb: when tracing, show ldb_set_debug messagesAndrew Tridgell2009-09-221-0/+3
* s4-ldb: only show the outer level of ldb ops when tracingAndrew Tridgell2009-09-221-1/+26
* s4-ldb: don't show timestamps on every line of ldb tracesAndrew Tridgell2009-09-221-38/+42
* s4-ldb: bit prettier outputAndrew Tridgell2009-09-211-7/+15
* s4-ldb: add a LDB_FLG_ENABLE_TRACING for full ldb tracingAndrew Tridgell2009-09-211-0/+90
* s4:ldb print out which LDB the transaction is still active on.Andrew Bartlett2009-09-201-2/+2
* s4-ldb: expose ldb_transaction_prepare_commit() in ldbAndrew Tridgell2009-09-151-21/+57
* s4/ldb: expose the ldb flags with ldb_get_flags()Andrew Tridgell2009-09-081-0/+6
* always use prepare_commit in ldb transaction commits if possibleAndrew Tridgell2009-09-031-4/+33
* s4:ldb - Free the asynchronous resultMatthias Dieter Wallnöfer2009-08-141-0/+2
* remove all '\n' from ldb_debugSumit Bose2009-07-141-1/+1
* Provide a ldb_global_init() function for compatibility with older versions of...Jelmer Vernooij2009-04-231-0/+6
* s4:ldb: allow nested events until the code is fixed to avoid themStefan Metzmacher2009-03-121-1/+3
* s4:ldb: setup tevent debug functions on a selfcreated event contextStefan Metzmacher2009-03-121-0/+35
* Make all transactions nested in ldb. The current samba4 code expects thisSimo Sorce2009-02-231-59/+73
* Fix the mess with ldb includes.Simo Sorce2009-01-301-1/+16
* s4:ldb: remove dependency to samba4's events wrapperStefan Metzmacher2009-01-211-3/+10
* s4:lib/tevent: rename structsStefan Metzmacher2008-12-291-4/+4
* Transform the sequence_number operation into a normal extended operation as i...Simo Sorce2008-10-161-21/+29
* LDB ASYNC: Core filesSimo Sorce2008-09-291-95/+209
* Merge ldb_search() and ldb_search_exp_fmt() into a simgle function.Simo Sorce2008-09-231-53/+28
* Always free tmp contexts before returningSimo Sorce2008-09-061-0/+1
* ldb: allow ldb modules to specify LDB_MODULE(name) or LDB_BACKEND(name)Stefan Metzmacher2008-06-301-147/+0
* Change our module code to not use the special symbol name init_module()Andrew Tridgell2008-06-171-10/+0
* Note that making ldb the event context parent seem to lead to races whenSimo Sorce2008-06-151-1/+1
* Now that we pass down the event context, start removing calls toSimo Sorce2008-06-151-0/+2
* Ups fix typo in error typeSimo Sorce2008-06-141-2/+2
* Cosmetic fixes.Simo Sorce2008-06-141-88/+141
* Make up the right dependencies now that ldb depends on libeventsSimo Sorce2008-06-141-7/+27
* ldb: fix the standalone buildStefan Metzmacher2008-03-181-1/+1
* Merge branch 'v4-0-test' of git://git.samba.org/samba into 4-0-localAndrew Bartlett2008-02-211-10/+55
|\
| * Fix static module list generation for ldb.Jelmer Vernooij2008-02-201-1/+0
| * Remove more function-based inits.Jelmer Vernooij2008-02-201-11/+48
| * Allow ldb backends without init function, use init function-less ldb modules.Jelmer Vernooij2008-02-201-0/+9
* | Until the new ldb changes land, make ldb_wait set the error string.Andrew Bartlett2008-02-211-1/+7
|/
* r26540: Revert my previous commit after concerns raised by Andrew.Jelmer Vernooij2007-12-211-1/+1
* r26539: Remove unnecessary statics.Jelmer Vernooij2007-12-211-1/+1
* r26481: Make function for loading symbol from DSO more generic, and allow mod...Jelmer Vernooij2007-12-211-1/+5
* r25933: LDB: Don't free errstring until after the printf, in case it is one ofAndrew Bartlett2007-12-211-1/+3
* r25843: Finish check-soloading.Jelmer Vernooij2007-12-211-1/+1
* r25081: Add modules_dir member to ldb_context that is used rather than a globalJelmer Vernooij2007-10-101-0/+1