]> git.neil.brown.name Git - history.git/commit
Initial check in of cifs filesystem version 0.54 for Linux 2.5 (to clean tree as...
authorSteve French <stevef@smfhome1.austin.rr.com>
Thu, 10 Oct 2002 09:17:28 +0000 (04:17 -0500)
committerSteve French <stevef@smfhome1.austin.rr.com>
Thu, 10 Oct 2002 09:17:28 +0000 (04:17 -0500)
commit3a615de99bf28e2e1c2781a652eed86aba9c19d4
tree9ca9703e403f545243ed4fad7c77aed348c84018
parent583bcb779ef58645b108d2bb9a5b294d3336de9c
Initial check in of cifs filesystem version 0.54 for Linux 2.5 (to clean tree as one changeset)
41 files changed:
Documentation/filesystems/00-INDEX
Documentation/filesystems/cifs.txt [new file with mode: 0644]
fs/Config.help
fs/Config.in
fs/Makefile
fs/cifs/AUTHORS [new file with mode: 0644]
fs/cifs/CHANGES [new file with mode: 0644]
fs/cifs/Makefile [new file with mode: 0644]
fs/cifs/README [new file with mode: 0644]
fs/cifs/TODO [new file with mode: 0644]
fs/cifs/asn1.c [new file with mode: 0644]
fs/cifs/cifs_debug.c [new file with mode: 0644]
fs/cifs/cifs_debug.h [new file with mode: 0644]
fs/cifs/cifs_fs_sb.h [new file with mode: 0644]
fs/cifs/cifs_unicode.c [new file with mode: 0644]
fs/cifs/cifs_unicode.h [new file with mode: 0644]
fs/cifs/cifs_uniupr.h [new file with mode: 0644]
fs/cifs/cifsfs.c [new file with mode: 0644]
fs/cifs/cifsfs.h [new file with mode: 0644]
fs/cifs/cifsglob.h [new file with mode: 0644]
fs/cifs/cifspdu.h [new file with mode: 0644]
fs/cifs/cifsproto.h [new file with mode: 0644]
fs/cifs/cifssmb.c [new file with mode: 0644]
fs/cifs/connect.c [new file with mode: 0644]
fs/cifs/dir.c [new file with mode: 0644]
fs/cifs/file.c [new file with mode: 0644]
fs/cifs/inode.c [new file with mode: 0644]
fs/cifs/link.c [new file with mode: 0644]
fs/cifs/md4.c [new file with mode: 0644]
fs/cifs/md5.c [new file with mode: 0644]
fs/cifs/md5.h [new file with mode: 0644]
fs/cifs/misc.c [new file with mode: 0644]
fs/cifs/netmisc.c [new file with mode: 0644]
fs/cifs/nterr.c [new file with mode: 0644]
fs/cifs/nterr.h [new file with mode: 0644]
fs/cifs/ntlmssp.h [new file with mode: 0644]
fs/cifs/smbdes.c [new file with mode: 0644]
fs/cifs/smbencrypt.c [new file with mode: 0644]
fs/cifs/smberr.h [new file with mode: 0644]
fs/cifs/transport.c [new file with mode: 0644]
fs/nls/Config.in