From 3b3e6201e7f71b617087cadf40ad1f638ba77d1f Mon Sep 17 00:00:00 2001 From: markm Date: Mon, 9 Jul 2001 17:46:24 +0000 Subject: Remove S/Key. PAM can do its job. Well, not quite - there is an issue with the conversation function and challenges which needs to be revisited, so in the interim a hack is introduced to provide an OPIE challenge (which is random if OPIE does not apply) at all non-anonymnous logins. --- libexec/ftpd/extern.h | 3 --- 1 file changed, 3 deletions(-) (limited to 'libexec/ftpd/extern.h') diff --git a/libexec/ftpd/extern.h b/libexec/ftpd/extern.h index a490826..9e0562e 100644 --- a/libexec/ftpd/extern.h +++ b/libexec/ftpd/extern.h @@ -68,9 +68,6 @@ void upper __P((char *)); void user __P((char *)); void yyerror __P((char *)); int yyparse __P((void)); -#if defined(SKEY) && defined(_PWD_H_) /* XXX evil */ -char *skey_challenge __P((char *, struct passwd *, int)); -#endif int ls_main __P((int, char **)); struct sockaddr_in; -- cgit v1.1