summaryrefslogtreecommitdiff
path: root/source4/libcli/resolve
AgeCommit message (Expand)AuthorFilesLines
2007-10-10r6933: Add a couple of helper functions for creating nbt names.Tim Potter1-0/+23
2007-10-10r5551: Protect against falling off the end of the name resolve order listTim Potter1-1/+1
2007-10-10r5550: Initialise retry count - valgrind was freaking out because this valueTim Potter1-0/+1
2007-10-10r5328: - allow case sensitive nbt name lookupsAndrew Tridgell1-0/+7
2007-10-10r5298: - got rid of pstring.h from includes.h. This at least makes it a bitAndrew Tridgell1-0/+1
2007-10-10r5294: - added a separate NBT-WINS test for WINS operations (register, refres...Andrew Tridgell1-2/+1
2007-10-10r5197: moved events code to lib/events/ (suggestion from metze)Andrew Tridgell2-2/+2
2007-10-10r5195: most events don't need the time of the event, so save a gettimeofday()...Andrew Tridgell1-2/+2
2007-10-10r5185: make all the events data structures private to events.c. This willAndrew Tridgell2-8/+5
2007-10-10r5126: the composite code is no longer client specific or smb specific, soAndrew Tridgell5-37/+37
2007-10-10r5116: fixed build of the nbtlist codeAndrew Tridgell1-2/+7
2007-10-10r4944: every event_add_*() caller was having to call talloc_steal() to takeAndrew Tridgell1-2/+1
2007-10-10r4943: Smplified the events handling code a lot. The first source ofAndrew Tridgell1-3/+1
2007-10-10r4922: fixed an infinite loop in the name resolve code when handling a methodAndrew Tridgell1-3/+1
2007-10-10r4919: if a caller doesn't provide an event context to the resolver library,Andrew Tridgell1-1/+6
2007-10-10r4916: added "host" name resolution using fork() per gethostbyname()Andrew Tridgell2-16/+268
2007-10-10r4898: - removed the unused wins_srv_*() codeAndrew Tridgell4-103/+354
2007-10-10r4896: make sure the event context doesn't go away while waiting for event co...Andrew Tridgell1-1/+1
2007-10-10r4891: - added a generic resolve_name() async interface in libcli/resolve/,Andrew Tridgell2-0/+214