None of currently supported distributions need that.
Last one was EL5 which is EOL for a while.
Signed-off-by: Igor Gnatenko <ignatenkobrain@fedoraproject.org>
None of currently supported distributions need that.
It was needed last for EL5 which is EOL now
Signed-off-by: Igor Gnatenko <ignatenkobrain@fedoraproject.org>
- switch to using ReStructuredText (rst) for manpages
- update mount.cifs manpage to describe default version better
Signed-off-by: Jeff Layton <jlayton@redhat.com>
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>
...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>
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>
- 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>
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>
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.
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...