Jeff Layton
4f31531d1e
Update to latest 6.8-pre patch
...
- switch to using ReStructuredText (rst) for manpages
- update mount.cifs manpage to describe default version better
Signed-off-by: Jeff Layton <jlayton@redhat.com>
2017-11-07 19:10:14 -05:00
Jeff Layton
ea4dcc33be
Pull in all patches merged since v6.7 release
...
...and update BuildRequires to include python2-docutils since that's
what provides rst2man.
Signed-off-by: Jeff Layton <jlayton@redhat.com>
2017-10-29 07:06:29 -04:00
Fedora Release Engineering
5464f5d44e
- Rebuilt for https://fedoraproject.org/wiki/Fedora_27_Binutils_Mass_Rebuild
2017-08-02 18:47:51 +00:00
Fedora Release Engineering
60e9078e72
- Rebuilt for https://fedoraproject.org/wiki/Fedora_27_Mass_Rebuild
2017-07-26 04:49:12 +00:00
Jeff Layton
bab69ea45e
Update to cifs-utils-6.7
2017-03-02 14:04:21 -05:00
Fedora Release Engineering
2208fe4fce
- Rebuilt for https://fedoraproject.org/wiki/Fedora_26_Mass_Rebuild
2017-02-10 07:29:41 +00:00
Jeff Layton
6d0099e9f1
Updated to 6.6 release
...
Signed-off-by: Jeff Layton <jlayton@redhat.com>
2016-09-07 07:38:14 -04:00
Jeff Layton
37fb9b90d4
Another set of cifs.upcall cleanup patches
...
Signed-off-by: Jeff Layton <jlayton@redhat.com>
2016-08-25 12:59:46 -04:00
Jeff Layton
cabf6f2990
Bump release version in specfile and fix changelog
...
Signed-off-by: Jeff Layton <jlayton@redhat.com>
2016-08-24 08:06:47 -04:00
Jeff Layton
e32823e183
cifs-utils: add latest cifs-upcall cleanup patches
...
Add a number of cleanup patches to make cifs.upcall more efficient.
Note that these do have the potential to break some configurations
if they depend on the directory-scanning behavior of the original
patches, but hopefully no one is actually relying on that.
Signed-off-by: Jeff Layton <jlayton@redhat.com>
2016-08-22 08:46:02 -04:00
Sachin Prabhu
21488a46d7
Updated to 6.5 release
...
Also fix the Source0 URL in the spec file.
Signed-off-by: Sachin Prabhu <sprabhu@redhat.com>
2016-03-10 06:25:04 +05:30
Dennis Gilmore
8ba17592f6
- Rebuilt for https://fedoraproject.org/wiki/Fedora_24_Mass_Rebuild
2016-02-03 17:39:42 +00:00
Dennis Gilmore
297d2e9bf7
- Rebuilt for https://fedoraproject.org/wiki/Fedora_23_Mass_Rebuild
2015-06-17 02:39:02 +00:00
Ralf Corsépius
87134229a6
Let package own %{_sysconfdir}/cifs-utils (RHBZ#1184390).
...
- Let package own %{_libdir}/cifs-utils (RHBZ#1184391).
2015-01-21 11:47:24 +01:00
Peter Robinson
04e544463f
- Rebuilt for https://fedoraproject.org/wiki/Fedora_21_22_Mass_Rebuild
2014-08-16 00:11:45 +00:00
Sachin Prabhu
9f0c3b0ee7
Updated to 6.4 release
...
Signed-off-by: Sachin Prabhu <sprabhu@redhat.com>
2014-08-04 12:11:16 +01:00
Dennis Gilmore
3526ede088
- Rebuilt for https://fedoraproject.org/wiki/Fedora_21_Mass_Rebuild
2014-06-06 23:43:35 -05:00
Sachin Prabhu
8650af544c
Update to latest upstream patches
...
- autoconf: allow PAM security install directory to be configurable
- cifs: use krb5_kt_default() to determine default keytab location
- cifskey: better use snprintf()
- cifscreds: better error handling when key_search fails
- cifscreds: better error handling for key_add
Signed-off-by: Sachin Prabhu <sprabhu@redhat.com>
2014-05-06 12:57:38 +01:00
Jeff Layton
217f0bb091
Update to 6.3 release
...
Signed-off-by: Jeff Layton <jlayton@redhat.com>
2014-01-09 11:40:03 -05:00
Jeff Layton
abadd4b034
Run autoreconf -i prior to running configure
...
...otherwise if patches end up touching autoconf/automake source files,
configure will end up attempting to rerun the aclocal version that
generated the files originally. It's possible that that particular
version won't be present however.
Signed-off-by: Jeff Layton <jlayton@redhat.com>
2013-12-13 10:12:34 -05:00
Jeff Layton
22c94bcf0e
Move pam_cifscreds into subpackage
...
With PAM modules, it's common that users will need to install both the
32 and 64 bit varieties. Move this to a subpackage to make that
possible without conflicts.
Signed-off-by: Jeff Layton <jlayton@redhat.com>
2013-12-13 09:53:37 -05:00
Jeff Layton
143499a82c
Update to latest upstream patches
...
- fix link of libwbclient
- add pam_cifscreds module and manpage
Signed-off-by: Jeff Layton <jlayton@redhat.com>
2013-12-13 08:28:09 -05:00
Jeff Layton
a78ee49fd2
Bump release number
...
Signed-off-by: Jeff Layton <jlayton@redhat.com>
2013-10-14 06:38:55 -04:00
Jeff Layton
df64517eff
Fix use-after-free in asn1_write
...
Signed-off-by: Jeff Layton <jlayton@redhat.com>
2013-10-14 06:36:18 -04:00
Jeff Layton
e220fa3cd8
Fixes for bugs reported by Coverity:
...
- update bad bit shift patch with one that patches getcifsacl.c too
- remove some dead code from getcifsacl.c, asn1.c, and data_blob.c
- fix bad handling of allocated memory in del_mtab in mount.cifs.c
Signed-off-by: Jeff Layton <jlayton@redhat.com>
2013-10-11 11:27:47 -04:00
Jeff Layton
c674873660
Fix bad bit shift in setcifsacl.c
...
Signed-off-by: Jeff Layton <jlayton@redhat.com>
2013-10-09 06:35:39 -04:00
Jeff Layton
205e1dfd3d
Update to 6.2 release
...
Signed-off-by: Jeff Layton <jlayton@redhat.com>
2013-10-04 08:13:44 -04:00
Dennis Gilmore
bdf26d58ce
- Rebuilt for https://fedoraproject.org/wiki/Fedora_20_Mass_Rebuild
2013-08-02 23:54:49 -05:00
Jeff Layton
fb38774a7f
Allow setcifsacl to work without functioning plugin
...
We can allow setcifsacl to continue to work with numeric SIDs, even if
the plugin can't be loaded for some reason.
Signed-off-by: Jeff Layton <jlayton@redhat.com>
2013-07-15 11:33:58 -04:00
Jeff Layton
db57368fbd
Convert symlink to idmapping plugin to use /etc/alternatives
...
Signed-off-by: Jeff Layton <jlayton@redhat.com>
2013-07-15 07:47:32 -04:00
Jeff Layton
d3b2ad6203
Update to 6.1 release
2013-07-02 16:02:36 -04:00
Jeff Layton
f92468acdc
Update to 6.0 upstream release
2013-03-25 11:13:07 -04:00
Dennis Gilmore
8a83db9111
- Rebuilt for https://fedoraproject.org/wiki/Fedora_19_Mass_Rebuild
2013-02-13 12:30:30 -06:00
Jeff Layton
e59bd287d4
Bump release number
...
...also disregard the changelog in the last commit. We're not reverting
the move to /usr/sbin in f19.
Signed-off-by: Jeff Layton <jlayton@redhat.com>
2013-01-21 08:04:57 -05:00
Jeff Layton
a176bdbc89
Revert "Move mount.cifs to /usr/sbin"
...
This reverts commit 571ddb022369b5fe8fb2db4e61e432b56dde4e9c.
Moving this to /usr/sbin causes dependency problems for the
resource-agents package, which is hardcoded to look for
/sbin/mount.cifs. I'll just plan to make this change in
f19 and leave the earlier releases alone.
While we at it, add a patch to fix some comments in cifsidmap.h.
2013-01-13 06:02:59 -05:00
Jeff Layton
fef67dae06
mount.cifs: fix regression in credential file handling
...
Signed-off-by: Jeff Layton <jlayton@redhat.com>
2013-01-13 05:56:48 -05:00
Jeff Layton
590cd6cd96
update to 5.9 release
...
Also:
- add a -devel package to hold cifsidmap.h
- move mount.cifs to /usr/sbin
Signed-off-by: Jeff Layton <jlayton@redhat.com>
2013-01-07 08:27:02 -05:00
Jeff Layton
54e9368312
Update to 5.8 release
2012-11-11 06:42:01 -05:00
Jeff Layton
039b01fb1a
More idmapping and ACL tool fixes slated for 5.8.
2012-11-07 07:10:38 -05:00
Jeff Layton
a9cb2f0ecc
Update to 5.8-pre1
2012-11-04 09:38:01 -05:00
Jeff Layton
47f345086c
Update to 5.7 release.
2012-10-09 21:05:45 -04:00
Jeff Layton
44e776e5f2
Bump release number
...
Signed-off-by: Jeff Layton <jlayton@redhat.com>
2012-08-24 06:38:29 -04:00
Jeff Layton
021ba6dd02
Update to current upstream head (5.7-pre)
...
Includes patches to make cifs.upcall search for krb5 credcaches under
/run/user, and fixes to make mount.cifs treat usernames differently
when sec=krb5 is in use. Plus some other random fixes...
2012-08-24 06:30:30 -04:00
Jeff Layton
d706d95ef7
Update to 5.6 release
...
Signed-off-by: Jeff Layton <jlayton@redhat.com>
2012-07-26 11:01:10 -04:00
Dennis Gilmore
3c1ea9d328
- Rebuilt for https://fedoraproject.org/wiki/Fedora_18_Mass_Rebuild
2012-07-18 13:59:45 -05:00
Jeff Layton
e0acf4cdfc
Add patch to enable PIE and RELRO
...
Signed-off-by: Jeff Layton <jlayton@redhat.com>
2012-07-09 10:22:17 -04:00
Jeff Layton
bfd8da6470
Update to 5.5 release
...
Signed-off-by: Jeff Layton <jlayton@redhat.com>
2012-05-30 06:44:58 -04:00
Jeff Layton
4d5468efaf
- rebuild to fix dependencies due to libwbclient changes
2012-04-25 11:47:02 -04:00
Jeff Layton
457d78be3d
Fix up some -D_FORTIFY_SOURCE=2 warnings
...
...so the package will build with -Werror.
Signed-off-by: Jeff Layton <jlayton@redhat.com>
2012-04-18 21:43:04 -04:00
Jeff Layton
8d02d8c5df
Update to 5.4 release.
2012-04-18 17:55:50 -04:00