summaryrefslogtreecommitdiff
path: root/lib
Commit message (Expand)AuthorAgeFilesLines
* 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
* lib/util/run_cmd: ensure fd_stdin gets set to -1 in the destructorRalph Boehme2017-09-301-0/+1
* lib/util/run_cmd: prevent zombies in samba_runcmd_send on timeoutRalph Boehme2017-09-301-4/+4
* lib: Fix a signed/unsigned hickupVolker Lendecke2017-09-301-1/+1
* lib/util: Fix build for lttng libraries that does not support tracefChristof Schmitt2017-09-271-3/+2
* tfork: set waiter process titleGary Lockyer2017-09-261-0/+1
* s4:smbd: call setproctitle_initGary Lockyer2017-09-263-0/+11
* ldb: Release ldb 1.3.0ldb-1.3.0Andrew Bartlett2017-09-234-1/+284
* ldb_tdb: Treat distinguishedName and objectGUID (in Samba) as uniqueAndrew Bartlett2017-09-221-2/+16
* ldb: Ensure we do not run out of File descriptors in autobuildAndrew Bartlett2017-09-221-0/+16
* ldb: Do not make an ldb file for API testsAndrew Bartlett2017-09-221-23/+11
* ldb: Add test showing a search against the index is not possibleAndrew Bartlett2017-09-221-0/+16