summaryrefslogtreecommitdiff
path: root/source4/libcli/resolve/resolve.c
AgeCommit message (Expand)AuthorFilesLines
2008-12-17s4:libcli/resolve: specify the port for the resulting socket_addressesStefan Metzmacher1-1/+5
2008-12-17s4:libcli/resolve: optionally return the name that belongs to the returned ad...Stefan Metzmacher1-3/+13
2008-12-17s4:libcli/resolve: pass down flags to the resolver backendsStefan Metzmacher1-2/+9
2008-12-17s4:libcli/resolve: remove all backend specific sync functionsStefan Metzmacher1-13/+0
2008-12-17s4: fix LIBEVENTS dependencies and use more forward declarationsStefan Metzmacher1-1/+0
2008-12-11s4:libcli/resolve: add resolve_name_all*() which return all addresses not onl...Stefan Metzmacher1-12/+60
2008-10-24Remove unused include param/param.h.Jelmer Vernooij1-1/+0
2008-10-11Fix include paths to new location of libutil.Jelmer Vernooij1-1/+1
2008-09-30- make bcast name resolution match other name resolution modules forAndrew Tridgell1-1/+1
2008-09-29return a more useful error message when no name resolution methods areAndrew Tridgell1-0/+4
2008-05-14Fix an uninitialized variable introduced by 3045d391Volker Lendecke1-2/+1
2008-04-21Remove more event_context_init() uses from function calls within deep down th...Simo Sorce1-9/+4
2007-12-21r26397: Fix circular dependency in samba-socket.Jelmer Vernooij1-22/+0
2007-12-21r26391: samba4 doesn't support 'lmhosts' as resolve moduleStefan Metzmacher1-1/+1
2007-12-21r26378: Remove use of global_loadparm.Jelmer Vernooij1-1/+1
2007-12-21r26376: Add context for libcli_resolve.Jelmer Vernooij1-37/+73
2007-12-21r26264: pass name resolve order explicitly, use torture context for settings ...Jelmer Vernooij1-4/+2
2007-12-21r25624: Remove ipv4_addr hack. Only causes 4 extra includes of system/network...Jelmer Vernooij1-2/+3
2007-10-10r25398: Parse loadparm context to all lp_*() functions.Jelmer Vernooij1-1/+1
2007-10-10r25026: Move param/param.h out of includes.hJelmer Vernooij1-0/+1
2007-10-10r25001: Fix more C++ and other warnings, fix some of the indentation with ts=...Jelmer Vernooij1-1/+2
2007-10-10r25000: Fix some more C++ compatibility warnings.Jelmer Vernooij1-1/+1
2007-10-10r23792: convert Samba4 to GPLv3Andrew Tridgell1-3/+2
2007-10-10r19645: don't pass NULL as mem_ctx...Stefan Metzmacher1-2/+2
2007-10-10r19638: convert resolve.c to the new composite apiStefan Metzmacher1-23/+19
2007-10-10r14464: Don't include ndr_BASENAME.h files unless strictly required, insteadJelmer Vernooij1-0/+1
2007-10-10r13924: Split more prototypes out of include/proto.h + initial work on headerJelmer Vernooij1-0/+1
2007-10-10r12608: Remove some unused #include lines.Jelmer Vernooij1-2/+0
2007-10-10r12542: Move some more prototypes out to seperate headersJelmer Vernooij1-0/+1
2007-10-10r12116: got rid of composite_trigger_done() and composite_trigger_error(), andAndrew Tridgell1-1/+1
2007-10-10r10636: Formatting for better readability.Rafal Szczesniak1-0/+3
2007-10-10r10504: - seperate implementation specific stuff, from the generic compositeStefan Metzmacher1-23/+23
2007-10-10r10395: While playing with winbind, I found a segfault because I had givenVolker Lendecke1-1/+2
2007-10-10r10200: added a composite_trigger_done() call that allows a composite functionAndrew Tridgell1-0/+9
2007-10-10r9702: r9680@blu: tridge | 2005-08-27 18:45:08 +1000Andrew Tridgell1-2/+3
2007-10-10r7856: fixed warning of 'methods' shadowed variableAndrew Tridgell1-4/+4
2007-10-10r7813: Make async request independent from config file routines.Rafal Szczesniak1-11/+3
2007-10-10r7735: Extend resolve_name function so that it's possible to pass resolveRafal Szczesniak1-8/+16
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-10r5197: moved events code to lib/events/ (suggestion from metze)Andrew Tridgell1-1/+1
2007-10-10r5185: make all the events data structures private to events.c. This willAndrew Tridgell1-0/+1
2007-10-10r5126: the composite code is no longer client specific or smb specific, soAndrew Tridgell1-14/+14
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 Tridgell1-16/+35
2007-10-10r4898: - removed the unused wins_srv_*() codeAndrew Tridgell1-2/+111
2007-10-10r4891: - added a generic resolve_name() async interface in libcli/resolve/,Andrew Tridgell1-0/+51