summaryrefslogtreecommitdiff
path: root/lib
AgeCommit message (Expand)AuthorFilesLines
2018-09-28lib: Hold at most 10 outstanding paged result cookiesVolker Lendecke1-0/+22
2018-09-28lib: Put "results_store" into a doubly linked listVolker Lendecke1-20/+5
2018-09-05krb5-samba: interdomain trust uses different salt principalAlexander Bokovoy2-17/+46
2018-09-05s3: util: Do not take over stderr when there is no log filePaulo Alcantara1-2/+5
2018-07-28ldb: Refuse to build Samba against a newer minor version of ldbAndrew Bartlett1-10/+22
2018-07-12lib: smb_threads: fix access before init bugRalph Boehme1-0/+3
2018-07-09socket_wrapper: Add missing dependency on tirpcAmitay Isaacs1-1/+1
2018-06-27lib:util: Fix parameter aliasing in tfork testAndreas Schneider1-5/+2
2018-06-25krb5_wrap: fix keep_old_entries logic for older kerberos librariesChristof Schmitt1-1/+1
2018-06-07memcache: Add new cache type for dfree informationChristof Schmitt1-1/+2
2018-06-04lib/util: Call log_stack_trace() in smb_panic_default()Andrew Bartlett1-2/+1
2018-06-04lib/util: Move log_stack_trace() to common codeAndrew Bartlett3-0/+106
2018-06-04lib/util: Log PANIC before calling pacic action just like s3Andrew Bartlett1-1/+3
2018-05-24lib: Allow parsing a strv from a non-talloc const bufVolker Lendecke2-9/+19
2018-05-24lib: Only call strlen if necessary in strvVolker Lendecke1-2/+4
2018-05-24lib: Pass in "strv_len" to strv_valid_entryVolker Lendecke1-14/+12
2018-04-20lib/util: remove unused '#include <sys/syscall.h>' from tests/tfork.cStefan Metzmacher1-1/+0
2018-04-20tevent: version 0.9.36Stefan Metzmacher2-1/+101
2018-04-20tevent: add tevent_queue_entry_untrigger()Stefan Metzmacher2-0/+35
2018-04-20tevent: improve documentation of tevent_queue_add_optimize_empty()Stefan Metzmacher1-0/+3
2018-04-20tevent: version 0.9.35Stefan Metzmacher2-1/+100
2018-04-20lib/async_req/async_sock.c set socket close on execGary Lockyer2-1/+2
2018-04-20lib/tevent/echo_server.c set socket close on execGary Lockyer1-0/+1
2018-04-20tevent: Fix typosVolker Lendecke1-2/+2
2018-04-20lib: tevent: Minor cleanup. wakeup_fd can always be gotten from the event con...Jeremy Allison2-4/+1
2018-04-20lib: tevent: Use system <tevent.h>, not internal header path (except in self-...Jeremy Allison2-2/+2
2018-04-04Allow AESNI to be used on all processor supporting AESNI, not just Intel's Th...Eric Vannier1-16/+0
2018-03-22s3: smbd: SMB2: Add DBGC_SMB2_CREDITS class to specifically debug credit issues.Jeremy Allison2-0/+2
2018-03-22lib: debug: Add DBGC_XXX versions of the macros to allow class-specific messa...Jeremy Allison1-0/+30
2018-03-22s3: debug: smb2: Create a new DBGC_SMB2 debug class and mark all smbd/smb2_*....Jeremy Allison2-0/+2
2018-01-25waf: Fix NFS quota support with libtirpcAndreas Schneider1-1/+1
2018-01-25build: deal with recent glibc sunrpc header removalGünther Deschner2-6/+34
2018-01-25include: Create system/nis.h in libreplaceAndreas Schneider2-3/+90
2017-12-22ldb: Release 1.2.3ldb-1.2.3Andrew Bartlett4-1/+282
2017-12-22ldb: Intersect the index from SCOPE_ONELEVEL with the index for the search ex...Andrew Bartlett1-1/+50
2017-12-22ldb_tdb: Provide struct ltdb_private to index routinesAndrew Bartlett3-45/+99
2017-12-14pthreadpool: Add a test for the race condition fixed in the last commitVolker Lendecke1-0/+82
2017-12-14pthreadpool: Fix starvation after forkVolker Lendecke1-18/+75
2017-12-13pthreadpool: Fix deadlockVolker Lendecke1-0/+3
2017-12-13pthreadpool: Add test for pthread_create failureChristof Schmitt2-0/+183
2017-12-13pthreadpool: Undo put_job when returning errorChristof Schmitt1-2/+26
2017-12-13pthreadpool: Move creating of thread to new functionChristof Schmitt1-34/+45
2017-11-14tevent: version 0.9.34Stefan Metzmacher2-1/+100
2017-11-14lib: tevent: Remove select backend.Jeremy Allison4-283/+1
2017-11-13tevent: Fix a race conditionVolker Lendecke1-2/+4
2017-11-01replace: Link to -lbsd when building replace.c by handAndrew Bartlett1-3/+9
2017-10-25krb5_wrap: ADDRTYPE_INET6 is available in all supported MIT versionsStefan Metzmacher1-1/+1
2017-10-25krb5_wrap: KRB5_ADDRESS_INET6 is not a define in HeimdalStefan Metzmacher1-1/+1
2017-10-02lib/util/run_cmd: use a cleanup function instead of a destructorRalph Boehme1-3/+6
2017-10-02lib/util/run_cmd: remove a printfRalph Boehme1-1/+0