index
:
samba
fixes
master
netlogon-2
netlogon-4
netlogon-5
netlogon-6
netlogon-7
netlogon-8
netlogon-9
Unnamed repository; edit this file 'description' to name the repository.
ben
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
source3
/
client
/
mount.cifs.c
Age
Commit message (
Expand
)
Author
Files
Lines
2007-12-17
Merge in J.Layton patch and resolve conflict.
Simo Sorce
1
-26
/
+64
2007-12-13
We don't need to call endpwent if we never call getpwent.
Jeremy Allison
1
-2
/
+0
2007-12-13
Add a varient of Steve Langasek <vorlon@debian.org> patch
Jeremy Allison
1
-10
/
+59
2007-12-12
Missed one strcpy call.
Jeremy Allison
1
-1
/
+1
2007-12-12
Add a portable version of strlcpy and strlcat and convert
Jeremy Allison
1
-36
/
+70
2007-10-18
RIP BOOL. Convert BOOL -> bool. I found a few interesting
Jeremy Allison
1
-0
/
+0
2007-10-10
[GLUE] Rsync SAMBA_3_2_0 SVN r25598 in order to create the v3-2-test branch.
Gerald (Jerry) Carter
1
-1
/
+1
2007-10-10
r25355: IP address parsing did not allow for fully expanded ipv6 addresses
Steve French
1
-1
/
+1
2007-10-10
r23784: use the GPLv3 boilerplate as recommended by the FSF and the license text
Andrew Tridgell
1
-2
/
+1
2007-10-10
r23779: Change from v2 or later to v3 or later.
Jeremy Allison
1
-1
/
+1
2007-10-10
r22982: Do not prompt for password on sec=none for mount.cifs (and allow guest
Steve French
1
-2
/
+5
2007-10-10
r22979: Revert previous checkin (which had some debug junk) and fix misc free...
Steve French
1
-68
/
+25
2007-10-10
r22779: Patch for not prompting for password on cifs mounts when "sec=none"
Steve French
1
-10
/
+61
2007-10-10
r22560: Clean up frees of realloc memory in mount.cifs (thanks to Alex for
Steve French
1
-6
/
+6
2007-10-10
r22526: Support deep tree mounts after share (instead of having to specify
Steve French
1
-0
/
+10
2007-10-10
r21840: mount.cifs compile on old libc missing bind mount #define
Steve French
1
-0
/
+4
2007-10-10
r17605: Some C++ warnings
Volker Lendecke
1
-15
/
+15
2007-10-10
r16945: Sync trunk -> 3.0 for 3.0.24 code. Still need
Jeremy Allison
1
-0
/
+10
2007-10-10
r16360: Fix Klocwork ID 136 520 521 522 523 542 574 575 576 607
Volker Lendecke
1
-0
/
+5
2007-10-10
r14127: Remove coverity warning on mount.cifs.c
Steve French
1
-1
/
+7
2007-10-10
r14126: resolve two warnings from the coverity scan
Steve French
1
-5
/
+8
2007-10-10
r14009: Remove last const warning (have to use CONST_DISCARD).
Jeremy Allison
1
-1
/
+3
2007-10-10
r14006: Fix a couple of irritating warnings.
Jeremy Allison
1
-2
/
+2
2007-10-10
r13714: Set MOUNT_CIFS_VENDOR_SUFFIX if _SAMBA_BUILD_ is set to
Lars Müller
1
-2
/
+11
2007-10-10
r11938: Fix cifs to handle non-numeric uid and gid parameters and merge trunk...
Steve French
1
-42
/
+122
2007-10-10
r10656: BIG merge from trunk. Features not copied over
Gerald Carter
1
-21
/
+9
2007-10-10
r9401: Allow disabling mandatory byte range lock mount flag, and
Steve French
1
-2
/
+2
2007-10-10
r9225: Various minor CIFS mount helper fixes to less common error paths.
Steve French
1
-6
/
+18
2007-10-10
r6514: Allow domain= to be specified in credentials file. Fix umount.cifs hel...
Steve French
1
-4
/
+34
2007-10-10
r6505: Add missing remount flag handling
Steve French
1
-0
/
+2
2007-10-10
r6499: Add two newer mount options to syntax help for mount.cifs
Steve French
1
-1
/
+1
2007-10-10
r6103: Update list of mount options for mount.cifs
Steve French
1
-3
/
+3
2007-10-10
r5897: Fix domain name parsing for cifs mount util
Steve French
1
-7
/
+4
2007-10-10
r5896: Fix cifs mounts to handle commas embedded in prompted password, and pa...
Steve French
1
-17
/
+166
2007-10-10
r5688: ignore user_xattr mount parm so as not to confuse it with a user name
Steve French
1
-1
/
+3
2007-10-10
r5640: On failed mount (ENXIO) retry share name in uppercase (fix mount to Fa...
Steve French
1
-1
/
+20
2007-10-10
r5236: Ignore users mount parm (since unneeded by cifs kernel code). Suggest...
Steve French
1
-1
/
+5
2007-10-10
r3068: strip guest mount option off before sending to kernel mount routine to...
Steve French
1
-0
/
+6
2007-10-10
r2917: Fix ip address override in mount.cifs mount helper and clean up warnin...
Steve French
1
-45
/
+61
2007-10-10
r1616: Fix user unmount of shares mount with suid mount.cifs
Steve French
1
-9
/
+33
2007-10-10
r737: Handle -S and user mount parms
Steve French
1
-24
/
+40
2007-10-10
r88: Add missing guest mount option for mount.cifs
Steve French
1
-9
/
+10
2007-10-10
r77: Fix path canonicalization of the mount target path and help text display...
Steve French
1
-5
/
+25
2007-10-10
r18: Fix free of incremented pointer
Steve French
1
-5
/
+4
2004-04-02
Fix credential file mountinf for cifs vfs
Steve French
1
-10
/
+37
2004-02-26
Fixes to minor security bug pointed out by AB in the mount helper
Steve French
1
-1
/
+8
2004-02-17
Fix incorrect strnicmp len
Steve French
1
-23
/
+22
2004-02-17
Disable dev (MS_NODEV) on user mounts from cifs vfs
Steve French
1
-1
/
+1
2004-02-16
Disable suid on user mounts (can override with -DCIFS_ALLOW_USR_SUID)
Steve French
1
-1
/
+5
2004-02-11
Update mount.cifs version to 1.1
Steve French
1
-1
/
+1
[next]