[GLUE] Rsync SAMBA_3_2_0 SVN r25598 in order to create the v3-2-test branch.
[ira/wip.git] / source3 / client / mount.cifs.c
2007-10-10 Gerald (Jerry) Carter[GLUE] Rsync SAMBA_3_2_0 SVN r25598 in order to create...
2007-10-10 Steve Frenchr25355: IP address parsing did not allow for fully...
2007-10-10 Andrew Tridgellr23784: use the GPLv3 boilerplate as recommended by...
2007-10-10 Jeremy Allisonr23779: Change from v2 or later to v3 or later.
2007-10-10 Steve Frenchr22982: Do not prompt for password on sec=none for...
2007-10-10 Steve Frenchr22979: Revert previous checkin (which had some debug...
2007-10-10 Steve Frenchr22779: Patch for not prompting for password on cifs...
2007-10-10 Steve Frenchr22560: Clean up frees of realloc memory in mount.cifs...
2007-10-10 Steve Frenchr22526: Support deep tree mounts after share (instead...
2007-10-10 Steve Frenchr21840: mount.cifs compile on old libc missing bind...
2007-10-10 Volker Lendecker17605: Some C++ warnings
2007-10-10 Jeremy Allisonr16945: Sync trunk -> 3.0 for 3.0.24 code. Still need
2007-10-10 Volker Lendecker16360: Fix Klocwork ID 136 520 521 522 523 542 574...
2007-10-10 Steve Frenchr14127: Remove coverity warning on mount.cifs.c
2007-10-10 Steve Frenchr14126: resolve two warnings from the coverity scan
2007-10-10 Jeremy Allisonr14009: Remove last const warning (have to use CONST_DI...
2007-10-10 Jeremy Allisonr14006: Fix a couple of irritating warnings.
2007-10-10 Lars Müllerr13714: Set MOUNT_CIFS_VENDOR_SUFFIX if _SAMBA_BUILD_...
2007-10-10 Steve Frenchr11938: Fix cifs to handle non-numeric uid and gid...
2007-10-10 Gerald Carterr10656: BIG merge from trunk. Features not copied...
2007-10-10 Steve Frenchr9401: Allow disabling mandatory byte range lock mount...
2007-10-10 Steve Frenchr9225: Various minor CIFS mount helper fixes to less...
2007-10-10 Steve Frenchr6514: Allow domain= to be specified in credentials...
2007-10-10 Steve Frenchr6505: Add missing remount flag handling
2007-10-10 Steve Frenchr6499: Add two newer mount options to syntax help for...
2007-10-10 Steve Frenchr6103: Update list of mount options for mount.cifs
2007-10-10 Steve Frenchr5897: Fix domain name parsing for cifs mount util
2007-10-10 Steve Frenchr5896: Fix cifs mounts to handle commas embedded in...
2007-10-10 Steve Frenchr5688: ignore user_xattr mount parm so as not to confus...
2007-10-10 Steve Frenchr5640: On failed mount (ENXIO) retry share name in...
2007-10-10 Steve Frenchr5236: Ignore users mount parm (since unneeded by cifs...
2007-10-10 Steve Frenchr3068: strip guest mount option off before sending...
2007-10-10 Steve Frenchr2917: Fix ip address override in mount.cifs mount...
2007-10-10 Steve Frenchr1616: Fix user unmount of shares mount with suid mount...
2007-10-10 Steve Frenchr737: Handle -S and user mount parms
2007-10-10 Steve Frenchr88: Add missing guest mount option for mount.cifs
2007-10-10 Steve Frenchr77: Fix path canonicalization of the mount target...
2007-10-10 Steve Frenchr18: Fix free of incremented pointer
2004-04-02 Steve FrenchFix credential file mountinf for cifs vfs
2004-03-19 cvs2svn Import UserThis commit was manufactured by cvs2svn to create branc...
2004-02-26 Steve FrenchFixes to minor security bug pointed out by AB in the...
2004-02-17 Steve FrenchFix incorrect strnicmp len
2004-02-17 Steve FrenchDisable dev (MS_NODEV) on user mounts from cifs vfs
2004-02-16 Steve FrenchDisable suid on user mounts (can override with -DCIFS_A...
2004-02-11 Steve FrenchUpdate mount.cifs version to 1.1
2004-02-11 Steve FrenchMount helper fixes for nosetuid, noexec part two of two
2004-02-11 Steve FrenchAdd missing nosetuid and noexec options
2004-01-13 Gerald Cartersync HEAD with recent changes in 3.0
2004-01-05 Steve Frenchcifs mount helper merge
2003-12-11 Steve Frenchmount.cifs failed to mount to directory owned by user...
2003-10-22 Alexander BokovoyFix segfault in mount.cifs helper when there is no...
2003-10-22 Alexander BokovoyFix segfault in mount.cifs helper when there is no...
2003-09-09 Gerald Cartersync 3.0 into HEAD for the last time
2003-08-29 Steve FrenchUpdate mount helper to take synonyms for file_mode...
2003-08-16 Steve FrenchFixes to all mount.cifs to run more safely setuid
2003-07-16 Gerald Cartertrying to get HEAD building again. If you want the...
2003-06-20 Steve FrenchFix mount options for ro, dir_mode, file_mode
2003-06-03 cvs2svn Import UserThis commit was manufactured by cvs2svn to create branc...
2003-05-28 Tim PotterSyncup with HEAD:
2003-05-26 cvs2svn Import UserThis commit was manufactured by cvs2svn to create branc...
2003-05-20 Steve FrenchFix Linux cifs vfs mount helper parsing of slashes
2003-03-18 cvs2svn Import UserThis commit was manufactured by cvs2svn to create branc...
2003-03-15 Steve FrenchCheckin cifs vfs for Linux mount helper
2003-03-07 Steve FrenchAdd early prototype of cifs mount helper for Linux