tdb: automatically identify Jenkins hash tdbs
[obnox/samba-ctdb.git] / lib /
2010-10-21 Rusty Russelltdb: automatically identify Jenkins hash tdbs
2010-10-21 Rusty Russelltdb: fix non-WAF build, commit 1.2.6 ABI file.
2010-10-21 Rusty Russelltdb: add Bob Jenkins lookup3 hash as helper hash.
2010-10-21 Günther Deschnerlib/tdb: fix c++ build warning in tdb_header_hash().
2010-10-21 Rusty Russelltdb: put example hashes into header, so we notice incor...
2010-09-30 Michael Adamlibsmbconf: parse an empty share as empty share, not...
2010-03-26 Volker Lendecketdb: Add a non-blocking version of tdb_transaction_start
2010-03-26 Stefan Metzmacherlib/util: add allocate_anonymous_shared()
2010-03-26 Stefan Metzmacherlib/async_sock: handle queue = NULL in writev_send()
2010-03-10 Volker Lendeckes3: Add tdb_data_equal
2010-03-10 Volker Lendeckes3: Fix the winbind piece of 58045: Correctly time...
2010-02-11 Andrew Tridgellutil: added binsearch.h for binary array searches
2009-11-10 Jeremy AllisonFix bug 6861 - rfc1738_unescape converts '+' characters...
2009-11-09 Günther Deschners3: Fix Bug #6869: Various annoying build warnings.
2009-10-12 Jeremy AllisonFix bug 6796 - Deleting an event context on shutdown...
2009-10-08 Stefan Metzmachertevent: make sure we don't set errno within the signal...
2009-10-02 Simo SorceFixing timeval calculation
2009-09-09 Stefan Metzmachertevent: change version to 0.9.8 after some critical...
2009-09-09 Jeremy AllisonAnother part of the fix for bug 6651 - smbd SIGSEGV...
2009-09-09 Volker Lendecketevent: Fix a segfault upon the first signal
2009-09-09 Rusty Russelllib/tevent: close pipe_fds on event_context destruction
2009-09-09 Rusty Russelllib/tevent: handle tevent_common_add_signal on differen...
2009-09-09 Rusty Russelllib/tevent: fix race with signals and tevent_common_add...
2009-09-09 Rusty Russelllib/tevent: remove spectacularly complicated manual...
2009-09-09 Günther Deschnertevent: avoid using reserved c++ word.
2009-09-09 Jeremy AllisonFix for bug 6651 - smbd SIGSEGV when breaking oplocks...
2009-09-09 Michael Adamtevent: fix a comment
2009-09-09 Stefan Metzmachertevent: change version to 0.9.7 after adding tevent_req...
2009-09-09 Stefan Metzmachertevent: add tevent_req_cancel() infrastructure
2009-09-09 Stefan Metzmachertevent: add some more doxygen comments for tevent_req...
2009-09-09 Stefan Metzmachertevent: try to fix the build on QNX qnx18 6.4.1 it...
2009-09-09 Jeremy AllisonChange to talloc_zero_size instead of extra memset...
2009-09-09 Jeremy AllisonWhen tallocing a memory block for the state in a tevent...
2009-09-09 Stefan MetzmacherSort the signature files (cherry picked from commit...
2009-09-09 Simo SorceExpose functions need by backend writers
2009-09-09 Simo SorceRevert "For tevent to install tevent_util.h"
2009-09-09 Eric SandallFor tevent to install tevent_util.h
2009-09-09 Simo SorceAdd exports file and abi checker for tevent
2009-09-09 Stefan MetzmacherIncrease tevent version for tevent_req_notify_callback...
2009-09-09 Volker LendeckeAdd tevent_req_notify_callback
2009-09-09 Jelmer Vernooijtevent/python: Makefile was still trying to build some...
2009-09-09 Jelmer Vernooijtevent: Define TALLOC_FREE() if it's not defined yet...
2009-09-09 Stefan Metzmachertevent: Remove python module.
2009-09-09 Jelmer Vernooijtevent: Install tevent_internal.h in the standalone...
2009-09-09 Jelmer VernooijUpdate copies of config.guess and config.sub. (cherry...
2009-09-09 Jelmer Vernooijtevent: Don't install headers, since we don't install...
2009-09-09 Stefan Metzmachertevent: fix typo async_req_done() => tevent_req_done()
2009-09-09 Stefan Metzmachertevent: fix the nesting logic
2009-09-09 Andrew Tridgellfixed a logic bug in the tevent nesting code
2009-08-17 Matt Kraailibreplace: undef AI_ADDRCONFIG on QNX 6.3.0 (fix bug...
2009-08-14 Rusty Russelltdb: Reimplementation of Metze's "lib/tdb: if we know...
2009-08-14 Rusty Russelltdb: Revert "lib/tdb: if we know pwrite and pread are...
2009-07-01 Michael Adamlib/util: fix order of includes in tevent_ntstatus.c
2009-06-30 Michael Adamlib/util: fix building tevent_ntstatus without config.h
2009-05-29 Günther Deschnernss_wrapper: fix nss_wrapper build for solaris.
2009-05-29 Günther Deschnernss_wrapper: remove re-structuring leftovers (unused...
2009-05-29 Günther Deschnernss_wrapper: support member add and delete for groups...
2009-05-29 Günther Deschnernss_wrapper: split out passwd and group paths in nss_wr...
2009-05-29 Günther Deschnernss_wrapper: restructure nwrap calls.
2009-05-21 Jim McDonoughDetect tight loop in tdb_find()
2009-05-20 Günther Deschnernsswrapper: implement group_del() in nss_wrapper.pl.
2009-05-20 Günther Deschnernsswrapper: implement group_add() in nss_wrapper.pl.
2009-05-12 Jeremy AllisonEnsure documentation matches the tdb_util function...
2009-04-28 Michael Adampm_process():raise level of debug message
2009-04-14 Stefan Metzmachersocket_wrapper: fix the build on systems without ipv6...
2009-04-10 Stefan Metzmachersocket_wrapper: fix crash bug in swrap_readv/writev
2009-04-07 Karolin Seegers3/popt.h: Fix typo.
2009-04-05 Volker LendeckeUse recv instead of read in read_packet_handler
2009-04-01 Michael Adamlibreplace: use libreplace_SAVE_CPPFLAGS instead of...
2009-03-22 Volker Lendecketalloc_array_length: talloc_get_size deals fine with...
2009-03-18 Stefan Metzmachertevent: change version to 0.9.5 after the ABI has changed
2009-03-18 Stefan Metzmachertevent: store the location where a request was finished
2009-03-18 Stefan Metzmachertevent: use an immediate event as trigger for tevent_queue
2009-03-18 Stefan Metzmachertevent: use an immediate event fot tevent_req_post()
2009-03-18 Stefan Metzmachertevent: use TALLOC_FREE() in tevent_req.c
2009-03-18 Stefan Metzmachertevent: add support for immediate events
2009-03-18 Stefan Metzmachertevent: add tevent_common_loop_wait() helper function...
2009-03-18 Stefan Metzmachertevent: check signal events first in event_loop_once
2009-03-18 Stefan Metzmachertevent: let tevent_loop_once() just run one fd event
2009-03-18 Stefan Metzmachertevent: change version to 0.9.4 as the ABI has changed
2009-03-17 Jeremy AllisonMerge branch 'v3-4-test' of ssh://jra@git.samba.org...
2009-03-17 Timurbuild: fix detection of netinet/ip.h on FreeBSD
2009-03-17 Timurbuild: format the header check for netinet/ip.h more...
2009-03-17 Volker LendeckeRemove some transitional code in writev_send
2009-03-16 Volker LendeckeRemove some unused code from async_req.[ch]
2009-03-16 Stefan Metzmachertalloc: change version to 1.3.0
2009-03-16 Stefan Metzmachertalloc: add useful talloc_array_length() macro
2009-03-16 Stefan Metzmachertalloc: add TALLOC_FREE()
2009-03-16 Stefan Metzmacherlib/replace: use AC_TRY_LINK() to verify that getifaddr...
2009-03-12 Tim Proutytevent: Fix might be unitialized warning
2009-03-12 Stefan Metzmachertevent: add tevent_loop_until()
2009-03-12 Stefan Metzmachertevent: add tevent_loop_set_nesting_hook()
2009-03-12 Stefan Metzmachertevent: don't allow nested tevent_loop_once() anymore
2009-03-12 Stefan Metzmachertevent: pass __location__ to tevent_loop_once/wait()
2009-03-12 Stefan Metzmachertevent: add tevent_set_abort_fn()
2009-03-12 Stefan Metzmachertevent: add tevent_signal_support()
2009-03-12 Stefan Metzmachertalloc: add talloc_set_abort_fn()
2009-03-11 Stefan Metzmacherasync_sock: fix truncating of the temporary iovec in...
2009-03-11 Stefan Metzmacherlib/replace: make sure we include <sys/uio.h> before...
2009-03-10 Stefan Metzmachertevent: add tevent_req_callback_data_void() macro
next