.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)
commitc336a2f08183f63031b0a08b2111669bc36a5f30
treee6773bb1bbbde2c829a55ec608f270233f8a925f
parenta0a28db75365d974ee05aee9dd4fde1ffc3db72c
.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)
(This used to be commit 6904c2de080b2a9702800e9e4126386ced20569d)
16 files changed:
source3/.cvsignore
source3/include/nameserv.h
source3/include/proto.h
source3/lib/interface.c
source3/lib/util.c
source3/locking/locking.c
source3/nameannounce.c
source3/namedbresp.c
source3/namedbserver.c
source3/namedbsubnet.c
source3/namepacket.c
source3/nameresp.c
source3/nameserv.c
source3/nameservresp.c
source3/nmbd/nmbd.c
source3/nmbsync.c