samba-tool dbcheck: Allow dbcheck to correct an nTSecurityDescriptor without an owner...
[nivanova/samba-autobuild/.git] / lib /
2013-03-23 Rusty Russellntdb: don't call open hook when re-opening an existing...
2013-03-22 Jeremy AllisonFix tevent testsuite issue on Solaris.
2013-03-22 Jeremy AllisonSolaris/Illumos/Nexenta creates pipes that are bi-direc...
2013-03-15 Andrew Bartlettlib/util: Cast mode_t result to unsigned int for GNU...
2013-03-15 Andrew Bartlettntdb: Cast getpid() result to unsigned int for GNU...
2013-03-15 Andrew Bartlettccan: Cast getpid() result to unsigned int for GNU...
2013-03-13 Ira Coopertsocket: ENOMEM can be retried on illumos/Solaris.
2013-03-12 Christian Ambachs3: remove some dead code (for setdir command)
2013-03-06 Ira Cooperwaf: add -fstack-protector to LDFLAGS if detected.
2013-03-06 Andreas SchneiderMake sure to set umask() before calling mkstemp().
2013-03-05 Andreas Schneiderkrb5_wrap: Make sure we don't dereference a NULL pointer.
2013-03-05 Andreas Schneiderlib: Add prctl_set_comment to utils.
2013-03-05 Andreas Schneiderwaf: Correctly check for prctl in just one place.
2013-03-05 Volker Lendecketdb: Slightly simplify tdb_expand_file
2013-03-04 Andrew Bartletttsocket_bsd: Attempt to increase the SO_SNDBUF if we...
2013-03-02 Stefan Metzmachertevent: change version to 0.9.18 tevent-0.9.18
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-02-28 Timur BakeyevFix bug # 9666 - Broken filtering of link-local addresses.
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-22 Andreas Schneiderlib-util: Don't leak file descriptor on error.
2013-02-22 Björn Jackebuild: use -fstack-protector if available
2013-02-22 Björn JackeRevert "wafbuild: use -Wstack-protector if available"
2013-02-22 Andrew Bartlettldb: Add missing dependency on replace for ldb
2013-02-22 Andrew Bartlettbuild: Remove unused includes.h reference to avoid...
2013-02-20 Rusty Russellntdb: switch between secrets.tdb and secrets.ntdb depen...
2013-02-20 Rusty Russellparam: 'use ntdb' flag (off by default).
2013-02-20 Rusty Russelltdb_wrap: prevent tdbs called ".ntdb" or without extens...
2013-02-20 Rusty Russelldbwrap_local_open: never open the .tdb if there is...
2013-02-20 Rusty Russelldbwrap_local_open: open NTDB if extension is .ntdb
2013-02-20 Rusty Russelldbwrap: dbwrap_ntdb.c
2013-02-20 Rusty Russellntdb: fix database corruption when transaction doesn...
2013-02-19 Stefan Metzmacherlib/util: add samba_tevent_context_init()
2013-02-19 Volker Lendecketdb: Slightly simplify transaction_write
2013-02-19 Volker Lendecketdb: Make tdb_release_transaction_locks use tdb_allreco...
2013-02-19 Volker Lendecketdb: Don't segfault if tdb_open_ex for check failed
2013-02-19 Volker Lendecketdb: Factor out the retry loop from tdb_allrecord_upgrade
2013-02-19 Volker Lendecketdb: Simplify fcntl_lock() a bit
2013-02-19 Volker Lendecketdb: Use tdb_null in freelistcheck
2013-02-19 Volker Lendecketdb: Enhance lock tracking a bit
2013-02-19 Michael Adamlib/util/time: strip a potential trailing newline in...
2013-02-19 Gregor Becklib/util_tdb: factor out tdb_data_talloc_copy()
2013-02-18 Karolin Seegerfault.c: Fix typo in comment.
2013-02-16 Volker Lendecketdb: Fix a typo
2013-02-14 Jeremy Allisontevent: Remove the previous "standard" tevent backend...
2013-02-14 Jeremy Allisontevent: Add in the new implementation of "standard...
2013-02-14 Jeremy Allisontevent: Add a private function tevent_poll_event_add_fd...
2013-02-14 Stefan Metzmachertevent: make use of tevent_find_ops_byname() in tevent_...
2013-02-14 Stefan Metzmachertevent: make sure tevent_backend_init() only runs once
2013-02-14 Jeremy Allisontevent: Add a utility function tevent_find_ops_byname().
2013-02-14 Jeremy Allisontevent: Add in the same tevent_re_initialise() fix...
2013-02-14 Jeremy Allisontevent: Add in some test code to allow the panic fallba...
next