summaryrefslogtreecommitdiff
path: root/lib
Commit message (Expand)AuthorAgeFilesLines
...
* lib:mscat: Fix may be used uninitialized warningsAndreas Schneider2019-01-191-2/+6
* lib: Use gpfs.h from third_party on LinuxChristof Schmitt2019-01-182-5/+20
* ldb: version 1.5.2ldb-1.5.2Stefan Metzmacher2019-01-154-1/+285
* tevent: version 0.9.38tevent-0.9.38Stefan Metzmacher2019-01-152-1/+127
* talloc: version 2.1.15talloc-2.1.15Stefan Metzmacher2019-01-154-1/+97
* addns: Async ads_dns_lookup_nsVolker Lendecke2019-01-152-358/+121
* addns: Async ads_dns_lookup_srvVolker Lendecke2019-01-153-207/+151
* addns: Centralize siteless lookup fallbackVolker Lendecke2019-01-151-60/+29
* lib/ldb: Use new PYARG_ES format for parseTupleNoel Power2019-01-131-1/+5
* lib/ldb/tests/python: Add test to pass utf8 encoded bytes to ldb.DnNoel Power2019-01-131-0/+15
* lib: remove unused function nttime_from_string()Swen Schillig2019-01-121-5/+0
* tevent: deprecate tevent_wrapper api againStefan Metzmacher2019-01-127-5/+18
* Revert "pthreadpool: split out pthreadpool_tevent_job from pthreadpool_tevent...Ralph Boehme2019-01-111-172/+66
* Revert "pthreadpool: add pthreadpool_tevent_job_cancel()"Ralph Boehme2019-01-111-40/+0
* Revert "pthreadpool: maintain a global list of orphaned pthreadpool_tevent_jobs"Ralph Boehme2019-01-112-43/+0
* Revert "pthreadpool: add some lockless coordination between the main and job ...Ralph Boehme2019-01-112-221/+5
* Revert "pthreadpool: add helgrind magic to PTHREAD_TEVENT_JOB_THREAD_FENCE_*()"Ralph Boehme2019-01-111-34/+0
* Revert "pthreadpool: maintain a list of job_states on each pthreadpool_tevent...Ralph Boehme2019-01-111-78/+24
* Revert "pthreadpool: add a comment about a further optimization in pthreadpoo...Ralph Boehme2019-01-111-17/+0
* Revert "pthreadpool: test cancelling and freeing pending pthreadpool_tevent j...Ralph Boehme2019-01-111-434/+0
* Revert "pthreadpool: add pthreadpool_tevent_[current_job_]per_thread_cwd()"Ralph Boehme2019-01-112-33/+0
* Revert "pthreadpool: add tests for pthreadpool_tevent_[current_job_]per_threa...Ralph Boehme2019-01-111-144/+0
* Revert "pthreadpool: call unshare(CLONE_FS) if available"Ralph Boehme2019-01-113-56/+0
* Revert "pthreadpool: add pthreadpool_restart_check[_monitor_{fd,drain}]()"Ralph Boehme2019-01-113-365/+0
* Revert "pthreadpool: implement pthreadpool_tevent_wrapper_create() infrastruc...Ralph Boehme2019-01-112-433/+1
* Revert "pthreadpool: test cancelling and freeing jobs of a wrapped pthreadpoo...Ralph Boehme2019-01-111-573/+0
* Revert "pthreadpool: we need to use pthreadpool_tevent_per_thread_cwd() on th...Ralph Boehme2019-01-111-2/+1
* Revert "pthreadpool: ignore the return value of poll(NULL, 0UL, 1)"Ralph Boehme2019-01-111-2/+2
* Revert "pthreadpool: reset monitor_fd after calling tevent_fd_set_auto_close()"Ralph Boehme2019-01-111-1/+0
* waf:lib/replace: fix a build error with non-gcc compilersBjörn Jacke2019-01-101-1/+1
* lib: replace: snprintf: Whitespace clean upLadislav Michl via samba-technical2019-01-101-72/+72
* Fix typo and remove the sun and the cloudsSwen Schillig2019-01-101-1/+1
* Fix typos and ban the rams from sambatdb-1.3.17Swen Schillig2019-01-103-3/+3
* paged results: new paged results module using GUID listAaron Haslett2018-12-212-454/+0
* lib:util: Use memset_s() in data_blob_clear()Andreas Schneider2018-12-201-1/+1
* lib:util: Sync memory.h with replace.hAndreas Schneider2018-12-201-4/+8
* lib:util: Cleanup comments in memory.hAndreas Schneider2018-12-201-18/+20
* replace: Use memset_s for ZERO_* macrosAndreas Schneider2018-12-201-4/+8
* replace: Cleanup comments for ZERO_*Andreas Schneider2018-12-201-11/+13
* replace: Add memset_s to replacement functionsAndreas Schneider2018-12-202-1/+2
* waf: Add missing libreplace deps to pyldb*Andreas Schneider2018-12-201-2/+2
* lib/audit_logging: actually create tallocPhilipp Gesang2018-12-201-0/+6
* debug: enable per debug-class logfilesRalph Boehme2018-12-201-2/+13
* debug: remove fd and debugf from state, use dbgc_config[DBGC_ALL]Ralph Boehme2018-12-201-25/+34
* debug: update logsize checking for per debug-class logfilesRalph Boehme2018-12-201-0/+14
* debug: update need_to_check_log_size() for per debug-class logfilesRalph Boehme2018-12-201-2/+15
* debug: add support for per debug-class logfilesRalph Boehme2018-12-201-1/+14
* debug: add resource cleanup for per debug-class logfilesRalph Boehme2018-12-201-0/+1
* debug: add logfile and fd to struct debug_classRalph Boehme2018-12-201-1/+17
* debug: factor out logfile size checkRalph Boehme2018-12-201-19/+54