search for: parse_absolute_tim

Displaying 2 results from an estimated 2 matches for "parse_absolute_tim".

Did you mean: parse_absolute_time
2013 Oct 18
1
confusing documentation for ssh-keygen -V validity_interval
...eeks from now. But according to the code, 'to' is created relatively to from not now: ssh-keygen.c: 1740 if (*from == '-' || *from == '+') 1741 cert_valid_from = parse_relative_time(from, now); 1742 else 1743 cert_valid_from = parse_absolute_time(from); 1744 1745 if (*to == '-' || *to == '+') 1746 cert_valid_to = parse_relative_time(to, cert_valid_from); 1747 else 1748 cert_valid_to = parse_absolute_time(to); What is right? The man page or the code? Thanks, Petr - -- Petr...
2010 Aug 09
8
Call for testing: OpenSSH-5.6
Hi, OpenSSH 5.6 is almost ready for release, so we would appreciate testing on as many platforms and systems as possible. This is a moderately large release, with a number of new features and bug fixes. Snapshot releases for portable OpenSSH are available from http://www.mindrot.org/openssh_snap/ The OpenBSD version is available in CVS HEAD: http://www.openbsd.org/anoncvs.html Portable OpenSSH