a huge pile of changes :-)
authorAndrew Tridgell <tridge@samba.org>
Tue, 4 Jun 1996 06:42:03 +0000 (06:42 +0000)
committerAndrew Tridgell <tridge@samba.org>
Tue, 4 Jun 1996 06:42:03 +0000 (06:42 +0000)
commit0d8dcfa13c527ec2c8aca39ba49c09e4e694b26c
tree5e811c2a4419ac3c544291de3fefced4bb367f6a
parent72543810ce3eb5ea7b141f957edf38b4c46b1ea4
a huge pile of changes :-)

The biggest thing is the integration of Lukes new nmbd. Its still
largely untested, so we will really need some feedback

I've also added auto prototype generation and cleaned up a lot of
minor things as a result
44 files changed:
source/client/client.c
source/client/clientutil.c [new file with mode: 0644]
source/client/clitar.c
source/include/includes.h
source/include/local.h
source/include/nameserv.h
source/include/proto.h [new file with mode: 0644]
source/include/smb.h
source/lib/charcnv.c
source/lib/getsmbpass.c
source/lib/kanji.c
source/lib/md4.c
source/lib/ufc.c
source/lib/util.c
source/libsmb/namequery.c [new file with mode: 0644]
source/libsmb/nmblib.c
source/libsmb/smbencrypt.c
source/loadparm.h
source/localnet.h [new file with mode: 0644]
source/nameannounce.c [new file with mode: 0644]
source/namedb.c [new file with mode: 0644]
source/nameelect.c [new file with mode: 0644]
source/nameresp.c [new file with mode: 0644]
source/nameserv.c
source/namework.c [new file with mode: 0644]
source/nmbd/nmbd.c [new file with mode: 0644]
source/nmbsync.c
source/param/loadparm.c
source/param/params.c
source/params.h
source/passdb/smbpass.c
source/script/mkproto.awk [new file with mode: 0644]
source/smbd/password.c
source/smbd/reply.c
source/smbd/server.c
source/smbd/smbrun.c
source/smbd/trans2.c
source/smbd/uid.c
source/smbd/vt_mode.c
source/sockspy.c [deleted file]
source/utils/nmblookup.c
source/utils/smbpasswd.c
source/utils/status.c
source/utils/testparm.c