summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--ChangeLog3
-rw-r--r--auth.c4
2 files changed, 5 insertions, 2 deletions
diff --git a/ChangeLog b/ChangeLog
index 2d5f1d96b..c1d428709 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -28,6 +28,9 @@
28 drop at 10 connections up to 100 connections. This will make it harder 28 drop at 10 connections up to 100 connections. This will make it harder
29 to DoS as CPUs have come a long way since the original value was set 29 to DoS as CPUs have come a long way since the original value was set
30 back in 2000. Prompted by nion at debian org, ok markus@ 30 back in 2000. Prompted by nion at debian org, ok markus@
31 - dtucker@cvs.openbsd.org 2013/02/06 00:22:21
32 [auth.c]
33 Fix comment, from jfree.e1 at gmail
31 34
3220130211 3520130211
33 - (djm) [configure.ac openbsd-compat/openssl-compat.h] Repair build on old 36 - (djm) [configure.ac openbsd-compat/openssl-compat.h] Repair build on old
diff --git a/auth.c b/auth.c
index d978f0271..054c7282f 100644
--- a/auth.c
+++ b/auth.c
@@ -1,4 +1,4 @@
1/* $OpenBSD: auth.c,v 1.100 2013/01/17 23:00:01 djm Exp $ */ 1/* $OpenBSD: auth.c,v 1.101 2013/02/06 00:22:21 dtucker Exp $ */
2/* 2/*
3 * Copyright (c) 2000 Markus Friedl. All rights reserved. 3 * Copyright (c) 2000 Markus Friedl. All rights reserved.
4 * 4 *
@@ -421,7 +421,7 @@ check_key_in_hostfiles(struct passwd *pw, Key *key, const char *host,
421 * 421 *
422 * XXX Should any specific check be done for sym links ? 422 * XXX Should any specific check be done for sym links ?
423 * 423 *
424 * Takes an the file name, its stat information (preferably from fstat() to 424 * Takes a file name, its stat information (preferably from fstat() to
425 * avoid races), the uid of the expected owner, their home directory and an 425 * avoid races), the uid of the expected owner, their home directory and an
426 * error buffer plus max size as arguments. 426 * error buffer plus max size as arguments.
427 * 427 *