Displaying 2 results from an estimated 2 matches for "mount_cifs_usage".
2008 Oct 23
1
question about smbmount as user
...off. This means I'm probably 
overlooking some security issue here. Can someone please enlighten me?
By the way, if a developer reads this:  "mount.cifs -V" does not show the 
version number. "mount.cifs x -V" does. Line 1051 prohibits this:  if (argc 
 > 2) {...} else {mount_cifs_usage();exit(1);}  Removing that else-block does 
not, at a first glance, seem to have unwanted effects.
2010 Mar 23
1
ANNOUNCE: cifs-utils release 4.1 available for download
...cifs: don't use exit(3) in get_password_from_file
    
    Signed-off-by: Jeff Layton <jlayton at redhat.com>
commit e7208f48afed859b3d0188aadc90dc925ab1fb23
Author: Jeff Layton <jlayton at redhat.com>
Date:   Mon Mar 22 08:03:38 2010 -0400
    mount.cifs: don't use exit(3) in mount_cifs_usage() and open_cred_file()
    
    ...to help ensure that exit processing is handled appropriately.
    
    Signed-off-by: Jeff Layton <jlayton at redhat.com>
commit 7c0ea6b9a8ff064312da587ff0dcf701b7032c42
Author: Jeff Layton <jlayton at redhat.com>
Date:   Mon Mar 22 08:03:38 2010 -040...