Prev: samba 3.5.3 time-stamping issue
Next: [Samba] Spurious data in file retrieved from Windows share via Samba
From: Jeff Layton on 21 May 2010 16:20 -----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 The rate of incoming patches has been pretty low lately, so it's probably a good time to do a new stable release and get what's queued up into people's hands... This release consists of a couple of bugfixes and some (hopefully) non-user-visible cleanups to the mount.cifs code. webpage: http://linux-cifs.samba.org/cifs-utils/ tarball: ftp://ftp.samba.org/pub/linux-cifs/cifs-utils/ git: git://git.samba.org/cifs-utils.git gitweb: http://git.samba.org/?p=cifs-utils.git;a=summary Detailed changelog: commit a90771d63e85b514bc5d2101eb8a52587eca1195 Author: Jeff Layton <jlayton(a)samba.org> Date: Fri May 21 16:04:14 2010 -0400 cifs-utils: bump version number to 4.5 Signed-off-by: Jeff Layton <jlayton(a)samba.org> commit 3439ca0527f103ad79e840092d06a461a36e9d72 Author: Scott Lovenberg <scott.lovenberg(a)gmail.com> Date: Fri May 14 19:34:26 2010 -0400 mount.cifs: cosmetic alignment patch Align CRED_ macro values to keep style consistent with last patch. Signed-off-by: Scott Lovenberg <scott.lovenberg(a)gmail.com> commit 268079992cf85bfb9954b6fd4abb3eebf911a9d3 Author: Scott Lovenberg <scott.lovenberg(a)gmail.com> Date: Fri May 14 19:32:05 2010 -0400 mount.cifs: clean up option parsing Moved option string parsing to function parse_opt_token(char*). Main loop in parse_options(const char*, struct parsed_mount_info*) transplanted to a switch block. The parsing function folds common options to a single macro: 1.) 'unc','target', and 'path' -> 'OPT_UNC' 2.) 'dom*' and 'workg*' -> 'OPT_DOM' 3.) 'nobrl' and 'nolock' -> 'OPT_NO_LOCK' Kept 'fmask' and 'dmask' (OPT_FMASK, OPT_DMASK), which fall through to 'file_mode' and 'dir_mode' in the main loop. Signed-off-by: Scott Lovenberg <scott.lovenberg(a)gmail.com> commit 2fcf89a2077d3ddf203b73d72985aa68c6402693 Author: Steve French <smfrench(a)gmail.com> Date: Fri May 14 15:30:07 2010 -0400 mount.cifs: unitialized variable in cred parsing error path Signed-off-by: Steve French <smfrench(a)gmail.com> Signed-off-by: Jeff Layton <jlayton(a)samba.org> commit 3f794556e3ec633dc6250ce12f76d6ba79c192a9 Author: Steve French <smfrench(a)gmail.com> Date: Tue May 11 09:32:34 2010 -0400 mount.cifs: turn into a multicall binary for smb2 mount.smb2 has different help (many fewer mount options) and different fsname, but otherwise can reuse all of the good work Jeff did on mount.cifs. This patch allow mount.cifs to detect if run as mount.smb2 (to display different help and fsname). Signed-off-by: Steve French <smfrench(a)gmail.com> commit 400ebcb3bea6f21678b9e656d930a14bbd71fe7a Author: Scott Lovenberg <scott.lovenberg(a)gmail.com> Date: Tue May 11 09:32:34 2010 -0400 mount.cifs: removed magic number for max username in parse_options Replaced max username in parse_options with the sum of its potential parts for "domain/user%password" formatted values. Note that forward slashes still expand to a double back slash in the parse_username function, though. Signed-off-by: Scott Lovenberg <scott.lovenberg(a)gmail.com> commit e5d3ceb9958437ef50510a578b0274615a37bcf7 Author: Jeff Layton <jlayton(a)samba.org> Date: Sun May 2 06:32:34 2010 -0400 mount.cifs: strip leading delimiter off of prefixpath option ...the kernel doesn't expect to see it and it causes a regression when mounting some UNCs. Reported-by: Ales Zelinka <azelinka(a)redhat.com> Signed-off-by: Jeff Layton <jlayton(a)samba.org> commit 373146ceda319fb7585439d74f216b8a94b9525b Author: Jeff Layton <jlayton(a)samba.org> Date: Sun May 2 06:32:30 2010 -0400 cifs-utils: bump version number to 4.4.1 for interim builds Signed-off-by: Jeff Layton <jlayton(a)samba.org> - -- Jeff Layton <jlayton(a)samba.org> -----BEGIN PGP SIGNATURE----- Version: GnuPG v2.0.14 (GNU/Linux) iEYEARECAAYFAkv26UUACgkQyP0gxQMdzIA5awCfb0nFV4qb5sOtx3KvO6xrgIFZ SOwAoJZsCPmyTTQU/LleFWtqAvUCOf/n =YZyG -----END PGP SIGNATURE----- -- To unsubscribe from this list go to the following URL and read the instructions: https://lists.samba.org/mailman/options/samba |