summaryrefslogtreecommitdiff
path: root/lib
Commit message (Expand)AuthorAgeFilesLines
* lib: Fix integer overflowed argument issue with strtoul()Andreas Schneider2017-08-031-1/+15
* util: Reimplement pidfile_create() using pidfile_path_create()Martin Schwenke2017-08-021-22/+5
* util: New functions pidfile_path_create(), pidfile_fd_close()Martin Schwenke2017-08-022-0/+102
* util: Add pidfile.* to samba-util-coreMartin Schwenke2017-08-021-2/+2
* util: Clean up includesMartin Schwenke2017-08-021-1/+6
* util: pidfile_pid() should not unlink PID fileMartin Schwenke2017-08-021-6/+1
* waf: disable-python - fix talloc wscript if bundling disabledIan Stakenvicius2017-08-011-9/+12
* lib: Fix 1415704 CID Integer overflowed argumentVolker Lendecke2017-07-311-1/+1
* 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