summaryrefslogtreecommitdiffstats
path: root/lib/libskey/put.c
Commit message (Collapse)AuthorAgeFilesLines
* Compile under -W -Wall -Werror.pst1998-02-271-1/+2
| | | | Fix API - keycrunch takes const char's, not chars.
* Prevent namespace pollution cause by this library by splitting toache1996-10-171-1/+1
| | | | | | | API and non-API functions and giving _sk_ prefix for all non-API functions. Old names will be available by _SKEY_INTERNAL define it allows not change anything in keyinit & key, only -D_SKEY_INTERNAL required. Staticise some things.
* Remove trailing whitespace.rgrimes1995-05-301-2/+2
|
* Change strtok() to strsep(), strtok() usage is depricatedache1995-03-241-2/+5
| | | | in libraries.
* Include most of the logdaemon v4.4 S/key changespst1994-10-191-1/+1
|
* Move skey.h to /usr/include so other packages will be able to useguido1994-06-021-5/+5
| | | | | libskey. (such as wu-ftp and xdm). Editted skey so it matches the standard /usr/include way.
* 1) Added s/key support .guido1994-05-191-0/+2289
2 Added optional excessive login logging. 3) Added login acces control on a per host/tty base. 4) See skey(1) for skey descriptions and src/usr.bin/login/README for the logging and access control features. -Guido
OpenPOWER on IntegriCloud