Age | Commit message (Collapse) | Author | |
---|---|---|---|
2003-06-17 | Sync with share/misc/license.template and add missing DARPA credit | Todd C. Miller | |
where applicable. | |||
2003-06-10 | mostly ansi cleanup; pval ok | Theo de Raadt | |
2003-06-10 | - section reorder | Jason McIntyre | |
- COMPATIBILITY merge - macro cleanup - kill whitespace at EOL - new sentence, new line ssh pages ok markus@ | |||
2003-06-03 | Use an ISC-tyle license for all my code; it is simpler and more permissive. | Todd C. Miller | |
2003-05-06 | sevenbit() before skeylookup(). | Mike Pechkin | |
millert@ | |||
2002-05-16 | Revert to using the S/Key database directly (instead of BSD auth) | Todd C. Miller | |
so we can get real error messages. This means the -a option is history but it wasn't very useful anyway. | |||
2001-06-19 | Add a -a flag to support other authentication types. | Todd C. Miller | |
Probably only useful in conjunction with a remote S/Key server. | |||
2001-06-17 | be careful to avoid null pointer deref | Todd C. Miller | |
2001-06-17 | Use BSD authentication to retrieve the challenge so we no longer require | Todd C. Miller | |
suid root. | |||
2001-02-05 | Don't bother checking username length, we trust pw_name | Todd C. Miller | |
Call exit(1) not exit(-1) on stat/open error Don't pass the username though sevenbit() | |||
2000-03-11 | Various cleanups and standardizations. | Aaron Campbell | |
1998-09-27 | usr.bin/ man page cleanups, n-s | Aaron Campbell | |
1998-06-21 | Remove the advertising clause in my old license, it impedes free use | Todd C. Miller | |
of the code as a large number of similar clauses makes it impossible to write an ad for a product using the code... | |||
1997-09-21 | $OpenBSD$ | Theo de Raadt | |
1997-07-23 | Use _PATH_SKEYKEYS | Todd C. Miller | |
1997-07-23 | close keyfile nicely. | Todd C. Miller | |
1997-07-23 | exit() not return() | Todd C. Miller | |
1997-07-23 | Replace skeyinfo.sh with a setuid binary (necessary for mode 0600 /etc/skeykeys) | Todd C. Miller | |