CVSROOT: /cvs Module name: src Changes by: [email protected] 2025/12/05 00:43:12
Modified files:
usr.bin/ssh : misc.c misc.h
Log message:
Add convtime_double() that converts a string interval, such
as "3w2d4h5m10.5s", into a floating point number of seconds.
Reimplement the existing convtime() function using convtime_double()
(it just drops the fractional seconds)
lots of feedback deraadt@ / dtucker@; ok deraadt@
