Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Fix bug #4784. Patch from Steve Langasek <vorlon@debian.org>. | Jeremy Allison | 2007-12-12 | 1 | -1/+1 |
| | | | | Jeremy. | ||||
* | Fix for bug #4781: allow cleaning of /etc/mtab by canonicalizing mountpoint. | Michael Adam | 2007-11-16 | 1 | -0/+7 |
| | | | | | | | | | Canonicalize mountpoint by trimming trailing slashes before unmounting. This allows for correct cleanup of /etc/mtab after unmounting. Thanks to Steve Langasek <vorlon@debian.org>. Michael | ||||
* | r23784: use the GPLv3 boilerplate as recommended by the FSF and the license text | Andrew Tridgell | 2007-10-10 | 1 | -2/+1 |
| | |||||
* | r23779: Change from v2 or later to v3 or later. | Jeremy Allison | 2007-10-10 | 1 | -1/+1 |
| | | | | Jeremy. | ||||
* | r20261: merge 20260 from samba_3_0_24 | Herb Lewis | 2007-10-10 | 1 | -3/+3 |
| | | | | clean up a bunch of no previous prototype warnings | ||||
* | r14166: Fix const warning. | Jeremy Allison | 2007-10-10 | 1 | -1/+1 |
| | | | | Jeremy. | ||||
* | r13714: Set MOUNT_CIFS_VENDOR_SUFFIX if _SAMBA_BUILD_ is set to | Lars Müller | 2007-10-10 | 1 | -2/+11 |
| | | | | | | | | | | | | | | "-"SAMBA_VERSION_OFFICIAL_STRING"-"SAMBA_VERSION_VENDOR_SUFFIX if SAMBA_VERSION_VENDOR_SUFFIX is set or "-"SAMBA_VERSION_OFFICIAL_STRING only if MOUNT_CIFS_VENDOR_SUFFIX is undefined. This results in: mount.cifs -V mount.cifs version: 1.10-3.1.2pre1-SVN-build-13706-foovendor or mount.cifs version: 1.10-3.1.2pre1-SVN-build-13706 Steve: If this is to long or you do not like it, we might add something lile -VV to report the added part. | ||||
* | r13697: Remove unneeded header (header not present on all Linux either) for ↵ | Steve French | 2007-10-10 | 1 | -1/+0 |
| | | | | umount.cifs.c | ||||
* | r7202: lock mtab when updating it during umount.cifs, also delete only one ↵ | Steve French | 2007-10-10 | 1 | -17/+63 |
| | | | | matching entry at a time | ||||
* | r6514: Allow domain= to be specified in credentials file. Fix umount.cifs ↵ | Steve French | 2007-10-10 | 1 | -2/+6 |
| | | | | | | help, allow root to unmount someone else's mount | ||||
* | r6482: Add support so umount.cifs can update mtab | Steve French | 2007-10-10 | 1 | -45/+80 |
| | |||||
* | r6349: Update cifs umount utility | Steve French | 2007-10-10 | 1 | -8/+22 |
| | |||||
* | r6262: Minor updates to cifs umount helper | Steve French | 2007-10-10 | 1 | -4/+11 |
| | |||||
* | r6255: Initial checkin of cifs umount utility | Steve French | 2007-10-10 | 1 | -0/+266 |