diff options
author | Darren Tucker <dtucker@zip.com.au> | 2005-03-14 23:08:50 +1100 |
---|---|---|
committer | Darren Tucker <dtucker@zip.com.au> | 2005-03-14 23:08:50 +1100 |
commit | 90b9e0223049702df3ee7d2154aa9fd6a08e3467 (patch) | |
tree | ecffb65cf0124aa0c284c130fa94e45f52bf8069 | |
parent | 47eede77ed15bd53922394cc1f5c9eb3d011ccb2 (diff) |
- deraadt@cvs.openbsd.org 2005/03/10 22:40:38
[auth-options.c]
spacing
-rw-r--r-- | ChangeLog | 5 | ||||
-rw-r--r-- | auth-options.c | 4 |
2 files changed, 6 insertions, 3 deletions
@@ -9,6 +9,9 @@ | |||
9 | monitor.c sftp-client.c bufaux.h hostfile.c ssh.c sshconnect.c channels.c | 9 | monitor.c sftp-client.c bufaux.h hostfile.c ssh.c sshconnect.c channels.c |
10 | readconf.c bufaux.c sftp.c] | 10 | readconf.c bufaux.c sftp.c] |
11 | spacing | 11 | spacing |
12 | - deraadt@cvs.openbsd.org 2005/03/10 22:40:38 | ||
13 | [auth-options.c] | ||
14 | spacing | ||
12 | 15 | ||
13 | 20050313 | 16 | 20050313 |
14 | - (dtucker) [contrib/cygwin/ssh-host-config] Makes the query for the | 17 | - (dtucker) [contrib/cygwin/ssh-host-config] Makes the query for the |
@@ -2343,4 +2346,4 @@ | |||
2343 | - (djm) Trim deprecated options from INSTALL. Mention UsePAM | 2346 | - (djm) Trim deprecated options from INSTALL. Mention UsePAM |
2344 | - (djm) Fix quote handling in sftp; Patch from admorten AT umich.edu | 2347 | - (djm) Fix quote handling in sftp; Patch from admorten AT umich.edu |
2345 | 2348 | ||
2346 | $Id: ChangeLog,v 1.3712 2005/03/14 12:08:12 dtucker Exp $ | 2349 | $Id: ChangeLog,v 1.3713 2005/03/14 12:08:50 dtucker Exp $ |
diff --git a/auth-options.c b/auth-options.c index 829c37f1d..a85e40835 100644 --- a/auth-options.c +++ b/auth-options.c | |||
@@ -10,7 +10,7 @@ | |||
10 | */ | 10 | */ |
11 | 11 | ||
12 | #include "includes.h" | 12 | #include "includes.h" |
13 | RCSID("$OpenBSD: auth-options.c,v 1.30 2005/03/10 22:01:05 deraadt Exp $"); | 13 | RCSID("$OpenBSD: auth-options.c,v 1.31 2005/03/10 22:40:38 deraadt Exp $"); |
14 | 14 | ||
15 | #include "xmalloc.h" | 15 | #include "xmalloc.h" |
16 | #include "match.h" | 16 | #include "match.h" |
@@ -247,7 +247,7 @@ auth_parse_options(struct passwd *pw, char *opts, char *file, u_long linenum) | |||
247 | host = hpdelim(&p); | 247 | host = hpdelim(&p); |
248 | if (host == NULL || strlen(host) >= NI_MAXHOST) { | 248 | if (host == NULL || strlen(host) >= NI_MAXHOST) { |
249 | debug("%.100s, line %lu: Bad permitopen " | 249 | debug("%.100s, line %lu: Bad permitopen " |
250 | "specification <%.100s>", file, linenum, | 250 | "specification <%.100s>", file, linenum, |
251 | patterns); | 251 | patterns); |
252 | auth_debug_add("%.100s, line %lu: " | 252 | auth_debug_add("%.100s, line %lu: " |
253 | "Bad permitopen specification", file, | 253 | "Bad permitopen specification", file, |