s3: lib/xattr_tdb: fix listing xattrs
[garming/samba-autobuild/.git] / lib /
2018-07-24 Ralph Boehmelib/util: rename USE_LINUX_THREAD_CREDENTIALS to HAVE_L...
2018-07-24 Ralph Boehmepthreadpool: test cancelling and freeing jobs of a...
2018-07-24 Stefan Metzmacherpthreadpool: implement pthreadpool_tevent_wrapper_creat...
2018-07-24 Stefan Metzmacherpthreadpool: add pthreadpool_restart_check[_monitor_...
2018-07-24 Stefan Metzmacherpthreadpool: add tests for pthreadpool_tevent_[current_...
2018-07-24 Stefan Metzmacherpthreadpool: add pthreadpool_tevent_[current_job_]per_t...
2018-07-24 Ralph Boehmepthreadpool: call unshare(CLONE_FS) if available
2018-07-24 Ralph Boehmepthreadpool: test cancelling and freeing pending pthrea...
2018-07-24 Stefan Metzmacherpthreadpool: add a comment about a further optimization...
2018-07-24 Stefan Metzmacherpthreadpool: maintain a list of job_states on each...
2018-07-24 Stefan Metzmacherpthreadpool: add helgrind magic to PTHREAD_TEVENT_JOB_T...
2018-07-24 Stefan Metzmacherlib/replace: also check for valgrind/helgrind.h
2018-07-24 Stefan Metzmacherpthreadpool: add some lockless coordination between...
2018-07-24 Stefan Metzmacherreplace: add checks for atomic_thread_fence(memory_orde...
2018-07-24 Stefan Metzmacherlib/replace: check for __thread support
2018-07-24 Stefan Metzmacherpthreadpool: replace assert_return_code(ret, 0); with...
2018-07-24 Stefan Metzmacherpthreadpool: test pthreadpool_tevent_max_threads()...
2018-07-24 Stefan Metzmacherpthreadpool: make sure a pthreadpool is marked as stopp...
2018-07-24 Stefan Metzmachertevent: use talloc_zero_size() for the private state...
2018-07-17 Ralph Boehmetevent: fix CID 1437974 dereference after null check
2018-07-17 Ralph Boehmetevent: fix CID 1437976 dereference before null check
2018-07-12 Noel Powerlib/ldb: Implement a bytes derived object for attribute...
2018-07-12 Stefan Metzmacherpthreadpool: allocate glue->tctx on glue as memory...
2018-07-12 Stefan Metzmacherpthreadpool: maintain a global list of orphaned pthread...
2018-07-12 Stefan Metzmacherpthreadpool: make use of pthreadpool_stop() in pthreadp...
2018-07-12 Stefan Metzmacherpthreadpool: add pthreadpool_tevent_job_cancel()
2018-07-12 Stefan Metzmacherpthreadpool: split out pthreadpool_tevent_job from...
2018-07-12 Stefan Metzmacherpthreadpool: let pthreadpool_tevent_job_send() fail...
2018-07-12 Stefan Metzmacherpthreadpool: split out a pthreadpool_stop() from pthrea...
2018-07-12 Stefan Metzmacherpthreadpool: don't process further jobs when shutting...
2018-07-12 Stefan Metzmacherpthreadpool: add pthreadpool_cancel_job()
2018-07-12 Stefan Metzmacherpthreadpool: add pthreadpool_tevent_max_threads() and...
2018-07-12 Stefan Metzmacherpthreadpool: add pthreadpool_max_threads() and pthreadp...
2018-07-12 Stefan Metzmacherpthreadpool: expand test_create() to check unlimited...
2018-07-12 Stefan Metzmacherpthreadpool: fix helgrind error in pthreadpool_free()
2018-07-12 Stefan Metzmacherpthreadpool: use talloc_zero() in tests_cmocka.c setup_...
2018-07-12 Stefan Metzmacherpthreadpool: use strict sync processing only with max_t...
2018-07-12 Stefan Metzmacherpthreadpool: consitently use unlock_res for pthread_mut...
2018-07-12 Stefan Metzmacherpthreadpool: explicitly use max_thread=unlimited for...
2018-07-12 Stefan Metzmacherpthreadpool: use unsigned for num_idle, num_threads...
2018-07-12 Stefan Metzmacherpthreadpool: correctly handle pthreadpool_tevent_regist...
2018-07-12 Stefan Metzmacherldb: version 1.4.1 ldb-1.4.1
2018-07-12 Stefan Metzmachertalloc: version 2.1.14 talloc-2.1.14
2018-07-12 Stefan Metzmachertdb: version 1.3.16 tdb-1.3.16
2018-07-12 Andrew Bartlettldb: Refuse to build Samba against a newer minor versio...
2018-07-12 Andrew Bartlettldb: Ban ldb 1.4.x with Samba 4.8 and earlier
2018-07-12 Aaron Haslettdns: custom match rule for DNS records to be tombstoned
2018-07-12 Gary Lockyerdns: Reformat DNS with clang-format
2018-07-12 Gary Lockyersmb.conf: add dns_zone_scavenging
2018-07-11 Volker Lendecketorture: Test tevent_req_profile
2018-07-11 Volker Lendeckelib: Add tevent_req_profile helpers
2018-07-11 Volker Lendeckelib: Multi-line a long line in wscript_build
2018-07-11 Stefan Metzmachertevent: version 0.9.37 tevent-0.9.37
2018-07-11 Volker Lendecketevent: Add tevent_req_profile
2018-07-11 Ralph Boehmetevent: add a test that frees wrapper_ev with pending...
2018-07-11 Ralph Boehmetevent: add a simple wrapper test
2018-07-11 Stefan Metzmachertevent: add tevent_context_wrapper_create() infrastructure
2018-07-11 Stefan Metzmachertevent: make use of #include "system/threads.h"
2018-07-11 Stefan Metzmachertevent: split out tevent_common_invoke_fd_handler()
2018-07-11 Stefan Metzmachertevent: split out tevent_common_invoke_immediate_handler()
2018-07-11 Stefan Metzmachertevent: split out tevent_common_invoke_timer_handler()
2018-07-11 Stefan Metzmachertevent: split out tevent_common_invoke_signal_handler()
2018-07-11 Stefan Metzmachertevent: simplify tevent_signal_destructor()
2018-07-11 Stefan Metzmachertevent: use talloc_zero() in tevent_signal.c
2018-07-11 Stefan Metzmachertevent: simplify tevent_cleanup_pending_signal_handlers()
2018-07-11 Stefan Metzmachertevent: add tevent_common_check_double_free() helper...
2018-07-11 Stefan Metzmachertevent: add tevent_threaded_schedule_immediate_destruct...
2018-07-11 Stefan Metzmachertevent: use _tevent_schedule_immediate() to move events...
2018-07-11 Stefan Metzmachertevent: use struct initializers for tevent_immediate
2018-07-11 Stefan Metzmachertevent: use struct initializers for tevent_signal
2018-07-11 Stefan Metzmachertevent: use struct initializers for tevent_timer
2018-07-11 Stefan Metzmachertevent: use struct initializers for tevent_fd
2018-07-11 Stefan Metzmachertevent: make tevent_abort() available for backends
2018-07-11 Stefan Metzmachertevent: allow tevent_abort() to cope with ev == NULL
2018-07-11 Stefan Metzmachertevent/testsuite: return after torture_fail()
2018-07-11 Ralph Boehmetevent.h: improve tevent_req documentation
2018-07-11 Stefan Metzmachertevent: rewrite/simplify tevent_poll and maintain ev...
2018-07-11 Stefan Metzmachertevent: make use of tevent_common_wakeup() in the poll...
2018-07-07 Christof Schmitt... lib:charset: Fix error messages from charset conversion
2018-07-04 Amitay Isaacsreplace: Be strict when checking __attribute__ features
2018-07-04 Ralph Boehmelib: smb_threads: fix access before init bug
2018-07-04 David Muldersamba_gpoupdate: Rename the command to samba-gpupdate
2018-07-03 Björn Jackebuild: bundle and reduce huge number of EA function...
2018-07-02 Amitay Isaacstdb: Fix build on AIX
2018-07-02 Amitay Isaacsreplace: Add test for sin6_len in sockaddr_in6 structure
2018-06-28 Aaron Haslettparam: Add non-global smb.cfg option (support 2 differe...
2018-06-26 Andrew Bartlettaudit_logging: Remove duplciate error printing
2018-06-26 Andrew Bartlettaudit_logging: Initialise event_server
2018-06-26 Andrew Bartlettaudit_logging: Remove incorrect check for NT_STATUS_OBJ...
2018-06-26 Andrew Bartlettaudit_logging: Clarify debug messages
2018-06-25 Andrew Bartlettlib/audit_logging: Only build audit_logging_test for...
2018-06-25 Andrew Bartlettlib/audit_logging: Require jansson JSON library for...
2018-06-25 Andrew Bartlettbuild: Move --without-json-audit and json lib detection...
2018-06-23 Volker Lendecketalloc_stack: Call talloc destructors while frame is...
2018-06-23 Andrej Gesselcheck return value before using key_values
2018-06-23 Andrej Gesselldb: check return values
2018-06-22 Christof Schmittkrb5_wrap: fix keep_old_entries logic for older kerbero...
2018-06-16 Volker Lendeckeaddns: Fix a typo
2018-06-15 Andrej GesselFix several mem leaks in ldb_index ldb_search ldb_tdb
2018-06-15 Andrew Bartlettldb_tdb: Use mem_ctx and so avoid leak onto long-term...
next