summaryrefslogtreecommitdiffstats
path: root/libexec/ftpd/skey-stuff.c
Commit message (Collapse)AuthorAgeFilesLines
* $Id$ -> $FreeBSD$peter1999-08-281-1/+1
|
* Various sprintf -> snprintf fixes.imp1997-12-241-2/+3
| | | | | Minor style fix (strcpy(foo,"") -> *foo = '\0') Obtained from: OpenBSD(?)
* Cosmetics in man page. Exit(-1) -> exit(1).charnier1997-11-211-2/+5
|
* Revert $FreeBSD$ to $Id$peter1997-02-221-1/+1
|
* #include <string.h> to help silence -Wall.mpp1997-02-201-0/+1
|
* Make the long-awaited change from $Id$ to $FreeBSD$jkh1997-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.
* Implement alternative strategy if it is impossible to confirmache1996-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
* Oops, fix my previous commit, now tell user his s/key parametersache1996-10-171-3/+4
|
* Don't ever ask for password if it is impossible to confirm itache1996-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.
* add forgotten $Id$wosch1996-09-221-1/+4
|
* Include most of the logdaemon v4.4 S/key changespst1994-10-191-1/+2
|
* Put skey support to ftpdguido1994-08-211-0/+23
Reviewed by: Submitted by: guido
OpenPOWER on IntegriCloud