-
Tue Apr 10 2018 EL Errata <el-errata_ww@oracle.com> - 5.0.7-83.0.1
- add autofs-5.0.5-lookup-mounts.patch [Orabug:12658280] (Bert Barbe)
-
Fri Feb 02 2018 Ian Kent <ikent@redhat.com> - 5.0.7-83
- bz1509043 - [RFE] "automount / amd: file system type program is not
yet implemented"
- dont use array for path when not necessary.
- fix prefix option handling in expand_entry().
- fix sublink handling in do_nfs_mount().
- add fix error return in do_nfs_mount().
- Related: rhbz#1509043
-
Fri Dec 22 2017 Ian Kent <ikent@redhat.com> - 5.0.7-82
- bz1527815 - automount[1979]: segfault at 55f5101d30e8 ip 000055f50f177668
sp 00007ffffa85fdd0 error 4 in automount[55f50f16d000+48000]
- fix deadlock in dumpmaps.
- Related: rhbz#1527815
-
Thu Dec 21 2017 Ian Kent <ikent@redhat.com> - 5.0.7-81
- bz1527815 - automount[1979]: segfault at 55f5101d30e8 ip 000055f50f177668
sp 00007ffffa85fdd0 error 4 in automount[55f50f16d000+48000]
- fix use after free in do_master_list_reset()
- Resolves: rhbz#1527815
-
Mon Dec 18 2017 Ian Kent <ikent@redhat.com> - 5.0.7-80
- bz1509088 - autofs hangs due to race condition in do_spawn
- update configure to check for pipe2(2).
- fix open calls not using open_xxxx() calls.
- move open_xxxx() functions to spawn.c.
- serialize calls to open_xxxx() functions.
- Resolves: rhbz#1509088
-
Mon Dec 11 2017 Ian Kent <ikent@redhat.com> - 5.0.7-79
- bz1509043 - [RFE] "automount / amd: file system type program is not
yet implemented"
- fix memory leak in umount_amd_ext_mount().
- fix strerror_r() parameter declaration in do program_mount().
- fix incorrect check in validate_program_options().
- Related: rhbz#1509043
-
Mon Dec 11 2017 Ian Kent <ikent@redhat.com> - 5.0.7-78
- bz1509043 - [RFE] "automount / amd: file system type program is not
yet implemented"
- improve debug logging of lookup key.
- fix cachefs parse message not being logged.
- fix typo in amd_parse.c.
- add missing MODPREFIX to logging in amd parser.
- fix symlink false negative in umount_multi().
- remove expand_selectors() call on amd parser entry.
- fix amd defaults map entry handling.
- refactor amd_parse.c.
- fix amd parser double quote handling.
- fix expandamdent() quote handling.
- fix possible memory leak during amd parse.
- remove path restriction of amd external mount.
- add function umount_amd_ext_mount().
- add function ext_mount_inuse().
- add function construct_argv().
- add amd mount type program mount support.
- Resolves: rhbz#1509043
-
Tue Oct 31 2017 Ian Kent <ikent@redhat.com> - 5.0.7-77
- bz1504145 - Automount cannot access host shares after a reboot
- fix reject in patch changelog hunk.
- Related: rhbz#1504145
-
Tue Oct 31 2017 Ian Kent <ikent@redhat.com> - 5.0.7-76
- bz1504145 - Automount cannot access host shares after a reboot
- reset master map list on startup retry.
- Resolves: rhbz#1504145
-
Fri Oct 27 2017 Ian Kent <ikent@redhat.com> - 5.0.7-75
- bz1489247 - autofs: config mount_nfs_default_protocol doesn't work
- improve description of mount_nfs_default_protocol.
- Resolves: rhbz#1489247