torture3: Extend the g_lock6 test to also cover upgrades
[vlendec/samba-autobuild/.git] / lib /
2018-08-14 Karolin SeegerMerge tag 'samba-4.7.9' into v4-7-test
2018-07-28 Andrew Bartlettldb: Refuse to build Samba against a newer minor versio...
2018-07-12 Ralph Boehmelib: smb_threads: fix access before init bug
2018-07-09 Amitay Isaacssocket_wrapper: Add missing dependency on tirpc
2018-06-27 Andreas Schneiderlib:util: Fix parameter aliasing in tfork test
2018-06-25 Christof Schmittkrb5_wrap: fix keep_old_entries logic for older kerbero...
2018-06-07 Christof Schmittmemcache: Add new cache type for dfree information
2018-06-04 Andrew Bartlettlib/util: Call log_stack_trace() in smb_panic_default()
2018-06-04 Andrew Bartlettlib/util: Move log_stack_trace() to common code
2018-06-04 Andrew Bartlettlib/util: Log PANIC before calling pacic action just...
2018-05-24 Volker Lendeckelib: Allow parsing a strv from a non-talloc const buf
2018-05-24 Volker Lendeckelib: Only call strlen if necessary in strv
2018-05-24 Volker Lendeckelib: Pass in "strv_len" to strv_valid_entry
2018-04-20 Stefan Metzmacherlib/util: remove unused '#include <sys/syscall.h>'...
2018-04-20 Stefan Metzmachertevent: version 0.9.36
2018-04-20 Stefan Metzmachertevent: add tevent_queue_entry_untrigger()
2018-04-20 Stefan Metzmachertevent: improve documentation of tevent_queue_add_optim...
2018-04-20 Stefan Metzmachertevent: version 0.9.35
2018-04-20 Gary Lockyerlib/async_req/async_sock.c set socket close on exec
2018-04-20 Gary Lockyerlib/tevent/echo_server.c set socket close on exec
2018-04-20 Volker Lendecketevent: Fix typos
2018-04-20 Jeremy Allisonlib: tevent: Minor cleanup. wakeup_fd can always be...
2018-04-20 Jeremy Allisonlib: tevent: Use system <tevent.h>, not internal header...
2018-04-04 Eric VannierAllow AESNI to be used on all processor supporting...
2018-03-22 Jeremy Allisons3: smbd: SMB2: Add DBGC_SMB2_CREDITS class to specific...
2018-03-22 Jeremy Allisonlib: debug: Add DBGC_XXX versions of the macros to...
2018-03-22 Jeremy Allisons3: debug: smb2: Create a new DBGC_SMB2 debug class...
2018-01-25 Andreas Schneiderwaf: Fix NFS quota support with libtirpc
2018-01-25 Günther Deschnerbuild: deal with recent glibc sunrpc header removal
2018-01-25 Andreas Schneiderinclude: Create system/nis.h in libreplace
2017-12-22 Andrew Bartlettldb: Release 1.2.3 ldb-1.2.3
2017-12-22 Andrew Bartlettldb: Intersect the index from SCOPE_ONELEVEL with the...
2017-12-22 Andrew Bartlettldb_tdb: Provide struct ltdb_private to index routines
2017-12-14 Volker Lendeckepthreadpool: Add a test for the race condition fixed...
2017-12-14 Volker Lendeckepthreadpool: Fix starvation after fork
2017-12-13 Volker Lendeckepthreadpool: Fix deadlock
2017-12-13 Christof Schmittpthreadpool: Add test for pthread_create failure
2017-12-13 Christof Schmittpthreadpool: Undo put_job when returning error
2017-12-13 Christof Schmittpthreadpool: Move creating of thread to new function
2017-11-14 Stefan Metzmachertevent: version 0.9.34
2017-11-14 Jeremy Allisonlib: tevent: Remove select backend.
2017-11-13 Volker Lendecketevent: Fix a race condition
2017-11-01 Andrew Bartlettreplace: Link to -lbsd when building replace.c by hand
2017-10-25 Stefan Metzmacherkrb5_wrap: ADDRTYPE_INET6 is available in all supported...
2017-10-25 Stefan Metzmacherkrb5_wrap: KRB5_ADDRESS_INET6 is not a define in Heimdal
2017-10-02 Ralph Boehmelib/util/run_cmd: use a cleanup function instead of...
2017-10-02 Ralph Boehmelib/util/run_cmd: remove a printf
2017-10-02 Ralph Boehmelib/util/run_cmd: ensure fd_stdin gets set to -1 in...
2017-10-02 Ralph Boehmelib/util/run_cmd: prevent zombies in samba_runcmd_send...
2017-09-17 Gary Lockyerutil_runcmd: Free the fde in event handler.
2017-09-17 Ralph Boehmelib/util: only close the event_fd in tfork if the calle...
2017-09-17 Gary Lockyerutil/tfork: Write to the status pipe
2017-09-17 Gary Lockyertests util/tfork: Tests for status and event fd
2017-09-16 Stefan Metzmachercharset: fix str[n]casecmp_m() by comparing lower case...
2017-09-16 Stefan Metzmachercharset/tests: also tests the system str[n]casecmp()
2017-09-16 Stefan Metzmachercharset/tests: add more str[n]casecmp_m() tests to...
2017-09-16 Stefan Metzmachercharset/tests: assert the exact values of str[n]casecmp_m()
2017-09-14 Andrew Bartlettdebug: Add new debug class "drs_repl" for DRS replicati...
2017-09-14 Andrew Bartlettldb: version 1.2.2
2017-09-14 Andrew Bartlettldb: Add new ldb_ldif_message_redacted_string() with...
2017-09-14 Andrew Bartlettldb_tdb: Refuse to re-index very old database with...
2017-09-14 Andrew Bartlettldb_tdb: Use braces in ltdb_dn_list_find_val()
2017-09-14 Andrew Bartlettldb_tdb: Check for talloc_strdup() failure in ltdb_inde...
2017-09-14 Andrew Bartlettldb_tdb: Check for errors during tdb operations in...
2017-09-14 Andrew Bartlettldb_tdb: Use memcmp rather than strncmp() in ltdb_key_i...
2017-09-14 Andrew Bartlettldb_tdb: Create a common ltdb_key_is_record() allowing...
2017-09-14 Andrew Bartlettldb_tdb: Do not trigger the unique index check during...
2017-09-14 Andrew Bartlettldb_tdb: Use memcmp() to compare TDB keys in re_index()
2017-09-14 Andrew Bartlettldb: Add tests for indexed and unindexed search expressions
2017-09-14 Andrew Bartlettldb: Fix tests to call the parent tearDown(), not setUp...
2017-09-14 Andrew Bartlettldb_tdb: Rework ltdb_modify_internal() to use ltdb_sear...
2017-09-14 Andrew Bartlettldb: Add LDB_UNPACK_DATA_FLAG_NO_ATTRS
2017-09-10 Jeremy Allisonlib: crypto: Add the ability to select Intel AESNI...
2017-09-10 Jeremy Allisonlib: crypto: Plumb in the Intel AES instructions.
2017-09-10 Jeremy Allisonlib: crypt: Prepare the existing code to switch to...
2017-09-08 Volker Lendeckepthreadpool: Test fork with an active thread
2017-09-08 Volker Lendeckepthreadpool: Fix fork behaviour
2017-08-17 Jeremy Allisonlib: ldb: Python. Take care of freeing the passed in...
2017-08-17 Jeremy Allisonlib: ldb: Use NULL to allocate modules not talloc_autof...
2017-07-23 Stefan Metzmachertevent: version 0.9.33
2017-07-23 Stefan Metzmachertevent: handle passing req = NULL to tevent_req_print()
2017-07-23 Stefan Metzmachertevent: avoid calling talloc_get_name(NULL) in tevent_r...
2017-07-23 Stefan Metzmacherldb: version 1.2.1
2017-07-23 Douglas Bagnallldb/tests: more thoroughly test empty ldb_msg elements
2017-07-23 Douglas Bagnallldb: avoid searching empty lists in ldb_msg_find_common...
2017-07-23 Lukas Slebodnikldb: Fix index out of bound in ldb_msg_find_common_values
2017-07-23 Lukas Slebodnikldb: Use libraries from build dir for testsuite
2017-07-13 Andreas Schneiderwaf: Do not install _ldb_text.py if we have system...
2017-07-04 Andrew Bartlettparam: Add new "disabled" value to "ntlm auth" to disab...
2017-07-04 Andrew Bartlettparam: Disable LanMan authentication unless NTLMv1...
2017-07-04 Andrew Bartlettauth: Allow NTLMv1 if MSV1_0_ALLOW_MSVCHAPV2 is given...
2017-07-03 Ralph Boehmelib/util: add more tfork tests
2017-07-03 Ralph Boehmelib/util: adjust loglevel in tfork test with samba_runc...
2017-07-03 Ralph Boehmelib/util: make use of tfork in samba_runcmd_send()
2017-07-03 Ralph Boehmelib/util: enhanced tfork()
2017-07-02 Stefan Metzmacherldb: version 1.2.0 ldb-1.2.0
2017-07-02 Stefan Metzmacherldb:includes: protect ldb_modules.h from being used...
2017-07-02 Stefan Metzmacherldb:wscript: define EXPECTED_SYSTEM_LDB_VERSION_{MAJOR...
2017-07-02 Stefan Metzmacherldb:wscript: provide LDB_VERSION_{MAJOR,MINOR,RELEASE...
2017-07-02 Andrew Bartlettldb:tests: Extend api.py testsuite to show transaction_...
next