Branch next
Tag:V9.14
Merge Highlights
* Remove LogAlways
* Make FSAL readlink use utf8string instead of gsh_buffdesc and eliminate
gsh_strldup
* network: unify ipv4 and ipv6-mapped address handling
* idmapper: Implement RFC 5661 compliant numeric ID parsing
* log: Add a compile time assert for default_log_levels
* Fix getgrouplist return value handling for NSS and SSSD
* Clang-formatted the code base
* Recovery: Handle zero clients condition in grace
* RECOVERY: Fix status message
* Add FullDebug logging for delegation deny decisions
* log: skip conditional log check on isLevel when no targets configured
* Fixed big parameter passed by value. CID 509127,509133
* Allow /0 CIDR prefix in export client blocks
Signed-off-by: Frank S. Filz <ffilzlnx(a)mindspring.com>
Contents:
7af850559 Frank S. Filz V9.14
9be7e0753 Goutham Pacha Ravi Allow /0 CIDR prefix in export client blocks
b765b3e88 Animesh Javali Fixed big parameter passed by value. CID
509127,509133
10c55d516 Nishant Puri log: skip conditional log check on isLevel when no
targets configured
d126f7078 Suhas Athani Add FullDebug logging for delegation deny decisions
ed2c761cd Sachin Punadikar RECOVERY: Fix status message
48776241f Sachin Punadikar Recovery: Handle zero clients condition in grace
810421b5c Lior Suliman Clang-formatted the code base
f33793264 Prabhu Murugesan Fix getgrouplist return value handling for NSS
and SSSD
88701318b Lior Suliman log: Add a compile time assert for default_log_levels
73523de81 Lior Suliman idmapper: Implement RFC 5661 compliant numeric ID
parsing
13e4120da Lior Suliman network: unify ipv4 and ipv6-mapped address handling
6fda0a4d1 Frank S. Filz Make FSAL readlink use utf8string instead of
gsh_buffdesc and eliminate gsh_strldup
0a7276c86 Frank S. Filz Remove LogAlways