- Update to cifs-utils 5.3.
+ admins can now tell cifs.upcall to use an alternate krb5.conf file + on remount, mount.cifs no longer adds a duplicate mtab entry + the cifscreds utility has seen a major overhaul to allow for multiuser mounts without krb5 auth - Update to cifs-utils 5.2. + cifs.idmap can now map uid/gid to SID in addition to the other way around + getcifsacl/setcifsacl are now installed by default in /usr/bin instead of /usr/sbin. The manpages are now in section 1. + cifs.upcall has a new scheme for picking the SPN on krb5 mounts. The hostname is now always lowercased. If we fail to get a ticket using an unqualified name, it now attempts to guess the domain name. + A lot of manpage updates, additions and corrections - Update to cifs-utils 5.1. + fix for a minor security issue that can corrupt the mtab + new getcifsacl/setcifsacl tools that allow you to fetch and set raw Windows ACLs via an xattr. + a lot of manpage patches - Update to cifs-utils 5.0. + mount.cifs always uses the original device string to ensure that umounts by unprivileged users are not problematic + there is a new cifs.idmap program for handling idmapping upcalls + a lot of manpage patches OBS-URL: https://build.opensuse.org/package/show/network:samba:STABLE/cifs-utils?expand=0&rev=40
This commit is contained in:
parent
c179a9fe21
commit
5a84c11bab
@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:4a3410a598a13d71421d4d78027ca507a63ea32eec0892eb78e4f3aec2e335af
|
|
||||||
size 323980
|
|
3
cifs-utils-5.3.tar.bz2
Normal file
3
cifs-utils-5.3.tar.bz2
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:68e969c4107a872e2848992732dc11eafc7bdf084bec894c0ba677572de49b32
|
||||||
|
size 374762
|
@ -1,3 +1,33 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Wed Feb 1 20:38:17 UTC 2012 - lmuelle@suse.de
|
||||||
|
|
||||||
|
- Update to cifs-utils 5.3.
|
||||||
|
+ admins can now tell cifs.upcall to use an alternate krb5.conf file
|
||||||
|
+ on remount, mount.cifs no longer adds a duplicate mtab entry
|
||||||
|
+ the cifscreds utility has seen a major overhaul to allow for multiuser
|
||||||
|
mounts without krb5 auth
|
||||||
|
|
||||||
|
- Update to cifs-utils 5.2.
|
||||||
|
+ cifs.idmap can now map uid/gid to SID in addition to the other way around
|
||||||
|
+ getcifsacl/setcifsacl are now installed by default in /usr/bin instead of
|
||||||
|
/usr/sbin. The manpages are now in section 1.
|
||||||
|
+ cifs.upcall has a new scheme for picking the SPN on krb5 mounts. The
|
||||||
|
hostname is now always lowercased. If we fail to get a ticket using an
|
||||||
|
unqualified name, it now attempts to guess the domain name.
|
||||||
|
+ A lot of manpage updates, additions and corrections
|
||||||
|
|
||||||
|
- Update to cifs-utils 5.1.
|
||||||
|
+ fix for a minor security issue that can corrupt the mtab
|
||||||
|
+ new getcifsacl/setcifsacl tools that allow you to fetch and set raw
|
||||||
|
Windows ACLs via an xattr.
|
||||||
|
+ a lot of manpage patches
|
||||||
|
|
||||||
|
- Update to cifs-utils 5.0.
|
||||||
|
+ mount.cifs always uses the original device string to ensure that umounts
|
||||||
|
by unprivileged users are not problematic
|
||||||
|
+ there is a new cifs.idmap program for handling idmapping upcalls
|
||||||
|
+ a lot of manpage patches
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Wed Dec 21 10:31:38 UTC 2011 - coolo@suse.com
|
Wed Dec 21 10:31:38 UTC 2011 - coolo@suse.com
|
||||||
|
|
||||||
|
@ -1,7 +1,7 @@
|
|||||||
#
|
#
|
||||||
# spec file for package cifs-utils
|
# spec file for package cifs-utils
|
||||||
#
|
#
|
||||||
# Copyright (c) 2011 SUSE LINUX Products GmbH, Nuernberg, Germany.
|
# Copyright (c) 2012 SUSE LINUX Products GmbH, Nuernberg, Germany.
|
||||||
#
|
#
|
||||||
# All modifications and additions to the file contributed by third parties
|
# All modifications and additions to the file contributed by third parties
|
||||||
# remain the property of their copyright owners, unless otherwise agreed
|
# remain the property of their copyright owners, unless otherwise agreed
|
||||||
@ -17,7 +17,7 @@
|
|||||||
|
|
||||||
|
|
||||||
Name: cifs-utils
|
Name: cifs-utils
|
||||||
Version: 4.9
|
Version: 5.3
|
||||||
Release: 0
|
Release: 0
|
||||||
Summary: Utilities for doing and managing mounts of the Linux CIFS filesyste
|
Summary: Utilities for doing and managing mounts of the Linux CIFS filesyste
|
||||||
License: GPL-3.0+
|
License: GPL-3.0+
|
||||||
@ -106,11 +106,11 @@ exit 0
|
|||||||
%files
|
%files
|
||||||
%defattr(-,root,root)
|
%defattr(-,root,root)
|
||||||
/sbin/mount.cifs
|
/sbin/mount.cifs
|
||||||
#/sbin/umount.cifs
|
%{_bindir}/cifscreds
|
||||||
%doc %{_mandir}/man8/mount.cifs.8.*
|
%doc %{_mandir}/man8/mount.cifs.8.*
|
||||||
#%doc %{_mandir}/man8/umount.cifs.8.*
|
|
||||||
%{_sbindir}/cifs.upcall
|
%{_sbindir}/cifs.upcall
|
||||||
%doc %{_mandir}/man8/cifs.upcall.8.*
|
%doc %{_mandir}/man8/cifs.upcall.8.*
|
||||||
|
%doc %{_mandir}/man1/cifscreds.1.*
|
||||||
%if 0%{?suse_version} > 1100
|
%if 0%{?suse_version} > 1100
|
||||||
%dir /lib/mkinitrd
|
%dir /lib/mkinitrd
|
||||||
%dir /lib/mkinitrd/scripts
|
%dir /lib/mkinitrd/scripts
|
||||||
|
Loading…
Reference in New Issue
Block a user