summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorBen Lindstrom <mouring@eviladmin.org>2002-12-23 02:00:23 +0000
committerBen Lindstrom <mouring@eviladmin.org>2002-12-23 02:00:23 +0000
commit44adb8fed9214d209eb8d7d47d5adb053c69f190 (patch)
tree16ca85f439875b40ccd936e4e943817cb901894a /ChangeLog
parentab1c12a11c0c05223405a814d39281b5b0b9b712 (diff)
- fgsch@cvs.openbsd.org 2002/11/15 10:03:09
[authfile.c] lseek(2) may return -1 when getting the public/private key lenght. Simplify the code and check for errors using fstat(2). Problem reported by Mauricio Sanchez, markus@ ok.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog11
1 files changed, 10 insertions, 1 deletions
diff --git a/ChangeLog b/ChangeLog
index 194ecdcb6..3eed9b8c2 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,12 @@
120021222
2 - (bal) OpenBSD CVS Sync
3 - fgsch@cvs.openbsd.org 2002/11/15 10:03:09
4 [authfile.c]
5 lseek(2) may return -1 when getting the public/private key lenght.
6 Simplify the code and check for errors using fstat(2).
7
8 Problem reported by Mauricio Sanchez, markus@ ok.
9
120021205 1020021205
2 - (djm) PERL-free fixpaths from stuge-openssh-unix-dev@cdy.org 11 - (djm) PERL-free fixpaths from stuge-openssh-unix-dev@cdy.org
3 12
@@ -832,4 +841,4 @@
832 save auth method before monitor_reset_key_state(); bugzilla bug #284; 841 save auth method before monitor_reset_key_state(); bugzilla bug #284;
833 ok provos@ 842 ok provos@
834 843
835$Id: ChangeLog,v 1.2515 2002/12/05 09:59:33 djm Exp $ 844$Id: ChangeLog,v 1.2516 2002/12/23 02:00:23 mouring Exp $