summaryrefslogtreecommitdiff
path: root/lib
AgeCommit message (Expand)AuthorFilesLines
2009-05-26Merge branch 'master' of ssh://git.samba.org/data/git/sambaAndrew Tridgell2-0/+77
2009-05-26Add support for sendmsg() in socket_wrapperAndrew Bartlett2-0/+77
2009-05-26added some more speed tests to tdbtoolAndrew Tridgell1-6/+59
2009-05-24Change async_connect to use connect instead of getsockopt to get the errorVolker Lendecke1-14/+24
2009-05-24Add "err_on_readability" to writev_sendVolker Lendecke2-2/+14
2009-05-24Allow NULL queue to writev_sendVolker Lendecke1-6/+16
2009-05-22tsocket: allow empty vectors at the end for tstream_writev()/readv()Stefan Metzmacher1-0/+26
2009-05-21Detect tight loop in tdb_find()Jim McDonough1-0/+5
2009-05-20nsswrapper: implement group_del() in nss_wrapper.pl.Günther Deschner1-1/+22
2009-05-20nsswrapper: implement group_add() in nss_wrapper.pl.Günther Deschner1-4/+105
2009-05-19Set errno=ENOMEM if tevent_add_fd failsVolker Lendecke1-0/+4
2009-05-19Simplify the logic of tsocket_bsd_pendingVolker Lendecke1-24/+26
2009-05-19tevent/python: Makefile was still trying to build some non AC_SUBST python ta...Jelmer Vernooij1-7/+1
2009-05-16tevent: Define TALLOC_FREE() if it's not defined yet, to allow buildingJelmer Vernooij1-0/+6
2009-05-16tevent: Remove python module.Jelmer Vernooij6-219/+0
2009-05-16tevent: Install tevent_internal.h in the standalone build.Jelmer Vernooij2-1/+4
2009-05-16Fix linker flags on non-Linux GNU platforms.Samuel Thibault1-5/+5
2009-05-16Update copies of config.guess and config.sub.Jelmer Vernooij8-304/+1128
2009-05-16tevent: Don't install headers, since we don't install a shared libJelmer Vernooij1-5/+0
2009-05-15Add extensive tests for str_list function behaviourAndrew Bartlett1-15/+343
2009-05-14Remove two unused variablesVolker Lendecke1-2/+0
2009-05-14Add new functions and tests: str_list_make_empty(), str_list_make_single()Andrew Bartlett3-0/+85
2009-05-13Take advantage of the easier-to-use thread macrosDerrell Lipman1-8/+0
2009-05-13Make the thread functions a bit easier to useDerrell Lipman3-8/+12
2009-05-13Allow a parameter to smb_thread_once's initialization functionDerrell Lipman4-15/+28
2009-05-12Fix broken smb_thread_once function (again)Derrell Lipman1-0/+3
2009-05-12Fix broken smb_thread_once functionDerrell Lipman1-19/+3
2009-05-11Fix definition of smb_thread_once - must return int not void asJeremy Allison2-2/+5
2009-05-11Ensure documentation matches the tdb_util function usage.Jeremy Allison1-2/+2
2009-05-10Use bool instead of int for a boolean variableDerrell Lipman1-1/+1
2009-05-10Optimize smb_thread_once usage by not calling it if known already calledDerrell Lipman1-2/+6
2009-05-10Panic upon mutex lock or unlock failureDerrell Lipman1-2/+2
2009-05-10Don't require external use of internal enum smb_thread_lock_typeDerrell Lipman1-3/+4
2009-05-10Replace external thread "once" with an internal implementationDerrell Lipman3-22/+66
2009-05-07tevent: fix typo async_req_done() => tevent_req_done()Stefan Metzmacher1-1/+1
2009-05-06Avoid --nonet when building manpages; xsltproc will already prefer localJelmer Vernooij1-2/+2
2009-05-05Update tdb and talloc web pagesSimo Sorce2-9/+20
2009-05-05Add release scripts for talloc and tdbSimo Sorce2-0/+90
2009-05-03Clean up after Tridge's util_strlist changesVolker Lendecke2-25/+30
2009-05-01Attempt to the build on NetBSD5 and a few othersVolker Lendecke1-0/+3
2009-05-01tsocket: add tstream_readv_pdu_queue_send/recv()Stefan Metzmacher2-0/+132
2009-05-01tsocket: add tstream_writev_queue_send/recv()Stefan Metzmacher2-0/+132
2009-05-01tsocket: add tstream_readv_pdu_send/recv()Stefan Metzmacher2-1/+178
2009-05-01tsocket: add tstream implementation for bsd sockets (inet and unix)Stefan Metzmacher2-0/+943
2009-05-01tsocket: add tstream_context infrastructure similar to tdgram_contextStefan Metzmacher3-0/+445
2009-05-01tsocket: rename tdgram_unix_dgram_socket() => tdgram_unix_socket()Stefan Metzmacher2-12/+12
2009-05-01tsocket: move tsocket_simple_int_recv() to tsocket.cStefan Metzmacher2-31/+28
2009-05-01tsocket: move tsocket_sendto_queue_send/recv() to tsocket_helpers.cStefan Metzmacher2-130/+131
2009-05-01tsocket: tdgram move input checks to the common code as there're needed for a...Stefan Metzmacher2-24/+69
2009-05-01tsocket: for unix domain sockets we need to use sizeof(struct sockaddr_un)Stefan Metzmacher1-2/+22