summaryrefslogtreecommitdiffstats
path: root/source/lib/charset.c
diff options
context:
space:
mode:
authorSamba Release Account <samba-bugs@samba.org>1996-07-04 19:19:26 +0000
committerSamba Release Account <samba-bugs@samba.org>1996-07-04 19:19:26 +0000
commit7719fb06524a66ce5e3f30f3152ddb1e200c97f3 (patch)
tree911610f1e4615b5c42b22668abc347fee3e0ce4c /source/lib/charset.c
parenta7be82ee6e56481b907ab3672b214639ec63c9b5 (diff)
downloadsamba-7719fb06524a66ce5e3f30f3152ddb1e200c97f3.tar.gz
samba-7719fb06524a66ce5e3f30f3152ddb1e200c97f3.tar.xz
samba-7719fb06524a66ce5e3f30f3152ddb1e200c97f3.zip
modified become_master() to a state-based system. becoming a master
is now performed in stages: wait for each NetBIOS name to be successfully registered before proceeding to the next stage. tied implicit name registration and release (broadcast method) to the same piece of code as explicit method (via WINS server). created special_browser_name() function that checks __MSBROWSE__ name: this name is ignored by WINS servers apparently. fixed likely incompatibility between refresh_my_names() and add_my_names(). (netbios entries were unlikely to be refreshed). NOTE: none of these changes have been tested. at all. lkcl
Diffstat (limited to 'source/lib/charset.c')
-rw-r--r--source/lib/charset.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/source/lib/charset.c b/source/lib/charset.c
index 1180f4ea9cc..ada3ef790aa 100644
--- a/source/lib/charset.c
+++ b/source/lib/charset.c
@@ -3,7 +3,7 @@
Version 1.9.
Character set handling
Copyright (C) Andrew Tridgell 1992-1995
-
+
This program is free software; you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
the Free Software Foundation; either version 2 of the License, or