Age | Commit message (Collapse) | Author | |
---|---|---|---|
2001-08-06 | Replace with public domain version that does an exec | Todd C. Miller | |
2001-08-06 | use alarm vs. setitimer for portable; ok markus@ | Kevin Steves | |
2001-08-06 | Add CITI to Author section. | Jim Rees | |
2001-08-05 | make -t dsa work with commercial servers, too | Markus Friedl | |
2001-08-05 | ssh 2 support; from wayned@users.sourceforge.net | Markus Friedl | |
2001-08-03 | Add back NUL termination of 'word' in complete() that was erroneously | Todd 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-03 | o) We always closes .Bl and .Bd tags; | Mike Pechkin | |
millert@ ok | |||
2001-08-03 | improve usage(). ok markus@ | Jakob Schlyter | |
2001-08-03 | document smartcard options. ok markus@ | Jakob Schlyter | |
2001-08-02 | fix diagnostic messages | Eric Jackson | |
from Dima Dorfman <dima@unixfreak.org> | |||
2001-08-02 | fix doc syntax | Eric Jackson | |
from Dima Dorfman <dima@unixfreak.org> | |||
2001-08-02 | o) .Sh AUTHOR -> .Sh AUTHORS; | Mike Pechkin | |
o) .Sh EXAMPLE -> .Sh EXAMPLES; o) Delete .Sh OPTIONS. Text moved to .Sh DESCRIPTION; millert@ ok | |||
2001-08-02 | Mods for PalmOS | Jim Rees | |
2001-08-02 | clean up some /* SMARTCARD */. ok markus@ | Jakob Schlyter | |
2001-08-02 | add /* SMARTCARD */ to #else/#endif. ok markus@ | Jakob Schlyter | |
2001-08-02 | add smartcard to usage(). ok markus@ | Jakob Schlyter | |
2001-08-02 | document smartcard upload/download. ok markus@ | Jakob Schlyter | |
2001-08-02 | more verbose usage(). ok markus@ | Jakob Schlyter | |
2001-08-02 | change -u (upload smartcard key) to -U. ok markus@ | Jakob Schlyter | |
2001-08-02 | add -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-01 | support finish rsa keys. | Markus Friedl | |
free public keys after login -> call finish -> close smartcard. | |||
2001-08-01 | allow uploading RSA keys for non-default AUT0 (sha1 over passphrase like ↵ | Markus Friedl | |
sectok). | |||
2001-08-01 | Add "SEE ALSO", AUTHOR -> AUTHORS, NOTES -> CAVEATS | Todd C. Miller | |
2001-08-01 | Cleanup and remove DOS #ifdefs | Todd C. Miller | |
2001-08-01 | refer to current ietf drafts for protocol v2 | Markus Friedl | |
2001-08-01 | use strings instead of ints for smartcard reader ids | Markus Friedl | |
2001-08-01 | quick conversion to mdoc | Todd C. Miller | |
2001-08-01 | x99token, a software x99 token calculator from Paul Borman that can | Todd C. Miller | |
be used with login_token and friends. | |||
2001-07-31 | KNF + some ANSIfication | Todd C. Miller | |
2001-07-31 | Call pwd_gensalt() with the correct args and reference login.conf | Todd C. Miller | |
in man page; hideishi@magisystem.net | |||
2001-07-31 | o) better struct handling; | Mike Pechkin | |
o) use __progname in openlog(3); o) better ERROR packets handling; millert@ ok | |||
2001-07-31 | close smartcard connection if card is missing. | Jakob Schlyter | |
2001-07-31 | avoid paths beginning with "//"; <vinschen@redhat.com> | Jakob Schlyter | |
ok markus@ | |||
2001-07-31 | add 'SmartcardDevice' client option to specify which smartcard device is used | Jakob Schlyter | |
to access a smartcard used for storing the user's private RSA key. ok markus@. | |||
2001-07-31 | add a space after the no space | Hugh Graham | |
2001-07-31 | do not complain about missing smartcards. ok markus@ | Jakob Schlyter | |
2001-07-31 | add sectok; ok markus@ | Jakob Schlyter | |
2001-07-30 | initialize key in select method, not Constructor | Jim Rees | |
2001-07-30 | updates; ok deraadt@ | Kevin Steves | |
2001-07-30 | new 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-30 | better errorcodes from sc_*; ok markus@ | Jakob Schlyter | |
2001-07-30 | another vax inspired object shuffle | Hugh Graham | |
2001-07-30 | fix 0B case; morten@hotpost.dk | Theo de Raadt | |
2001-07-29 | linux mods | Jim Rees | |
2001-07-29 | Clarified -o option in scp.1 OKed by Markus@ | mouring | |
2001-07-29 | typo, add -Wunused | Markus Friedl | |
2001-07-28 | cleanup some RSA vs DSA vs SSH1 vs SSH2 notes | Markus Friedl | |
2001-07-28 | Wall cleanup | Peter Valchev | |
2001-07-27 | shorten lines | Theo de Raadt | |
2001-07-27 | abort if stdout use ever produces EOF. before, top was one of those nasty | Theo de Raadt | |
processes that could spin if it's output tty went away in some cases. |