Index index by Group index by Distribution index by Vendor index by creation date index by Name Mirrors Help Search

autofs-5.1.7-65.el9 RPM for s390x

From AlmaLinux 9.7 BaseOS for s390x

Name: autofs Distribution: AlmaLinux
Version: 5.1.7 Vendor: AlmaLinux
Release: 65.el9 Build date: Sun Sep 21 14:55:28 2025
Group: Unspecified Build host: s390x-builder02.almalinux.org
Size: 981709 Source RPM: autofs-5.1.7-65.el9.src.rpm
Packager: AlmaLinux Packaging Team <packager@almalinux.org>
Summary: A tool for automatically mounting and unmounting filesystems
autofs is a daemon which automatically mounts filesystems when you use
them, and unmounts them later when you are not using them.  This can
include network filesystems, CD-ROMs, floppies, and so forth.

Provides

Requires

License

GPLv2+

Changelog

* Tue May 13 2025 Ian Kent <ikent@redhat.com> - 1:5.1.7-65
  - RHEL-85615 - autofs fails to mount shares when using kerberised LDAP
    - always recreate credential cache.
    - fix always recreate credential cache.
  -Resolves: RHEL-85615
* Wed May 07 2025 Ian Kent <ikent@redhat.com> - 1:5.1.7-64
  - RHEL-81885 - autofs: segfault while dereferencing null mapent
    - fix handling of ignored offsets.
    - fix invalidated map entry handling in hosts module.
    - fix changelog revision number of previous change.
  - Resolves: RHEL-81885
* Wed Apr 16 2025 Ian Kent <ikent@redhat.com> - 1:5.1.7-63
  - RHEL-87031 - autofs hang - autofs-5.1.4-114.el8_10.2
    - fix lock ordering deadlock in expire_cleanup().
    - change spec file %patchN to %patch -P N as required by rpm(8).
    - Fix compile error caused by function pointer types in cyrus-sasl module.
    - removed references to patch1 and patch2 due to rbmbuild(8) complaints.
  - Resolves: RHEL-87031
* Fri Mar 14 2025 Ian Kent <ikent@redhat.com> - 1:5.1.7-61
  - RHEL-32684 - sssd autofs fails to get correct EHOSTDOWN if requested
    incorrect mount after upgrade to sssd-2.9.1-4.el8_9.5.x86_64
    - handle sss special case getautomntbyname() error
  - Resolves: RHEL-32684
* Thu Feb 06 2025 Ian Kent <ikent@redhat.com> - 1:5.1.7-60
  - RHEL-77321 - autofs: deadlock between mnts_lookup_mount and mnts_remove_mount
    - fix deadlock in master_notify_submount().
  - Resolves: RHEL-77321
* Mon Dec 16 2024 Ian Kent <ikent@redhat.com> - 1:5.1.7-59
  - RHEL-69485 - Sporadic mount failures with amd program maps on RHEL8
    - fix amd external mount error handling.
    - fix amd external mount mount handling.
    - don't free ext mount if mounted.
    - refactor amd function do_program_mount().
    - refactor umount_amd_ext_mount().
    - add flags argument to amd do_program_mount().
  - Resolves: RHEL-69485
  - RHEL-71359 RFE: autofs: add handling for AMD 'nounmount' option
    - fix amd cache options not copied.
    - seperate amd mount and entry flags.
    - make iocl ops ->timeout() handle per-dentry expire.
    - refactor amd mount options handling.
    - add some unimplemented amd map options.
    - fix lookup search type in umount_subtree_mounts().
    - fix remount_active_mount() not remounting symlinks.
    - log when setting amd per-mount timeout.
    - update per-mount expire timeout on readmap.
    - clear per-mount timeout if not set.
  - Resolves: RHEL-71359
  - RHEL-57466 - RHEL9.4 - autofs crashes on startup after IDM client configuration
    - fix submount shutdown race.
  - Resolves: RHEL-57466
* Fri Dec 22 2023 Ian Kent <ikent@redhat.com> - 1:5.1.7-58
  - RHEL-19731 - SIGSEGV using hierarchical map entries on reload with
    autofs-5.1.4-109
    - fix get parent multi-mount check in try_remount().
    - fix deadlock in remount.
  - Resolves: RHEL-19731
* Mon Oct 30 2023 Ian Kent <ikent@redhat.com> - 1:5.1.7-57
  - RHEL-13084 - multi mount detection fails for share with blank+dash causing
    SEGV crash
    - fix multi-mount check.
  - Resolves: RHEL-13084
