summaryrefslogtreecommitdiff
path: root/usr.bin
AgeCommit message (Collapse)Author
2001-08-06Replace with public domain version that does an execTodd C. Miller
2001-08-06use alarm vs. setitimer for portable; ok markus@Kevin Steves
2001-08-06Add CITI to Author section.Jim Rees
2001-08-05make -t dsa work with commercial servers, tooMarkus Friedl
2001-08-05ssh 2 support; from wayned@users.sourceforge.netMarkus Friedl
2001-08-03Add back NUL termination of 'word' in complete() that was erroneouslyTodd C. Miller
removed in strlcpy() conversion. Previously we were trying to strlcpy() a pointer that could be NULL. Now we check that the length != 0 and use memcpy() instead, then NUL terminate by hand to catch the other cases. Core dump noticed by fgs@
2001-08-03o) We always closes .Bl and .Bd tags;Mike Pechkin
millert@ ok
2001-08-03improve usage(). ok markus@Jakob Schlyter
2001-08-03document smartcard options. ok markus@Jakob Schlyter
2001-08-02fix diagnostic messagesEric Jackson
from Dima Dorfman <dima@unixfreak.org>
2001-08-02fix doc syntaxEric Jackson
from Dima Dorfman <dima@unixfreak.org>
2001-08-02o) .Sh AUTHOR -> .Sh AUTHORS;Mike Pechkin
o) .Sh EXAMPLE -> .Sh EXAMPLES; o) Delete .Sh OPTIONS. Text moved to .Sh DESCRIPTION; millert@ ok
2001-08-02Mods for PalmOSJim Rees
2001-08-02clean up some /* SMARTCARD */. ok markus@Jakob Schlyter
2001-08-02add /* SMARTCARD */ to #else/#endif. ok markus@Jakob Schlyter
2001-08-02add smartcard to usage(). ok markus@Jakob Schlyter
2001-08-02document smartcard upload/download. ok markus@Jakob Schlyter
2001-08-02more verbose usage(). ok markus@Jakob Schlyter
2001-08-02change -u (upload smartcard key) to -U. ok markus@Jakob Schlyter
2001-08-02add -D readerid option (download, i.e. print public RSA key to stdout).Markus Friedl
check for card present when uploading keys. use strings instead of ints for smartcard reader ids, too.
2001-08-01support finish rsa keys.Markus Friedl
free public keys after login -> call finish -> close smartcard.
2001-08-01allow uploading RSA keys for non-default AUT0 (sha1 over passphrase like ↵Markus Friedl
sectok).
2001-08-01Add "SEE ALSO", AUTHOR -> AUTHORS, NOTES -> CAVEATSTodd C. Miller
2001-08-01Cleanup and remove DOS #ifdefsTodd C. Miller
2001-08-01refer to current ietf drafts for protocol v2Markus Friedl
2001-08-01use strings instead of ints for smartcard reader idsMarkus Friedl
2001-08-01quick conversion to mdocTodd C. Miller
2001-08-01x99token, a software x99 token calculator from Paul Borman that canTodd C. Miller
be used with login_token and friends.
2001-07-31KNF + some ANSIficationTodd C. Miller
2001-07-31Call pwd_gensalt() with the correct args and reference login.confTodd C. Miller
in man page; hideishi@magisystem.net
2001-07-31o) better struct handling;Mike Pechkin
o) use __progname in openlog(3); o) better ERROR packets handling; millert@ ok
2001-07-31close smartcard connection if card is missing.Jakob Schlyter
2001-07-31avoid paths beginning with "//"; <vinschen@redhat.com>Jakob Schlyter
ok markus@
2001-07-31add 'SmartcardDevice' client option to specify which smartcard device is usedJakob Schlyter
to access a smartcard used for storing the user's private RSA key. ok markus@.
2001-07-31add a space after the no spaceHugh Graham
2001-07-31do not complain about missing smartcards. ok markus@Jakob Schlyter
2001-07-31add sectok; ok markus@Jakob Schlyter
2001-07-30initialize key in select method, not ConstructorJim Rees
2001-07-30updates; ok deraadt@Kevin Steves
2001-07-30new BSD-style license:Kevin Steves
Brian Gladman <brg@gladman.plus.com>: >I have updated my code at: >http://fp.gladman.plus.com/cryptography_technology/rijndael/index.htm >with a copyright notice as follows: >[...] >I am not sure which version of my old code you are using but I am >happy for the notice above to be substituted for my existing copyright >intent if this meets your purpose.
2001-07-30better errorcodes from sc_*; ok markus@Jakob Schlyter
2001-07-30another vax inspired object shuffleHugh Graham
2001-07-30fix 0B case; morten@hotpost.dkTheo de Raadt
2001-07-29linux modsJim Rees
2001-07-29Clarified -o option in scp.1 OKed by Markus@mouring
2001-07-29typo, add -WunusedMarkus Friedl
2001-07-28cleanup some RSA vs DSA vs SSH1 vs SSH2 notesMarkus Friedl
2001-07-28Wall cleanupPeter Valchev
2001-07-27shorten linesTheo de Raadt
2001-07-27abort if stdout use ever produces EOF. before, top was one of those nastyTheo de Raadt
processes that could spin if it's output tty went away in some cases.