commit | 00e485b0198ea4f509341373f1d9adb0a5977a2f | [log] [tgz] |
---|---|---|
author | Jeff Layton <jlayton@redhat.com> | Fri Dec 05 20:41:21 2008 -0500 |
committer | Steve French <sfrench@us.ibm.com> | Fri Dec 26 02:29:11 2008 +0000 |
tree | 2f8a50be11f0551fe8ad2af33a00577621398027 | |
parent | 4e53a3fb98d3d5c2941d2e7199dab317a9d4ead3 [diff] |
cifs: store password in tcon cifs: store password in tcon Each tcon has its own password for share-level security. Store it in the tcon and wipe it clean and free it when freeing the tcon. When doing the tree connect with share-level security, use the tcon password instead of the session password. Signed-off-by: Jeff Layton <jlayton@redhat.com> Signed-off-by: Steve French <sfrench@us.ibm.com>