.cvsignore: Added make_smbcodepage
authorJeremy Allison <jra@samba.org>
Fri, 17 Oct 1997 23:08:07 +0000 (23:08 +0000)
committerJeremy Allison <jra@samba.org>
Fri, 17 Oct 1997 23:08:07 +0000 (23:08 +0000)
commit6904c2de080b2a9702800e9e4126386ced20569d
tree1d8d96383035c3fbec9b3c1085960586b98394a5
parent92e7092af1daf9349ca9fb00cd27c0ddc21b37d9
.cvsignore: Added make_smbcodepage
interface.c: Added is_local_net().
locking.c: Added Fix for zero length share files from Gerald Werner <wernerg@mfldclin.edu>
           plus a race condition fix for the fix.
nameannounce.c: Made function static.
namedbresp.c: extern int ClientDGRAM removed - not used.
namedbserver.c: extern int ClientDGRAM removed - not used.
namedbsubnet.c: Added code to make sockets per subnet.
namepacket.c: Added code to read from all sockets & filter.
nameresp.c: extern int ClientDGRAM removed - not used.
nameserv.c: Indentation tidyup :-).
nameserv.h: Added sockets to struct subnet.
nameservresp.c: Improved debug message.
nmbd.c: Changed to terminte on listen_for_packets exiting.
nmbsync.c: extern int ClientDGRAM & ClientNMB removed - not used.
proto.h: The usual.
util.c: Fixed debug message.
Jeremy (jallison@whistle.com)
16 files changed:
source/.cvsignore
source/include/nameserv.h
source/include/proto.h
source/lib/interface.c
source/lib/util.c
source/locking/locking.c
source/nameannounce.c
source/namedbresp.c
source/namedbserver.c
source/namedbsubnet.c
source/namepacket.c
source/nameresp.c
source/nameserv.c
source/nameservresp.c
source/nmbd/nmbd.c
source/nmbsync.c