summaryrefslogtreecommitdiff
path: root/lib/libskey/put.c
AgeCommit message (Expand)Author
2003-04-03Use snprintf() and strlcpy() throughout.Todd C. Miller
2002-06-22use strtok_r() instead of strtok(); millert okTheo de Raadt
2002-02-16Part one of userland __P removal. Done with a simple regexp with some minor ...Todd C. Miller
2001-06-20We don't need an f() for each hash, just overload the per-hashTodd C. Miller
1997-07-27- Do coarse locking on /etc/skeykeys. Fixes a race that could allowTodd C. Miller
1997-07-26 - int -> long fixesTodd C. Miller
1997-07-24Fix one instance of bad strncpy() usage and some KNF.Todd C. Miller
1997-07-23_PATH_SKEYKEYS now lives in <paths.h>Todd C. Miller
1996-11-03Add a bunch of length/size macros and use them.Todd C. Miller
1996-10-02Fix a bug wrt handling of old md4 entries. Now don't save a type with md4Todd C. Miller
1996-09-30__ARGS -> __P (why does everyone have to do this differently?)Todd C. Miller
1996-09-27Deal with both MD4 and MD5 s/key'sTodd C. Miller
1995-10-18initial import of NetBSD treeTheo de Raadt