parent
e143f61b6f
commit
d4ee3497ca
|
@ -20,6 +20,9 @@
|
||||||
- aaron@cvs.openbsd.org 2002/08/08 13:50:23
|
- aaron@cvs.openbsd.org 2002/08/08 13:50:23
|
||||||
[sshconnect1.c]
|
[sshconnect1.c]
|
||||||
Use & to test if bits are set, not &&; markus@ ok.
|
Use & to test if bits are set, not &&; markus@ ok.
|
||||||
|
- stevesk@cvs.openbsd.org 2002/08/08 23:54:52
|
||||||
|
[auth.c]
|
||||||
|
typo in comment
|
||||||
|
|
||||||
20020813
|
20020813
|
||||||
- (tim) [configure.ac] Display OpenSSL header/library version.
|
- (tim) [configure.ac] Display OpenSSL header/library version.
|
||||||
|
@ -1517,4 +1520,4 @@
|
||||||
- (stevesk) entropy.c: typo in debug message
|
- (stevesk) entropy.c: typo in debug message
|
||||||
- (djm) ssh-keygen -i needs seeded RNG; report from markus@
|
- (djm) ssh-keygen -i needs seeded RNG; report from markus@
|
||||||
|
|
||||||
$Id: ChangeLog,v 1.2419 2002/08/20 18:41:15 mouring Exp $
|
$Id: ChangeLog,v 1.2420 2002/08/20 18:42:13 mouring Exp $
|
||||||
|
|
4
auth.c
4
auth.c
|
@ -23,7 +23,7 @@
|
||||||
*/
|
*/
|
||||||
|
|
||||||
#include "includes.h"
|
#include "includes.h"
|
||||||
RCSID("$OpenBSD: auth.c,v 1.43 2002/05/17 14:27:55 millert Exp $");
|
RCSID("$OpenBSD: auth.c,v 1.44 2002/08/08 23:54:52 stevesk Exp $");
|
||||||
|
|
||||||
#ifdef HAVE_LOGIN_H
|
#ifdef HAVE_LOGIN_H
|
||||||
#include <login.h>
|
#include <login.h>
|
||||||
|
@ -400,7 +400,7 @@ check_key_in_hostfiles(struct passwd *pw, Key *key, const char *host,
|
||||||
|
|
||||||
/*
|
/*
|
||||||
* Check a given file for security. This is defined as all components
|
* Check a given file for security. This is defined as all components
|
||||||
* of the path to the file must either be owned by either the owner of
|
* of the path to the file must be owned by either the owner of
|
||||||
* of the file or root and no directories must be group or world writable.
|
* of the file or root and no directories must be group or world writable.
|
||||||
*
|
*
|
||||||
* XXX Should any specific check be done for sym links ?
|
* XXX Should any specific check be done for sym links ?
|
||||||
|
|
Loading…
Reference in New Issue