summaryrefslogtreecommitdiffstats
path: root/libexec/ftpd/extern.h
diff options
context:
space:
mode:
authormarkm <markm@FreeBSD.org>2001-07-09 17:46:24 +0000
committermarkm <markm@FreeBSD.org>2001-07-09 17:46:24 +0000
commit3b3e6201e7f71b617087cadf40ad1f638ba77d1f (patch)
tree477fe2b2a756a2b0c8048bc2becc1e93d8a56984 /libexec/ftpd/extern.h
parent1c3a14b4014991f063e1c18ff82727fd89591c3b (diff)
downloadFreeBSD-src-3b3e6201e7f71b617087cadf40ad1f638ba77d1f.zip
FreeBSD-src-3b3e6201e7f71b617087cadf40ad1f638ba77d1f.tar.gz
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.
Diffstat (limited to 'libexec/ftpd/extern.h')
-rw-r--r--libexec/ftpd/extern.h3
1 files changed, 0 insertions, 3 deletions
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;
OpenPOWER on IntegriCloud