summaryrefslogtreecommitdiffstats
path: root/source4/libcli/resolve
Commit message (Expand)AuthorAgeFilesLines
* r5185: make all the events data structures private to events.c. This willAndrew Tridgell2007-10-102-8/+5
* r5126: the composite code is no longer client specific or smb specific, soAndrew Tridgell2007-10-105-37/+37
* r5116: fixed build of the nbtlist codeAndrew Tridgell2007-10-101-2/+7
* r4944: every event_add_*() caller was having to call talloc_steal() to takeAndrew Tridgell2007-10-101-2/+1
* r4943: Smplified the events handling code a lot. The first source ofAndrew Tridgell2007-10-101-3/+1
* r4922: fixed an infinite loop in the name resolve code when handling a methodAndrew Tridgell2007-10-101-3/+1
* r4919: if a caller doesn't provide an event context to the resolver library,Andrew Tridgell2007-10-101-1/+6
* r4916: added "host" name resolution using fork() per gethostbyname()Andrew Tridgell2007-10-102-16/+268
* r4898: - removed the unused wins_srv_*() codeAndrew Tridgell2007-10-104-103/+354
* r4896: make sure the event context doesn't go away while waiting for event co...Andrew Tridgell2007-10-101-1/+1
* r4891: - added a generic resolve_name() async interface in libcli/resolve/,Andrew Tridgell2007-10-102-0/+214