summaryrefslogtreecommitdiff
path: root/lib
Commit message (Expand)AuthorAgeFilesLines
* tevent: Don't install headers, since we don't install a shared lib either (fr...Jelmer Vernooij2009-09-091-5/+0
* tevent: fix typo async_req_done() => tevent_req_done()Stefan Metzmacher2009-09-091-1/+1
* tevent: fix the nesting logicStefan Metzmacher2009-09-091-7/+7
* fixed a logic bug in the tevent nesting codeAndrew Tridgell2009-09-091-1/+13
* libreplace: undef AI_ADDRCONFIG on QNX 6.3.0 (fix bug #6630)Matt Kraai2009-08-171-0/+14
* tdb: Reimplementation of Metze's "lib/tdb: if we know pwrite and pread are th...Rusty Russell2009-08-141-5/+10
* tdb: Revert "lib/tdb: if we know pwrite and pread are thread/fork safe tdb_re...Rusty Russell2009-08-141-5/+0
* lib/util: fix order of includes in tevent_ntstatus.cMichael Adam2009-07-011-1/+1
* lib/util: fix building tevent_ntstatus without config.hMichael Adam2009-06-301-1/+0
* nss_wrapper: fix nss_wrapper build for solaris.Günther Deschner2009-05-291-0/+2
* nss_wrapper: remove re-structuring leftovers (unused variables).Günther Deschner2009-05-291-6/+0
* nss_wrapper: support member add and delete for groups in nss_wrapper.pl.Günther Deschner2009-05-291-21/+141
* nss_wrapper: split out passwd and group paths in nss_wrapper.pl.Günther Deschner2009-05-291-15/+26
* nss_wrapper: restructure nwrap calls.Günther Deschner2009-05-291-71/+169
* 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
* Ensure documentation matches the tdb_util function usage.Jeremy Allison2009-05-111-2/+2
* pm_process():raise level of debug messageMichael Adam2009-04-281-1/+1
* socket_wrapper: fix the build on systems without ipv6 supportStefan Metzmacher2009-04-141-0/+2
* socket_wrapper: fix crash bug in swrap_readv/writevStefan Metzmacher2009-04-101-4/+10
* s3/popt.h: Fix typo.Karolin Seeger2009-04-071-1/+1
* Use recv instead of read in read_packet_handlerVolker Lendecke2009-04-051-1/+2
* libreplace: use libreplace_SAVE_CPPFLAGS instead of SAVE_CPPFLAGSMichael Adam2009-04-011-2/+2
* talloc_array_length: talloc_get_size deals fine with NULLVolker Lendecke2009-03-221-1/+1
* tevent: change version to 0.9.5 after the ABI has changedStefan Metzmacher2009-03-181-1/+1
* tevent: store the location where a request was finishedStefan Metzmacher2009-03-183-19/+48
* tevent: use an immediate event as trigger for tevent_queueStefan Metzmacher2009-03-182-42/+60
* tevent: use an immediate event fot tevent_req_post()Stefan Metzmacher2009-03-182-19/+13
* tevent: use TALLOC_FREE() in tevent_req.cStefan Metzmacher2009-03-181-9/+5
* tevent: add support for immediate eventsStefan Metzmacher2009-03-188-34/+295
* tevent: add tevent_common_loop_wait() helper function and use itStefan Metzmacher2009-03-185-55/+33
* tevent: check signal events first in event_loop_onceStefan Metzmacher2009-03-183-0/+15
* tevent: let tevent_loop_once() just run one fd eventStefan Metzmacher2009-03-183-45/+7
* tevent: change version to 0.9.4 as the ABI has changedStefan Metzmacher2009-03-181-1/+1
* build: fix detection of netinet/ip.h on FreeBSDTimur2009-03-171-0/+1
* build: format the header check for netinet/ip.h more nicelyTimur2009-03-171-6/+8
* Remove some transitional code in writev_sendVolker Lendecke2009-03-171-17/+1
* Remove some unused code from async_req.[ch]Volker Lendecke2009-03-162-51/+0
* talloc: change version to 1.3.0Stefan Metzmacher2009-03-161-1/+1
* talloc: add useful talloc_array_length() macroStefan Metzmacher2009-03-161-0/+1
* talloc: add TALLOC_FREE()Stefan Metzmacher2009-03-161-0/+2
* lib/replace: use AC_TRY_LINK() to verify that getifaddrs() and freeifaddrs() ...Stefan Metzmacher2009-03-161-1/+1
* tevent: Fix might be unitialized warningTim Prouty2009-03-121-1/+1
* tevent: add tevent_loop_until()Stefan Metzmacher2009-03-122-0/+68
* tevent: add tevent_loop_set_nesting_hook()Stefan Metzmacher2009-03-123-1/+50
* tevent: don't allow nested tevent_loop_once() anymoreStefan Metzmacher2009-03-123-1/+53
* tevent: pass __location__ to tevent_loop_once/wait()Stefan Metzmacher2009-03-126-17/+22
* tevent: add tevent_set_abort_fn()Stefan Metzmacher2009-03-122-0/+21
* tevent: add tevent_signal_support()Stefan Metzmacher2009-03-122-0/+10