]> Git Repo - linux.git/commit
cifs: store password in tcon
authorJeff Layton <[email protected]>
Sat, 6 Dec 2008 01:41:21 +0000 (20:41 -0500)
committerSteve French <[email protected]>
Fri, 26 Dec 2008 02:29:11 +0000 (02:29 +0000)
commit00e485b0198ea4f509341373f1d9adb0a5977a2f
tree2f8a50be11f0551fe8ad2af33a00577621398027
parent4e53a3fb98d3d5c2941d2e7199dab317a9d4ead3
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 <[email protected]>
Signed-off-by: Steve French <[email protected]>
fs/cifs/cifsglob.h
fs/cifs/connect.c
fs/cifs/misc.c
This page took 0.084136 seconds and 4 git commands to generate.