mirror of
https://github.com/samba-team/samba.git
synced 2024-12-25 23:21:54 +03:00
0597b97d15
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> |
||
---|---|---|
.. | ||
cifs_spnego.h | ||
cifs.upcall.c | ||
mount.cifs.c | ||
mount.h | ||
mtab.c | ||
umount.cifs.c |