* Thu Oct 26 2023 Ian Kent <ikent@redhat.com> - 1:5.1.7-56
  - RHEL-13083 - autofs attempts to mount nonexistant ".hidden" filesystems
    - allow -null map in indirect maps.
  - Resolves: RHEL-13083
* Wed Aug 02 2023 Ian Kent <ikent@redhat.com> - 1:5.1.7-55
  - bz2223252 - filesystems mount and expire immediately
    - fix expire retry looping.
    - correct day in changelog entry for revision 53.
  - Resolves: rhbz#2223252
* Mon Jul 17 2023 Ian Kent <ikent@redhat.com> - 1:5.1.7-54
  - bz2223236 - When looking up included maps, sometimes autofs does not
    consult all the included files in order
    - fix incorrect matching of cached wildcard key.
  - Resolves: rhbz#2223236
* Thu Jul 13 2023 Ian Kent <ikent@redhat.com> - 1:5.1.7-53
  - bz2215661 - The sss lookup modules handles error return incorrectly in
    some cases
    - fix some sss error return cases.
  - Resolves: rhbz#2215661
* Tue Jun 13 2023 Ian Kent <ikent@redhat.com> - 1:5.1.7-52
  - bz2210899 - amd map format netgoup selector function not working
    - fix use_ignore_mount_option description.
    - include addtional log info for mounts.
    - fix amd selector function matching.
    - get rid entry thid field.
    - continue expire immediately after submount check.
    - add buffer length checks to autofs mount_mount().
    - eliminate realpath from mount of submount.
    - eliminate root param from autofs mount and umount.
    - remove redundant fstat from do_mount_direct().
    - get rid of strlen call in handle_packet_missing_direct().
    - remove redundant stat call in lookup_ghost().
    - set mapent dev and ino before adding to index.
    - change to use printf functions in amd parser.
    - dont call umount_subtree_mounts() on parent at umount.
    - dont take parent source lock at mount shutdown.
    - eliminate buffer usage from handle_mounts_cleanup().
    - fix possible use after free in handle_mounts_exit().
    - make submount cleanup the same as top level mounts.
    - add soucre parameter to module functions.
    - add ioctlfd open helper.
    - make open files limit configurable.
  - Resolves: rhbz#2210899
* Fri Jun 02 2023 Ian Kent <ikent@redhat.com> - 1:5.1.7-51
  - bz2210161 - autofs fails to start with combination of +auto.master and
    local direct map lookups after upgrading to 5.1.4-93.el8
    - fix memory leak in sasl_do_kinit() (Coverity).
    - fix fix mount tree startup reconnect.
  - Resolves: rhbz#2210161

Files

