summaryrefslogtreecommitdiff
path: root/source4/nbt_server/wins/wins_dns_proxy.c
AgeCommit message (Collapse)AuthorFilesLines
2013-08-12s4:nbt_server: avoid talloc_reference()Stefan Metzmacher1-2/+3
Signed-off-by: Stefan Metzmacher <metze@samba.org> Reviewed-by: Andrew Bartlett <abartlet@samba.org>
2009-09-19s4-resolve: fixed a crash bug on timeoutAndrew Tridgell1-1/+1
We were creating the name resolution context as a child of lp_ctx, which meant when we gave up on a connection the timer on name resolution kept running, and when it timed out the callback crashed as the socket was already removed.
2008-09-23s4-nbt: use private_data instead of private.Günther Deschner1-1/+1
Guenther
2007-12-21r26401: Don't cache interfaces context in libnetif.Jelmer Vernooij1-5/+6
(This used to be commit 9f975417cc66bfd4589da38bfd23731dbe0e6153)
2007-10-10r23792: convert Samba4 to GPLv3Andrew Tridgell1-3/+2
There are still a few tidyups of old FSF addresses to come (in both s3 and s4). More commits soon. (This used to be commit fcf38a38ac691abd0fa51b89dc951a08e89fdafa)
2007-10-10r13924: Split more prototypes out of include/proto.h + initial work on headerJelmer Vernooij1-0/+1
file dependencies (This used to be commit 122835876748a3eaf5e8d31ad1abddab9acb8781)
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)