summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorBen Lindstrom <mouring@eviladmin.org>2001-03-09 00:12:22 +0000
committerBen Lindstrom <mouring@eviladmin.org>2001-03-09 00:12:22 +0000
commit266dfdfd62d169c62618d73cd72df0391c072be1 (patch)
tree3a51150147ab8fbc365f4d285b3046202bb1a2fc /ChangeLog
parent283cb821cda4e05b33a1e87854db276757e9fdf8 (diff)
- markus@cvs.openbsd.org 2001/03/08 21:42:33
[compat.c compat.h readconf.h ssh.c sshconnect1.c sshconnect2.c] implement client side of SSH2_MSG_USERAUTH_PK_OK (test public key -> no need to do enter passphrase or do expensive sign operations if the server does not accept key).
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog7
1 files changed, 6 insertions, 1 deletions
diff --git a/ChangeLog b/ChangeLog
index e153b899d..f7e526980 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -6,6 +6,11 @@
6 - stevesk@cvs.openbsd.org 2001/03/08 20:44:48 6 - stevesk@cvs.openbsd.org 2001/03/08 20:44:48
7 [sftp.1] 7 [sftp.1]
8 spelling, cleanup; ok deraadt@ 8 spelling, cleanup; ok deraadt@
9 - markus@cvs.openbsd.org 2001/03/08 21:42:33
10 [compat.c compat.h readconf.h ssh.c sshconnect1.c sshconnect2.c]
11 implement client side of SSH2_MSG_USERAUTH_PK_OK (test public key ->
12 no need to do enter passphrase or do expensive sign operations if the
13 server does not accept key).
9 14
1020010308 1520010308
11 - OpenBSD CVS Sync 16 - OpenBSD CVS Sync
@@ -4452,4 +4457,4 @@
4452 - Wrote replacements for strlcpy and mkdtemp 4457 - Wrote replacements for strlcpy and mkdtemp
4453 - Released 1.0pre1 4458 - Released 1.0pre1
4454 4459
4455$Id: ChangeLog,v 1.929 2001/03/09 00:09:02 mouring Exp $ 4460$Id: ChangeLog,v 1.930 2001/03/09 00:12:22 mouring Exp $