Fix bug #6421 - POSIX read-only open fails on read-only shares.
[ira/wip.git] / lib /
2009-05-30 Volker LendeckeHandle EINTR in async_sock.c
2009-05-30 Kai Blinlibwbclient: Add async call framework.
2009-05-29 Günther Deschnernss_wrapper: add test_nwrap_membership to testsuite.
2009-05-29 Günther Deschnernss_wrapper: restructure parts of the testsuite.
2009-05-29 Günther Deschnernss_wrapper: add support for getgrouplist.
2009-05-29 Volker Lendeckeutil: Change license on tevent_unix to LGPLv3+
2009-05-29 Volker Lendeckeasync_sock: Change license to LGPLv3+
2009-05-29 Günther Deschners4-smbtorture: add a very basic NSS-WRAPPER testsuite.
2009-05-29 Günther Deschnerutil: move add_gid_to_array_unique to toplevel and...
2009-05-28 Günther Deschnernss_wrapper: fix nss_wrapper build for solaris.
2009-05-28 Günther Deschnernss_wrapper: remove re-structuring leftovers (unused...
2009-05-28 Günther Deschnernss_wrapper: support member add and delete for groups...
2009-05-28 Günther Deschnernss_wrapper: split out passwd and group paths in nss_wr...
2009-05-28 Günther Deschnernss_wrapper: restructure nwrap calls.
2009-05-27 Tim Proutytdb: Fix some recently introduced warnings in tdbtool
2009-05-26 Andrew TridgellMerge branch 'master' of ssh://git.samba.org/data/git...
2009-05-26 Andrew BartlettAdd support for sendmsg() in socket_wrapper
2009-05-25 Andrew TridgellMerge branch 'master' of ssh://git.samba.org/data/git...
2009-05-25 Andrew Tridgelladded some more speed tests to tdbtool
2009-05-24 Volker LendeckeChange async_connect to use connect instead of getsocko...
2009-05-24 Volker LendeckeAdd "err_on_readability" to writev_send
2009-05-24 Volker LendeckeAllow NULL queue to writev_send
2009-05-22 Stefan Metzmachertsocket: allow empty vectors at the end for tstream_wri...
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-19 Volker LendeckeSet errno=ENOMEM if tevent_add_fd fails
2009-05-19 Volker LendeckeSimplify the logic of tsocket_bsd_pending
2009-05-19 Jelmer Vernooijtevent/python: Makefile was still trying to build some...
2009-05-16 Jelmer Vernooijtevent: Define TALLOC_FREE() if it's not defined yet...
2009-05-16 Jelmer Vernooijtevent: Remove python module.
2009-05-16 Jelmer Vernooijtevent: Install tevent_internal.h in the standalone...
2009-05-16 Samuel ThibaultFix linker flags on non-Linux GNU platforms.
2009-05-16 Jelmer VernooijUpdate copies of config.guess and config.sub.
2009-05-15 Jelmer Vernooijtevent: Don't install headers, since we don't install...
2009-05-14 Andrew BartlettAdd extensive tests for str_list function behaviour
2009-05-14 Volker LendeckeRemove two unused variables
2009-05-13 Andrew BartlettAdd new functions and tests: str_list_make_empty()...
2009-05-13 Derrell LipmanTake advantage of the easier-to-use thread macros
2009-05-13 Derrell LipmanMake the thread functions a bit easier to use
2009-05-13 Derrell LipmanAllow a parameter to smb_thread_once's initialization...
2009-05-13 Derrell LipmanFix broken smb_thread_once function (again)
2009-05-13 Derrell LipmanFix broken smb_thread_once function
2009-05-12 Jeremy AllisonFix definition of smb_thread_once - must return int...
2009-05-12 Jeremy AllisonEnsure documentation matches the tdb_util function...
2009-05-11 Derrell LipmanUse bool instead of int for a boolean variable
2009-05-11 Derrell LipmanOptimize smb_thread_once usage by not calling it if...
2009-05-11 Derrell LipmanPanic upon mutex lock or unlock failure
2009-05-11 Derrell LipmanDon't require external use of internal enum smb_thread_...
2009-05-11 Derrell LipmanReplace external thread "once" with an internal impleme...
2009-05-07 Stefan Metzmachertevent: fix typo async_req_done() => tevent_req_done()
2009-05-06 Jelmer VernooijAvoid --nonet when building manpages; xsltproc will...
2009-05-05 Simo SorceUpdate tdb and talloc web pages
2009-05-05 Simo SorceAdd release scripts for talloc and tdb
2009-05-03 Volker LendeckeClean up after Tridge's util_strlist changes
2009-05-01 Volker LendeckeAttempt to the build on NetBSD5 and a few others
2009-05-01 Stefan Metzmachertsocket: add tstream_readv_pdu_queue_send/recv()
2009-05-01 Stefan Metzmachertsocket: add tstream_writev_queue_send/recv()
2009-05-01 Stefan Metzmachertsocket: add tstream_readv_pdu_send/recv()
2009-05-01 Stefan Metzmachertsocket: add tstream implementation for bsd sockets...
2009-05-01 Stefan Metzmachertsocket: add tstream_context infrastructure similar...
2009-05-01 Stefan Metzmachertsocket: rename tdgram_unix_dgram_socket() => tdgram_un...
2009-05-01 Stefan Metzmachertsocket: move tsocket_simple_int_recv() to tsocket.c
2009-05-01 Stefan Metzmachertsocket: move tsocket_sendto_queue_send/recv() to tsock...
2009-05-01 Stefan Metzmachertsocket: tdgram move input checks to the common code...
2009-05-01 Stefan Metzmachertsocket: for unix domain sockets we need to use sizeof...
2009-05-01 Stefan Metzmachertsocket: return EINVAL when tdgram_sendto_send() is...
2009-05-01 Stefan Metzmachertsocket: fix dependecies
2009-05-01 Stefan Metzmachertsocket: remove tsocket_context related stuff
2009-04-28 Volker LendeckeFix a missing prototype warning
2009-04-28 Michael Adampm_process():raise level of debug message
2009-04-24 Andrew BartlettMerge branch 'master' of ssh://git.samba.org/data/git...
2009-04-23 Jelmer VernooijFix push_codepoint function without iconv_convenience.
2009-04-23 Jelmer VernooijAdd a new non-convenience version of push_codepoint.
2009-04-23 Andrew BartlettMerge branch 'master' of ssh://git.samba.org/data/git...
2009-04-22 Simo SorcePrevent reallocs of the talloc pool itself
2009-04-22 Brad HardsAvoid using deprecated form of AC_CHECK_TYPE.
2009-04-20 Andrew BartlettMerge commit 'origin/master' into libcli-auth-merge...
2009-04-20 Jelmer VernooijError out at runtime when seteuid/setresuid or setegid...
2009-04-20 Jelmer VernooijOnly define waitpid replacement if wait4 is available...
2009-04-20 Jelmer VernooijCope with the fact that only _mkdir() exists on Windows...
2009-04-20 Jelmer VernooijMove check for syslog out of libreplace to source3...
2009-04-20 Jeremy AllisonEnsure we have all the definitions needed in both threa...
2009-04-20 Jeremy AllisonAttempt to fix build farm on platforms where pthread_on...
2009-04-20 Jeremy AllisonFix the pthread_once initialization issue. Make talloc_...
2009-04-16 Stefan Metzmachertsocket: fix the build without ipv6 support
2009-04-15 Jeremy AllisonFix bug #6089 - Winbind samr_OpenDomain not possible...
2009-04-15 Andrew BartlettMerge branch 'master' of ssh://git.samba.org/data/git...
2009-04-14 Jeremy AllisonEnsure a tls key is only generated once - wrap create...
2009-04-14 Jeremy AllisonMake talloc_stack threadsafe using TLS. Volker please
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-10 Jeremy AllisonMerge branch 'master' of ssh://jra@git.samba.org/data...
2009-04-09 Andrew TridgellMerge branch 'wspp-schema'
2009-04-09 Andrew Tridgelladded _const versions of some of the str_list_*() functions
2009-04-09 Andrew Tridgelladded str_list_unique() and str_list_show()
2009-04-08 Jeremy AllisonAdd the thread functions to top level lib/util.
2009-04-08 Volker LendeckeRemove async_req
2009-04-08 Andrew BartlettRework util_strlist prototypes to use a bit more and...
2009-04-07 Karolin Seegers3/popt.h: Fix typo.
next