summaryrefslogtreecommitdiff
path: root/lib
Commit message (Expand)AuthorAgeFilesLines
* lib: Hold at most 10 outstanding paged result cookiesVolker Lendecke2018-09-281-0/+22
* lib: Put "results_store" into a doubly linked listVolker Lendecke2018-09-281-20/+5
* krb5-samba: interdomain trust uses different salt principalAlexander Bokovoy2018-09-052-17/+46
* s3: util: Do not take over stderr when there is no log filePaulo Alcantara2018-09-051-2/+5
* ldb: Refuse to build Samba against a newer minor version of ldbAndrew Bartlett2018-07-281-10/+22
* lib: smb_threads: fix access before init bugRalph Boehme2018-07-121-0/+3
* socket_wrapper: Add missing dependency on tirpcAmitay Isaacs2018-07-091-1/+1
* lib:util: Fix parameter aliasing in tfork testAndreas Schneider2018-06-271-5/+2
* krb5_wrap: fix keep_old_entries logic for older kerberos librariesChristof Schmitt2018-06-251-1/+1
* memcache: Add new cache type for dfree informationChristof Schmitt2018-06-071-1/+2
* lib/util: Call log_stack_trace() in smb_panic_default()Andrew Bartlett2018-06-041-2/+1
* lib/util: Move log_stack_trace() to common codeAndrew Bartlett2018-06-043-0/+106
* lib/util: Log PANIC before calling pacic action just like s3Andrew Bartlett2018-06-041-1/+3
* lib: Allow parsing a strv from a non-talloc const bufVolker Lendecke2018-05-242-9/+19
* lib: Only call strlen if necessary in strvVolker Lendecke2018-05-241-2/+4
* lib: Pass in "strv_len" to strv_valid_entryVolker Lendecke2018-05-241-14/+12
* lib/util: remove unused '#include <sys/syscall.h>' from tests/tfork.cStefan Metzmacher2018-04-201-1/+0
* tevent: version 0.9.36Stefan Metzmacher2018-04-202-1/+101
* tevent: add tevent_queue_entry_untrigger()Stefan Metzmacher2018-04-202-0/+35
* tevent: improve documentation of tevent_queue_add_optimize_empty()Stefan Metzmacher2018-04-201-0/+3
* tevent: version 0.9.35Stefan Metzmacher2018-04-202-1/+100
* lib/async_req/async_sock.c set socket close on execGary Lockyer2018-04-202-1/+2
* lib/tevent/echo_server.c set socket close on execGary Lockyer2018-04-201-0/+1
* tevent: Fix typosVolker Lendecke2018-04-201-2/+2
* lib: tevent: Minor cleanup. wakeup_fd can always be gotten from the event con...Jeremy Allison2018-04-202-4/+1
* lib: tevent: Use system <tevent.h>, not internal header path (except in self-...Jeremy Allison2018-04-202-2/+2
* Allow AESNI to be used on all processor supporting AESNI, not just Intel's Th...Eric Vannier2018-04-041-16/+0
* s3: smbd: SMB2: Add DBGC_SMB2_CREDITS class to specifically debug credit issues.Jeremy Allison2018-03-222-0/+2
* lib: debug: Add DBGC_XXX versions of the macros to allow class-specific messa...Jeremy Allison2018-03-221-0/+30
* s3: debug: smb2: Create a new DBGC_SMB2 debug class and mark all smbd/smb2_*....Jeremy Allison2018-03-222-0/+2
* waf: Fix NFS quota support with libtirpcAndreas Schneider2018-01-251-1/+1
* build: deal with recent glibc sunrpc header removalGünther Deschner2018-01-252-6/+34
* include: Create system/nis.h in libreplaceAndreas Schneider2018-01-252-3/+90
* ldb: Release 1.2.3ldb-1.2.3Andrew Bartlett2017-12-224-1/+282
* ldb: Intersect the index from SCOPE_ONELEVEL with the index for the search ex...Andrew Bartlett2017-12-221-1/+50
* ldb_tdb: Provide struct ltdb_private to index routinesAndrew Bartlett2017-12-223-45/+99
* pthreadpool: Add a test for the race condition fixed in the last commitVolker Lendecke2017-12-141-0/+82
* pthreadpool: Fix starvation after forkVolker Lendecke2017-12-141-18/+75
* pthreadpool: Fix deadlockVolker Lendecke2017-12-131-0/+3
* pthreadpool: Add test for pthread_create failureChristof Schmitt2017-12-132-0/+183
* pthreadpool: Undo put_job when returning errorChristof Schmitt2017-12-131-2/+26
* pthreadpool: Move creating of thread to new functionChristof Schmitt2017-12-131-34/+45
* tevent: version 0.9.34Stefan Metzmacher2017-11-142-1/+100
* lib: tevent: Remove select backend.Jeremy Allison2017-11-144-283/+1
* tevent: Fix a race conditionVolker Lendecke2017-11-131-2/+4
* replace: Link to -lbsd when building replace.c by handAndrew Bartlett2017-11-011-3/+9
* krb5_wrap: ADDRTYPE_INET6 is available in all supported MIT versionsStefan Metzmacher2017-10-251-1/+1
* krb5_wrap: KRB5_ADDRESS_INET6 is not a define in HeimdalStefan Metzmacher2017-10-251-1/+1
* lib/util/run_cmd: use a cleanup function instead of a destructorRalph Boehme2017-10-021-3/+6
* lib/util/run_cmd: remove a printfRalph Boehme2017-10-021-1/+0