summaryrefslogtreecommitdiffstats
path: root/lib
Commit message (Expand)AuthorAgeFilesLines
* libwbclient: Add async call framework.Kai Blin2009-05-302-2/+3
* nss_wrapper: add test_nwrap_membership to testsuite.Günther Deschner2009-05-301-0/+74
* nss_wrapper: restructure parts of the testsuite.Günther Deschner2009-05-301-33/+72
* nss_wrapper: add support for getgrouplist.Günther Deschner2009-05-302-0/+85
* util: Change license on tevent_unix to LGPLv3+Volker Lendecke2009-05-292-16/+24
* async_sock: Change license to LGPLv3+Volker Lendecke2009-05-292-16/+24
* s4-smbtorture: add a very basic NSS-WRAPPER testsuite.Günther Deschner2009-05-291-0/+219
* util: move add_gid_to_array_unique to toplevel and add add_uid_to_array_unique.Günther Deschner2009-05-293-1/+102
* nss_wrapper: fix nss_wrapper build for solaris.Günther Deschner2009-05-281-0/+2
* nss_wrapper: remove re-structuring leftovers (unused variables).Günther Deschner2009-05-281-6/+0
* nss_wrapper: support member add and delete for groups in nss_wrapper.pl.Günther Deschner2009-05-281-21/+141
* nss_wrapper: split out passwd and group paths in nss_wrapper.pl.Günther Deschner2009-05-281-15/+26
* nss_wrapper: restructure nwrap calls.Günther Deschner2009-05-281-71/+169
* tdb: Fix some recently introduced warnings in tdbtoolTim Prouty2009-05-271-6/+6
* Merge branch 'master' of ssh://git.samba.org/data/git/sambaAndrew Tridgell2009-05-262-0/+77
|\
| * Add support for sendmsg() in socket_wrapperAndrew Bartlett2009-05-262-0/+77
* | added some more speed tests to tdbtoolAndrew Tridgell2009-05-261-6/+59
|/
* Change async_connect to use connect instead of getsockopt to get the errorVolker Lendecke2009-05-241-14/+24
* Add "err_on_readability" to writev_sendVolker Lendecke2009-05-242-2/+14
* Allow NULL queue to writev_sendVolker Lendecke2009-05-241-6/+16
* tsocket: allow empty vectors at the end for tstream_writev()/readv()Stefan Metzmacher2009-05-221-0/+26
* Detect tight loop in tdb_find()Jim McDonough2009-05-211-0/+5
* nsswrapper: implement group_del() in nss_wrapper.pl.Günther Deschner2009-05-201-1/+22
* nsswrapper: implement group_add() in nss_wrapper.pl.Günther Deschner2009-05-201-4/+105
* Set errno=ENOMEM if tevent_add_fd failsVolker Lendecke2009-05-191-0/+4
* Simplify the logic of tsocket_bsd_pendingVolker Lendecke2009-05-191-24/+26
* tevent/python: Makefile was still trying to build some non AC_SUBST python ta...Jelmer Vernooij2009-05-191-7/+1
* 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