svn commit: linux-cifs-client r43 - in branches: . linux-2.6-cifs-git-devel linux-2.6-cifs-git-devel/fs linux-2.6-cifs-git-devel/fs/cifs linux-2.6-mainline linux-2.6-mainline/fs linux-2.6-mainline/fs/cifs

sfrench at samba.org sfrench at samba.org
Sun Dec 11 21:57:55 GMT 2005


Author: sfrench
Date: 2005-12-11 21:57:37 +0000 (Sun, 11 Dec 2005)
New Revision: 43

WebSVN: http://websvn.samba.org/cgi-bin/viewcvs.cgi?view=rev&root=linux-cifs-client&rev=43

Log:
Create branches for mirror of mainline kernel Linux cifs client and current cifs-2.6.git development trees (the fs/cifs directory).  Now if I can just figure out a script to automate the git -> svn this might even be more useful.


Added:
   branches/linux-2.6-cifs-git-devel/
   branches/linux-2.6-cifs-git-devel/README
   branches/linux-2.6-cifs-git-devel/fs/
   branches/linux-2.6-cifs-git-devel/fs/cifs/
   branches/linux-2.6-cifs-git-devel/fs/cifs/AUTHORS
   branches/linux-2.6-cifs-git-devel/fs/cifs/CHANGES
   branches/linux-2.6-cifs-git-devel/fs/cifs/Makefile
   branches/linux-2.6-cifs-git-devel/fs/cifs/README
   branches/linux-2.6-cifs-git-devel/fs/cifs/TODO
   branches/linux-2.6-cifs-git-devel/fs/cifs/asn1.c
   branches/linux-2.6-cifs-git-devel/fs/cifs/cifs_debug.c
   branches/linux-2.6-cifs-git-devel/fs/cifs/cifs_debug.h
   branches/linux-2.6-cifs-git-devel/fs/cifs/cifs_fs_sb.h
   branches/linux-2.6-cifs-git-devel/fs/cifs/cifs_unicode.c
   branches/linux-2.6-cifs-git-devel/fs/cifs/cifs_unicode.h
   branches/linux-2.6-cifs-git-devel/fs/cifs/cifs_uniupr.h
   branches/linux-2.6-cifs-git-devel/fs/cifs/cifsacl.h
   branches/linux-2.6-cifs-git-devel/fs/cifs/cifsencrypt.c
   branches/linux-2.6-cifs-git-devel/fs/cifs/cifsencrypt.h
   branches/linux-2.6-cifs-git-devel/fs/cifs/cifsfs.c
   branches/linux-2.6-cifs-git-devel/fs/cifs/cifsfs.h
   branches/linux-2.6-cifs-git-devel/fs/cifs/cifsglob.h
   branches/linux-2.6-cifs-git-devel/fs/cifs/cifspdu.h
   branches/linux-2.6-cifs-git-devel/fs/cifs/cifsproto.h
   branches/linux-2.6-cifs-git-devel/fs/cifs/cifssmb.c
   branches/linux-2.6-cifs-git-devel/fs/cifs/cn_cifs.h
   branches/linux-2.6-cifs-git-devel/fs/cifs/connect.c
   branches/linux-2.6-cifs-git-devel/fs/cifs/dir.c
   branches/linux-2.6-cifs-git-devel/fs/cifs/fcntl.c
   branches/linux-2.6-cifs-git-devel/fs/cifs/file.c
   branches/linux-2.6-cifs-git-devel/fs/cifs/inode.c
   branches/linux-2.6-cifs-git-devel/fs/cifs/ioctl.c
   branches/linux-2.6-cifs-git-devel/fs/cifs/link.c
   branches/linux-2.6-cifs-git-devel/fs/cifs/md4.c
   branches/linux-2.6-cifs-git-devel/fs/cifs/md5.c
   branches/linux-2.6-cifs-git-devel/fs/cifs/md5.h
   branches/linux-2.6-cifs-git-devel/fs/cifs/misc.c
   branches/linux-2.6-cifs-git-devel/fs/cifs/misc.c.orig
   branches/linux-2.6-cifs-git-devel/fs/cifs/netmisc.c
   branches/linux-2.6-cifs-git-devel/fs/cifs/nterr.c
   branches/linux-2.6-cifs-git-devel/fs/cifs/nterr.h
   branches/linux-2.6-cifs-git-devel/fs/cifs/ntlmssp.h
   branches/linux-2.6-cifs-git-devel/fs/cifs/readdir.c
   branches/linux-2.6-cifs-git-devel/fs/cifs/rfc1002pdu.h
   branches/linux-2.6-cifs-git-devel/fs/cifs/smbdes.c
   branches/linux-2.6-cifs-git-devel/fs/cifs/smbencrypt.c
   branches/linux-2.6-cifs-git-devel/fs/cifs/smberr.h
   branches/linux-2.6-cifs-git-devel/fs/cifs/transport.c
   branches/linux-2.6-cifs-git-devel/fs/cifs/xattr.c
   branches/linux-2.6-mainline/
   branches/linux-2.6-mainline/fs/
   branches/linux-2.6-mainline/fs/cifs/
   branches/linux-2.6-mainline/fs/cifs/AUTHORS
   branches/linux-2.6-mainline/fs/cifs/CHANGES
   branches/linux-2.6-mainline/fs/cifs/Makefile
   branches/linux-2.6-mainline/fs/cifs/README
   branches/linux-2.6-mainline/fs/cifs/TODO
   branches/linux-2.6-mainline/fs/cifs/asn1.c
   branches/linux-2.6-mainline/fs/cifs/cifs_debug.c
   branches/linux-2.6-mainline/fs/cifs/cifs_debug.h
   branches/linux-2.6-mainline/fs/cifs/cifs_fs_sb.h
   branches/linux-2.6-mainline/fs/cifs/cifs_unicode.c
   branches/linux-2.6-mainline/fs/cifs/cifs_unicode.h
   branches/linux-2.6-mainline/fs/cifs/cifs_uniupr.h
   branches/linux-2.6-mainline/fs/cifs/cifsencrypt.c
   branches/linux-2.6-mainline/fs/cifs/cifsencrypt.h
   branches/linux-2.6-mainline/fs/cifs/cifsfs.c
   branches/linux-2.6-mainline/fs/cifs/cifsfs.h
   branches/linux-2.6-mainline/fs/cifs/cifsglob.h
   branches/linux-2.6-mainline/fs/cifs/cifspdu.h
   branches/linux-2.6-mainline/fs/cifs/cifsproto.h
   branches/linux-2.6-mainline/fs/cifs/cifssmb.c
   branches/linux-2.6-mainline/fs/cifs/cifssmb.c.orig
   branches/linux-2.6-mainline/fs/cifs/cn_cifs.h
   branches/linux-2.6-mainline/fs/cifs/connect.c
   branches/linux-2.6-mainline/fs/cifs/dir.c
   branches/linux-2.6-mainline/fs/cifs/fcntl.c
   branches/linux-2.6-mainline/fs/cifs/file.c
   branches/linux-2.6-mainline/fs/cifs/inode.c
   branches/linux-2.6-mainline/fs/cifs/ioctl.c
   branches/linux-2.6-mainline/fs/cifs/link.c
   branches/linux-2.6-mainline/fs/cifs/md4.c
   branches/linux-2.6-mainline/fs/cifs/md5.c
   branches/linux-2.6-mainline/fs/cifs/md5.h
   branches/linux-2.6-mainline/fs/cifs/misc.c
   branches/linux-2.6-mainline/fs/cifs/netmisc.c
   branches/linux-2.6-mainline/fs/cifs/nterr.c
   branches/linux-2.6-mainline/fs/cifs/nterr.h
   branches/linux-2.6-mainline/fs/cifs/ntlmssp.h
   branches/linux-2.6-mainline/fs/cifs/readdir.c
   branches/linux-2.6-mainline/fs/cifs/rfc1002pdu.h
   branches/linux-2.6-mainline/fs/cifs/smbdes.c
   branches/linux-2.6-mainline/fs/cifs/smbencrypt.c
   branches/linux-2.6-mainline/fs/cifs/smberr.h
   branches/linux-2.6-mainline/fs/cifs/transport.c
   branches/linux-2.6-mainline/fs/cifs/xattr.c


Changeset:
Sorry, the patch is too large (60866 lines) to include; please use WebSVN to see it!
WebSVN: http://websvn.samba.org/cgi-bin/viewcvs.cgi?view=rev&root=linux-cifs-client&rev=43


More information about the samba-cvs mailing list