Age | Commit message (Expand) | Author |
2002-03-30 | check waitpid for EINTR; based on patch from peter@ifm.liu.se | Markus Friedl |
2002-03-30 | stretch banners | Theo de Raadt |
2002-03-29 | make RSA modulus minimum #define; ok markus@ | Kevin Steves |
2002-03-29 | RSA key modulus size minimum 768; ok markus@ | Kevin Steves |
2002-03-29 | retrieve last login time before the pty is allocated, store per session | Markus Friedl |
2002-03-28 | do not call record_login twice (for use_privsep) | Markus Friedl |
2002-03-27 | try to import keys with extra trailing === (seen with ssh.com < 2.0.12) | Markus Friedl |
2002-03-27 | monitor_allowed_key() returns int instead of pointer. ok markus@ | mouring |
2002-03-26 | generate a new cookie for each SSH2_MSG_KEXINIT message we send out | Markus Friedl |
2002-03-26 | disallow RSA keys < 768 for protocol 1, too (rhosts-rsa and rsa auth) | Markus Friedl |
2002-03-26 | CHANNEL_EFD_OUTPUT_ACTIVE is false for CHAN_CLOSE_RCVD, too | Markus Friedl |
2002-03-26 | Add instructions for changing acl on private key file | Jim Rees |
2002-03-26 | try_AUT0 in read_pubkey too, for those paranoid few who want to acl 'sh' | Jim Rees |
2002-03-26 | client side support for PASSWD_CHANGEREQ | Markus Friedl |
2002-03-26 | do not talk about packets in bufaux | Markus Friedl |
2002-03-26 | update Copyright | Markus Friedl |
2002-03-26 | update to recent drafts | Markus Friedl |
2002-03-26 | $OpenBSD$ | Kevin Steves |
2002-03-25 | don't send stderr data after EOF, accept this from older known (broken) | Markus Friedl |
2002-03-25 | simplify num_identity_files handling | Markus Friedl |
2002-03-25 | ssize_t args use "%ld" and cast to (long) | Kevin Steves |
2002-03-25 | change sc_get_key to sc_get_keys and hide smartcard details in scard.c | Markus Friedl |
2002-03-25 | Warn user to remove old applet and keys | Jim Rees |
2002-03-25 | rm bogus comment | Markus Friedl |
2002-03-25 | return 0 (not NULL); tomh@po.crl.go.jp | Markus Friedl |
2002-03-24 | remove "\n" from fatal() | Kevin Steves |
2002-03-24 | we need to figure out AUT0 for sc_private_encrypt, too | Markus Friedl |
2002-03-24 | minor cleanup and more error checking; ok markus@ | Kevin Steves |
2002-03-24 | typo; ok markus@ | Kevin Steves |
2002-03-24 | debug->debug3 for extra padding | Markus Friedl |
2002-03-24 | remove unused debug | Markus Friedl |
2002-03-23 | setproctitle() after preauth child; ok markus@ | Kevin Steves |
2002-03-21 | remove unused, sync w/ cmdline patch in my tree. | Markus Friedl |
2002-03-21 | Add PIN-protection for secret key. | Jim Rees |
2002-03-21 | Add PIN-protection for secret key. | Jim Rees |
2002-03-21 | add privsep_preauth() and remove 1 goto; ok provos@ | Markus Friedl |
2002-03-21 | add privsep (off) | Markus Friedl |
2002-03-21 | fix NULL %s on debug3(); ok markus@ | Kevin Steves |
2002-03-21 | In sc_put_key(), sc_reader_id should be id. | Jim Rees |
2002-03-21 | remove unused | Markus Friedl |
2002-03-21 | remove const | Markus Friedl |
2002-03-21 | move key upload to scard.[ch] | Markus Friedl |
2002-03-21 | make compile w/ openssl 0.9.7 | Markus Friedl |
2002-03-21 | add built-in command line for adding new port forwardings on the fly. | Jakob Schlyter |
2002-03-21 | ignore errors for nonexisting default keys in ssh-add, | Markus Friedl |
2002-03-20 | strerror() on chdir() fail; ok provos@ | Kevin Steves |
2002-03-20 | for unprivileged user, group do: | Kevin Steves |
2002-03-19 | use SSH_SESSION_KEY_LENGTH for key length | Markus Friedl |
2002-03-19 | check for NULL; from provos@ | Markus Friedl |
2002-03-19 | make getpwnamallow() allways call pwcopy() | Markus Friedl |