Guest User

Untitled

a guest
Jan 13th, 2024
24
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 4.63 KB | None | 0 0
  1. 02/11/2023 autofs-5.1.9
  2. - fix kernel mount status notification.
  3. - fix fedfs build flags.
  4. - fix set open file limit.
  5. - improve descriptor open error reporting.
  6. - fix root offset error handling.
  7. - fix fix root offset error handling.
  8. - fix nonstrict fail handling of last offset mount.
  9. - dont fail on duplicate offset entry tree add.
  10. - fix loop under run in cache_get_offset_parent().
  11. - bailout on rpc systemerror.
  12. - fix nfsv4 only mounts should not use rpcbind.
  13. - simplify cache_add() a little.
  14. - fix use after free in tree_mapent_delete_offset_tree().
  15. - fix memory leak in xdr_exports().
  16. - avoid calling pthread_getspecific() with NULL key_thread_attempt_id.
  17. - fix sysconf(3) return handling.
  18. - remove nonstrict parameter from tree_mapent_umount_offsets().
  19. - fix handling of incorrect return from umount_ent().
  20. - dont use initgroups() at spawn.
  21. - fix bashism in configure.
  22. - musl: fix missing include in hash.h.
  23. - musl: define fallback dummy NSS config path
  24. - musl: avoid internal stat.h definitions.
  25. - musl: add missing include to hash.h for _WORDSIZE.
  26. - musl: add missing include to log.h for pid_t.
  27. - musl: define _SWORD_TYPE.
  28. - add autofs_strerror_r() helper for musl.
  29. - update configure.
  30. - handle innetgr() not present in musl.
  31. - fix missing unlock in sasl_do_kinit_ext_cc().
  32. - fix a couple of null cache locking problems.
  33. - restore gcc flags after autoconf Kerberos 5 check.
  34. - prepare for OpenLDAP SASL binding.
  35. - let OpenLDAP handle SASL binding.
  36. - configure: LDAP function checks ignore implicit declarations.
  37. - improve debug logging of LDAP binds.
  38. - improve debug logging of SASL binds.
  39. - internal SASL logging only in debug log mode.
  40. - more comprehensive verbose logging for LDAP maps.
  41. - fix invalid tsv access.
  42. - support SCRAM for SASL binding.
  43. - ldap_sasl_interactive_bind() needs credentials for auto-detection.
  44. - fix autofs regression due to positive_timeout.
  45. - fix parse module instance mutex naming.
  46. - serialise lookup module open and reinit.
  47. - coverity fix for invalid access.
  48. - fix hosts map deadlock on restart.
  49. - fix deadlock with hosts map reload.
  50. - fix memory leak in update_hosts_mounts().
  51. - fix minus only option handling in concat_options().
  52. - fix incorrect path for is_mounted() in try_remount().
  53. - fix additional tsv invalid access.
  54. - fix use_ignore_mount_option description.
  55. - include addtional log info for mounts.
  56. - fail on empty replicated host name.
  57. - improve handling of ENOENT in sss setautomntent().
  58. - don't immediately call function when waiting.
  59. - define LDAP_DEPRECATED during LDAP configure check.
  60. - fix return status of mount_autofs().
  61. - don't close lookup at umount.
  62. - fix deadlock in lookups.
  63. - dont delay expire.
  64. - make amd mapent search function name clear.
  65. - rename statemachine() to signal_handler().
  66. - make signal handling consistent.
  67. - eliminate last remaining state_pipe usage.
  68. - add function master_find_mapent_by_devid().
  69. - use device id to locate autofs_point when setting log priotity.
  70. - add command pipe handling functions.
  71. - switch to application wide command pipe.
  72. - get rid of unused field submnt_count.
  73. - fix mount tree startup reconnect.
  74. - fix unterminated read in handle_cmd_pipe_fifo_message().
  75. - fix memory leak in sasl_do_kinit()
  76. - fix fix mount tree startup reconnect.
  77. - fix amd selector function matching.
  78. - get rid entry thid field.
  79. - continue expire immediately after submount check.
  80. - eliminate realpath from mount of submount.
  81. - eliminate root param from autofs mount and umount.
  82. - remove redundant fstat from do_mount_direct().
  83. - get rid of strlen call in handle_packet_missing_direct().
  84. - remove redundant stat call in lookup_ghost().
  85. - set mapent dev and ino before adding to index.
  86. - change to use printf functions in amd parser.
  87. - dont call umount_subtree_mounts() on parent at umount.
  88. - dont take parent source lock at mount shutdown.
  89. - fix possible use after free in handle_mounts_exit().
  90. - make submount cleanup the same as top level mounts.
  91. - add soucre parameter to module functions.
  92. - add ioctlfd open helper.
  93. - make open files limit configurable.
  94. - use correct reference for IN6 macro call.
  95. - dont probe interface that cant send packet.
  96. - fix some sss error return cases.
  97. - fix incorrect matching of cached wildcard key.
  98. - fix expire retry looping.
  99. - allow -null map in indirect maps.
  100. - fix multi-mount check.
  101. - fix let OpenLDAP handle SASL binding.
  102. - always recreate credential cache.
  103. - fix ldap_parse_page_control() check.
  104. - fix typo in create_cmd_pipe_fifo().
  105. - add null check in master_kill().
  106. - be more careful with cmd pipe at exit.
  107. - rename configure.in to configure.ac.
  108. - update autoconf macros.
  109. - update autoconf release.
  110. - update autofs release.
Advertisement
Add Comment
Please, Sign In to add comment