Index | index by Group | index by Distribution | index by Vendor | index by creation date | index by Name | Mirrors | Help | Search |
Name: autofs | Distribution: CentOS |
Version: 5.1.7 | Vendor: CentOS |
Release: 52.el9 | Build date: Fri Jun 16 02:57:14 2023 |
Group: Unspecified | Build host: x86-02.stream.rdu2.redhat.com |
Size: 1040449 | Source RPM: autofs-5.1.7-52.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.
GPLv2+
* 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 * Tue Dec 06 2022 Ian Kent <ikent@redhat.com> - 1:5.1.7-36 - bz2149013 - autofs: errors in autofs-5.1.4-83.el8.x86_64 when restarting autofs with busy directories - fix incorrect path for is_mounted() in try_remount(). - Resolves: rhbz#2149013 * Wed Nov 30 2022 Ian Kent <ikent@redhat.com> - 1:5.1.7-35 - bz2145251 - RHEL9: automount does not handle null option string after "-" anymore - fix minus only option handling in concat_options(). - Resolves: rhbz#2145251 * Tue Nov 29 2022 Ian Kent <ikent@redhat.com> - 1:5.1.7-34 - bz2147491 - segfault due to lookup_mod->context address being freed and reused while multiple threads were using it - fix parse module instance mutex naming. - serialise lookup module open and reinit. - coverity fix for invalid access. - fix hosts map deadlock on restart. - fix deadlock with hosts map reload. - fix memory leak in update_hosts_mounts(). - Resolves: rhbz#2147491 * Mon Oct 31 2022 Ian Kent <ikent@redhat.com> - 1:5.1.7-33 - bz2131907 - autofs: missing unlock in sasl_do_kinit_ext_cc() - fix missing unlock in sasl_do_kinit_ext_cc(). - Resolves: rhbz#2131907 * Tue Oct 04 2022 Ian Kent <ikent@redhat.com> - 1:5.1.7-32 - bz2122565 - automount -m crashes with Segmentation fault (core dumped) - fix invalid tsv access. - bz2126176 - autofs: %changelog entries are out of order - fix changelog date of out of order entry. - Resolves: rhbz#2122565 rhbz#2126176 * Mon May 30 2022 Ian Kent <ikent@redhat.com> - 1:5.1.7-31 - bz2087535 - libnss_sss: threads stuck at sss_nss_lock from initgroups - dont use initgroups() at spawn. - comment out Patch1 and Patch2 since they have been merged into the distribution tar (and so are not applied). - Resolves: rhbz#2087535 * Mon May 16 2022 Ian Kent <ikent@redhat.com> - 1:5.1.7-30 - bz2084108 - autofs is slow to mount when doing lookups returns multiple entries - make NFS version check flags consistent. - refactor get_nfs_info(). - also require TCP_REQUESTED when setting NFS port. - bailout on rpc systemerror. - fix nfsv4 only mounts should not use rpcbind. * Fri May 13 2022 Ian Kent <ikent@redhat.com> - 1:5.1.7-29 - bz2056321 - autofs attempts unmount on directory in use - remove nonstrict parameter from tree_mapent_umount_offsets(). - fix handling of incorrect return from umount_ent(). - Resolves: rhbz#2056321 * Wed May 11 2022 Ian Kent <ikent@redhat.com> - 1:5.1.7-28 - bz2056320 - Using -hosts option does not work in RHEL 9 - fix root offset error handling. - fix nonstrict fail handling of last offset mount. - dont fail on duplicate offset entry tree add. - fix loop under run in cache_get_offset_parent(). - simplify cache_add() a little. - fix use after free in tree_mapent_delete_offset_tree(). - fix memory leak in xdr_exports(). - avoid calling pthread_getspecific() with NULL key_thread_attempt_id. - fix sysconf(3) return handling. - remove rpcgen dependedncy, it hasn't been needed since rev 10. - Related: rhbz#2056320 * Sun Jan 09 2022 Ian Kent <ikent@redhat.com> - 1:5.1.7-27 - bz2028746 - autofs service has not proper limits set to be able to handle many mounts - fix set open file limit. - improve descriptor open error reporting. - Resolves: rhbz#2028746 * Tue Dec 21 2021 Ian Kent <ikent@redhat.com> - 1:5.1.7-26 - bz2028301 - autofs: send FAIL cmd/ioctl mess when encountering problems with mount trigger - fix fedfs build flags. - Related: rhbz#2028301 * Mon Dec 20 2021 Ian Kent <ikent@redhat.com> - 1:5.1.7-25 - bz2028301 - autofs: send FAIL cmd/ioctl mess when encountering problems with mount trigger - fix kernel mount status notification. - Resolves: rhbz#2028301 * Mon Aug 09 2021 Mohan Boddu <mboddu@redhat.com> - Rebuilt for IMA sigs, glibc 2.34, aarch64 flags Related: rhbz#1991688 * Mon Aug 02 2021 Ian Kent <ikent@redhat.com> - 1:5.1.7-23 - bz1984813 - autofs: FTBFS due to dynamic PTHREAD_STACK_MIN (glibc 2.34 related) - fix potential memory leak in "eliminate some more alloca usage" patch. - remove unused parameter from add_path() in "eliminate some more alloca usage" patch. - Related: rhbz#1984813 * Fri Jul 30 2021 Ian Kent <ikent@redhat.com> - 1:5.1.7-22 - bz1984813 - autofs: FTBFS due to dynamic PTHREAD_STACK_MIN (glibc 2.34 related) - eliminate some more alloca usage. - use default stack size for threads. - Resolves: rhbz#1984813 * Fri Jul 02 2021 Ian Kent <ikent@redhat.com> - 1:5.1.7-21 - bz1938682 - review of important potential issues detected by static analyzers in autofs-5.1.7-2.el9 - correct patch, fix concat_options() error handling. - Related: rhbz#1938682 * Wed Jun 30 2021 Ian Kent <ikent@redhat.com> - 1:5.1.7-20 - bz1938682 - review of important potential issues detected by static analyzers in autofs-5.1.7-2.el9 - fix concat_options() error handling. - Resolves: rhbz#1938682 * Wed Jun 23 2021 Ian Kent <ikent@redhat.com> - 1:5.1.7-19 - bz1951393 - add gating.yaml for CI testing - add gating.yaml. - Resolves: rhbz#1951393 * Tue Jun 22 2021 Mohan Boddu <mboddu@redhat.com> - Rebuilt for RHEL 9 BETA for openssl 3.0 Related: rhbz#1971065 * Tue Jun 22 2021 Ian Kent <ikent@redhat.com> - 1:5.1.7-17 - bz1973892 - /net mount being not cleanly mounted and unmounted - correct patch, fix nonstrict offset mount fail handling. - Related: rhbz#1973892 * Mon Jun 14 2021 Ian Kent <ikent@redhat.com> - 1:5.1.7-16 - bz1965870 - autofs: regression in offset ordering - fix offset entries order. - use mapent tree root for tree_mapent_add_node(). - eliminate redundant cache lookup in tree_mapent_add_node(). - fix hosts map offset order. - fix direct mount deadlock. - bz1965863 - A recent Coverity change can cause an infinit loop on map reload - fix lookup_prune_one_cache() refactoring change. - bz1966380 - auto.master manpage doesn't mention -null or other built-in maps - add missing desciption of null map option. - Resolves: rhbz#1965870 rhbz#1965863 rhbz#1966380
/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/03 /usr/lib/.build-id/03/9c2461c4e5d19d84b6d61168ae31422a400450 /usr/lib/.build-id/05 /usr/lib/.build-id/05/4259a9165989c139c1970d1b81205aea81a22b /usr/lib/.build-id/05/c03ac215026a1a027ade25041df84da9d80124 /usr/lib/.build-id/0e /usr/lib/.build-id/0e/762b80218680d08e9cc651cd5310d4c66a906a /usr/lib/.build-id/1d /usr/lib/.build-id/1d/e0196ed8546f0e53200fed885ae825928cc0ba /usr/lib/.build-id/22 /usr/lib/.build-id/22/8add13f72d4fbd6f70519bc7bafb588e59134f /usr/lib/.build-id/3a /usr/lib/.build-id/3a/3cfdb86de3c4f52348fc1bde13feb5d00ea77c /usr/lib/.build-id/45 /usr/lib/.build-id/45/05a44bde013428fefb9f8448e7058f96969dd9 /usr/lib/.build-id/5a /usr/lib/.build-id/5a/78faf1d6c00198cd3265bbf3a82e4890540ac6 /usr/lib/.build-id/66 /usr/lib/.build-id/66/03ff86f0140dd477820664a8a896c9c7efc931 /usr/lib/.build-id/84 /usr/lib/.build-id/84/98b9641a056cb864f79d0ad204abbb2bc486a0 /usr/lib/.build-id/a4 /usr/lib/.build-id/a4/54f888b4578b221dca8e2c2e4c0a444f646205 /usr/lib/.build-id/b5 /usr/lib/.build-id/b5/55fc183029a6e97accd08f467c25eefe95a153 /usr/lib/.build-id/b5/aa3a67d774752c700382fea4301f6e92504e85 /usr/lib/.build-id/c9 /usr/lib/.build-id/c9/3bd19c4e3c342df298c6bb27416f92b047c020 /usr/lib/.build-id/c9/9d81a24801bc742bf395806fef01aa60a3279d /usr/lib/.build-id/ca /usr/lib/.build-id/ca/ce9d3c2b13a1361785e7b55419b4fe4a04c9f2 /usr/lib/.build-id/cb /usr/lib/.build-id/cb/4273416feaacb8234a62f6abb97cfa41cbae65 /usr/lib/.build-id/d4 /usr/lib/.build-id/d4/5f268c12abdc82f972644a9bea7ba69dc69a1f /usr/lib/.build-id/d9 /usr/lib/.build-id/d9/79960da078fd04e551b6986872920f6d2ca869 /usr/lib/.build-id/ee /usr/lib/.build-id/ee/4082a0888be9191367432e87dd920118cf2520 /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, Sat Dec 7 05:11:24 2024