summaryrefslogtreecommitdiff
path: root/usr.bin/skeyinfo/skeyinfo.c
AgeCommit message (Collapse)Author
2001-06-19Add a -a flag to support other authentication types.Todd C. Miller
Probably only useful in conjunction with a remote S/Key server.
2001-06-17be careful to avoid null pointer derefTodd C. Miller
2001-06-17Use BSD authentication to retrieve the challenge so we no longer requireTodd C. Miller
suid root.
2001-02-05Don't bother checking username length, we trust pw_nameTodd C. Miller
Call exit(1) not exit(-1) on stat/open error Don't pass the username though sevenbit()
1998-06-21Remove the advertising clause in my old license, it impedes free useTodd 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-07-23Use _PATH_SKEYKEYSTodd C. Miller
1997-07-23close keyfile nicely.Todd C. Miller
1997-07-23exit() not return()Todd C. Miller
1997-07-23Replace skeyinfo.sh with a setuid binary (necessary for mode 0600 /etc/skeykeys)Todd C. Miller