Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Use snprintf() and strlcpy() throughout. | 2003-04-03 | 1 | -34/+19 | |
| | |||||
* | use strtok_r() instead of strtok(); millert ok | 2002-06-22 | 1 | -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. | 2002-02-16 | 1 | -5/+5 | |
| | |||||
* | We don't need an f() for each hash, just overload the per-hash | 2001-06-20 | 1 | -2104/+326 | |
| | | | | keycrunch() function to do this. | ||||
* | - Do coarse locking on /etc/skeykeys. Fixes a race that could allow | 1997-07-27 | 1 | -1/+1 | |
| | | | | | a replay attempt to succeed. - OpenBSD tags | ||||
* | - int -> long fixes | 1997-07-26 | 1 | -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. | 1997-07-24 | 1 | -2112/+2117 | |
| | |||||
* | _PATH_SKEYKEYS now lives in <paths.h> | 1997-07-23 | 1 | -1/+2 | |
| | | | | Add skeygetnext() for iterating over the key file. | ||||
* | Add a bunch of length/size macros and use them. | 1996-11-03 | 1 | -4/+4 | |
| | |||||
* | Fix a bug wrt handling of old md4 entries. Now don't save a type with md4 | 1996-10-02 | 1 | -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?) | 1996-09-30 | 1 | -5/+5 | |
| | |||||
* | Deal with both MD4 and MD5 s/key's | 1996-09-27 | 1 | -177/+172 | |
| | |||||
* | initial import of NetBSD tree | 1995-10-18 | 1 | -0/+2322 | |