Age | Commit message (Collapse) | Author | |
---|---|---|---|
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. | |||
2001-07-27 | more careful handling; i.mcwilliam@uws.edu.au | Theo de Raadt | |
2001-07-27 | If smart card support is compiled in and a smart card is being used | Todd C. Miller | |
for authentication, make it the first method used. markus@ OK | |||
2001-07-27 | fix acl on program files | Jim Rees | |
add acl -x option fix help command add SCPORT ev | |||
2001-07-27 | Add important warning. | Jim Rees | |
2001-07-27 | short information about setpass + cleanup | Jakob Schlyter | |
2001-07-26 | add instructions for changing the passphrase | Jim Rees | |
2001-07-26 | new sectok_fmt_fid | Jim Rees | |
slap an acl on the program file in jload | |||
2001-07-26 | require confirmation when changing aut0 passphrase | Jim Rees | |
2001-07-26 | jaut is now login -d | Jim Rees | |
clarify something that confused me. | |||
2001-07-26 | Inquire Cyberflex class for 0xf0 cards | Jim Rees | |
change aid to conform to 7816-5 remove gratuitous fid selects | |||
2001-07-26 | Use registration category 'F' for textual aids (see 7816-5 sec 5.2.4) | Jim Rees | |
Use better defaults for progID and contID work on the man page | |||
2001-07-26 | fix "6fb0 uninitialized key" | Jim Rees | |
2001-07-26 | add -t option to test configuration file and keys; pekkas@netcore.fi | Kevin Steves | |
ok markus@ | |||
2001-07-26 | fid command now selects aids too | Jim Rees | |
remove jselect port numbers are now 0-based print friendly aid names | |||
2001-07-26 | CDIAGFLAGS. Okay markus@ | Marc Espie | |
2001-07-26 | cleanup; mpech@ | Jakob Schlyter | |
2001-07-25 | brand new sectok(1) manual page. ok rees@ | Jakob Schlyter | |
2001-07-25 | do not use vfork() unsafely | Theo de Raadt | |
2001-07-25 | cleanup connect(); connection_attempts 4 -> 1; from eivind@freebsd.org | Markus Friedl | |
2001-07-25 | typo in comment | Markus Friedl | |
2001-07-23 | no zero size xstrdup() error; ok markus@ | Kevin Steves | |
2001-07-23 | use %lu; ok markus@ | Kevin Steves | |
2001-07-23 | kill errant newline in comment section | Todd C. Miller | |
2001-07-23 | Fix typo. | Aaron Campbell | |
2001-07-23 | sync PreferredAuthentications | Markus Friedl | |
2001-07-23 | reorder default sequence of userauth methods to match ssh behaviour: | Markus Friedl | |
hostbased,publickey,keyboard-interactive,password | |||
2001-07-22 | Xr login.conf | Markus Friedl | |
2001-07-22 | enable challenge-response auth by default; ok millert@ | Markus Friedl | |