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

autofs-5.1.7-59.el9 RPM for aarch64

From CentOS Stream 9 BaseOS for aarch64

Name: autofs Distribution: CentOS
Version: 5.1.7 Vendor: CentOS
Release: 59.el9 Build date: Tue Dec 17 05:28:43 2024
Group: Unspecified Build host: aarch64-01.stream.rdu2.redhat.com
Size: 1947509 Source RPM: autofs-5.1.7-59.el9.src.rpm
Packager: builder@centos.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

* 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
* Tue Mar 28 2023 Ian Kent <ikent@redhat.com> - 1:5.1.7-50
  - bz2179753 - deadlock while reading amd maps
    - fix return status of mount_autofs().
    - don't close lookup at umount.
    - fix deadlock in lookups.
    - dont delay expire.
    - make amd mapent search function name clear.
    - rename statemachine() to signal_handler().
    - make signal handling consistent.
    - fix incorrect print format specifiers in get_pkt().
    - eliminate last remaining state_pipe usage.
    - add function master_find_mapent_by_devid().
    - use device id to locate autofs_point when setting log priotity.
    - add command pipe handling functions.
    - switch to application wide command pipe.
    - get rid of unused field submnt_count.
    - fix mount tree startup reconnect.
    - fix unterminated read in handle_cmd_pipe_fifo_message() (Coverity).
  - Resolves: rhbz#2179753
* Mon Mar 27 2023 Ian Kent <ikent@redhat.com> - 1:5.1.7-38
  - bz2170287 - Autofs reports can't connect to sssd, retry for 10
    seconds when real problem is empty LDAP object
    - improve handling of ENOENT in sss setautomntent().
    - dont immediately call function when waiting.
  - Resolves: rhbz#2170287
* Mon Mar 27 2023 Ian Kent <ikent@redhat.com> - 1:5.1.7-37
  - bz2170285 - Users can trigger a simple autofs DoS with wildcard
    automounter maps
    - fail on empty trailing replicated host name.
  - Resolves: rhbz#2170285

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/0b
/usr/lib/.build-id/0b/c1b7ad507c15df96420d7397c69456e0651a1d
/usr/lib/.build-id/0b/df61091c790cdc8cdf4f489f070e840324ba13
/usr/lib/.build-id/17
/usr/lib/.build-id/17/5525eb35393443eff649b7f5fc6bbdc3ae1c98
/usr/lib/.build-id/26
/usr/lib/.build-id/26/4d218b8a2af2c28d58329783a116c0deffaee2
/usr/lib/.build-id/2c
/usr/lib/.build-id/2c/529aa3d4fde4691e3eb41f4a93e05150ac8930
/usr/lib/.build-id/36
/usr/lib/.build-id/36/4f3a833989cbb5b2057a496f3c8795fe38f6a2
/usr/lib/.build-id/3a
/usr/lib/.build-id/3a/b04a52bfce012360a0eb90f4080ba10948c4f4
/usr/lib/.build-id/4d
/usr/lib/.build-id/4d/9f0cf9349c34e2c4e54b909bddab0ba9a32d92
/usr/lib/.build-id/54
/usr/lib/.build-id/54/c191ae7786e62b80c36169a6270fd06c4fc084
/usr/lib/.build-id/7b
/usr/lib/.build-id/7b/468c56d82eacaea1c4ff135bcb4de1b73d6c5d
/usr/lib/.build-id/96
/usr/lib/.build-id/96/1b11cc325c6938452e96c80d556627458f0d45
/usr/lib/.build-id/96/64f86cbc7134cb25ffcb77bd145d03e621f910
/usr/lib/.build-id/b3
/usr/lib/.build-id/b3/09ed6b3f5a6789c14c26188b0589925944057e
/usr/lib/.build-id/bc
/usr/lib/.build-id/bc/79a5f176b9d49813b6429e3867133324737348
/usr/lib/.build-id/cd
/usr/lib/.build-id/cd/e715d6e7d8c19f0245b622f40671158822d3d7
/usr/lib/.build-id/cf
/usr/lib/.build-id/cf/864c04cac5328a12e3d095918aeb3233aa9a58
/usr/lib/.build-id/d0
/usr/lib/.build-id/d0/d8ebdf2d8a970571fd35840f09d2186348743a
/usr/lib/.build-id/de
/usr/lib/.build-id/de/d9c2c91dce443e2fa2bd230648febb55da4490
/usr/lib/.build-id/df
/usr/lib/.build-id/df/bee8f11977304d446149de1532d1541798094e
/usr/lib/.build-id/e0
/usr/lib/.build-id/e0/5092b785d29c0ded65fead538136ac6ec71098
/usr/lib/.build-id/f9
/usr/lib/.build-id/f9/4af3f43c01f71c526eeb1d0df22804f7787821
/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, Tue Jan 7 08:58:37 2025