summaryrefslogtreecommitdiffstats
path: root/source4/libcli/resolve
Commit message (Expand)AuthorAgeFilesLines
* 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-213-12/+5
* Remove more global_loadparm instance.sJelmer Vernooij2008-02-211-1/+2
* Remove yet more uses of global_loadparm.Jelmer Vernooij2008-02-213-7/+18
* r26437: remove another use of global_loadparm.Jelmer Vernooij2007-12-214-14/+54
* r26426: Remove uses of global_loadparm.Jelmer Vernooij2007-12-211-5/+6
* r26402: Require a talloc context in libnetif.Jelmer Vernooij2007-12-212-2/+3
* r26401: Don't cache interfaces context in libnetif.Jelmer Vernooij2007-12-213-6/+14
* r26397: Fix circular dependency in samba-socket.Jelmer Vernooij2007-12-213-22/+47
* r26391: samba4 doesn't support 'lmhosts' as resolve moduleStefan Metzmacher2007-12-211-1/+1
* r26378: Remove use of global_loadparm.Jelmer Vernooij2007-12-212-5/+6
* r26376: Add context for libcli_resolve.Jelmer Vernooij2007-12-216-45/+112
* r26325: Remove use of global_loadparm in netif.Jelmer Vernooij2007-12-212-4/+5
* r26309: Move specification of port higher up the all stack.Jelmer Vernooij2007-12-211-0/+1
* r26264: pass name resolve order explicitly, use torture context for settings ...Jelmer Vernooij2007-12-211-4/+2
* r25903: Move more files out of torture/Jelmer Vernooij2007-12-211-0/+90
* r25624: Remove ipv4_addr hack. Only causes 4 extra includes of system/network...Jelmer Vernooij2007-12-212-4/+5
* r25554: Convert last instances of BOOL, True and False to the standard types.Jelmer Vernooij2007-10-103-5/+5
* r25430: Add the loadparm context to all parametric options.Jelmer Vernooij2007-10-101-1/+1
* r25398: Parse loadparm context to all lp_*() functions.Jelmer Vernooij2007-10-102-2/+2
* r25035: Fix some more warnings, use service pointer rather than service numbe...Jelmer Vernooij2007-10-101-1/+1
* r25026: Move param/param.h out of includes.hJelmer Vernooij2007-10-103-0/+3
* r25001: Fix more C++ and other warnings, fix some of the indentation with ts=...Jelmer Vernooij2007-10-102-4/+6
* r25000: Fix some more C++ compatibility warnings.Jelmer Vernooij2007-10-101-1/+1
* r23792: convert Samba4 to GPLv3Andrew Tridgell2007-10-106-18/+12
* r21594: give the same error in all resolve backendsStefan Metzmacher2007-10-101-2/+2
* r21593: give a more useful error, when we can't resolve a long nameStefan Metzmacher2007-10-101-0/+9
* r19645: don't pass NULL as mem_ctx...Stefan Metzmacher2007-10-105-24/+30
* r19642: convert host.c to new composite apiStefan Metzmacher2007-10-101-35/+26
* r19639: convert nbtlist.c to new composite apiStefan Metzmacher2007-10-101-55/+44
* r19638: convert resolve.c to the new composite apiStefan Metzmacher2007-10-101-23/+19
* r17586: merge lib/netif into lib/socket and use -lnsl -lsocket on theStefan Metzmacher2007-10-102-2/+2
* r15854: more talloc_set_destructor() typesafe fixesAndrew Tridgell2007-10-101-2/+1
* 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