metze/samba/wip.git
2013-03-01 Stefan Metzmachertevent: change version to 0.9.18 master3-tevent2
2013-03-01 Stefan Metzmachertevent: optimize adding new zero timer events
2013-03-01 Stefan Metzmachertevent: optimize adding new timer events
2013-03-01 Stefan Metzmachertevent: add a debug message in tevent_common_loop_timer...
2013-03-01 Stefan Metzmachertevent: add test_event_fd2()
2013-03-01 Stefan Metzmachertevent: add test_event_fd1()
2013-03-01 Stefan Metzmachertevent: use better names for the subtests
2013-03-01 Jeremy Allisontevent: Regression test to ensure that a tevent backend...
2013-03-01 Stefan Metzmachertevent: use DEBUG_ERROR for the fallback message in...
2013-03-01 Jeremy Allisontevent: If epoll_ctl(..EPOLL_CTL_ADD,..) failes with...
2013-03-01 Stefan Metzmachertevent: preferr the write handler if there're two possi...
2013-03-01 Stefan Metzmachertevent: In epoll_event_loop() ensure we trigger the...
2013-03-01 Jeremy Allisontevent: Add utility function epoll_handle_hup_or_err()
2013-03-01 Stefan Metzmachertevent: handle EPOLL_ADDITIONAL_FD_FLAG_HAS_MPX in...
2013-03-01 Stefan Metzmachertevent: handle multiplexed fde's in epoll_event_fd_dest...
2013-03-01 Stefan Metzmachertevent: Fix epoll_mod_event() to cope with modifying...
2013-03-01 Jeremy Allisontevent: Fix up epoll_del_event to cope with deleting...
2013-03-01 Stefan Metzmachertevent: handle multiplexed fde's in epoll_add_event()
2013-03-01 Jeremy Allisontevent: Start to fix the epoll backend to support 2...
2013-03-01 Stefan Metzmachertevent: ignore EBADF from epoll_ctl() and disable the...
2013-03-01 Stefan Metzmachertevent: unify handling of HAS_EVENT and REPORT_ERROR...
2013-03-01 Stefan Metzmachertevent: always go through epoll_update_event()
2013-03-01 Stefan Metzmachertevent: s/epoll_change_event/epoll_update_event
2013-03-01 Stefan Metzmachertevent: the content of event is ignored by EPOLL_CTL_DEL
2013-03-01 Stefan Metzmachertevent: call epoll_panic() if EPOLL_CTL_DEL failed
2013-03-01 Stefan Metzmachertevent: use helper variables to hold the epoll_ctl...
2013-03-01 Stefan Metzmachertevent: remove unused if (epoll_ev->epoll_fd == -1...
2013-03-01 Stefan Metzmachertevent: add std_event_loop_wait()
2013-03-01 Stefan Metzmachertevent: don't call TALLOC_FREE(ev->additional_data...
2013-03-01 Stefan Metzmachertevent: avoid any operation on epoll_ev after a epoll_p...
2013-03-01 Stefan Metzmachertevent: add epoll_{create,ctl}_panic_fallback() for...
2013-03-01 Stefan Metzmachertevent: use DLIST_DEMOTE() before calling on fde handle...
2013-03-01 Stefan Metzmachertevent: debug a FATAL message on EBADF from the select...
2013-03-01 Jeremy Allisontevent: Fix multiple handler on the same fd bug in...
2013-03-01 Stefan Metzmachertevent: revalidate fde->flags after poll()
2013-03-01 Stefan Metzmachertevent: ignore POLLNVAL from poll() and disable the...
2013-03-01 Stefan Metzmachertevent: traverse the ev->fd_event list instead of the...
2013-03-01 Stefan Metzmachertevent: maintain a list of disabled events in the poll...
2013-03-01 Stefan Metzmachertevent: merge poll_fresh_fde_destructor() into poll_eve...
2013-03-01 Stefan Metzmachertevent: use tevent_poll_event_add_fd_internal() in...
2013-03-01 Stefan Metzmachertevent: make sure we cleanup the array passed to poll...
2013-03-01 Stefan Metzmachertevent: don't skip a fd event if the previous one was...
2013-03-01 Stefan Metzmachertevent: remember the errno from select(), poll() and...
2013-03-01 Michael Adamtevent: add trace points BEFORE_LOOP_ONCE and AFTER_LOO...
2013-03-01 Stefan Metzmachertevent: fix compiler warning in tevent_context_init_byn...
2013-03-01 Stefan Metzmachertevent: fix some compiler warnings in testsuite.c
2013-03-01 Michael Adamtevent: fix a comment typo in tevent_epoll.c
2013-03-01 Galen.Liutevent: fix --disable-python cause configure fails...
2013-03-01 Stefan Metzmachertevent: define TEVENT_NUM_SIGNALS based on configure...
2013-03-01 Stefan Metzmacherlib/replace: add AC_CHECK_VALUEOF() macro
2013-03-01 Stefan Metzmacherwafsamba: add CHECK_VALUEOF() helper
2013-03-01 Stefan Metzmachers3:lib/events: make use of tevent_common_loop_timer_delay()
2013-02-28 Timur BakeyevFix bug # 9666 - Broken filtering of link-local addresses.
2013-02-28 Stefan Metzmachers3:pylibsmb: make sure we get tevent debug messages
2013-02-28 Stefan Metzmachers3:lib/events: make use of samba_tevent_set_debug()
2013-02-28 Stefan Metzmachers4:lib/events: make use of samba_tevent_set_debug()
2013-02-28 Stefan Metzmacherlib/util: add samba_tevent_set_debug()
2013-02-28 Stefan Metzmacherlib/util: allow samba_tevent_debug() to take a name...
2013-02-28 Stefan Metzmacherauth/pycredentials: make use of samba_tevent_context_init()
2013-02-28 Stefan Metzmachers4:pyregistry: make use of samba_tevent_context_init()
2013-02-28 Stefan Metzmachers4:pygensec: make use of samba_tevent_context_init()
2013-02-28 Stefan Metzmachers3:lib/events: add missing TEVENT_TRACE_BEFORE/AFTER_WA...
2013-02-28 Michael Adams4:winbindd: fix spacing and line length in cmd_getpwna...
2013-02-28 Michael Adams3:smbd: fix missing space in debug message in initial_...
2013-02-28 Andrew Bartlettbuild: Do not force a specific perl from ${PERL} when...
2013-02-27 Daniel KobrasFix bug #9039 'map untrusted to domain' treats WORKSTAT...
2013-02-27 Richard SharpeMake sure that domain joins work correctly when the...
2013-02-27 Michael Adams4:winbindd: do not drop the workgroup name in the...
2013-02-27 Michael Adams4:winbindd: do not drop the workgroup name in the...
2013-02-23 Richard SharpeFix bug #9674 - Samba denies owner Read Control when...
2013-02-22 Alexander BokovoyMake systemctl reference indirect in packaging/NetworkM...
2013-02-22 Andreas Schneiders3-rpc_server: Make sure that fd is really closed on...
2013-02-22 Andreas Schneiderlib-util: Don't leak file descriptor on error.
2013-02-22 Andreas Schneiders3-vfs: Don't leak file descriptor on error.
2013-02-22 Andreas Schneiders4-lib: Don't leak plugin handle on error.
2013-02-22 Andreas Schneiders3-libsmb: Don't leak memory on error.
2013-02-22 Andreas Schneiderndrdump: Don't leak plugin handle on error.
2013-02-22 Andreas Schneidersmbpasswd: Don't leak memory.
2013-02-22 Andreas Schneidersmbget: Fix file descriptor leak.
2013-02-22 Andreas Schneiders4-policy: Fix memory leaks in push_recursive().
2013-02-22 Andreas Schneiders4-cifsdd: Don't leak memory.
2013-02-22 Andreas Schneiders4-registry: Don't leak file descriptor.
2013-02-22 Andreas Schneiders4-registry: Don't leak memory on error.
2013-02-22 Andreas Schneiderwinbind: Don't leak centry memory.
2013-02-22 Andreas Schneiders4-client: Don't leak memory.
2013-02-22 Andreas Schneiders3-torture: Don't leak memory.
2013-02-22 Andreas Schneiderwbinfo: Fix several memory leaks.
2013-02-22 Andreas Schneiderwinbind: Don't leak memory on return.
2013-02-22 Andreas Schneiders3-smbd: Don't leak subcntarr array.
2013-02-22 Andreas Schneidertorture: Don't leak file resource handle in spoolss...
2013-02-22 Andreas Schneiders3-vfs: Don't leak file descriptor.
2013-02-22 Andreas Schneiders3-param: Don't leak file descriptor.
2013-02-22 Andreas Schneiders3-lsasd: Don't leak file descriptors.
2013-02-22 Andreas Schneiders3-spoolss: Don't leak memory.
2013-02-22 Andreas Schneiders3-net: Don't leak username.
2013-02-22 Andreas Schneiders4-client: Don't leak file descriptor.
2013-02-22 Andreas Schneiders4-client: Don't leak resource handle.
2013-02-22 Andreas Schneidertorture: Make sure we don't overrun the buffer.
2013-02-22 Andreas Schneidertorture: Fix memcmp of short buffer.
2013-02-22 Andreas Schneidertorture: Fix array access in spoolss test.
next