summaryrefslogtreecommitdiff
path: root/lib
Commit message (Expand)AuthorAgeFilesLines
* Convert affected by previous commit lines from DEBUG(10,..) to DBG_DEBUG().Timur I. Bakeyev2018-05-161-2/+2
* Remove extra 0x prefix for the "%p" format specifiers, avoiding 0x0x0 strings...Timur I. Bakeyev2018-05-162-2/+2
* debug: Add group logging classesGary Lockyer2018-05-162-0/+4
* logging: add ldb audit classesGary Lockyer2018-05-162-0/+12
* auth logging: Extract common audit logging codeGary Lockyer2018-05-164-0/+1441
* smbd: fileserver: Change defaults to work with EA support out of the box.Jeremy Allison2018-05-151-1/+5
* lib: Hold at most 10 outstanding paged result cookiesVolker Lendecke2018-05-151-0/+22
* lib: Put "results_store" into a doubly linked listVolker Lendecke2018-05-151-20/+5
* Bulk: enclose .keys() method with list where list (from python2) expectedNoel Power2018-05-121-2/+2
* util: Add tini to samba-util-coreAmitay Isaacs2018-05-121-2/+2
* ldb: removing prior secret from logsAaron Haslett2018-05-121-1/+2
* Fix spelling s/unitialized/uninitialized/Mathieu Parent2018-05-121-1/+1
* Fix spelling s/allows to/allows one to/Mathieu Parent2018-05-121-2/+2
* loadparm: Remove unused realm_originalChristof Schmitt2018-05-102-2/+0
* ldb: Ensure we can open a new LDB after a fork()Andrew Bartlett2018-05-091-0/+64
* ldb: Add tests for ldb_tdb use after a fork()Andrew Bartlett2018-05-092-1/+394
* ldb_tdb: Allow use of a TDB for ldb_tdb after as fork()Andrew Bartlett2018-05-091-0/+18
* ldb: Reset errno before checking it in ltdb_connect()Andrew Bartlett2018-05-091-0/+1
* ldb/tests: add tests for transaction_{start,commit}/lock_read across forksGary Lockyer2018-05-091-0/+216
* ldb_tdb: Prevent ldb_tdb reuse after a fork()Andrew Bartlett2018-05-092-9/+109
* ldb: Prepare to allow tests to operate on ldb_mdb (by using the GUID index)Gary Lockyer2018-05-031-55/+111
* ldb-samba: Handle generic ldb:// url scheme in ldb_relative_path()Gary Lockyer2018-05-031-0/+2
* ldb: Introduce new generic ldb:// prefix to allow backend autodetectionGary Lockyer2018-05-032-0/+70
* ldb tests: add cmocka tests of kv operation interactions with transactionsGary Lockyer2018-05-031-0/+184
* ldb tests: api ensure database correctly populatedGary Lockyer2018-05-031-0/+13
* ldb_tdb: Disallow reads without a transaction or read lockAndrew Bartlett2018-05-031-0/+5
* ldb_tdb: Disallow TDB nested transactions and use tdb_transaction_active()Gary Lockyer2018-05-032-13/+10
* ldb_tdb: Do not make search or DB modifications without a lockGary Lockyer2018-05-031-12/+38
* ldb: make key/value backends expose if there is an active transactionGary Lockyer2018-05-032-0/+7
* ldb_tdb: Make sure max_key_length != 0 requires a GUID index modeGary Lockyer2018-05-031-1/+17
* ldb/tests: don't use TEVENT_DEPRECATED in ldb_kv_ops_test.cStefan Metzmacher2018-05-031-3/+0
* lib/tevent: Additionally accept unicode as string param in Py2Noel Power2018-04-301-1/+1
* lib/ldb: Additionally accept unicode as string param in Py2Noel Power2018-04-302-6/+6
* tevent: Fix callers of tevent_req_set_endtimeVolker Lendecke2018-04-241-1/+2
* dbwrap: Remove dependency on samba-hostconfigVolker Lendecke2018-04-241-1/+1
* dbwrap: Remove calls to loadparmVolker Lendecke2018-04-242-12/+9
* ldb_wrap.c missing headerWilliam Brown2018-04-201-0/+1
* ldb/pyldb: initialize optional parameter in ldb_connect()Douglas Bagnall2018-04-131-1/+1
* python: bulk replace dict.iteritems to items for py3Joe Guo2018-04-131-1/+1
* wscript_build: make sure we link extra-python versions of librariesNoel Power2018-04-132-2/+5
* ldb-samba: require pid match for cached ldbGary Lockyer2018-04-121-1/+6
* ldb_wrap: Remove the magic cache of database handles except for sam.ldbAndrew Bartlett2018-04-121-8/+7
* ldb_wrap: Remove ldb_transaction_cancel_noerr from ldb_wrap_fork_hook()Andrew Bartlett2018-04-121-12/+3
* tevent: Fix CID 1414792 Unchecked return valueVolker Lendecke2018-04-111-1/+4
* lib/util: Call log_stack_trace() in smb_panic_default()Andrew Bartlett2018-04-111-2/+1
* lib/util: Move log_stack_trace() to common codeAndrew Bartlett2018-04-113-0/+106
* lib/util: Log PANIC before calling pacic action just like s3Andrew Bartlett2018-04-111-1/+3
* tdbtool: Use tdb_wipe_all in "erase" commandVolker Lendecke2018-04-111-7/+1
* ldb: Fix trailing whitespaceVolker Lendecke2018-04-063-16/+16
* ldb/tests: remove lmdb.h include from testRalph Boehme2018-04-061-1/+0