build: Remove autoconf build system
[sfrench/samba-autobuild/.git] / lib /
2013-05-28 Andrew Bartlettbuild: Remove autoconf build system
2013-05-27 Andrew Bartlettlib/replace: Remove unused install-sh
2013-05-27 Andrew Bartlettbuild: Rework BSD_STYLE_STATVFS check to match autoconf...
2013-05-23 Andrew Bartlettlib/replace: Set BROKEN_STRNLEN and BROKEN_STRNDUP...
2013-05-22 Andrew Bartlettbuild: Update md5.h detection in waf and autoconf to...
2013-05-20 Volker Lendecketalloc: Fix a typo
2013-05-20 Matthieu Patouldb_tdb: Warn when reindexing is done
2013-05-18 Kai Blindebug: Add ability to dump_data per debug class
2013-05-17 Vadim ZhukovMore generic check for OpenBSD platform
2013-05-17 Volker Lendeckelib: Add before/after hooks to async_connect
2013-05-17 Christian Ambachwaf: only use -fstack-protector when both compiler...
2013-05-16 Kai Blindebug: Add debugclass for DNS server
2013-05-16 Karolin Seegerlib/testtools/testtools/tests/test_testresult.py: Fix...
2013-05-16 Karolin Seegerlib/subunit/README: Fix typo.
2013-05-14 Stefan Metzmacherlib/param: remove unused 'printer_admin'
2013-05-14 Stefan Metzmachertalloc: only provide the --enable-talloc-compat1 in...
2013-05-14 Christian Ambachtdb: include information about hash function being...
2013-05-12 Volker Lendeckedbwrap: Fix CID 1002092 Uninitialized scalar variable
2013-05-06 Christian Ambachlib/replace: add SCNx macros
2013-05-06 Christian Ambachlib/replace: prefer inttypes.h over stdint.h
2013-04-18 Volker Lendecketalloc: Simplify _talloc_free_poolmem a bit
2013-04-18 Volker Lendecketalloc: Do an early return
2013-04-18 Volker Lendecketalloc: Avoid some "else" by doing early returns
2013-04-18 Volker Lendecketalloc: Fix nonblank line endings
2013-04-18 Gregor Becks3:smbd: add a scavenger process for disconnected durab...
2013-04-13 Rusty Russellntdb: remove --disable-ntdb.
2013-04-12 Rusty Russelllib/param: lpcfg_private_db_path()
2013-04-12 Rusty Russellautoconf: build in NTDB.
2013-04-05 Stef Waltergetpass: Don't fail if stdin is not a tty
2013-04-04 Volker Lendecketevent: Only set poll_ev->delete=false if it was true
2013-04-03 Rusty Russellccan: fix HAVE_BSWAP_64 for autoconf.
2013-03-27 Volker Lendeckedbwrap: Add a comment explaining a restriction
2013-03-26 Volker Lendecketdb: Fix blank line endings
2013-03-26 Volker Lendecketdb: Little format change
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.
next