summaryrefslogtreecommitdiff
path: root/usr.bin/ssh
AgeCommit message (Expand)Author
2002-04-23Improve error message; ok markus@ stevesk@Damien Miller
2002-04-23send complete ticket; semerad@ss1000.ms.mff.cuni.czMarkus Friedl
2002-04-233.2.1Markus Friedl
2002-04-22request reply (success/failure) for -R style fwd in protocol v2,Markus Friedl
2002-04-22do not auto-enable KerberosAuthentication; ok djm@, provos@, deraadt@Markus Friedl
2002-04-22fix check for overflowMarkus Friedl
2002-04-21spelling in error message; ok markus@Kevin Steves
2002-04-21document default AFSTokenPassing no; ok deraadt@Kevin Steves
2002-04-20rewrite using the buffer_* API, fixes overflow; ok deraadt@Markus Friedl
2002-04-20add buffer_{get,put}_shortMarkus Friedl
2002-04-20No, afs requires explicit enablingTheo de Raadt
2002-04-10OpenSSH_3.2Markus Friedl
2002-04-10strip '@' from username only for KerbV and known broken clients, bug #204Markus Friedl
2002-04-06Fixes potental double // within path.mouring
2002-04-06Fix occasional corruption on upload due to bad reuse of request id, spottedDamien Miller
2002-04-05clarify sshrc some and handle X11UseLocalhost=yes; ok markus@Kevin Steves
2002-04-03re-add rijndael-cbc@lysator.liu.se for MacSSH; ash@lab.poc.netMarkus Friedl
2002-04-02ignore SSH_BUG_SIGBLOB for ssh-rsa; #187Markus Friedl
2002-04-02always call log_init()Markus Friedl
2002-04-02check $SHELL for -k and -d, too; http://bugzilla.mindrot.org/show_bug.cgi?id=199Markus Friedl
2002-04-01fallback to stat if server does not support lstatMarkus Friedl
2002-04-0120480 is an upper limit for older serverMarkus Friedl
2002-04-01typo: assign to self; ok markus@ solar@openwall.comKevin Steves
2002-03-30check waitpid for EINTR; based on patch from peter@ifm.liu.seMarkus Friedl
2002-03-30stretch bannersTheo de Raadt
2002-03-29make RSA modulus minimum #define; ok markus@Kevin Steves
2002-03-29RSA key modulus size minimum 768; ok markus@Kevin Steves
2002-03-29retrieve last login time before the pty is allocated, store per sessionMarkus Friedl
2002-03-28do not call record_login twice (for use_privsep)Markus Friedl
2002-03-27try to import keys with extra trailing === (seen with ssh.com < 2.0.12)Markus Friedl
2002-03-27monitor_allowed_key() returns int instead of pointer. ok markus@mouring
2002-03-26generate a new cookie for each SSH2_MSG_KEXINIT message we send outMarkus Friedl
2002-03-26disallow RSA keys < 768 for protocol 1, too (rhosts-rsa and rsa auth)Markus Friedl
2002-03-26CHANNEL_EFD_OUTPUT_ACTIVE is false for CHAN_CLOSE_RCVD, tooMarkus Friedl
2002-03-26Add instructions for changing acl on private key fileJim Rees
2002-03-26try_AUT0 in read_pubkey too, for those paranoid few who want to acl 'sh'Jim Rees
2002-03-26client side support for PASSWD_CHANGEREQMarkus Friedl
2002-03-26do not talk about packets in bufauxMarkus Friedl
2002-03-26update CopyrightMarkus Friedl
2002-03-26update to recent draftsMarkus Friedl
2002-03-26$OpenBSD$Kevin Steves
2002-03-25don't send stderr data after EOF, accept this from older known (broken)Markus Friedl
2002-03-25simplify num_identity_files handlingMarkus Friedl
2002-03-25ssize_t args use "%ld" and cast to (long)Kevin Steves
2002-03-25change sc_get_key to sc_get_keys and hide smartcard details in scard.cMarkus Friedl
2002-03-25Warn user to remove old applet and keysJim Rees
2002-03-25rm bogus commentMarkus Friedl
2002-03-25return 0 (not NULL); tomh@po.crl.go.jpMarkus Friedl
2002-03-24remove "\n" from fatal()Kevin Steves
2002-03-24we need to figure out AUT0 for sc_private_encrypt, tooMarkus Friedl