summaryrefslogtreecommitdiff
path: root/source3/include/nameserv.h
diff options
context:
space:
mode:
authorSamba Release Account <samba-bugs@samba.org>1997-03-12 20:21:11 +0000
committerSamba Release Account <samba-bugs@samba.org>1997-03-12 20:21:11 +0000
commit5f178fc18ac07eeeb579a23c6cbf8519ce44b60b (patch)
tree0ef094d1205cfeedec09fb09edbba0ef796dd069 /source3/include/nameserv.h
parent35de5ef34343d546ce7269308871d7da55991861 (diff)
downloadsamba-5f178fc18ac07eeeb579a23c6cbf8519ce44b60b.tar.gz
samba-5f178fc18ac07eeeb579a23c6cbf8519ce44b60b.tar.bz2
samba-5f178fc18ac07eeeb579a23c6cbf8519ce44b60b.zip
added code that checks whether the DOMAIN<1b> name is claimed on the
local subnet _before_ going and registering it. the reason for this is that i don't want to cause chaos by registering the name twice. it's ok to register DOMAIN<1b> with the WINS server, because the WINS server's job is to check a) _if_ there's a current owner of the name b) if the current owner exists c) if the current owner still wants the name. if they don't, the WINS server responds by saying, 'yes, you can have it'. lkcl (This used to be commit 0d51899b59204b99d5aeb9542c8adfff42167fec)
Diffstat (limited to 'source3/include/nameserv.h')
-rw-r--r--source3/include/nameserv.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/source3/include/nameserv.h b/source3/include/nameserv.h
index 75461ce5e6..027931f9e6 100644
--- a/source3/include/nameserv.h
+++ b/source3/include/nameserv.h
@@ -123,7 +123,8 @@ enum state_type
NAME_QUERY_DOM_SRV_CHK,
NAME_QUERY_SRV_CHK,
NAME_QUERY_FIND_MST,
- NAME_QUERY_MST_CHK
+ NAME_QUERY_MST_CHK,
+ NAME_QUERY_DOMAIN,
};
/* a netbios name structure */