Initial version imported to CVS
authorSamba Release Account <samba-bugs@samba.org>
Sat, 4 May 1996 07:50:46 +0000 (07:50 +0000)
committerSamba Release Account <samba-bugs@samba.org>
Sat, 4 May 1996 07:50:46 +0000 (07:50 +0000)
commit291551d80711daab7b7581720bcd9a08d6096517
tree2bda16b586bd019b0a75e6188132ac81dbb9e3f1
Initial version imported to CVS
110 files changed:
COPYING [new file with mode: 0644]
README [new file with mode: 0644]
docs/THANKS [new file with mode: 0644]
docs/announce [new file with mode: 0644]
docs/history [new file with mode: 0644]
docs/htmldocs/wfw_slip.htm [new file with mode: 0644]
docs/manpages/nmbd.8 [new file with mode: 0644]
docs/manpages/samba.7 [new file with mode: 0644]
docs/manpages/smb.conf.5 [new file with mode: 0644]
docs/manpages/smbclient.1 [new file with mode: 0644]
docs/manpages/smbd.8 [new file with mode: 0644]
docs/manpages/smbrun.1 [new file with mode: 0644]
docs/manpages/smbstatus.1 [new file with mode: 0644]
docs/manpages/smbtar.1 [new file with mode: 0644]
docs/manpages/testparm.1 [new file with mode: 0644]
docs/manpages/testprns.1 [new file with mode: 0644]
docs/samba.lsm [new file with mode: 0644]
docs/textdocs/BROWSING.txt [new file with mode: 0644]
docs/textdocs/BUGS.txt [new file with mode: 0644]
docs/textdocs/DIAGNOSIS.txt [new file with mode: 0644]
docs/textdocs/DNIX.txt [new file with mode: 0644]
docs/textdocs/DOMAIN.txt [new file with mode: 0644]
docs/textdocs/ENCRYPTION.txt [new file with mode: 0644]
docs/textdocs/HINTS.txt [new file with mode: 0644]
docs/textdocs/INSTALL.sambatar [new file with mode: 0644]
docs/textdocs/PROJECTS [new file with mode: 0644]
docs/textdocs/Passwords.txt [new file with mode: 0644]
docs/textdocs/README.DCEDFS [new file with mode: 0644]
docs/textdocs/README.jis [new file with mode: 0644]
docs/textdocs/README.sambatar [new file with mode: 0644]
docs/textdocs/SCO.txt [new file with mode: 0644]
docs/textdocs/SMBTAR.notes [new file with mode: 0644]
docs/textdocs/Speed.txt [new file with mode: 0644]
docs/textdocs/Support.txt [new file with mode: 0644]
docs/textdocs/UNIX-SMB.txt [new file with mode: 0644]
docs/textdocs/WinNT.txt [new file with mode: 0644]
examples/README [new file with mode: 0644]
examples/dce-dfs/README [new file with mode: 0644]
examples/dce-dfs/smb.conf [new file with mode: 0644]
examples/misc/extra_smbstatus [new file with mode: 0644]
examples/misc/wall.perl [new file with mode: 0644]
examples/printing/smbprint [new file with mode: 0755]
examples/printing/smbprint.sysv [new file with mode: 0644]
examples/simple/README [new file with mode: 0644]
examples/simple/smb.conf [new file with mode: 0644]
examples/tridge/README [new file with mode: 0644]
examples/tridge/smb.conf [new file with mode: 0644]
examples/tridge/smb.conf.WinNT [new file with mode: 0644]
examples/tridge/smb.conf.fjall [new file with mode: 0644]
examples/tridge/smb.conf.lapland [new file with mode: 0644]
examples/tridge/smb.conf.vittjokk [new file with mode: 0644]
source/change-log [new file with mode: 0644]
source/client/client.c [new file with mode: 0644]
source/client/clitar.c [new file with mode: 0644]
source/include/byteorder.h [new file with mode: 0644]
source/include/charset.h [new file with mode: 0644]
source/include/clitar.h [new file with mode: 0644]
source/include/includes.h [new file with mode: 0644]
source/include/kanji.h [new file with mode: 0644]
source/include/local.h [new file with mode: 0644]
source/include/nameserv.h [new file with mode: 0644]
source/include/smb.h [new file with mode: 0644]
source/include/trans2.h [new file with mode: 0644]
source/include/version.h [new file with mode: 0644]
source/include/vt_mode.h [new file with mode: 0644]
source/lib/access.c [new file with mode: 0644]
source/lib/charcnv.c [new file with mode: 0644]
source/lib/charset.c [new file with mode: 0644]
source/lib/fault.c [new file with mode: 0644]
source/lib/getsmbpass.c [new file with mode: 0644]
source/lib/kanji.c [new file with mode: 0644]
source/lib/md4.c [new file with mode: 0644]
source/lib/system.c [new file with mode: 0644]
source/lib/ufc.c [new file with mode: 0644]
source/lib/username.c [new file with mode: 0644]
source/lib/util.c [new file with mode: 0644]
source/libsmb/nmblib.c [new file with mode: 0644]
source/libsmb/smbencrypt.c [new file with mode: 0644]
source/locking/locking.c [new file with mode: 0644]
source/md4.h [new file with mode: 0644]
source/nameserv.c [new file with mode: 0644]
source/nmbsync.c [new file with mode: 0644]
source/param/loadparm.c [new file with mode: 0644]
source/param/params.c [new file with mode: 0644]
source/passdb/smbpass.c [new file with mode: 0644]
source/printing/pcap.c [new file with mode: 0644]
source/printing/printing.c [new file with mode: 0644]
source/script/addtosmbpass [new file with mode: 0644]
source/script/installbin.sh [new file with mode: 0755]
source/script/installman.sh [new file with mode: 0755]
source/script/mksmbpasswd.sh [new file with mode: 0755]
source/script/revert.sh [new file with mode: 0755]
source/script/smbtar [new file with mode: 0644]
source/script/updatesmbpasswd.sh [new file with mode: 0755]
source/smbd/chgpasswd.c [new file with mode: 0644]
source/smbd/dir.c [new file with mode: 0644]
source/smbd/ipc.c [new file with mode: 0644]
source/smbd/mangle.c [new file with mode: 0644]
source/smbd/message.c [new file with mode: 0644]
source/smbd/password.c [new file with mode: 0644]
source/smbd/reply.c [new file with mode: 0644]
source/smbd/server.c [new file with mode: 0644]
source/smbd/smbrun.c [new file with mode: 0644]
source/smbd/trans2.c [new file with mode: 0644]
source/smbd/vt_mode.c [new file with mode: 0644]
source/utils/nmblookup.c [new file with mode: 0644]
source/utils/smbpasswd.c [new file with mode: 0644]
source/utils/status.c [new file with mode: 0644]
source/utils/testparm.c [new file with mode: 0644]
source/utils/testprns.c [new file with mode: 0644]