summaryrefslogtreecommitdiffstats
path: root/source/client/umount.cifs.c
Commit message (Collapse)AuthorAgeFilesLines
* Fix bug #4784. Patch from Steve Langasek <vorlon@debian.org>.Jeremy Allison2007-12-121-1/+1
| | | | Jeremy.
* Fix for bug #4781: allow cleaning of /etc/mtab by canonicalizing mountpoint.Michael Adam2007-11-161-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 textAndrew Tridgell2007-10-101-2/+1
|
* r23779: Change from v2 or later to v3 or later.Jeremy Allison2007-10-101-1/+1
| | | | Jeremy.
* r20261: merge 20260 from samba_3_0_24Herb Lewis2007-10-101-3/+3
| | | | clean up a bunch of no previous prototype warnings
* r14166: Fix const warning.Jeremy Allison2007-10-101-1/+1
| | | | Jeremy.
* r13714: Set MOUNT_CIFS_VENDOR_SUFFIX if _SAMBA_BUILD_ is set toLars Müller2007-10-101-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 French2007-10-101-1/+0
| | | | umount.cifs.c
* r7202: lock mtab when updating it during umount.cifs, also delete only one ↵Steve French2007-10-101-17/+63
| | | | matching entry at a time
* r6514: Allow domain= to be specified in credentials file. Fix umount.cifs ↵Steve French2007-10-101-2/+6
| | | | | | help, allow root to unmount someone else's mount
* r6482: Add support so umount.cifs can update mtabSteve French2007-10-101-45/+80
|
* r6349: Update cifs umount utilitySteve French2007-10-101-8/+22
|
* r6262: Minor updates to cifs umount helperSteve French2007-10-101-4/+11
|
* r6255: Initial checkin of cifs umount utilitySteve French2007-10-101-0/+266