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)
commita2c1623827406667a4f2f058c24f1d971f6627f8
tree22350c4c3fe902a1b573612d40a6ca4d2be51856
parent81e398963dbaed9c6661c336fe98329098576b94
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
(This used to be commit 0d8dcfa13c527ec2c8aca39ba49c09e4e694b26c)
44 files changed:
source3/client/client.c
source3/client/clientutil.c [new file with mode: 0644]
source3/client/clitar.c
source3/include/includes.h
source3/include/local.h
source3/include/nameserv.h
source3/include/proto.h [new file with mode: 0644]
source3/include/smb.h
source3/lib/charcnv.c
source3/lib/getsmbpass.c
source3/lib/kanji.c
source3/lib/md4.c
source3/lib/ufc.c
source3/lib/util.c
source3/libsmb/namequery.c [new file with mode: 0644]
source3/libsmb/nmblib.c
source3/libsmb/smbencrypt.c
source3/loadparm.h
source3/localnet.h [new file with mode: 0644]
source3/nameannounce.c [new file with mode: 0644]
source3/namedb.c [new file with mode: 0644]
source3/nameelect.c [new file with mode: 0644]
source3/nameresp.c [new file with mode: 0644]
source3/nameserv.c
source3/namework.c [new file with mode: 0644]
source3/nmbd/nmbd.c [new file with mode: 0644]
source3/nmbsync.c
source3/param/loadparm.c
source3/param/params.c
source3/params.h
source3/passdb/smbpass.c
source3/script/mkproto.awk [new file with mode: 0644]
source3/smbd/password.c
source3/smbd/reply.c
source3/smbd/server.c
source3/smbd/smbrun.c
source3/smbd/trans2.c
source3/smbd/uid.c
source3/smbd/vt_mode.c
source3/sockspy.c [deleted file]
source3/utils/nmblookup.c
source3/utils/smbpasswd.c
source3/utils/status.c
source3/utils/testparm.c