smbd: Fix a panic when a smb2 brlock times out
[metze/samba/wip.git] / lib /
2013-12-09 Karolin SeegerMerge tag 'samba-4.0.13' into v4-0-test
2013-12-05 Stefan MetzmacherCVE-2013-4408:async_sock: add some overflow detection...
2013-11-15 Andreas Schneiderutil: Remove 32bit macros breaking strict aliasing.
2013-11-12 Björn Jackexattr: fix listing EAs on *BSD for non-root users
2013-11-11 Karolin SeegerMerge tag 'samba-4.0.11' into v4-0-test
2013-11-08 Björn BaumbachCVE-2013-4476: lib-util: split out file_save_mode(...
2013-11-08 Björn BaumbachCVE-2013-4476: lib-util: add file_check_permissions()
2013-09-12 Michael Adamloadparm: add new parameter "acl allow execute always"
2013-08-20 Christian Ambachwaf: consolidate libintl related checks
2013-08-05 Karolin SeegerMerge tag 'samba-4.0.8' into v4-0-test
2013-07-15 Stefan Metzmacherlib/param: sync debug related options with source3...
2013-07-15 Stefan Metzmacherlib/ldb-samba: only debug LDB_DEBUG_TRACE at level 10
2013-07-15 Stefan Metzmacherlib/ldb-samba: make use of DBGC_LDB
2013-07-15 Stefan Metzmacherlib/util: add 'ldb' debug class
2013-07-15 Kai Blindebug: Add debugclass for DNS server
2013-07-02 Gregor Becks3:smbd: add a scavenger process for disconnected durab...
2013-07-02 Andreas Schneiderlib: Add prctl_set_comment to utils.
2013-06-25 Andrew Bartlettldb: bump version to allow a depencency on the substrin...
2013-06-25 Andrew Bartlettldb: Cope with substring match with no chunks in ldb_fi...
2013-06-25 Andrew Bartlettldb: Ensure not to segfault on a filter such as (mail=)
2013-06-18 Volker Lendecketevent: Fix Coverity ID 989236 Operands don't affect...
2013-06-14 David DisseldorpBug 8997: change libreplace GPL source to LGPL
2013-05-29 Andrew Bartlettbuild: Rework BSD_STYLE_STATVFS check to match autoconf...
2013-05-29 Andrew Bartlettlib/replace: Set BROKEN_STRNLEN and BROKEN_STRNDUP...
2013-05-27 Vadim ZhukovMore generic check for OpenBSD platform
2013-04-11 Alexander Bokovoy[PATCH] getpass: Don't fail if stdin is not a tty
2013-03-20 Karolin SeegerMerge tag 'samba-4.0.4' into v4-0-test
2013-03-06 Andrew Bartletttsocket_bsd: Attempt to increase the SO_SNDBUF if we...
2013-03-06 Jeremy AllisonFix typo to make master/lib/tevent identical to 4.0...
2013-03-06 Stefan Metzmachertevent: change version to 0.9.18
2013-03-06 Stefan Metzmachertevent: optimize adding new zero timer events
2013-03-06 Stefan Metzmachertevent: optimize adding new timer events
2013-03-06 Stefan Metzmachertevent: add a debug message in tevent_common_loop_timer...
2013-03-06 Stefan Metzmachertevent: add test_event_fd2()
2013-03-06 Stefan Metzmachertevent: add test_event_fd1()
2013-03-06 Stefan Metzmachertevent: use better names for the subtests
2013-03-06 Jeremy Allisontevent: Regression test to ensure that a tevent backend...
2013-03-06 Stefan Metzmachertevent: use DEBUG_ERROR for the fallback message in...
2013-03-06 Jeremy Allisontevent: If epoll_ctl(..EPOLL_CTL_ADD,..) failes with...
2013-03-06 Stefan Metzmachertevent: preferr the write handler if there're two possi...
2013-03-06 Stefan Metzmachertevent: In epoll_event_loop() ensure we trigger the...
2013-03-06 Jeremy Allisontevent: Add utility function epoll_handle_hup_or_err()
2013-03-06 Stefan Metzmachertevent: handle EPOLL_ADDITIONAL_FD_FLAG_HAS_MPX in...
2013-03-06 Stefan Metzmachertevent: handle multiplexed fde's in epoll_event_fd_dest...
2013-03-06 Stefan Metzmachertevent: Fix epoll_mod_event() to cope with modifying...
2013-03-06 Jeremy Allisontevent: Fix up epoll_del_event to cope with deleting...
2013-03-06 Stefan Metzmachertevent: handle multiplexed fde's in epoll_add_event()
2013-03-06 Jeremy Allisontevent: Start to fix the epoll backend to support 2...
2013-03-06 Stefan Metzmachertevent: ignore EBADF from epoll_ctl() and disable the...
2013-03-06 Stefan Metzmachertevent: unify handling of HAS_EVENT and REPORT_ERROR...
2013-03-06 Stefan Metzmachertevent: always go through epoll_update_event()
2013-03-06 Stefan Metzmachertevent: s/epoll_change_event/epoll_update_event
2013-03-06 Stefan Metzmachertevent: the content of event is ignored by EPOLL_CTL_DEL
2013-03-06 Stefan Metzmachertevent: call epoll_panic() if EPOLL_CTL_DEL failed
2013-03-06 Stefan Metzmachertevent: use helper variables to hold the epoll_ctl...
2013-03-06 Stefan Metzmachertevent: remove unused if (epoll_ev->epoll_fd == -1...
2013-03-06 Stefan Metzmachertevent: add std_event_loop_wait()
2013-03-06 Stefan Metzmachertevent: don't call TALLOC_FREE(ev->additional_data...
2013-03-06 Stefan Metzmachertevent: avoid any operation on epoll_ev after a epoll_p...
2013-03-06 Stefan Metzmachertevent: add epoll_{create,ctl}_panic_fallback() for...
2013-03-06 Stefan Metzmachertevent: use DLIST_DEMOTE() before calling on fde handle...
2013-03-06 Stefan Metzmachertevent: debug a FATAL message on EBADF from the select...
2013-03-06 Jeremy Allisontevent: Fix multiple handler on the same fd bug in...
2013-03-06 Stefan Metzmachertevent: revalidate fde->flags after poll()
2013-03-06 Stefan Metzmachertevent: ignore POLLNVAL from poll() and disable the...
2013-03-06 Stefan Metzmachertevent: traverse the ev->fd_event list instead of the...
2013-03-06 Stefan Metzmachertevent: maintain a list of disabled events in the poll...
2013-03-06 Stefan Metzmachertevent: merge poll_fresh_fde_destructor() into poll_eve...
2013-03-06 Stefan Metzmachertevent: use tevent_poll_event_add_fd_internal() in...
2013-03-06 Stefan Metzmachertevent: make sure we cleanup the array passed to poll...
2013-03-06 Stefan Metzmachertevent: don't skip a fd event if the previous one was...
2013-03-06 Stefan Metzmachertevent: remember the errno from select(), poll() and...
2013-03-06 Michael Adamtevent: add trace points BEFORE_LOOP_ONCE and AFTER_LOO...
2013-03-06 Stefan Metzmachertevent: fix compiler warning in tevent_context_init_byn...
2013-03-06 Stefan Metzmachertevent: fix some compiler warnings in testsuite.c
2013-03-06 Michael Adamtevent: fix a comment typo in tevent_epoll.c
2013-03-06 Galen.Liutevent: fix --disable-python cause configure fails...
2013-03-06 Stefan Metzmachertevent: define TEVENT_NUM_SIGNALS based on configure...
2013-03-06 Stefan Metzmacherlib/replace: add AC_CHECK_VALUEOF() macro
2013-03-06 Jeremy Allisontevent: Remove the previous "standard" tevent backend...
2013-03-06 Jeremy Allisontevent: Add in the new implementation of "standard...
2013-03-06 Jeremy Allisontevent: Add a private function tevent_poll_event_add_fd...
2013-03-06 Stefan Metzmachertevent: make use of tevent_find_ops_byname() in tevent_...
2013-03-06 Stefan Metzmachertevent: make sure tevent_backend_init() only runs once
2013-03-06 Jeremy Allisontevent: Add a utility function tevent_find_ops_byname().
2013-03-06 Jeremy Allisontevent: Add in the same tevent_re_initialise() fix...
2013-03-06 Jeremy Allisontevent: Add in some test code to allow the panic fallba...
2013-03-06 Jeremy Allisontevent: Plumb in the panic fallback code into the epoll...
2013-03-06 Jeremy Allisontevent: Add an internal function tevent_epoll_set_panic...
2013-03-06 Stefan Metzmachertevent: pass 'bool replay' to epoll_panic()
2013-03-06 Jeremy Allisontevent: Ensure we return after every call to epoll_panic().
2013-03-06 Jeremy Allisontevent: Preparing to fix "standard" backend fallback...
2013-03-06 Stefan Metzmachertevent_poll: add poll_event_loop_wait()
2013-03-06 Stefan Metzmachertevent_poll: fix the usage of tevent_re_initialise()
2013-03-06 Stefan Metzmachertevent_poll: call tevent_common_fd_destructor() from...
2013-03-06 Volker Lendecketevent_poll: Avoid a crash in poll_event_set_fd_flags
2013-03-06 Volker Lendecketevent_poll: Avoid a crash in poll_fresh_fde_destructor
2013-03-06 Volker Lendecketevent_poll: NULL out fde->event_ctx for "fresh" poll...
2013-03-06 Volker Lendecketevent_poll: Use the poll_event_context_destructor...
2013-03-06 Volker Lendecketevent_poll: Re-order routines
next