summaryrefslogtreecommitdiff
path: root/source4/libcli/resolve/nbtlist.c
AgeCommit message (Expand)AuthorFilesLines
2008-12-29s4:lib/tevent: rename structsStefan Metzmacher1-1/+1
2008-12-18s4:libcli/replace: add some RESOLVE_NAME_FLAG* flagsStefan Metzmacher1-1/+9
2008-12-17s4:libcli/resolve: specify the port for the resulting socket_addressesStefan Metzmacher1-1/+4
2008-12-17s4:libcli/resolve: optionally return the name that belongs to the returned ad...Stefan Metzmacher1-1/+13
2008-12-17s4:libcli/resolve: pass down flags to the resolver backendsStefan Metzmacher1-0/+4
2008-12-17s4:libcli/resolve: remove all backend specific sync functionsStefan Metzmacher1-20/+0
2008-12-11s4:libcli/resolve: add resolve_name_all*() which return all addresses not onl...Stefan Metzmacher1-18/+18
2008-11-02Use global iconv convenience rather than global loadparm.Jelmer Vernooij1-1/+1
2008-10-20Make sure prototypes are always included, make some functions static andJelmer Vernooij1-0/+1
2008-09-23s4-nbt: use ../libcli/nbtGünther Deschner1-1/+1
2008-09-23s4-nbt: use private_data instead of private.Günther Deschner1-2/+2
2008-04-21Remove more event_context_init() uses from function calls within deep down th...Simo Sorce1-2/+1
2008-02-21Remove more global_loadparm instance.sJelmer Vernooij1-1/+2
2008-02-21Remove yet more uses of global_loadparm.Jelmer Vernooij1-1/+4
2007-12-21r26437: remove another use of global_loadparm.Jelmer Vernooij1-2/+7
2007-12-21r26426: Remove uses of global_loadparm.Jelmer Vernooij1-5/+6
2007-12-21r26402: Require a talloc context in libnetif.Jelmer Vernooij1-1/+2
2007-12-21r26401: Don't cache interfaces context in libnetif.Jelmer Vernooij1-1/+3
2007-12-21r26325: Remove use of global_loadparm in netif.Jelmer Vernooij1-1/+1
2007-12-21r26309: Move specification of port higher up the all stack.Jelmer Vernooij1-0/+1
2007-10-10r25554: Convert last instances of BOOL, True and False to the standard types.Jelmer Vernooij1-3/+3
2007-10-10r25430: Add the loadparm context to all parametric options.Jelmer Vernooij1-1/+1
2007-10-10r25035: Fix some more warnings, use service pointer rather than service numbe...Jelmer Vernooij1-1/+1
2007-10-10r25026: Move param/param.h out of includes.hJelmer Vernooij1-0/+1
2007-10-10r23792: convert Samba4 to GPLv3Andrew Tridgell1-3/+2
2007-10-10r21593: give a more useful error, when we can't resolve a long nameStefan Metzmacher1-0/+9
2007-10-10r19645: don't pass NULL as mem_ctx...Stefan Metzmacher1-7/+8
2007-10-10r19639: convert nbtlist.c to new composite apiStefan Metzmacher1-55/+44
2007-10-10r17586: merge lib/netif into lib/socket and use -lnsl -lsocket on theStefan Metzmacher1-1/+1
2007-10-10r14542: Remove librpc, libndr and libnbt from includes.hJelmer Vernooij1-0/+1
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/+2
2007-10-10r12608: Remove some unused #include lines.Jelmer Vernooij1-2/+0
2007-10-10r10636: Formatting for better readability.Rafal Szczesniak1-6/+12
2007-10-10r10504: - seperate implementation specific stuff, from the generic compositeStefan Metzmacher1-10/+10
2007-10-10r8628: add retries to the normal paths of nbt name resolution. UDP broadcasts...Andrew Tridgell1-2/+2
2007-10-10r8002: favor addresses on our local interfaces in NBT name resolution ifAndrew Tridgell1-1/+14
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-10r5126: the composite code is no longer client specific or smb specific, soAndrew Tridgell1-8/+8
2007-10-10r5116: fixed build of the nbtlist codeAndrew Tridgell1-2/+7
2007-10-10r4898: - removed the unused wins_srv_*() codeAndrew Tridgell1-0/+170