summaryrefslogtreecommitdiff
path: root/source4/libcli/resolve/resolve.c
Commit message (Expand)AuthorAgeFilesLines
* s4-resolve: added resolve_name_multiple_recv()Andrew Tridgell2010-09-151-0/+34
* s4-resolve: added resolve_name_ex_send()Andrew Tridgell2010-09-021-8/+33
* libutil: moved the networking defines to util_net.hAndrew Tridgell2010-03-261-0/+1
* s4:libcli/resolve Use a more robust way to return the string addressAndrew Bartlett2010-03-111-2/+11
* s4-resolve: fixed a crash bug on timeoutAndrew Tridgell2009-09-191-3/+5
* s4:lib/tevent: rename structsStefan Metzmacher2008-12-291-3/+3
* s4:libcli/resolve: specify the port for the resulting socket_addressesStefan Metzmacher2008-12-171-1/+5
* s4:libcli/resolve: optionally return the name that belongs to the returned ad...Stefan Metzmacher2008-12-171-3/+13
* s4:libcli/resolve: pass down flags to the resolver backendsStefan Metzmacher2008-12-171-2/+9
* s4:libcli/resolve: remove all backend specific sync functionsStefan Metzmacher2008-12-171-13/+0
* s4: fix LIBEVENTS dependencies and use more forward declarationsStefan Metzmacher2008-12-171-1/+0
* s4:libcli/resolve: add resolve_name_all*() which return all addresses not onl...Stefan Metzmacher2008-12-111-12/+60
* Remove unused include param/param.h.Jelmer Vernooij2008-10-241-1/+0
* Fix include paths to new location of libutil.Jelmer Vernooij2008-10-111-1/+1
* - make bcast name resolution match other name resolution modules forAndrew Tridgell2008-09-301-1/+1
* return a more useful error message when no name resolution methods areAndrew Tridgell2008-09-291-0/+4
* Fix an uninitialized variable introduced by 3045d391Volker Lendecke2008-05-141-2/+1
* Remove more event_context_init() uses from function calls within deep down th...Simo Sorce2008-04-211-9/+4
* r26397: Fix circular dependency in samba-socket.Jelmer Vernooij2007-12-211-22/+0
* r26391: samba4 doesn't support 'lmhosts' as resolve moduleStefan Metzmacher2007-12-211-1/+1
* r26378: Remove use of global_loadparm.Jelmer Vernooij2007-12-211-1/+1
* r26376: Add context for libcli_resolve.Jelmer Vernooij2007-12-211-37/+73
* r26264: pass name resolve order explicitly, use torture context for settings ...Jelmer Vernooij2007-12-211-4/+2
* r25624: Remove ipv4_addr hack. Only causes 4 extra includes of system/network...Jelmer Vernooij2007-12-211-2/+3
* r25398: Parse loadparm context to all lp_*() functions.Jelmer Vernooij2007-10-101-1/+1
* r25026: Move param/param.h out of includes.hJelmer Vernooij2007-10-101-0/+1
* r25001: Fix more C++ and other warnings, fix some of the indentation with ts=...Jelmer Vernooij2007-10-101-1/+2
* r25000: Fix some more C++ compatibility warnings.Jelmer Vernooij2007-10-101-1/+1
* r23792: convert Samba4 to GPLv3Andrew Tridgell2007-10-101-3/+2
* r19645: don't pass NULL as mem_ctx...Stefan Metzmacher2007-10-101-2/+2
* r19638: convert resolve.c to the new composite apiStefan Metzmacher2007-10-101-23/+19
* r14464: Don't include ndr_BASENAME.h files unless strictly required, insteadJelmer Vernooij2007-10-101-0/+1
* r13924: Split more prototypes out of include/proto.h + initial work on headerJelmer Vernooij2007-10-101-0/+1
* r12608: Remove some unused #include lines.Jelmer Vernooij2007-10-101-2/+0
* r12542: Move some more prototypes out to seperate headersJelmer Vernooij2007-10-101-0/+1
* 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-101-0/+3
* r10504: - seperate implementation specific stuff, from the generic compositeStefan Metzmacher2007-10-101-23/+23
* 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
* 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
* r5197: moved events code to lib/events/ (suggestion from metze)Andrew Tridgell2007-10-101-1/+1
* r5185: make all the events data structures private to events.c. This willAndrew Tridgell2007-10-101-0/+1
* r5126: the composite code is no longer client specific or smb specific, soAndrew Tridgell2007-10-101-14/+14
* r4922: fixed an infinite loop in the name resolve code when handling a methodAndrew Tridgell2007-10-101-3/+1