-
Tue Aug 30 2016 EL Errata <el-errata_ww@oracle.com> - 1:5.0.7-56.0.1
- add autofs-5.0.5-lookup-mounts.patch [Orabug:12658280] (Bert Barbe)
-
Wed May 25 2016 Ian Kent <ikent@redhat.com> - 1:5.0.7-56
- bz1327388 - Fix use-after-free in st_queue_handler
- fix use-after-free in st_queue_handler().
- bz1252071 - [RFE] Disable alerting on non-existent automounts
- add config option to suppress not found log message.
- Resolves: rhbz#1327388 rhbz#1252071
-
Tue May 17 2016 Ian Kent <ikent@redhat.com> - 1:5.0.7-55
- bz1298115 - The autofs service fails to load maps on boot if the maps
are stored on a NFS mount
- make service want network-online.
- add remote-fs.target systemd dependency.
- bz1300496 - Duplicate mounts created or leftovers in mtab
- revert special case cifs escapes.
- bz1300498 - Parent directory in nested mount gets unmounted while the
child remains mounted
- guard against incorrect umount return.
- bz1305721 - autofs.conf: Fix 'nameing' typo
- fix 'nameing' typo in autofs.conf.
- bz1329869 - RHEL6.7: shutdown / reboot hangs with findmnt in a readlink
system call, doing path_walk and stuck in autofs4_wait
- always set direct mounts catatonic at exit.
- log pipe read errors.
- fix rwlock unlock crash.
- fix handle_mounts() termination condition check.
- bz1300500 - double free or corruption (fasttop) causes abort in
ldap_int_tls_destroy
- fix config old name lookup.
- fix error handling on ldap bind fail.
- fix gcc5 complaints.
- fix fix gcc5 complaints.
- fix missing source sss in multi map lookup.
- fix update_hosts_mounts() return.
- change lookup to use reinit instead of reopen.
- fix unbind sasl external mech.
- fix sasl connection concurrancy problem.
- add some Coverity fixes identified for recent changes.
- bz1300501 - Request to add a configuration option to force use of the map
entry hostname for mounts
- add configuration option to use fqdn in mounts
- Resolves: rhbz#1298115 rhbz#1300496 rhbz#1300498 rhbz#1305721
- Resolves: rhbz#1329869 rhbz#1300500 rhbz#1300501
-
Thu Sep 17 2015 Ian Kent <ikent@redhat.com> - 1:5.0.7-54
- bz1263508 - Heavy program map usage can lead to a hang
- fix out of order call in program map lookup.
- Resolves: rhbz#1263508
-
Tue Jul 07 2015 Ian Kent <ikent@redhat.com> - 1:5.0.7-53
- bz1238573 - RFE: autofs MAP_HASH_TABLE_SIZE description
- update map_hash_table_size description.
- Resolves: rhbz#1238573
-
Thu Jul 02 2015 Ian Kent <ikent@redhat.com> - 1:5.0.7-52
- bz1233069 - Direct map does not expire if map is initially empty
- update patch to fix expiry problem.
- Related: rhbz#1233069
-
Tue Jun 23 2015 Ian Kent <ikent@redhat.com> - 1:5.0.7-51
- bz1233065 - 'service autofs reload' does not reloads new mounts only
when 'sss' or 'ldap' is used in '/etc/nsswitch.conf' file
- init qdn before use in get_query_dn().
- fix left mount count return from umount_multi_triggers().
- fix return handling in sss lookup module.
- move query dn calculation from do_bind() to do_connect().
- make do_connect() return a status.
- make connect_to_server() return a status.
- make find_dc_server() return a status.
- make find_server() return a status.
- fix return handling of do_reconnect() in ldap module.
- bz1233067 - autofs is performing excessive direct mount map re-reads
- fix direct mount stale instance flag reset.
- bz1233069 - Direct map does not expire if map is initially empty
- fix direct map expire not set for initial empty map.
- Resolves: rhbz#1233065 rhbz#1233067 rhbz#1233069
-
Tue May 26 2015 Ian Kent <ikent@redhat.com> - 1:5.0.7-50
- bz1218045 - Similar but unrelated NFS exports block proper mounting of
"parent" mount point
- remove unused offset handling code.
- fix mount as you go offset selection.
- Resolves: rhbz#1218045
-
Mon May 25 2015 Ian Kent <ikent@redhat.com> - 1:5.0.7-49
- bz1166457 - Autofs unable to mount indirect after attempt to mount wildcard
- make negative cache update consistent for all lookup modules.
- ensure negative cache isn't updated on remount.
- dont add wildcard to negative cache.
- bz1162041 - priv escalation via interpreter load path for program based
automount maps
- add a prefix to program map stdvars.
- add config option to force use of program map stdvars.
- bz1161474 - automount segment fault in parse_sun.so for negative parser tests
- fix incorrect check in parse_mount().
- bz1205600 - Autofs stopped mounting /net/hostname/mounts after seeing duplicate
exports in the NFS server
- handle duplicates in multi mounts.
- bz1201582 - autofs: MAPFMT_DEFAULT is not macro in lookup_program.c
- fix macro usage in lookup_program.c.
- Resolves: rhbz#1166457 rhbz#1162041 rhbz#1161474 rhbz#1205600 rhbz#1201582
-
Fri Dec 19 2014 Ian Kent <ikent@redhat.com> - 1:5.0.7-48
- bz1164957 - The default installed autofs.conf doesn't have default nfs
protocol set to 4
- add missing line to copy RedHat customized config to spec file.
- Resolves: rhbz#1164957