/etc/auto.master
/etc/auto.master.d
/etc/auto.misc
/etc/auto.net
/etc/auto.smb
/etc/autofs.conf
/etc/autofs_ldap_auth.conf
/etc/sysconfig/autofs
/usr/lib/.build-id
/usr/lib/.build-id/00
/usr/lib/.build-id/00/913874d8c019b4e09949bcff4c72c2d05455c3
/usr/lib/.build-id/0e
/usr/lib/.build-id/0e/bc2a95c30fc19fc15f05c3a8a83fcf13a74ef1
/usr/lib/.build-id/14
/usr/lib/.build-id/14/0cb2b656c8fab81c5c54b7bc6e2ef4e56a1680
/usr/lib/.build-id/36
/usr/lib/.build-id/36/090fc251b1c2b63353550b4939f23f601d42a1
/usr/lib/.build-id/37
/usr/lib/.build-id/37/e9cbb85de7ed28c1482719fe1674c7ffecb37d
/usr/lib/.build-id/38
/usr/lib/.build-id/38/62a5bdf16da98708b8bb30871704ff3c7a9323
/usr/lib/.build-id/3b
/usr/lib/.build-id/3b/53ceb784920ec2d3fb78ff25f88e5628670671
/usr/lib/.build-id/4f
/usr/lib/.build-id/4f/14248b8af8e71a07e7983690188020be9c79be
/usr/lib/.build-id/69
/usr/lib/.build-id/69/ed6010508f0a31229f08cc57b8eadf0621d676
/usr/lib/.build-id/76
/usr/lib/.build-id/76/8a8a5cfdb6ebd1613e8eddbdd2d66ec55410eb
/usr/lib/.build-id/78
/usr/lib/.build-id/78/d4e7b568cbf0f13c2963b9902be264a0bf55d5
/usr/lib/.build-id/7e
/usr/lib/.build-id/7e/5cd7dad341b8bc4aa138622b87157740e8bd02
/usr/lib/.build-id/87
/usr/lib/.build-id/87/7eb4552281e4316cb7011e50bbe87d4a48922c
/usr/lib/.build-id/8f
/usr/lib/.build-id/8f/70696620a12aa29d18ff032fe68ab4c3134d98
/usr/lib/.build-id/98
/usr/lib/.build-id/98/869681a2393e332c94b649ab976ecbd53ea3de
/usr/lib/.build-id/a9
/usr/lib/.build-id/a9/68fd7976c2d1c89210797280cd141594dc33a1
/usr/lib/.build-id/be
/usr/lib/.build-id/be/fe536970546e9bc3784b4675234060c215c8dc
/usr/lib/.build-id/e1
/usr/lib/.build-id/e1/28a45cde6c170ba1b1d362c31baa966a7ad556
/usr/lib/.build-id/e1/f006379598b14838acbc059a86a54b26b9c1ab
/usr/lib/.build-id/e4
/usr/lib/.build-id/e4/9e8816c2793da8c7ba15aef305e2272024b513
/usr/lib/.build-id/e5
/usr/lib/.build-id/e5/98301c7e4f86baf21512fba6c987468c155312
/usr/lib/systemd/system/autofs.service
/usr/lib64/autofs
/usr/lib64/autofs/lookup_dir.so
/usr/lib64/autofs/lookup_file.so
/usr/lib64/autofs/lookup_files.so
/usr/lib64/autofs/lookup_hosts.so
/usr/lib64/autofs/lookup_ldap.so
/usr/lib64/autofs/lookup_ldaps.so
/usr/lib64/autofs/lookup_multi.so
/usr/lib64/autofs/lookup_program.so
/usr/lib64/autofs/lookup_sss.so
/usr/lib64/autofs/lookup_userhome.so
/usr/lib64/autofs/mount_afs.so
/usr/lib64/autofs/mount_autofs.so
/usr/lib64/autofs/mount_bind.so
/usr/lib64/autofs/mount_changer.so
/usr/lib64/autofs/mount_ext2.so
/usr/lib64/autofs/mount_ext3.so
/usr/lib64/autofs/mount_ext4.so
/usr/lib64/autofs/mount_generic.so
/usr/lib64/autofs/mount_nfs.so
/usr/lib64/autofs/mount_nfs4.so
/usr/lib64/autofs/parse_amd.so
/usr/lib64/autofs/parse_sun.so
/usr/lib64/libautofs.so
/usr/sbin/automount
/usr/sbin/fedfs-map-nfs4
/usr/sbin/mount.fedfs
/usr/share/doc/autofs
/usr/share/doc/autofs/COPYING
/usr/share/doc/autofs/COPYRIGHT
/usr/share/doc/autofs/CREDITS
/usr/share/doc/autofs/INSTALL
/usr/share/doc/autofs/README
/usr/share/doc/autofs/README.active-restart
/usr/share/doc/autofs/README.amd-maps
/usr/share/doc/autofs/README.autofs-schema
/usr/share/doc/autofs/README.changer
/usr/share/doc/autofs/README.ldap-schema
/usr/share/doc/autofs/README.ncpfs
/usr/share/doc/autofs/README.replicated-server
/usr/share/doc/autofs/README.smbfs
/usr/share/doc/autofs/README.v5.release
/usr/share/doc/autofs/autofs.schema
/usr/share/doc/autofs/ldap-automount-auto.direct
/usr/share/doc/autofs/ldap-automount-auto.indirect
/usr/share/doc/autofs/ldap-automount-auto.master
/usr/share/doc/autofs/ldap-automount-rfc2307-bis-auto.direct
/usr/share/doc/autofs/ldap-automount-rfc2307-bis-auto.indirect
/usr/share/doc/autofs/ldap-automount-rfc2307-bis-auto.master
/usr/share/doc/autofs/ldap-automount-rfc2307-bis-old-style-auto.master
/usr/share/doc/autofs/ldap-nis-auto.direct
/usr/share/doc/autofs/ldap-nis-auto.indirect
/usr/share/doc/autofs/ldap-nis-auto.master
/usr/share/man/man5/auto.master.5.gz
/usr/share/man/man5/autofs.5.gz
/usr/share/man/man5/autofs.conf.5.gz
/usr/share/man/man5/autofs_ldap_auth.conf.5.gz
/usr/share/man/man8/autofs.8.gz
/usr/share/man/man8/automount.8.gz


Generated by rpm2html 1.8.1

Fabrice Bellet, Mon Nov 17 03:52:17 2025