summaryrefslogtreecommitdiffstats
path: root/lib/libskey/put.c (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Use snprintf() and strlcpy() throughout.millert2003-04-031-34/+19
|
* use strtok_r() instead of strtok(); millert okderaadt2002-06-221-2/+3
|
* Part one of userland __P removal. Done with a simple regexp with some minor hand editing to make comments line up correctly. Another pass is forthcoming that handles the cases that could not be done automatically.millert2002-02-161-5/+5
|
* We don't need an f() for each hash, just overload the per-hashmillert2001-06-201-2104/+326
| | | | keycrunch() function to do this.
* - Do coarse locking on /etc/skeykeys. Fixes a race that could allowmillert1997-07-271-1/+1
| | | | | a replay attempt to succeed. - OpenBSD tags
* - int -> long fixesmillert1997-07-261-7/+7
| | | | | | - restore priority correctly after setpriority (assumed start pri was 0) - rfc-compliant challenge when faking it for those w/o a keyfile entry on machines with short hostnames or non-alphanum hostnames.
* Fix one instance of bad strncpy() usage and some KNF.millert1997-07-241-2112/+2117
|
* _PATH_SKEYKEYS now lives in <paths.h>millert1997-07-231-1/+2
| | | | Add skeygetnext() for iterating over the key file.
* Add a bunch of length/size macros and use them.millert1996-11-031-4/+4
|
* Fix a bug wrt handling of old md4 entries. Now don't save a type with md4millert1996-10-021-2/+2
| | | | | so we don't go over the record size and munge other entries. Don't export symbols we don't need to in put.c.
* __ARGS -> __P (why does everyone have to do this differently?)millert1996-09-301-5/+5
|
* Deal with both MD4 and MD5 s/key'smillert1996-09-271-177/+172
|
* initial import of NetBSD treederaadt1995-10-181-0/+2322