Bugzilla – Attachment 1867 Details for
Bug 1554
No feedback when configuration file permissions are set incorrectly.
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
/home/djm/sshd-debug-badmodes.diff
sshd-debug-badmodes.diff (text/plain), 881 bytes, created by
Damien Miller
on 2010-06-18 12:44:26 AEST
(
hide
)
Description:
/home/djm/sshd-debug-badmodes.diff
Filename:
MIME Type:
Creator:
Damien Miller
Created:
2010-06-18 12:44:26 AEST
Size:
881 bytes
patch
obsolete
>Index: auth.c >=================================================================== >RCS file: /cvs/src/usr.bin/ssh/auth.c,v >retrieving revision 1.87 >diff -u -p -r1.87 auth.c >--- auth.c 7 May 2010 11:30:29 -0000 1.87 >+++ auth.c 18 Jun 2010 02:43:06 -0000 >@@ -307,6 +307,8 @@ check_key_in_hostfiles(struct passwd *pw > logit("Authentication refused for %.100s: " > "bad owner or modes for %.200s", > pw->pw_name, user_hostfile); >+ auth_debug_add("Ignored %.200s: bad ownership or modes", >+ user_hostfile); > } else { > temporarily_use_uid(pw); > host_status = check_host_in_hostfile(user_hostfile, >@@ -430,6 +432,7 @@ auth_openfile(const char *file, struct p > secure_filename(f, file, pw, line, sizeof(line)) != 0) { > fclose(f); > logit("Authentication refused: %s", line); >+ auth_debug_add("Ignored %s: %s", file_type, line); > return NULL; > } >
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Flags:
dtucker
:
ok+
Actions:
View
|
Diff
Attachments on
bug 1554
: 1867