Age | Commit message (Expand) | Author |
2002-04-23 | Improve error message; ok markus@ stevesk@ | Damien Miller |
2002-04-23 | send complete ticket; semerad@ss1000.ms.mff.cuni.cz | Markus Friedl |
2002-04-23 | 3.2.1 | Markus Friedl |
2002-04-22 | request reply (success/failure) for -R style fwd in protocol v2, | Markus Friedl |
2002-04-22 | do not auto-enable KerberosAuthentication; ok djm@, provos@, deraadt@ | Markus Friedl |
2002-04-22 | fix check for overflow | Markus Friedl |
2002-04-21 | spelling in error message; ok markus@ | Kevin Steves |
2002-04-21 | document default AFSTokenPassing no; ok deraadt@ | Kevin Steves |
2002-04-20 | rewrite using the buffer_* API, fixes overflow; ok deraadt@ | Markus Friedl |
2002-04-20 | add buffer_{get,put}_short | Markus Friedl |
2002-04-20 | No, afs requires explicit enabling | Theo de Raadt |
2002-04-10 | OpenSSH_3.2 | Markus Friedl |
2002-04-10 | strip '@' from username only for KerbV and known broken clients, bug #204 | Markus Friedl |
2002-04-06 | Fixes potental double // within path. | mouring |
2002-04-06 | Fix occasional corruption on upload due to bad reuse of request id, spotted | Damien Miller |
2002-04-05 | clarify sshrc some and handle X11UseLocalhost=yes; ok markus@ | Kevin Steves |
2002-04-03 | re-add rijndael-cbc@lysator.liu.se for MacSSH; ash@lab.poc.net | Markus Friedl |
2002-04-02 | ignore SSH_BUG_SIGBLOB for ssh-rsa; #187 | Markus Friedl |
2002-04-02 | always call log_init() | Markus Friedl |
2002-04-02 | check $SHELL for -k and -d, too; http://bugzilla.mindrot.org/show_bug.cgi?id=199 | Markus Friedl |
2002-04-01 | fallback to stat if server does not support lstat | Markus Friedl |
2002-04-01 | 20480 is an upper limit for older server | Markus Friedl |
2002-04-01 | typo: assign to self; ok markus@ solar@openwall.com | Kevin Steves |
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 |