summaryrefslogtreecommitdiff
path: root/lib
Commit message (Expand)AuthorAgeFilesLines
* lib: ldb: Python. Take care of freeing the passed in module description if ld...Jeremy Allison2017-07-261-1/+4
* lib: ldb: Use NULL to allocate modules not talloc_autofree_context().Jeremy Allison2017-07-261-1/+11
* dbwrap_tdb: Implement do_lockedVolker Lendecke2017-07-251-0/+47
* dbwrap: Add dbwrap_do_lockedVolker Lendecke2017-07-253-0/+45
* dbwrap: Factor out the core dbwrap lock order logicVolker Lendecke2017-07-251-46/+58
* dbwrap: Add dbwrap_record_storevVolker Lendecke2017-07-252-2/+10
* dbwrap: Convert backend store to storevVolker Lendecke2017-07-254-15/+37
* dbwrap: Add dbwrap_merge_dbufsVolker Lendecke2017-07-252-0/+51
* uwrap: Update to version 1.2.4Andreas Schneider2017-07-252-39/+266
* ldb: version 1.2.1ldb-1.2.1Stefan Metzmacher2017-07-224-1/+281
* tevent: version 0.9.33tevent-0.9.33Stefan Metzmacher2017-07-212-1/+100
* tevent: handle passing req = NULL to tevent_req_print()Stefan Metzmacher2017-07-211-0/+4
* tevent: avoid calling talloc_get_name(NULL) in tevent_req_default_print()Stefan Metzmacher2017-07-211-1/+1
* talloc: version 2.1.10talloc-2.1.10Stefan Metzmacher2017-07-214-1/+97
* ldb/tests: more thoroughly test empty ldb_msg elementsDouglas Bagnall2017-07-071-3/+29
* ldb: avoid searching empty lists in ldb_msg_find_common_valuesDouglas Bagnall2017-07-071-0/+3
* ldb: Fix index out of bound in ldb_msg_find_common_valuesLukas Slebodnik2017-07-071-9/+1
* waf: Do not install _ldb_text.py if we have system libldbAndreas Schneider2017-07-071-5/+8
* ldb: Use libraries from build dir for testsuiteLukas Slebodnik2017-07-041-3/+4
* talloc: Fix execution of test_magic_differs from tarballLukas Slebodnik2017-07-041-0/+2
* talloc: Use libraries from build dir for testsuiteLukas Slebodnik2017-07-041-0/+4
* param: Add new "disabled" value to "ntlm auth" to disable NTLM totallyAndrew Bartlett2017-07-041-0/+1
* param: Disable LanMan authentication unless NTLMv1 is also enabledAndrew Bartlett2017-07-041-0/+16
* auth: Allow NTLMv1 if MSV1_0_ALLOW_MSVCHAPV2 is given and re-factor 'ntlm aut...Andrew Bartlett2017-07-042-1/+16
* lib/util: add more tfork testsRalph Boehme2017-07-031-0/+438
* lib/util: adjust loglevel in tfork test with samba_runcmd_send()Ralph Boehme2017-07-031-1/+1
* lib/util: make use of tfork in samba_runcmd_send()Ralph Boehme2017-07-032-50/+59
* lib/util: enhanced tfork()Ralph Boehme2017-07-033-260/+855
* ldb: version 1.2.0ldb-1.2.0Stefan Metzmacher2017-07-025-3/+281
* ldb:includes: protect ldb_modules.h from being used by Samba < 4.7Stefan Metzmacher2017-07-021-0/+35
* ldb:wscript: define EXPECTED_SYSTEM_LDB_VERSION_{MAJOR,MINOR,RELEASE}Stefan Metzmacher2017-07-021-0/+6
* ldb:wscript: provide LDB_VERSION_{MAJOR,MINOR,RELEASE} in ldb_version.hStefan Metzmacher2017-07-021-1/+17
* ldb:tests: Extend api.py testsuite to show transaction_commit() blocks agains...Andrew Bartlett2017-07-021-10/+8
* ldb:tests: Extend api.py testsuite to show transaction contents can not be se...Andrew Bartlett2017-07-021-0/+66
* ldb:tests: Add test to show that locks are released on TALLOC_FREE(req)Andrew Bartlett2017-07-021-0/+226
* ldb:tests: Correct comment about version numbersAndrew Bartlett2017-07-021-2/+2
* ldb: Lock the whole backend database for the duration of a searchAndrew Bartlett2017-07-022-9/+160
* ldb_tdb: Implement read_lock and read_unlock module operationsAndrew Bartlett2017-07-021-0/+2
* ldb: Add read_lock and read_unlock to ldb_module_opsAndrew Bartlett2017-07-023-0/+52
* ldb:tests: Add test encoding current locking behaviour during ldb_search()Andrew Bartlett2017-07-021-0/+238
* ldb:tests: Show that writes do not appear during an ldb_search()Andrew Bartlett2017-07-021-0/+349
* ldb:tests: don't assert the results before doing the final search finishedAndrew Bartlett2017-07-021-5/+10
* ldb:tdb: Ensure we correctly decrement ltdb->read_lock_countGarming Sam2017-07-021-0/+1
* ldb_pack: use ldb_dn_from_ldb_val() and avoid a duplicate strlen() callAndrew Bartlett2017-07-021-1/+4
* tdb: version 1.3.14tdb-1.3.14Stefan Metzmacher2017-07-022-1/+72
* tdb: Add new function tdb_transaction_active()Andrew Bartlett2017-07-023-0/+29
* tdb: Improve documentation for tdb_transaction_start()Andrew Bartlett2017-07-021-4/+7
* tdb: Remove locking from tdb_traverse_read()Andrew Bartlett2017-07-022-13/+28
* s3: VFS: Change SMB_VFS_GETWD to return struct smb_filename * instead of char *.Jeremy Allison2017-07-011-0/+1
* debug: new debug class for kerberosAndrew Bartlett2017-06-302-0/+3