Age | Commit message (Collapse) | Author | |
---|---|---|---|
2003-04-03 | Use snprintf() and strlcpy() throughout. | Todd C. Miller | |
2002-06-22 | use strtok_r() instead of strtok(); millert ok | Theo de Raadt | |
2002-02-16 | Part one of userland __P removal. Done with a simple regexp with some minor ↵ | Todd C. Miller | |
hand editing to make comments line up correctly. Another pass is forthcoming that handles the cases that could not be done automatically. | |||
2001-06-20 | We don't need an f() for each hash, just overload the per-hash | Todd C. Miller | |
keycrunch() function to do this. | |||
1997-07-27 | - Do coarse locking on /etc/skeykeys. Fixes a race that could allow | Todd C. Miller | |
a replay attempt to succeed. - OpenBSD tags | |||
1997-07-26 | - int -> long fixes | Todd C. Miller | |
- 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. | |||
1997-07-24 | Fix 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 | |
Add skeygetnext() for iterating over the key file. | |||
1996-11-03 | Add a bunch of length/size macros and use them. | Todd C. Miller | |
1996-10-02 | Fix a bug wrt handling of old md4 entries. Now don't save a type with md4 | Todd C. Miller | |
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. | |||
1996-09-30 | __ARGS -> __P (why does everyone have to do this differently?) | Todd C. Miller | |
1996-09-27 | Deal with both MD4 and MD5 s/key's | Todd C. Miller | |
1995-10-18 | initial import of NetBSD tree | Theo de Raadt | |