Merge branch 'master' of ssh://git.samba.org/data/git/samba
[amitay/samba.git] / lib /
2009-02-25 Jelmer VernooijMerge branch 'master' of ssh://git.samba.org/data/git...
2009-02-25 Volker LendeckeAttempt to fix the OpenChange build -- sorry for the...
2009-02-24 Jeremy AllisonMerge branch 'master' of ssh://jra@git.samba.org/data...
2009-02-24 Volker LendeckeAdd more conventional async_recv
2009-02-24 Volker LendeckeAdd more conventional async_send
2009-02-24 Volker LendeckeRemove unused param_connect struct
2009-02-24 Volker LendeckeRemove unused recvall
2009-02-24 Volker LendeckeAdd async read_packet
2009-02-24 Volker LendeckeFix async writev
2009-02-24 Volker LendeckeRemove async sendall
2009-02-24 Volker LendeckeAdd async writev
2009-02-24 Volker LendeckeConvert async_connect to tevent_req
2009-02-24 Volker Lendecketevent.h requires bool and uint[16|32|64]_t
2009-02-24 Volker LendeckeAdd tevent_req_is_unix_error
2009-02-24 Steven DannemanRefactored sys_fork() and sys_pid() into shared util...
2009-02-24 Andrew TridgellMerge branch 'master' of ssh://git.samba.org/data/git...
2009-02-24 Jeremy AllisonMore warning fixes for Solaris.
2009-02-23 Björn Jackeall BSDs use this evironment variable
2009-02-21 Tim ProutyFix shadowed declaration warning
2009-02-21 Jelmer Vernooijpytevent: Fix include path - tevent_util is not installed.
2009-02-21 Steven DannemanMoved become_daemon() and close_low_fds() to shared...
2009-02-18 Stefan Metzmachertevent: add tevent_wakeup_send/recv()
2009-02-18 Stefan Metzmachertevent: rename tevent_req_set_timeout() => tevent_req_s...
2009-02-17 Kai Blinasync_sock: Use tevent_timeval instead of timeval functions
2009-02-17 Kai Blintevent: Rename ev_timeval* functions to tevent_timeval...
2009-02-16 Stefan Metzmachertevent: fix compiler warning in pytevent.c
2009-02-16 Stefan Metzmacherlib/tevent: change to LGPLv3+
2009-02-14 Volker LendeckeAdd missing prototype for "tevent_req_print"
2009-02-14 Volker LendeckeFix a warning and a bug: pipe(2) can fail
2009-02-14 Volker LendeckeAdd two variable assignments to shut up gcc
2009-02-13 Stefan Metzmachertevent: raise version to 0.9.3
2009-02-13 Stefan Metzmacherlib/tevent: add tevent_req infrastructure
2009-02-13 Stefan Metzmacherlib/tevent: add tevent_req.c as copy of lib/async_req...
2009-02-13 Stefan Metzmacherlib/tevent: expose ev_timeval_zero() for internal usage
2009-02-13 Stefan Metzmacherlib/tevent: remove broken tevent_aio support
2009-02-13 Volker LendeckeReplace get_myname() with the talloc version from v3...
2009-02-13 Volker LendeckeFix Coverity ID 707 (RESOURCE_LEAK)
2009-02-12 Jelmer VernooijMerge branch 'master' of ssh://git.samba.org/data/git...
2009-02-11 Björn Jackeenable IPv6 support for NetBSD, FreeBSD
2009-02-09 Tim Proutys3 async: Fix the build on systems that have ETIMEDOUT...
2009-02-09 Jelmer VernooijRevert "s3/s4: Move CONST_DISCARD into lib/util so...
2009-02-09 Jelmer VernooijMerge branch 'master' of ssh://git.samba.org/data/git...
2009-02-09 Kai Blinasync_sock: Map ASYNC_REQ_TIMEOUT to ETIMEDOUT instead...
2009-02-09 Kai Blinasync_sock: Use unix errnos instead of NTSTATUS
2009-02-05 Jelmer VernooijMerge branch 'master' of ssh://git.samba.org/data/git...
2009-02-03 Stefan Metzmacherlib/tdb: don't generate a static library for the samba4...
2009-02-02 Volker LendeckeNext step disentangling async_req from NTSTATUS
2009-02-02 Volker LendeckeAttempt to fix "make test" on host "tridge"
2009-02-02 Stefan Metzmacherlib/tevent: the python bindings don't use swig anymore
2009-02-02 Stefan Metzmacherlib/tdb: the python bindings don't use swig anymore
2009-02-02 Stefan Metzmacherlib/tevent: s/private/private_data
2009-02-02 Stefan Metzmacherlib/util: s/new/pn in idtree.c
2009-02-02 Stefan Metzmacherlib/util: s/class/dclass
2009-02-01 Simo SorceFix headers, only ldb.h is required
2009-02-01 Volker LendeckeSplit up async_req into a generic and a NTSTATUS specif...
2009-01-31 Stefan Metzmacherlib/replace: move MAXHOSTNAMELEN to system/network.h
2009-01-31 Simo SorceDo not install private headers
2009-01-30 Tim Proutys3 build: Remove unused fstat check to fix a bunch...
2009-01-30 Stefan Metzmacherlib/tevent: include replace.h in pytevent.c
2009-01-30 Stefan Metzmacherlib/tdb: include replace.h and system/filesys.h in...
2009-01-30 Stefan Metzmacherlib/talloc: include replace.h in pytalloc.c
2009-01-30 Stefan Metzmacherlib/replace: check if we have dirfd()
2009-01-30 Stefan Metzmachers4:lib/util: fix the build
2009-01-30 Stefan Metzmachers4:build: kill DEFAULT_HEADERS variable
2009-01-30 Simo SorceFix standalone configure scripts
2009-01-30 Jeremy AllisonFix coverity CID#66. Resource leak in error path.
2009-01-28 Kai Blinasync_sock: Move to top level
2009-01-27 Michael Adamlibreplace: fix detection of netinet/ip.h on solaris 8
2009-01-27 Stefan Metzmachertevent: change SA_INFO_QUEUE_COUNT from 10 to 100
2009-01-27 Kai Blinasync_req: Fix the S4 build
2009-01-27 Michael Adamlibreplace: fix bug #6066 - netinet/ip.h present but...
2009-01-25 Jelmer VernooijMerge branch 'master' of ssh://git.samba.org/data/git...
2009-01-23 Kai Blins4: add ../lib/async_req to the s4 build
2009-01-23 Kai Blinasync_req: Move to top level dir
2009-01-22 Jelmer VernooijMerge branch 'master' of ssh://git.samba.org/data/git...
2009-01-22 Stefan Metzmacherlib/replace: add defines to let the callers find out...
2009-01-21 Jelmer Vernooijlibsmbconf: Remove use of some Samba3-specific macros.
2009-01-21 Jelmer Vernooijlibsmbconf: Add build magic for Samba 4.
2009-01-21 Jelmer VernooijMerge branch 'master' of ssh://git.samba.org/data/git...
2009-01-21 Michael Adamlibsmbconf: move the non-registry parts of libsmbconf...
2009-01-19 Stefan Metzmachersocket_wrapper: fix PCAP support broken by aaea68791cfe...
2009-01-19 Stefan Metzmachertevent: rename signal handler functions to start with...
2009-01-19 Stefan Metzmacherutil_str: setup the correct talloc name for strings
2009-01-15 Günther Deschnerlib: add strlen_m_term_null from s3.
2009-01-15 Jelmer VernooijFix indentation for some configure options.
2009-01-12 Michael Adamnss_wrapper.pl: fix "Use of uninitialized value $i...
2009-01-12 Stefan Metzmachertevent: use for() loops instead of while() loops
2009-01-11 Tim Proutytevent: Fix build break
2009-01-11 Bo YangFix tevent_common_context_destructor to remove all...
2009-01-09 Stefan Metzmachers4:debug: make setup_logging() a bit more compatible...
2009-01-08 Jelmer VernooijPrint the failed value in the time tests.
2009-01-08 Jelmer VernooijMerge branch 'master' of ssh://git.samba.org/data/git...
2009-01-08 Jelmer VernooijAvoid using a utility header for Python replacements...
2009-01-07 Tim Proutys3/s4 build: Fix Py_RETURN_NONE to work with python...
2009-01-07 Stefan Metzmachertevent: don't try to dereference fde->event_ctx when...
2009-01-06 Jelmer VernooijAdd dependency to talloc in tevent pc file.
2009-01-06 Andrew BartlettEnsure libreplace is included into the tevent python...
2009-01-06 Jelmer Vernooijpy: Properly increase the reference counter of Py_None.
2009-01-05 Stefan Metzmachertevent: add some debugging for timer events, that mostl...
2009-01-05 Stefan Metzmachertevent: add tevent_context destructor that unlinks...
next