summaryrefslogtreecommitdiffstats
path: root/source4/libcli/resolve
Commit message (Expand)AuthorAgeFilesLines
* r14542: Remove librpc, libndr and libnbt from includes.hJelmer Vernooij2007-10-103-0/+31
* r14464: Don't include ndr_BASENAME.h files unless strictly required, insteadJelmer Vernooij2007-10-103-0/+3
* r13924: Split more prototypes out of include/proto.h + initial work on headerJelmer Vernooij2007-10-104-0/+7
* r13505: allow servers to bind to non-broadcast interfaces. Servers nowAndrew Tridgell2007-10-101-4/+7
* r12608: Remove some unused #include lines.Jelmer Vernooij2007-10-105-12/+0
* r12542: Move some more prototypes out to seperate headersJelmer Vernooij2007-10-102-0/+2
* r12116: got rid of composite_trigger_done() and composite_trigger_error(), andAndrew Tridgell2007-10-101-1/+1
* r10636: Formatting for better readability.Rafal Szczesniak2007-10-102-6/+15
* r10504: - seperate implementation specific stuff, from the generic compositeStefan Metzmacher2007-10-103-42/+42
* r10438: Move portability functions to lib/replace/; replace now simply ensuresJelmer Vernooij2007-10-101-1/+1
* r10395: While playing with winbind, I found a segfault because I had givenVolker Lendecke2007-10-101-1/+2
* r10200: added a composite_trigger_done() call that allows a composite functionAndrew Tridgell2007-10-101-0/+9
* r9702: r9680@blu: tridge | 2005-08-27 18:45:08 +1000Andrew Tridgell2007-10-101-2/+3
* r8628: add retries to the normal paths of nbt name resolution. UDP broadcasts...Andrew Tridgell2007-10-101-2/+2
* r8002: favor addresses on our local interfaces in NBT name resolution ifAndrew Tridgell2007-10-101-1/+14
* r7856: fixed warning of 'methods' shadowed variableAndrew Tridgell2007-10-101-4/+4
* r7813: Make async request independent from config file routines.Rafal Szczesniak2007-10-101-11/+3
* r7735: Extend resolve_name function so that it's possible to pass resolveRafal Szczesniak2007-10-101-8/+16
* r6933: Add a couple of helper functions for creating nbt names.Tim Potter2007-10-101-0/+23
* r5551: Protect against falling off the end of the name resolve order listTim Potter2007-10-101-1/+1
* r5550: Initialise retry count - valgrind was freaking out because this valueTim Potter2007-10-101-0/+1
* r5328: - allow case sensitive nbt name lookupsAndrew Tridgell2007-10-101-0/+7
* r5298: - got rid of pstring.h from includes.h. This at least makes it a bitAndrew Tridgell2007-10-101-0/+1
* r5294: - added a separate NBT-WINS test for WINS operations (register, refres...Andrew Tridgell2007-10-101-2/+1
* r5197: moved events code to lib/events/ (suggestion from metze)Andrew Tridgell2007-10-102-2/+2
* r5195: most events don't need the time of the event, so save a gettimeofday()...Andrew Tridgell2007-10-101-2/+2
* 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