summaryrefslogtreecommitdiff
path: root/auth.c
diff options
context:
space:
mode:
authorDarren Tucker <dtucker@zip.com.au>2004-08-12 22:40:24 +1000
committerDarren Tucker <dtucker@zip.com.au>2004-08-12 22:40:24 +1000
commit5cb30ad2ec4fe129e6d2e440eb2eba1c01f71661 (patch)
treea302142d8453f6d9387dae1d6c78e1351d6780b6 /auth.c
parent6832b83744b807437488d7e122128f9b363dac43 (diff)
- markus@cvs.openbsd.org 2004/07/28 09:40:29
[auth.c auth1.c auth2.c cipher.c cipher.h key.c session.c ssh.c sshconnect1.c] more s/illegal/invalid/
Diffstat (limited to 'auth.c')
-rw-r--r--auth.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/auth.c b/auth.c
index 0bb7e2807..0956b0b19 100644
--- a/auth.c
+++ b/auth.c
@@ -23,7 +23,7 @@
23 */ 23 */
24 24
25#include "includes.h" 25#include "includes.h"
26RCSID("$OpenBSD: auth.c,v 1.55 2004/07/21 08:56:12 markus Exp $"); 26RCSID("$OpenBSD: auth.c,v 1.56 2004/07/28 09:40:29 markus Exp $");
27 27
28#ifdef HAVE_LOGIN_H 28#ifdef HAVE_LOGIN_H
29#include <login.h> 29#include <login.h>
@@ -233,7 +233,7 @@ auth_log(Authctxt *authctxt, int authenticated, char *method, char *info)
233 authlog("%s %s for %s%.100s from %.200s port %d%s", 233 authlog("%s %s for %s%.100s from %.200s port %d%s",
234 authmsg, 234 authmsg,
235 method, 235 method,
236 authctxt->valid ? "" : "illegal user ", 236 authctxt->valid ? "" : "invalid user ",
237 authctxt->user, 237 authctxt->user,
238 get_remote_ipaddr(), 238 get_remote_ipaddr(),
239 get_remote_port(), 239 get_remote_port(),