[auth.c]
     Fix comment, from jfree.e1 at gmail
This commit is contained in:
Damien Miller 2013-02-12 11:02:27 +11:00
parent 1f583df8c3
commit 18de9133c2
2 changed files with 5 additions and 2 deletions

View File

@ -28,6 +28,9 @@
drop at 10 connections up to 100 connections. This will make it harder drop at 10 connections up to 100 connections. This will make it harder
to DoS as CPUs have come a long way since the original value was set to DoS as CPUs have come a long way since the original value was set
back in 2000. Prompted by nion at debian org, ok markus@ back in 2000. Prompted by nion at debian org, ok markus@
- dtucker@cvs.openbsd.org 2013/02/06 00:22:21
[auth.c]
Fix comment, from jfree.e1 at gmail
20130211 20130211
- (djm) [configure.ac openbsd-compat/openssl-compat.h] Repair build on old - (djm) [configure.ac openbsd-compat/openssl-compat.h] Repair build on old

4
auth.c
View File

@ -1,4 +1,4 @@
/* $OpenBSD: auth.c,v 1.100 2013/01/17 23:00:01 djm Exp $ */ /* $OpenBSD: auth.c,v 1.101 2013/02/06 00:22:21 dtucker Exp $ */
/* /*
* Copyright (c) 2000 Markus Friedl. All rights reserved. * Copyright (c) 2000 Markus Friedl. All rights reserved.
* *
@ -421,7 +421,7 @@ check_key_in_hostfiles(struct passwd *pw, Key *key, const char *host,
* *
* XXX Should any specific check be done for sym links ? * XXX Should any specific check be done for sym links ?
* *
* Takes an the file name, its stat information (preferably from fstat() to * Takes a file name, its stat information (preferably from fstat() to
* avoid races), the uid of the expected owner, their home directory and an * avoid races), the uid of the expected owner, their home directory and an
* error buffer plus max size as arguments. * error buffer plus max size as arguments.
* *