diff options
author | Jeff Layton <jlayton@redhat.com> | 2009-09-25 07:07:40 -0400 |
---|---|---|
committer | Karolin Seeger <kseeger@samba.org> | 2009-10-01 14:29:22 +0200 |
commit | 0597b97d159b22314f2b485145df7b82af717f0d (patch) | |
tree | 02220a0b6bc35b22a656c6297f34823c60c0c227 /source3/install-sh | |
parent | e3dd6f99a4a7b87399bb5cfe4d3e06ac4d78c81f (diff) | |
download | samba-0597b97d159b22314f2b485145df7b82af717f0d.tar.gz samba-0597b97d159b22314f2b485145df7b82af717f0d.tar.bz2 samba-0597b97d159b22314f2b485145df7b82af717f0d.zip |
mount.cifs: don't leak passwords with verbose option
When running mount.cifs with the --verbose option, it'll print out the
option string that it passes to the kernel...including the mount
password if there is one. Print a placeholder string instead to help
ensure that this info can't be used for nefarious purposes.
Also, the --verbose option printed the option string before it was
completely assembled anyway. This patch should also make sure that
the complete option string is printed out.
Finally, strndup passwords passed in on the command line to ensure that
they aren't shown by --verbose as well. Passwords used this way can
never be truly kept private from other users on the machine of course,
but it's simple enough to do it this way for completeness sake.
Reported-by: Ronald Volgers <r.c.volgers@student.utwente.nl>
Signed-off-by: Jeff Layton <jlayton@redhat.com>
Acked-by: Steve French <sfrench@us.ibm.com>
Diffstat (limited to 'source3/install-sh')
0 files changed, 0 insertions, 0 deletions