summaryrefslogtreecommitdiffstats
path: root/nsswitch/libwbclient/wbc_async.c
Commit message (Collapse)AuthorAgeFilesLines
* Move wbc_async.[ch] to its only user: smbtorture3Volker Lendecke2010-12-191-774/+0
|
* libwbclient: Zero out context on initializationKai Blin2010-02-111-1/+1
| | | | This prevents a segfault when using wbcDebug without prior call to wbcSetDebug
* libwbclient: Add debugging hooks.Kai Blin2009-06-131-0/+75
|
* async_sock: try fix the source4 build on FreeBSD, Solaris, SLES8Stefan Metzmacher2009-06-081-4/+2
| | | | metze
* talloc_strdup "dir" in wb_context_initVolker Lendecke2009-05-301-1/+5
|
* libwbclient: Store the winbind socket dir to use in the wb_contextKai Blin2009-05-301-2/+12
|
* libwbclient: Add async call framework.Kai Blin2009-05-301-0/+687