summaryrefslogtreecommitdiff
path: root/source4/nbt_server/wins/wins_dns_proxy.c
AgeCommit message (Collapse)AuthorFilesLines
2007-10-10r12804: This patch reworks the Samba4 sockets layer to use a socket_addressAndrew Bartlett1-6/+8
structure that is more generic than just 'IP/port'. It now passes make test, and has been reviewed and updated by metze. (Thankyou *very* much). This passes 'make test' as well as kerberos use (not currently in the testsuite). The original purpose of this patch was to have Samba able to pass a socket address stucture from the BSD layer into the kerberos routines and back again. It also removes nbt_peer_addr, which was being used for a similar purpose. It is a large change, but worthwhile I feel. Andrew Bartlett (This used to be commit 88198c4881d8620a37086f80e4da5a5b71c5bbb2)
2007-10-10r12648: implement the dns proxy featureStefan Metzmacher1-1/+56
metze (This used to be commit b07b201c8671e04d6faae162d883d84c79f0ee94)
2007-10-10r12644: prepare the dns proxy feature for the wins serverStefan Metzmacher1-0/+40
metze (This used to be commit 48842cd9abcff744851ad1481309fb901be3a73b)