fsrvp: split out srv_fss structs into a separate header
[ddiss/samba.git] / lib /
2013-04-15 David Disseldorplibsmbconf: add smbconf_create_set_share
2013-04-15 David DisseldorpXXX add lp_enable_copychunk to toggle copychunk support
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
2013-03-06 Volker Lendecketevent_poll: Fix a crash in the poll backend
2013-03-06 Volker Lendecketevent: Fix a comment typo
2013-03-01 Timur BakeyevFix bug # 9666 - Broken filtering of link-local addresses.
2013-02-27 Andreas Schneiderlib-util: Don't leak file descriptor on error. Reviewed...
2013-02-05 Stefan Metzmacherlib/util: improve check_password_quality() to handle...
2013-01-30 Karolin SeegerMerge commit 'samba-4.0.2' into v4-0-test
2013-01-28 Andrew Bartlettldb: Ensure to decrement the transaction_active wheneve...
2013-01-28 Stefan Metzmacherldb: fix a warning by converting from TDB_DATA to struc...
2013-01-28 Stephen Gallagherldb: Move doxygen comments for ldb_connect to the right...
2013-01-28 Michael Adamldb: fix a typo in the comment for ldb_req_is_untrusted()
2013-01-28 Andrew Tridgellldb: fixed callers for ldb_pack_data() and ldb_unpack_d...
2013-01-28 Andrew Tridgellldb: move ldb_pack.c into common
2013-01-28 Andrew Bartlettldb: Add ldbdump, based on tdbdump
2013-01-28 Andrew Bartlettldb: Remove no-longer-existing ltdb_unpack_data_free...
2013-01-28 Andrew Bartlettldb: Change ltdb_unpack_data to take an ldb_context
2013-01-28 Rusty Russelltdb: add -e option to tdbdump (and docment it).
2013-01-28 Rusty Russelltdb: tdbdump should log errors, and fail in that case.
2013-01-28 Rusty Russelltdb: add tdb_rescue()
2013-01-28 Volker Lendecketdb: Fix a typo
2013-01-28 Andrew Bartlettheimdal_build: Try again to sort out the strerror_r...
2013-01-28 Björn Baumbachbuild(waf)-libreplace: remove redundant check for flist...
2013-01-28 Jesper Larsenreplace: Fix compilation of rep_mkstemp
2013-01-28 Karolin Seegerdocs: ldbsearch.1.xml: Correct meta data.
2013-01-28 Karolin Seegerdocs: ldbrename.1.xml: Correct meta data.
next