summaryrefslogtreecommitdiff
path: root/lib
Commit message (Expand)AuthorAgeFilesLines
* pthreadpool: Fix deadlockVolker Lendecke2017-12-131-0/+3
* pthreadpool: Add some assertsVolker Lendecke2017-12-131-3/+7
* pthreadpool: Simplify the logic in add_job a bitVolker Lendecke2017-12-121-15/+21
* smbd: Enable async I/O by defaultVolker Lendecke2017-12-121-0/+2
* ldb ldb_index: Add an attriubute flag to require a unique value.Gary Lockyer2017-12-103-1/+337
* pthreadpool: Add a test for the race condition fixed in the last commitVolker Lendecke2017-12-091-0/+82
* pthreadpool: Fix starvation after forkVolker Lendecke2017-12-091-18/+75
* Add mdns name configuration optionKevin Anderson2017-12-083-0/+11
* pthreadpool: Add test for pthread_create failureChristof Schmitt2017-12-082-0/+183
* pthreadpool: Undo put_job when returning errorChristof Schmitt2017-12-081-2/+26
* pthreadpool: Move creating of thread to new functionChristof Schmitt2017-12-081-34/+45
* lib: Allow parsing a strv from a non-talloc const bufVolker Lendecke2017-11-292-9/+19
* lib: Only call strlen if necessary in strvVolker Lendecke2017-11-291-2/+4
* lib: Pass in "strv_len" to strv_valid_entryVolker Lendecke2017-11-291-14/+12
* build: Move pam_wrapper to third_partyAndreas Schneider2017-11-256-3553/+0
* build: Move uid_wrapper to third_partyAndreas Schneider2017-11-252-2513/+0
* build: Move resolv_wrapper to third_partyAndreas Schneider2017-11-252-1894/+0
* build: Move nss_wrapper to third_partyAndreas Schneider2017-11-254-6275/+0
* build: Move socket_wrapper to third_partyAndreas Schneider2017-11-253-5464/+0
* lib/replace: apply readline -Wstrict-prototypes workaroundUri Simchoni2017-11-241-0/+3
* pam_wrapper: Use a constant string format specifier in testUri Simchoni2017-11-241-6/+6
* pam_wrapper: use uintptr_t as base for const-discardingUri Simchoni2017-11-241-2/+2
* pam_wrapper: #ifdef-out unused functionsUri Simchoni2017-11-221-0/+5
* ldb-samba: use ldap enum instead of ldb enumUri Simchoni2017-11-221-1/+1
* build: detect availability of -Wno-unused-functionUri Simchoni2017-11-221-0/+3
* ldb: silence some clang warnings in picky developer modeUri Simchoni2017-11-221-2/+2
* lib/crypto: remove unused codeUri Simchoni2017-11-221-20/+0
* gpo: Apply kerberos settingsDavid Mulder2017-11-202-8/+44
* gpo: Create the gpo update serviceGarming Sam2017-11-201-0/+1
* gpo: move mkdir_p to lib/utilDavid Mulder2017-11-203-1/+92
* lib: Save a few bytes of .textVolker Lendecke2017-11-181-2/+1
* lib: Fix a false/NULL hickupVolker Lendecke2017-11-181-1/+1
* lib: Simplify is_ipaddress_v6Volker Lendecke2017-11-181-54/+53
* lib: Avoid a pointless static variableVolker Lendecke2017-11-181-1/+1
* tevent: Fix typosVolker Lendecke2017-11-181-2/+2
* lib: tevent: Minor cleanup. wakeup_fd can always be gotten from the event con...Jeremy Allison2017-11-172-4/+1
* pthreadpool: create a tevent_threaded_context per registered event contextRalph Boehme2017-11-171-17/+167
* util_tdb: Make a few functions staticVolker Lendecke2017-11-132-28/+7
* tevent: version 0.9.34tevent-0.9.34Stefan Metzmacher2017-11-132-1/+100
* tevent: Fix a race conditionVolker Lendecke2017-11-111-2/+4
* lib: Use all_zero where appropriateVolker Lendecke2017-10-271-3/+2
* replace: Link to -lbsd when building replace.c by handAndrew Bartlett2017-10-201-3/+9
* nwrap: Fix strotoul checks for NSS_WRAPPER_MAX_HOSTENTSDouglas Bagnall2017-10-191-2/+3
* source4/smbd: add a prefork process model.Gary Lockyer2017-10-191-0/+2
* Removed unused 'oplock contention limit' config parameterChristof Schmitt2017-10-191-2/+0
* python: Fix Python 2.6 compatibilityLumir Balhar2017-10-181-0/+9
* krb5_wrap: ADDRTYPE_INET6 is available in all supported MIT versionsStefan Metzmacher2017-10-111-1/+1
* krb5_wrap: KRB5_ADDRESS_INET6 is not a define in HeimdalStefan Metzmacher2017-10-111-1/+1
* lib/util/run_cmd: use a cleanup function instead of a destructorRalph Boehme2017-09-301-3/+6
* lib/util/run_cmd: remove a printfRalph Boehme2017-09-301-1/+0