Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Do the formatting change in all 3 places :-) | Volker Lendecke | 2008-02-25 | 1 | -3/+7 |
| | |||||
* | Fix confusing error message -- bug 5252 | Volker Lendecke | 2008-02-25 | 1 | -3/+5 |
| | | | | Thanks to Walter Franzini | ||||
* | Make sure mount.cifs.c compiles on Fedora 9 with gcc 4.3 | Simo Sorce | 2008-02-22 | 1 | -0/+1 |
| | |||||
* | Revert "Merge in J.Layton patch and resolve conflict." | Simo Sorce | 2008-02-14 | 1 | -64/+26 |
| | | | | | | | | | This reverts commit 6b1a118eaaab405eeef0cf3c0488a2747af562ba. We found that this patch does not play well with currently released cifs.ko code, so after discussions with Jeff Layton and Steve french we decided it is best to back it off and re-think a better approach. Jeff will send new patches later, but for now it is better to just revert to the previous code | ||||
* | Update mount.cifs help | Steve French | 2008-01-03 | 1 | -3/+5 |
| | | | | Steve | ||||
* | Merge in J.Layton patch and resolve conflict. | Simo Sorce | 2007-12-17 | 1 | -26/+64 |
| | |||||
* | We don't need to call endpwent if we never call getpwent. | Jeremy Allison | 2007-12-13 | 1 | -2/+0 |
| | | | | Jeremy. | ||||
* | Add a varient of Steve Langasek <vorlon@debian.org> patch | Jeremy Allison | 2007-12-13 | 1 | -10/+59 |
| | | | | | | | for bug #4780. Cause user mounts to inherit uid= and gid= from the calling user when called as non-root, except when overridden on the commandline. Jeremy. | ||||
* | Missed one strcpy call. | Jeremy Allison | 2007-12-12 | 1 | -1/+1 |
| | | | | Jeremy. | ||||
* | Add a portable version of strlcpy and strlcat and convert | Jeremy Allison | 2007-12-12 | 1 | -36/+70 |
| | | | | | | all strncpy/strcat calls to them. Convert all sprintf calls to snprintf. Safety first ! Jeremy. | ||||
* | RIP BOOL. Convert BOOL -> bool. I found a few interesting | Jeremy Allison | 2007-10-18 | 1 | -0/+0 |
| | | | | | | | bugs in various places whilst doing this (places that assumed BOOL == int). I also need to fix the Samba4 pidl generation (next checkin). Jeremy. | ||||
* | [GLUE] Rsync SAMBA_3_2_0 SVN r25598 in order to create the v3-2-test branch.samba-misc-tags/initial-v3-2-test | Gerald (Jerry) Carter | 2007-10-10 | 1 | -1/+1 |
| | |||||
* | r25355: IP address parsing did not allow for fully expanded ipv6 addresses | Steve French | 2007-10-10 | 1 | -1/+1 |
| | | | | | | (which can be 12 bytes longer than we were allowing for). Thanks to Dr. David Holder | ||||
* | 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. | ||||
* | r22982: Do not prompt for password on sec=none for mount.cifs (and allow guest | Steve French | 2007-10-10 | 1 | -2/+5 |
| | | | | option to pass to kernel code so it can know when to retry) | ||||
* | r22979: Revert previous checkin (which had some debug junk) and fix misc ↵ | Steve French | 2007-10-10 | 1 | -68/+25 |
| | | | | | | frees that valgrind noticed | ||||
* | r22779: Patch for not prompting for password on cifs mounts when "sec=none" | Steve French | 2007-10-10 | 1 | -10/+61 |
| | | | | specified | ||||
* | r22560: Clean up frees of realloc memory in mount.cifs (thanks to Alex for | Steve French | 2007-10-10 | 1 | -6/+6 |
| | | | | reminding me how to use Valgrind). | ||||
* | r22526: Support deep tree mounts after share (instead of having to specify | Steve French | 2007-10-10 | 1 | -0/+10 |
| | | | | prepath) | ||||
* | r21840: mount.cifs compile on old libc missing bind mount #define | Steve French | 2007-10-10 | 1 | -0/+4 |
| | | | | Thanks to Thomas Jarosch for pointing this out. | ||||
* | r17605: Some C++ warnings | Volker Lendecke | 2007-10-10 | 1 | -15/+15 |
| | |||||
* | r16945: Sync trunk -> 3.0 for 3.0.24 code. Still need | Jeremy Allison | 2007-10-10 | 1 | -0/+10 |
| | | | | | | | to do the upper layer directories but this is what everyone is waiting for.... Jeremy. | ||||
* | r16360: Fix Klocwork ID 136 520 521 522 523 542 574 575 576 607 | Volker Lendecke | 2007-10-10 | 1 | -0/+5 |
| | | | | | | | | | | | | | | | | in net_rpc.c: 715 716 732 734 735 736 737 738 739 749 in net_rpc_audit.c: 754 755 756 in net_rpc_join.c: 757 in net_rpc_registry: 766 767 in net_rpc_samsync.c: 771 773 in net_sam.c: 797 798 Volker | ||||
* | r14127: Remove coverity warning on mount.cifs.c | Steve French | 2007-10-10 | 1 | -1/+7 |
| | |||||
* | r14126: resolve two warnings from the coverity scan | Steve French | 2007-10-10 | 1 | -5/+8 |
| | |||||
* | r14009: Remove last const warning (have to use CONST_DISCARD). | Jeremy Allison | 2007-10-10 | 1 | -1/+3 |
| | | | | Jeremy. | ||||
* | r14006: Fix a couple of irritating warnings. | Jeremy Allison | 2007-10-10 | 1 | -2/+2 |
| | | | | 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. | ||||
* | r11938: Fix cifs to handle non-numeric uid and gid parameters and merge ↵ | Steve French | 2007-10-10 | 1 | -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 over | Gerald Carter | 2007-10-10 | 1 | -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, and | Steve French | 2007-10-10 | 1 | -2/+2 |
| | | | | fix corresponding entry in mtab. | ||||
* | r9225: Various minor CIFS mount helper fixes to less common error paths. | Steve French | 2007-10-10 | 1 | -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 French | 2007-10-10 | 1 | -4/+34 |
| | | | | | | help, allow root to unmount someone else's mount | ||||
* | r6505: Add missing remount flag handling | Steve French | 2007-10-10 | 1 | -0/+2 |
| | |||||
* | r6499: Add two newer mount options to syntax help for mount.cifs | Steve French | 2007-10-10 | 1 | -1/+1 |
| | |||||
* | r6103: Update list of mount options for mount.cifs | Steve French | 2007-10-10 | 1 | -3/+3 |
| | |||||
* | r5897: Fix domain name parsing for cifs mount util | Steve French | 2007-10-10 | 1 | -7/+4 |
| | |||||
* | r5896: Fix cifs mounts to handle commas embedded in prompted password, and ↵ | Steve French | 2007-10-10 | 1 | -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 name | Steve French | 2007-10-10 | 1 | -1/+3 |
| | |||||
* | r5640: On failed mount (ENXIO) retry share name in uppercase (fix mount to ↵ | Steve French | 2007-10-10 | 1 | -1/+20 |
| | | | | FastConnect AIX SMB server) | ||||
* | r5236: Ignore users mount parm (since unneeded by cifs kernel code). ↵ | Steve French | 2007-10-10 | 1 | -1/+5 |
| | | | | Suggested by Dirk Jagdmann. | ||||
* | r3068: strip guest mount option off before sending to kernel mount routine ↵ | Steve French | 2007-10-10 | 1 | -0/+6 |
| | | | | to avoid logging spurious message | ||||
* | r2917: Fix ip address override in mount.cifs mount helper and clean up ↵ | Steve French | 2007-10-10 | 1 | -45/+61 |
| | | | | warning messages from the sparse tool and expand syntax help | ||||
* | r1616: Fix user unmount of shares mount with suid mount.cifs | Steve French | 2007-10-10 | 1 | -9/+33 |
| | |||||
* | r737: Handle -S and user mount parms | Steve French | 2007-10-10 | 1 | -24/+40 |
| | |||||
* | r88: Add missing guest mount option for mount.cifs | Steve French | 2007-10-10 | 1 | -9/+10 |
| | |||||
* | r77: Fix path canonicalization of the mount target path and help text ↵ | Steve French | 2007-10-10 | 1 | -5/+25 |
| | | | | display in the cifs mount helper | ||||
* | r18: Fix free of incremented pointer | Steve French | 2007-10-10 | 1 | -5/+4 |
| | |||||
* | Fix credential file mountinf for cifs vfs | Steve French | 2004-04-02 | 1 | -10/+37 |
| |