summaryrefslogtreecommitdiffstats
path: root/lib/libskey/put.c (follow)
Commit message (Expand)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
* - Do coarse locking on /etc/skeykeys. Fixes a race that could allowmillert1997-07-271-1/+1
* - int -> long fixesmillert1997-07-261-7/+7
* 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 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
* __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