summaryrefslogtreecommitdiff
path: root/source4/lib/ldb/common/ldb.c
Commit message (Expand)AuthorAgeFilesLines
* s4-ldb: expose some more ldb module functionsAndrew Tridgell2010-11-031-1/+1
* s4-ldb: support a new type of ldb module loadingAndrew Tridgell2010-11-011-0/+10
* s4-ldb: cope with NULL oid in controlsAndrew Tridgell2010-10-191-4/+6
* s4-ldb: added ldb_req_mark_untrusted() and ldb_req_is_untrusted()Andrew Tridgell2010-10-191-0/+17
* ldb The use of a private event context isn't a hackAndrew Bartlett2010-10-111-2/+3
* s4-ldb Don't use talloc_autofree_context() in ldbAndrew Bartlett2010-10-111-1/+1
* ldb: added request location trackingAndrew Tridgell2010-09-251-0/+26
* s4-ldb: added LDB_FLAG_INTERNAL_MASKAndrew Tridgell2010-08-171-0/+26
* s4-ldb: use TALLOC_CTX type instead of 'void'Kamen Mazdrashki2010-07-291-7/+7
* s4-dsdb: use ldb_msg_normalize() in source4/lib/ldb/common/ldb.cKamen Mazdrashki2010-07-191-5/+7
* s4-ldb: added ldb_error() and ldb_operr()Andrew Tridgell2010-07-071-0/+16
* s4/rodc: Support read-only databaseAnatoliy Atanasov2010-05-041-0/+48
* LDB:common - Change counters to "unsigned" where appropriateMatthias Dieter Wallnöfer2010-03-081-2/+2
* 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