summaryrefslogtreecommitdiffstats
path: root/lib
Commit message (Expand)AuthorAgeFilesLines
* tevent: Define TALLOC_FREE() if it's not defined yet, to allow buildingJelmer Vernooij2009-05-161-0/+6
* tevent: Remove python module.Jelmer Vernooij2009-05-166-219/+0
* tevent: Install tevent_internal.h in the standalone build.Jelmer Vernooij2009-05-162-1/+4
* Fix linker flags on non-Linux GNU platforms.Samuel Thibault2009-05-161-5/+5
* Update copies of config.guess and config.sub.Jelmer Vernooij2009-05-168-304/+1128
* tevent: Don't install headers, since we don't install a shared libJelmer Vernooij2009-05-161-5/+0
* Add extensive tests for str_list function behaviourAndrew Bartlett2009-05-151-15/+343
* Remove two unused variablesVolker Lendecke2009-05-141-2/+0
* Add new functions and tests: str_list_make_empty(), str_list_make_single()Andrew Bartlett2009-05-143-0/+85
* Take advantage of the easier-to-use thread macrosDerrell Lipman2009-05-131-8/+0
* Make the thread functions a bit easier to useDerrell Lipman2009-05-133-8/+12
* Allow a parameter to smb_thread_once's initialization functionDerrell Lipman2009-05-134-15/+28
* Fix broken smb_thread_once function (again)Derrell Lipman2009-05-121-0/+3
* Fix broken smb_thread_once functionDerrell Lipman2009-05-121-19/+3
* Fix definition of smb_thread_once - must return int not void asJeremy Allison2009-05-112-2/+5
* Ensure documentation matches the tdb_util function usage.Jeremy Allison2009-05-111-2/+2
* Use bool instead of int for a boolean variableDerrell Lipman2009-05-101-1/+1
* Optimize smb_thread_once usage by not calling it if known already calledDerrell Lipman2009-05-101-2/+6
* Panic upon mutex lock or unlock failureDerrell Lipman2009-05-101-2/+2
* Don't require external use of internal enum smb_thread_lock_typeDerrell Lipman2009-05-101-3/+4
* Replace external thread "once" with an internal implementationDerrell Lipman2009-05-103-22/+66
* tevent: fix typo async_req_done() => tevent_req_done()Stefan Metzmacher2009-05-071-1/+1
* Avoid --nonet when building manpages; xsltproc will already prefer localJelmer Vernooij2009-05-061-2/+2
* Update tdb and talloc web pagesSimo Sorce2009-05-052-9/+20
* Add release scripts for talloc and tdbSimo Sorce2009-05-052-0/+90
* Clean up after Tridge's util_strlist changesVolker Lendecke2009-05-032-25/+30
* Attempt to the build on NetBSD5 and a few othersVolker Lendecke2009-05-011-0/+3
* tsocket: add tstream_readv_pdu_queue_send/recv()Stefan Metzmacher2009-05-012-0/+132
* tsocket: add tstream_writev_queue_send/recv()Stefan Metzmacher2009-05-012-0/+132
* tsocket: add tstream_readv_pdu_send/recv()Stefan Metzmacher2009-05-012-1/+178
* tsocket: add tstream implementation for bsd sockets (inet and unix)Stefan Metzmacher2009-05-012-0/+943
* tsocket: add tstream_context infrastructure similar to tdgram_contextStefan Metzmacher2009-05-013-0/+445
* tsocket: rename tdgram_unix_dgram_socket() => tdgram_unix_socket()Stefan Metzmacher2009-05-012-12/+12
* tsocket: move tsocket_simple_int_recv() to tsocket.cStefan Metzmacher2009-05-012-31/+28
* tsocket: move tsocket_sendto_queue_send/recv() to tsocket_helpers.cStefan Metzmacher2009-05-012-130/+131
* tsocket: tdgram move input checks to the common code as there're needed for a...Stefan Metzmacher2009-05-012-24/+69
* tsocket: for unix domain sockets we need to use sizeof(struct sockaddr_un)Stefan Metzmacher2009-05-011-2/+22
* tsocket: return EINVAL when tdgram_sendto_send() is used with len == 0Stefan Metzmacher2009-05-011-0/+5
* tsocket: fix dependeciesStefan Metzmacher2009-05-011-1/+2
* tsocket: remove tsocket_context related stuffStefan Metzmacher2009-05-019-1807/+17
* Fix a missing prototype warningVolker Lendecke2009-04-282-0/+3
* pm_process():raise level of debug messageMichael Adam2009-04-281-1/+1
* Fix push_codepoint function without iconv_convenience.Jelmer Vernooij2009-04-231-1/+1
* Add a new non-convenience version of push_codepoint.Jelmer Vernooij2009-04-234-7/+15
* Prevent reallocs of the talloc pool itselfSimo Sorce2009-04-221-0/+5
* Avoid using deprecated form of AC_CHECK_TYPE.Brad Hards2009-04-222-3/+13
* Error out at runtime when seteuid/setresuid or setegid/setresgid are notJelmer Vernooij2009-04-201-2/+4
* Only define waitpid replacement if wait4 is available. (It isn't onJelmer Vernooij2009-04-203-2/+6
* Cope with the fact that only _mkdir() exists on Windows and that itJelmer Vernooij2009-04-203-0/+12
* Move check for syslog out of libreplace to source3/ and source4/.Jelmer Vernooij2009-04-202-1/+3