-
Tue Dec 15 2020 EL Errata <el-errata_ww@oracle.com> - 5.0.7-116.0.1
- add autofs-5.0.5-lookup-mounts.patch [Orabug:12658280] (Bert Barbe)
-
Fri Oct 30 2020 Ian Kent <ikent@redhat.com> - 5.0.7-116
- bz1885511 - automount force unlink option (-F) does not work as expected
on autofs-5.0.7-109.el7
- fix incorrect logical compare in unlink_mount_tree().
- Related: rhbz#1885511
-
Fri Oct 30 2020 Ian Kent <ikent@redhat.com> - 5.0.7-115
- bz1885511 - automount force unlink option (-F) does not work as expected
on autofs-5.0.7-109.el7
- fix direct mount unlink_mount_tree() path.
- fix unlink mounts umount order.
- bz1858586 - autofs share doesn't mount when using nobind over RDMA where
nfs-server and nfs-client are the same systems
- mount_nfs.c fix local rdma share not mounting.
- Resolves: rhbz#1885511 rhbz#1858586
-
Fri Jun 26 2020 Ian Kent <ikent@redhat.com> - 5.0.7-114
- bz1847762 - automount program crashes with "malloc(): invalid next size
(unsorted)
- initialize struct addrinfo for getaddrinfo() calls.
- fix quoted string length calc in expandsunent().
- fix autofs mount options construction.
-Resolves: rhbz#1847762
-
Mon Mar 30 2020 Ian Kent <ikent@redhat.com> - 5.0.7-113
- Fix changelog revision for previous 2 commits.
- Related: rhbz#1806514 rhbz#1818664
-
Mon Mar 30 2020 Ian Kent <ikent@redhat.com> - 5.0.7-112
- bz1818664 - autofs cannot mount samba/cifs shares that end with a dollar sign
- fix trailing dollar sun entry expansion.
- Resolves: rhbz#1818664
-
Wed Mar 25 2020 Ian Kent <ikent@redhat.com> - 5.0.7-111
- bz1806514 - strictexpire option not set for offset mounts
- fix patch not applied.
- Related: rhbz#1806514
-
Wed Mar 25 2020 Ian Kent <ikent@redhat.com> - 5.0.7-110
- bz1806514 - strictexpire option not set for offset mounts
- also use strictexpire for offsets.
- Resolves: rhbz#1806514
-
Tue Aug 20 2019 Ian Kent <ikent@redhat.com> - 5.0.7-109
- bz1728914 - getmntent returns additional "-hosts" entries when
automounter is used with "hosts" map
- fix missing initialization of autofs_point flags.
- Related: rhbz#1728914
-
Fri Aug 09 2019 Ian Kent <ikent@redhat.com> - 5.0.7-108
- bz1728914 - getmntent returns additional "-hosts" entries when
automounter is used with "hosts" map
- remove unused function has_fstab_option().
- remove unused function reverse_mnt_list().
- remove a couple of old debug messages.
- fix amd entry memory leak.
- fix unlink_mount_tree() not umounting mounts.
- add ignore mount option.
- use ignore option for offset mounts as well.
- add config option for "ignore" mount option
- use bit flags for autofs mount types in mnt_list.
- use mp instead of path in mnt_list entries.
- always use PROC_MOUNTS to make mount lists.
- add glibc getmntent_r().
- use local getmntent_r in table_is_mounted().
- refactor unlink_active_mounts() in direct.c.
- don't use tree_is_mounted() for mounted checks.
- use single unlink_umount_tree() for both direct and indirect mounts.
- move unlink_mount_tree() to lib/mounts.c.
- use local_getmntent_r() for unlink_mount_tree().
- use local getmntent_r() in get_mnt_list().
- use local getmntent_r() in tree_make_mnt_list().
- Resolves: rhbz#1728914