diff options
author | Todd C. Miller <millert@cvs.openbsd.org> | 1997-07-27 21:36:07 +0000 |
---|---|---|
committer | Todd C. Miller <millert@cvs.openbsd.org> | 1997-07-27 21:36:07 +0000 |
commit | 796545cf9fd73ce5c983586f672ad0cd6ee3d571 (patch) | |
tree | 6fc3514b0a2cf7d55b9d60789782ffc82d19ce13 /lib/libskey/skey.h | |
parent | d266eb54f22169619b1642e1934efcb8a1754517 (diff) |
- Do coarse locking on /etc/skeykeys. Fixes a race that could allow
a replay attempt to succeed.
- OpenBSD tags
Diffstat (limited to 'lib/libskey/skey.h')
-rw-r--r-- | lib/libskey/skey.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/lib/libskey/skey.h b/lib/libskey/skey.h index 434e1788bd6..c7d2b069bf1 100644 --- a/lib/libskey/skey.h +++ b/lib/libskey/skey.h @@ -8,10 +8,11 @@ * * Modifications: * Scott Chasin <chasin@crimelab.com> + * Todd C. Miller <Todd.Miller@courtesan.com> * * Main client header * - * $Id: skey.h,v 1.9 1997/07/23 06:53:12 millert Exp $ + * $OpenBSD: skey.h,v 1.10 1997/07/27 21:36:05 millert Exp $ */ /* Server-side data structure for reading keys file during login */ |