Changelog for
autofs-5.1.7-10.fc34.x86_64.rpm :
* Tue Mar 16 2021 Ian Kent
- 1:5.1.7-10- add xdr_exports(). - remove mount.x and rpcgen dependencies. - dont use realloc in host exports list processing. - use sprintf() when constructing hosts mapent. - fix mnts_remove_amdmount() uses wrong list. - Fix option for master read wait. - eliminate cache_lookup_offset() usage. - fix is mounted check on non existent path. - simplify cache_get_parent(). - set offset parent in update_offset_entry(). - remove redundant variables from mount_autofs_offset(). - remove unused parameter form do_mount_autofs_offset(). - refactor umount_multi_triggers(). - eliminate clean_stale_multi_triggers(). - simplify mount_subtree() mount check. - fix mnts_get_expire_list() expire list construction. - fix inconsistent locking in umount_subtree_mounts(). - fix return from umount_subtree_mounts() on offset list delete. - pass mapent_cache to update_offset_entry(). - fix inconsistent locking in parse_mount(). - remove unused mount offset list lock functions. - eliminate count_mounts() from expire_proc_indirect(). - eliminate some strlen calls in offset handling. - don\'t add offset mounts to mounted mounts table. - reduce umount EBUSY check delay. - cleanup cache_delete() a little. - rename path to m_offset in update_offset_entry(). - don\'t pass root to do_mount_autofs_offset(). - rename tree implementation functions. - add some multi-mount macros. - remove unused functions cache_dump_multi() and cache_dump_cache(). - add a len field to struct autofs_point. - make tree implementation data independent. - add mapent tree implementation. - add tree_mapent_add_node(). - add tree_mapent_delete_offsets(). - add tree_mapent_traverse_subtree(). - fix mount_fullpath(). - add tree_mapent_cleanup_offsets(). - add set_offset_tree_catatonic(). - add mount and umount offsets functions. - switch to use tree implementation for offsets. - remove obsolete functions. - remove redundant local var from sun_mount(). - use mount_fullpath() in one spot in parse_mount(). - pass root length to mount_fullpath(). - remove unused function master_submount_li.st_empty(). - move amd mounts removal into lib/mounts.c. - check for offset with no mount location. - remove mounts_mutex. - remove unused variable from get_exports().
* Tue Jan 26 2021 Fedora Release Engineering - 1:5.1.7-2- Rebuilt for https://fedoraproject.org/wiki/Fedora_34_Mass_Rebuild
* Mon Jan 25 2021 Ian Kent - 1:5.1.7-1- Update to upstream release 5.1.7.
* Mon Aug 31 2020 Ian Kent - 1:5.1.6-11- fix configure force shutdown check.
* Tue Aug 25 2020 Ian Kent - 1:5.1.6-10- fix incorrect configure option.
* Tue Aug 25 2020 Ian Kent - 1:5.1.6-9- mount_nfs.c fix local rdma share not mounting.- fix ldap sasl reconnect problem.- samples/ldap.schema fix.
* Mon Jul 27 2020 Fedora Release Engineering - 1:5.1.6-8- Rebuilt for https://fedoraproject.org/wiki/Fedora_33_Mass_Rebuild
* Wed Jun 17 2020 Ian Kent - 1:5.1.6-7- initialize struct addrinfo for getaddrinfo() calls.- fix quoted string length calc in expandsunent().- fix double quoting of ampersand in auto.smb as well.- fix autofs mount options construction.
* Mon Jun 01 2020 Ian Kent - 1:5.1.6-4- fix changelog message.- actually commit the patches referred to in the commit.- adjust revision to allow fixing f32 revision on update.
* Mon Jun 01 2020 Ian Kent - 1:5.1.6-3- make bind mounts propagation slave by default.- update ldap READMEs and schema definitions.- fix program map multi-mount lookup after mount fail.- fix browse dir not re-created on symlink expire.- fix a regression with map instance lookup.- correct fsf address.- fix Makefile targets\' directory dependencies.- remove intr hosts map mount option.- fix trailing dollar sun entry expansion.- fix double quoting in auto.smb.
* Tue Jan 28 2020 Fedora Release Engineering - 1:5.1.6-2- Rebuilt for https://fedoraproject.org/wiki/Fedora_32_Mass_Rebuild
* Mon Oct 07 2019 Fedora Release Engineering - 1:5.1.6-1- update to upstream 5.1.6 release.
* Wed Jul 24 2019 Fedora Release Engineering - 1:5.1.5-6- Rebuilt for https://fedoraproject.org/wiki/Fedora_31_Mass_Rebuild
* Tue May 14 2019 Ian Kent - 1:5.1.5-4- add BuildRequires: krb5-devel.
* Tue May 14 2019 Ian Kent - 1:5.1.5-4- support strictexpire mount option.- fix hesiod string check in master_parse().