-
Wed Nov 20 2019 EL Errata <el-errata_ww@oracle.com> - 5.0.7-109.0.1
- add autofs-5.0.5-lookup-mounts.patch [Orabug:12658280] (Bert Barbe)
-
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
-
Tue Jul 30 2019 Ian Kent <ikent@redhat.com> - 5.0.7-107
- bz1734057 - automount segfaults if a bad hosts entry is added
in /etc/auto.master
- fix reset flex scan buffer on init.
- Resolves: rhbz#1734057
-
Thu Mar 07 2019 Ian Kent <ikent@redhat.com> - 5.0.7-106
- bz1685804 - autofs doesn't expand macros in amd map selectors
- workaround getaddrinfo(3) ai_canonname bug.
- improve hostname lookup error logging.
- allow period following macro in selector value.
- fix macro expansion in selector values.
- Resolves: rhbz#1685804
-
Tue Mar 05 2019 Ian Kent <ikent@redhat.com> - 5.0.7-105
- bz1680582 - Sanitize autofs logging
- make expire remaining log level debug.
- Resolves: rhbz#1680582
-
Tue Mar 05 2019 Ian Kent <ikent@redhat.com> - 5.0.7-104
- bz1442063 - Parameter ghost not documented in the man pages
- document ghost option in auto.master man page.
- Resolves: rhbz#1442063
-
Mon Feb 18 2019 Ian Kent <ikent@redhat.com> - 5.0.7-103
- bz1644933 - Segmentation fault in err_string_data_LHASH_COMP
- openssl workaround.
- Resolves: rhbz#1644933
-
Mon Feb 04 2019 Ian Kent <ikent@redhat.com> - 5.0.7-102
- bz1644910 - [RFE] Enable additional logging information for autofs
- add NULL check for get_addr_string() return.
- use malloc(3) in spawn.c.
- add mount_verbose configuration option.
- optionally log mount requestor process info.
- log mount call arguments if mount_verbose is set.
- Resolves: rhbz#1644910
-
Tue Jan 22 2019 Ian Kent <ikent@redhat.com> - 5.0.7-101
- bz1640448 - path_resolution on an autofs managed path resets the timer. Can
this be made configurable?
- support strictexpire mount option.
- Resolves: rhbz#1640448