susmb

mounting of SMB/CIFS shares via FUSE
git clone git://git.codemadness.org/susmb
Log | Files | Refs | README | LICENSE

commit 2b16246bd887841b82e64790390f81e64fa5bce3
parent 75faa5048782f604cec733a804c331b36859f1f6
Author: Geoff Johnstone <geoffSHEEP.johnstoneFROG@googlemail.com>
Date:   Fri, 30 May 2008 18:34:50 +0100

Version 20080530.
Added password prompting.
Added warn_unused_result.
Added check that sizeof (uint64_t) >= sizeof (uintptr_t).
Clear password buffer before freeing it.
Fixed build on 64-bit platforms.

Diffstat:
MREADME | 7+++++--
1 file changed, 5 insertions(+), 2 deletions(-)

diff --git a/README b/README @@ -1,12 +1,15 @@ usmb - Unprivileged mounting of SMB/CIFS shares via FUSE ======================================================== -Acknowledgement ---------------- +Acknowledgements +---------------- Jonathan Schultz (Email firstname at imatix.com) provided a patch to fix the display of file modification times. +Stijn Hoop (Email firstname at sandcat.nl) provided a patch to fix +a compilation problem on 64-bit platforms. + Introduction ------------