Age | Commit message (Collapse) | Author | |
---|---|---|---|
1997-04-27 | COPY -> INSTALL_COPY and STRIP -> INSTALL_STRIP | Todd C. Miller | |
This fixes namespace problems where STRIP is sometimes used as the name of the strip(1) to use and other times used as the flag to send install(1) when stripping (or not). COPY doesn't have this problem (yet) but was poorly named. | |||
1996-12-08 | install -> ${INSTALL}, -c -> ${COPY} | Jason Downs | |
1996-11-03 | Add a bunch of length/size macros and use them. | Todd C. Miller | |
1996-10-22 | Fake an s/key challenge if user doesn't have an entry. Stops info | Todd C. Miller | |
gathering attack. | |||
1996-10-22 | Don't need the extra newline since we never turn off echo for s/key | Todd C. Miller | |
1996-10-14 | htoi now takes an int, not char. | Todd C. Miller | |
Only skey_set_algorithm() for the record that matches target user. | |||
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 | Added missing static's. | Todd C. Miller | |
1996-09-30 | Fix byte order problem with sha1. | Todd C. Miller | |
1996-09-30 | More RFC 1938 compliance--convert seed to lower case internally. | Todd C. Miller | |
1996-09-30 | __ARGS -> __P (why does everyone have to do this differently?) | Todd C. Miller | |
1996-09-29 | check skey_set_algorithm() ret val + pedantry. | Todd C. Miller | |
1996-09-29 | Towards RFC 1938 compliance. Also, now supports SHA (secure hash algorithm). | Todd C. Miller | |
1996-09-29 | You can now cut and paste skey prompt in an xterm to get the key. | Todd C. Miller | |
Also removed broken code. | |||
1996-09-27 | Nicer echo on/off in its own function. | Todd C. Miller | |
1996-09-27 | Now use libc version. | Todd C. Miller | |
1996-09-27 | Deal with both MD4 and MD5 s/key's | Todd C. Miller | |
1995-12-20 | add ability to zero out entry; from millert@cs.colorado.edu; netbsd pr#1851 | Theo de Raadt | |
also add a prototype for skeyzero() | |||
1995-10-18 | initial import of NetBSD tree | Theo de Raadt | |