charcnv.c: Fixed silly bugs detected on IRIX.
authorSamba Release Account <samba-bugs@samba.org>
Fri, 30 May 1997 20:40:48 +0000 (20:40 +0000)
committerSamba Release Account <samba-bugs@samba.org>
Fri, 30 May 1997 20:40:48 +0000 (20:40 +0000)
commitf08222bd8b86a061c52d22015f946a4737eb47fd
tree42cce5b0ac7860c78966c829c2c45958fe2f7149
parent4311ee0b2da2dabe3ce6e26c873c4df33c7a0680
charcnv.c: Fixed silly bugs detected on IRIX.
client.c: Fixed silly bugs detected on IRIX.
namedbname.c: Stopped 1d names from being registered in WINS db.
namedbsubnet.c: Only register 1e names on broadcast subnet.
nameelect.c: Changed add_my_name entries. Forced host announces if we
                have less than 10 servers listed. Fixed registering 1b
                domain name issues.
namepacket.c: Added error message when dgram discarded.
nameserv.c: Added notion of 'direct' names that are not registered on
                the network. Needed to get around bugs in earlier nmbd
                handling of DOMAIN(1b) names.
nameservreply.c:Tidied up debug message.
nameservresp.c: Added response_name_query_domain() code. Deals with
                re-registering DOMAIN(1b) name.
nmbd.c: Fixed silly bugs detected on IRIX.
nmblib.c: Added paranoia debugs.
proto.h: Updated remove_name_entry(), add_my_name_entry().
server.c: Fixed silly bugs detected on IRIX.
trans2.c: Fixed silly bugs detected on IRIX.
uid.c: Fixed silly bugs detected on IRIX.
version.h: Updated to alpha3.
Jeremy (jallison@whistle.com).
16 files changed:
source/client/client.c
source/include/proto.h
source/include/version.h
source/lib/charcnv.c
source/libsmb/nmblib.c
source/namedbname.c
source/namedbsubnet.c
source/nameelect.c
source/namepacket.c
source/nameserv.c
source/nameservreply.c
source/nameservresp.c
source/nmbd/nmbd.c
source/smbd/server.c
source/smbd/trans2.c
source/smbd/uid.c