ddiss/samba.git
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 Stefan Metzmacherwafsamba: add CHECK_VALUEOF() helper
2013-03-06 Stefan Metzmachers3:lib/events: make use of tevent_common_loop_timer_delay()
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-03-01 Daniel KobrasFix bug #9039 'map untrusted to domain' treats WORKSTAT...
2013-03-01 Richard SharpeMake sure that domain joins work correctly when the...
2013-03-01 Christian Ambachs3:lib/afs fix the build
2013-03-01 Christian Ambachs3:build fix the build with --fake-kaserver
2013-02-27 Andreas Schneiders4-libcli: Check return value of smbcli_request_setup...
2013-02-27 Andreas Schneiderpyauth: Check return value of lpcfg_from_py_object...
2013-02-27 Andreas Schneiders4-libcli: Check return code of smbcli_request_setup...
2013-02-27 Andreas Schneiderlibrpc: Add NULL check for ndr functions for epm bindings.
2013-02-27 Andreas Schneiders3-tldap: Make sure we don't deref a null pointer....
2013-02-27 Andreas Schneidernmbd: Fix request data data processing.
2013-02-27 Andreas Schneiderlibsmb: Fix possible null pointer dereference. Reviewed...
2013-02-27 Andreas Schneiderpdb: Fix array overrun by one. Reviewed-by: Alexander...
2013-02-27 Andreas Schneiders3-spoolss: Don't leak memory. Reviewed-by: Alexander...
2013-02-27 Andreas Schneiders3-rpc_server: Make sure that fd is really closed on...
2013-02-27 Andreas Schneiderlib-util: Don't leak file descriptor on error. Reviewed...
2013-02-27 Andreas Schneiders3-vfs: Don't leak file descriptor on error. Reviewed...
2013-02-27 Andreas Schneiders3-libsmb: Don't leak memory on error. Reviewed-by...
2013-02-27 Andreas Schneiderwinbind: Don't leak centry memory. Reviewed-by: Alexand...
2013-02-27 Andreas Schneiderwinbind: Don't leak memory on return. Reviewed-by:...
2013-02-27 Andreas Schneiders3-smbd: Don't leak subcntarr array. Reviewed-by: Alexa...
2013-02-27 Andreas Schneiders3-vfs: Don't leak file descriptor. Reviewed-by: Alexan...
2013-02-27 Andreas Schneiders3-param: Don't leak file descriptor. Reviewed-by:...
2013-02-27 Andreas Schneiders3-lsasd: Don't leak file descriptors. Reviewed-by...
2013-02-26 Richard SharpeFix bug #9674 - Samba denies owner Read Control when...
2013-02-26 Christian Ambachs3:rpc_client fix a crash
2013-02-25 Björn Jackebuild/autoconf: put ld check variable in quotes
2013-02-25 Björn Jackebuild/autoconf: fix check for GNU ld version
2013-02-18 Andreas Schneiderwaf: Fix correct linking of libreplace with cmdline...
2013-02-18 Landon FullerFallback to the internal resolver on EAI_FAIL.
2013-02-18 Michael Adams3:idmap_autorid: fix freeing of non-talloced memory...
2013-02-13 Jeremy AllisonFix bug 9519 - Samba returns unexpected error on SMB...
2013-02-12 Ira Coopers3: Make SMB2_GETINFO multi-volume aware.
2013-02-12 Jeremy AllisonFix bug #9642 - vfs_afsacl.c won't build.
2013-02-12 Alexander Bokovoyautoconf: rename pdb_ldap module to pdb_ldapsam
2013-02-12 Alexander Bokovoysource3/wscript: support 'pdb_ldap' module in configure
2013-02-12 Andreas SchneiderRename pdb_ldap to pdb_ldapsam
2013-02-12 Alexander BokovoyPIDL: fix parsing linemarkers in preprocessor output
2013-02-12 David DisseldorpFix bug 9633: recursive mget should continue on EPERM
2013-02-06 Stefan Metzmachers3:auth: wbcAuthenticateEx gives unix times (bug #9625)
2013-02-06 Michael Adams3:winbindd: change getpwsid() to return a passwd struc...
2013-02-06 Michael Adams3:winbindd: check the correct variable for talloc...
2013-02-06 Michael Adams3:winbindd:getgrnam: also produce a group struct for...
next