зеркало из https://github.com/Azure/sonic-openssh.git
- stevesk@cvs.openbsd.org 2001/03/05 15:44:51
[servconf.c] sync error message; ok markus@
This commit is contained in:
Родитель
ff8b4940ab
Коммит
35f1f4e2b8
|
@ -3,6 +3,9 @@
|
||||||
- deraadt@cvs.openbsd.org 2001/03/05 14:28:47
|
- deraadt@cvs.openbsd.org 2001/03/05 14:28:47
|
||||||
[sshd.8]
|
[sshd.8]
|
||||||
alpha order; jcs@rt.fm
|
alpha order; jcs@rt.fm
|
||||||
|
- stevesk@cvs.openbsd.org 2001/03/05 15:44:51
|
||||||
|
[servconf.c]
|
||||||
|
sync error message; ok markus@
|
||||||
|
|
||||||
20010305
|
20010305
|
||||||
- (bal) CVS ID touch up on sshpty.[ch] and sshlogin.[ch]
|
- (bal) CVS ID touch up on sshpty.[ch] and sshlogin.[ch]
|
||||||
|
@ -4374,4 +4377,4 @@
|
||||||
- Wrote replacements for strlcpy and mkdtemp
|
- Wrote replacements for strlcpy and mkdtemp
|
||||||
- Released 1.0pre1
|
- Released 1.0pre1
|
||||||
|
|
||||||
$Id: ChangeLog,v 1.909 2001/03/06 01:00:03 mouring Exp $
|
$Id: ChangeLog,v 1.910 2001/03/06 01:02:41 mouring Exp $
|
||||||
|
|
|
@ -10,7 +10,7 @@
|
||||||
*/
|
*/
|
||||||
|
|
||||||
#include "includes.h"
|
#include "includes.h"
|
||||||
RCSID("$OpenBSD: servconf.c,v 1.70 2001/03/04 17:42:28 millert Exp $");
|
RCSID("$OpenBSD: servconf.c,v 1.71 2001/03/05 15:44:51 stevesk Exp $");
|
||||||
|
|
||||||
#ifdef KRB4
|
#ifdef KRB4
|
||||||
#include <krb.h>
|
#include <krb.h>
|
||||||
|
@ -442,8 +442,9 @@ parse_filename:
|
||||||
intptr = &options->permit_root_login;
|
intptr = &options->permit_root_login;
|
||||||
arg = strdelim(&cp);
|
arg = strdelim(&cp);
|
||||||
if (!arg || *arg == '\0') {
|
if (!arg || *arg == '\0') {
|
||||||
fprintf(stderr, "%s line %d: missing yes/without-password/no argument.\n",
|
fprintf(stderr, "%s line %d: missing yes/"
|
||||||
filename, linenum);
|
"without-password/forced-commands-only/no "
|
||||||
|
"argument.\n", filename, linenum);
|
||||||
exit(1);
|
exit(1);
|
||||||
}
|
}
|
||||||
if (strcmp(arg, "without-password") == 0)
|
if (strcmp(arg, "without-password") == 0)
|
||||||
|
|
Загрузка…
Ссылка в новой задаче