summaryrefslogtreecommitdiffstats
path: root/source
diff options
context:
space:
mode:
authorAndrew Tridgell <tridge@samba.org>1996-08-20 16:09:41 +0000
committerAndrew Tridgell <tridge@samba.org>1996-08-20 16:09:41 +0000
commit9e0fab2ee6c89155e6ba6b2401a25de37cb89333 (patch)
treed41865d4dc80954171e23791be1785d813c3a941 /source
parent2d0ec53c508aca53a5049c98339a15dff5b8e239 (diff)
downloadsamba-9e0fab2ee6c89155e6ba6b2401a25de37cb89333.tar.gz
samba-9e0fab2ee6c89155e6ba6b2401a25de37cb89333.tar.xz
samba-9e0fab2ee6c89155e6ba6b2401a25de37cb89333.zip
- removed ServerComment and instead set the comment string in nmbd
using the "server string" option. This replaces the -C option to nmbd
Diffstat (limited to 'source')
-rw-r--r--source/include/proto.h2
-rw-r--r--source/nameannounce.c5
-rw-r--r--source/namedbsubnet.c3
-rw-r--r--source/nameelect.c11
-rw-r--r--source/nameserv.c1
-rw-r--r--source/namework.c3
-rw-r--r--source/nmbd/nmbd.c10
7 files changed, 6 insertions, 29 deletions
diff --git a/source/include/proto.h b/source/include/proto.h
index f257ac0048f..f8685d21ea1 100644
--- a/source/include/proto.h
+++ b/source/include/proto.h
@@ -488,8 +488,6 @@ void response_netbios_packet(struct packet_struct *p);
void reset_server(char *name, int state, struct in_addr ip);
void tell_become_backup(void);
BOOL same_context(struct dgram_packet *dgram);
-BOOL listening_name(struct work_record *work, struct nmb_name *n);
-BOOL listening_type(struct packet_struct *p, int command);
void process_browse_packet(struct packet_struct *p,char *buf,int len);
/*The following definitions come from nmbd.c */
diff --git a/source/nameannounce.c b/source/nameannounce.c
index 09aade86efa..5591c5ba19a 100644
--- a/source/nameannounce.c
+++ b/source/nameannounce.c
@@ -42,9 +42,6 @@ extern int ClientNMB;
/* this is our domain/workgroup/server database */
extern struct subnet_record *subnetlist;
-/* machine comment for host announcements */
-extern pstring ServerComment;
-
extern int updatecount;
extern int workgroup_count;
@@ -307,7 +304,7 @@ void announce_host(void)
pstring comment;
char *my_name;
- StrnCpy(comment, *ServerComment ? ServerComment : "NoComment", 43);
+ StrnCpy(comment, lp_serverstring(), 43);
my_name = *myname ? myname : "NoName";
diff --git a/source/namedbsubnet.c b/source/namedbsubnet.c
index 5c683e5e49b..0bad79246ad 100644
--- a/source/namedbsubnet.c
+++ b/source/namedbsubnet.c
@@ -224,7 +224,6 @@ struct subnet_record *add_subnet_entry(struct in_addr bcast_ip,
(d = make_subnet(bcast_ip, mask_ip)))
{
struct work_record *w = find_workgroupstruct(d, name, add);
- extern pstring ServerComment;
if (!w) return NULL;
@@ -239,7 +238,7 @@ struct subnet_record *add_subnet_entry(struct in_addr bcast_ip,
lmhosts server entries to local interfaces */
if (strequal(lp_workgroup(), name))
{
- add_server_entry(d,w,myname,w->ServerType,0,ServerComment,True);
+ add_server_entry(d,w,myname,w->ServerType,0,lp_serverstring(),True);
DEBUG(3,("Added server name entry %s at %s\n",
name,inet_ntoa(bcast_ip)));
}
diff --git a/source/nameelect.c b/source/nameelect.c
index ef3935b1fdf..041e4a8cca9 100644
--- a/source/nameelect.c
+++ b/source/nameelect.c
@@ -43,9 +43,6 @@ extern pstring myname;
extern struct in_addr ipzero;
extern struct in_addr ipgrp;
-/* machine comment for host announcements */
-extern pstring ServerComment;
-
/* here are my election parameters */
extern time_t StartupTime;
@@ -266,7 +263,7 @@ void become_master(struct subnet_record *d, struct work_record *work)
/* update our server status */
work->ServerType &= ~SV_TYPE_POTENTIAL_BROWSER;
- add_server_entry(d,work,myname,work->ServerType,0,ServerComment,True);
+ add_server_entry(d,work,myname,work->ServerType,0,lp_serverstring(),True);
/* add special browser name */
add_my_name_entry(d,MSBROWSE ,0x01,nb_type|NB_ACTIVE|NB_GROUP);
@@ -295,7 +292,7 @@ void become_master(struct subnet_record *d, struct work_record *work)
/* update our server status */
work->ServerType |= SV_TYPE_MASTER_BROWSER;
- add_server_entry(d,work,myname,work->ServerType,0,ServerComment,True);
+ add_server_entry(d,work,myname,work->ServerType,0,lp_serverstring(),True);
if (work->serverlist == NULL) /* no servers! */
{
@@ -344,7 +341,7 @@ void become_master(struct subnet_record *d, struct work_record *work)
if (lp_domain_logons())
{
work->ServerType |= SV_TYPE_DOMAIN_MEMBER;
- add_server_entry(d,work,myname,work->ServerType,0,ServerComment,True);
+ add_server_entry(d,work,myname,work->ServerType,0,lp_serverstring(),True);
}
/* add domain master name */
@@ -380,7 +377,7 @@ void become_master(struct subnet_record *d, struct work_record *work)
}
work->ServerType |= update_type;
- add_server_entry(d,work,myname,work->ServerType,0,ServerComment,True);
+ add_server_entry(d,work,myname,work->ServerType,0,lp_serverstring(),True);
for (d1 = subnetlist; d1; d1 = d1->next)
{
diff --git a/source/nameserv.c b/source/nameserv.c
index 48b00d256d7..d3aed24ab12 100644
--- a/source/nameserv.c
+++ b/source/nameserv.c
@@ -37,7 +37,6 @@ extern int DEBUGLEVEL;
extern pstring scope;
extern pstring myname;
-extern pstring ServerComment;
extern struct in_addr ipzero;
extern struct in_addr ipgrp;
diff --git a/source/namework.c b/source/namework.c
index 90ab2fb1fb6..be034488c43 100644
--- a/source/namework.c
+++ b/source/namework.c
@@ -48,9 +48,6 @@ extern int workgroup_count; /* total number of workgroups we know about */
/* this is our domain/workgroup/server database */
extern struct subnet_record *subnetlist;
-/* machine comment for host announcements */
-extern pstring ServerComment;
-
extern int updatecount;
/* what server type are we currently */
diff --git a/source/nmbd/nmbd.c b/source/nmbd/nmbd.c
index 2621be87ee5..097e4f794a5 100644
--- a/source/nmbd/nmbd.c
+++ b/source/nmbd/nmbd.c
@@ -44,9 +44,6 @@ extern pstring myname;
/* are we running as a daemon ? */
static BOOL is_daemon = False;
-/* machine comment for host announcements */
-pstring ServerComment="";
-
/* what server type are we currently */
time_t StartupTime =0;
@@ -508,13 +505,6 @@ static void usage(char *pname)
DEBUG(3,("Loaded hosts file\n"));
}
-
-
- if (!*ServerComment)
- strcpy(ServerComment,"Samba %v");
- string_sub(ServerComment,"%v",VERSION);
- string_sub(ServerComment,"%h",myhostname);
-
add_my_names();
if (strequal(lp_workgroup(),"*")) {