summaryrefslogtreecommitdiffstats
path: root/source/client/mount.cifs.c
Commit message (Collapse)AuthorAgeFilesLines
* r23784: use the GPLv3 boilerplate as recommended by the FSF and the license textAndrew Tridgell2007-07-101-2/+1
|
* r23780: Find and fix more GPL2 -> GPL3.Jeremy Allison2007-07-091-1/+1
| | | | Jeremy.
* r22981: Do not prompt for password on sec=none for mount.cifs (and allow guestSteve French2007-05-171-2/+5
| | | | option to pass to kernel code so it can know when to retry)
* r22980: Add in misc frees that valgrind noticed for mount.cifs.cSteve French2007-05-171-15/+23
|
* r22525: Allow prepathSteve French2007-04-261-0/+10
|
* r21844: Janitor for Stevef : Jeremy Allison2007-03-151-0/+4
| | | | | | | mount.cifs compile on old libc missing bind mount #define Thanks to Thomas Jarosch for pointing this out. Jeremy.
* r19782: more compile fixes for mergeGerald Carter2006-11-191-15/+25
|
* r16418: Pull in more Klocwork fixes (up to r16415)Gerald Carter2006-06-201-0/+5
|
* r14127: Remove coverity warning on mount.cifs.cSteve French2006-03-101-1/+7
|
* r14126: resolve two warnings from the coverity scanSteve French2006-03-101-5/+8
|
* r14009: Remove last const warning (have to use CONST_DISCARD).Jeremy Allison2006-03-081-1/+3
| | | | Jeremy.
* r14006: Fix a couple of irritating warnings.Jeremy Allison2006-03-081-2/+2
| | | | Jeremy.
* r13714: Set MOUNT_CIFS_VENDOR_SUFFIX if _SAMBA_BUILD_ is set toLars Müller2006-02-271-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.
* r11938: Fix cifs to handle non-numeric uid and gid parameters and merge ↵Steve French2005-11-281-42/+122
| | | | | | | trunk and SAMBA_3 versions of mount.cifs and cleanup cifs vfs help. Modified version of patch from Olaf Kirch <okir at SuSE dot de> for Novell Bug 120601
* r10656: BIG merge from trunk. Features not copied overGerald Carter2005-09-301-21/+9
| | | | | | | * \PIPE\unixinfo * winbindd's {group,alias}membership new functions * winbindd's lookupsids() functionality * swat (trunk changes to be reverted as per discussion with Deryck)
* r9401: Allow disabling mandatory byte range lock mount flag, andSteve French2005-08-191-2/+2
| | | | fix corresponding entry in mtab.
* r9225: Various minor CIFS mount helper fixes to less common error paths.Steve French2005-08-091-6/+18
| | | | These bugs were found by Coverity static source code analysis tools.
* r6514: Allow domain= to be specified in credentials file. Fix umount.cifs ↵Steve French2005-04-281-4/+34
| | | | | | help, allow root to unmount someone else's mount
* r6505: Add missing remount flag handlingSteve French2005-04-281-0/+2
|
* r6499: Add two newer mount options to syntax help for mount.cifsSteve French2005-04-271-1/+1
|
* r6103: Update list of mount options for mount.cifsSteve French2005-03-281-3/+3
|
* r5897: Fix domain name parsing for cifs mount utilSteve French2005-03-191-7/+4
|
* r5896: Fix cifs mounts to handle commas embedded in prompted password, and ↵Steve French2005-03-191-17/+166
| | | | | | password and credential files. Fix cifs mounts to handle domain name and user name in username field (in form domain\user)
* r5688: ignore user_xattr mount parm so as not to confuse it with a user nameSteve French2005-03-081-1/+3
|
* r5640: On failed mount (ENXIO) retry share name in uppercase (fix mount to ↵Steve French2005-03-031-1/+20
| | | | FastConnect AIX SMB server)
* r5236: Ignore users mount parm (since unneeded by cifs kernel code). ↵Steve French2005-02-041-1/+5
| | | | Suggested by Dirk Jagdmann.
* r3068: strip guest mount option off before sending to kernel mount routine ↵Steve French2004-10-191-0/+6
| | | | to avoid logging spurious message
* r2917: Fix ip address override in mount.cifs mount helper and clean up ↵Steve French2004-10-111-45/+61
| | | | warning messages from the sparse tool and expand syntax help
* r1616: Fix user unmount of shares mount with suid mount.cifsSteve French2004-08-011-9/+33
|
* r737: Handle -S and user mount parmsSteve French2004-05-141-24/+40
|
* r88: Add missing guest mount option for mount.cifsSteve French2004-04-061-9/+10
|
* r77: Fix path canonicalization of the mount target path and help text ↵Steve French2004-04-061-5/+25
| | | | display in the cifs mount helper
* r18: Fix free of incremented pointerSteve French2004-04-041-5/+4
|
* r4: merge in the SAMBA_3_0 branch from cvsCVS Import User2004-04-041-41/+112
| | | | | | | | to checkout try this: svn co svn+ssh://svn.samba.org/home/svn/samba/branches/SAMBA_3_0 samba-3_0-work metze
* r2: import HEAD into svn+ssh://svn.samba.org/home/svn/samba/trunkCVS Import User2004-04-041-0/+825
metze