aboutsummaryrefslogtreecommitdiff
path: root/libexec/ftpd/skey-stuff.c
Commit message (Collapse)AuthorAgeFilesLines
* Remove S/Key. PAM can do its job. Well, not quite - there is an issueMark Murray2001-07-091-33/+0
| | | | | | | | | | 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. Notes: svn path=/head/; revision=79469
* $Id$ -> $FreeBSD$Peter Wemm1999-08-281-1/+1
| | | | Notes: svn path=/head/; revision=50476
* Various sprintf -> snprintf fixes.Warner Losh1997-12-241-2/+3
| | | | | | | | Minor style fix (strcpy(foo,"") -> *foo = '\0') Obtained from: OpenBSD(?) Notes: svn path=/head/; revision=31973
* Cosmetics in man page. Exit(-1) -> exit(1).Philippe Charnier1997-11-211-2/+5
| | | | Notes: svn path=/head/; revision=31329
* Revert $FreeBSD$ to $Id$Peter Wemm1997-02-221-1/+1
| | | | Notes: svn path=/head/; revision=22989
* #include <string.h> to help silence -Wall.Mike Pritchard1997-02-201-0/+1
| | | | Notes: svn path=/head/; revision=22954
* Make the long-awaited change from $Id$ to $FreeBSD$Jordan K. Hubbard1997-01-141-1/+1
| | | | | | | | | | | This will make a number of things easier in the future, as well as (finally!) avoiding the Id-smashing problem which has plagued developers for so long. Boy, I'm glad we're not using sup anymore. This update would have been insane otherwise. Notes: svn path=/head/; revision=21673
* Implement alternative strategy if it is impossible to confirmAndrey A. Chernov1996-10-181-9/+7
| | | | | | | | | | password: ask for it, but don't tell that S/key password required. It looks like non-s/key system from outside. Additionally tell that s/key required when it is so for normal case Notes: svn path=/head/; revision=19018
* Oops, fix my previous commit, now tell user his s/key parametersAndrey A. Chernov1996-10-171-3/+4
| | | | Notes: svn path=/head/; revision=18993
* Don't ever ask for password if it is impossible to confirm itAndrey A. Chernov1996-10-171-5/+7
| | | | | | | | | | It happens if 1) regular passwords not allowed, 2) skey database not activated for given user. Under some rare circumstanes skey_challenge can return empty diagnostic or even previous buffer, fix it. Notes: svn path=/head/; revision=18989
* add forgotten $Id$Wolfram Schneider1996-09-221-1/+4
| | | | Notes: svn path=/head/; revision=18471
* Include most of the logdaemon v4.4 S/key changesPaul Traina1994-10-191-1/+2
| | | | Notes: svn path=/head/; revision=3702
* Put skey support to ftpdGuido van Rooij1994-08-211-0/+23
Reviewed by: Submitted by: guido Notes: svn path=/head/; revision=2194