summaryrefslogtreecommitdiff
path: root/usr.bin/ssh
AgeCommit message (Expand)Author
2001-09-20CheckMail removed. OKed stevesk@mouring
2001-09-20bug compat: request a dummy channel for -N (no shell) sessions + cleanup; vin...Markus Friedl
2001-09-20key_read returns now -1 or 1Markus Friedl
2001-09-20fix ClientAliveCountMaxKevin Steves
2001-09-19don't advertise -V in usage; ok markus@Kevin Steves
2001-09-19missing -t in usageKevin Steves
2001-09-19use sizeof addr vs. SUN_LEN(addr) for sockaddr_un. Stevens blessesKevin Steves
2001-09-19add ClearAllForwardings ssh option and set it in scp and sftp; ok markus@Kevin Steves
2001-09-19key_read() now returns -1 on type mismatch, tooMarkus Friedl
2001-09-19command=xxx applies to subsystem now, tooMarkus Friedl
2001-09-17missing -B in usage stringKevin Steves
2001-09-17more versions suffering the SSH_BUG_DEBUG bug;Markus Friedl
2001-09-17don't send fake dummy packets on CR (\r)Markus Friedl
2001-09-17try to fix agent-forwarding-backconnection-bug, as seen on HPUX, for example;Markus Friedl
2001-09-17better error handling if you try to export a bad key to ssh.comMarkus Friedl
2001-09-17cleanup and document -1, -s and -S; ok markus@Kevin Steves
2001-09-17never keep a connection to the smartcard open.Markus Friedl
2001-09-17u_char*/char* cleanup; ok markus@Kevin Steves
2001-09-17add -Fssh_config option; ok markus@Kevin Steves
2001-09-16calls krb_afslog() after setting $HOME; mattiasa@e.kth.se; fixes pr 1943Markus Friedl
2001-09-14command=xxx overwrites subsystems, tooMarkus Friedl
2001-09-14typoMarkus Friedl
2001-09-13missing $OpenBSD:Markus Friedl
2001-09-12don't forward agent for non third-party copies; ok markus@Kevin Steves
2001-09-10link k5 before k4 (new binutils is more picky than old ld)Jason Wright
2001-09-05avoid first person in manual pagesTheo de Raadt
2001-09-03fatal() for nonexistent -Fssh_config. ok markus@Kevin Steves
2001-08-31disable kbd-interactive if we don't get SSH2_MSG_USERAUTH_INFO_REQUEST messagesMarkus Friedl
2001-08-30do not pass pointers to longjmp; fix from wayne@blorf.netMarkus Friedl
2001-08-30validate ports for permitopen key file option. add host/portKevin Steves
2001-08-30validate ports for LocalForward/RemoteForward.Kevin Steves
2001-08-30add -D to synopsis line; ok markus@Christian Weisgerber
2001-08-29additional documentation for GatewayPorts; ok markus@Kevin Steves
2001-08-29validate ports for -L/-R; ok markus@Kevin Steves
2001-08-29document -D and DynamicForward; ok markus@Kevin Steves
2001-08-29add text about -u0 preventing DNS requests; ok markus@Kevin Steves
2001-08-29clear the malloc'd buffer, otherwise source() will leak malloc'd memory; ok t...Markus Friedl
2001-08-28allow: ssh -F configfile hostMarkus Friedl
2001-08-28don't set DynamicForward unless Host matchesMarkus Friedl
2001-08-27#include <string.h>Markus Friedl
2001-08-27fix memory fault if non-existent filename is given to the -f optionDan Harnett
2001-08-23minor cleanupKevin Steves
2001-08-23fix usage; ok markus@Kevin Steves
2001-08-23end request with 0, not NULLCamiel Dobbelaar
2001-08-23switch to the optimised AES reference code fromMarkus Friedl
2001-08-22document cipher des for protocol 1; ok deraadt@Kevin Steves
2001-08-22no rexd; ok markus@Kevin Steves
2001-08-22hostname not optional; ok markus@Kevin Steves
2001-08-22Sync alignment fixes on OpenSSH rijndael with OpenBSD.Heikki Korpela
2001-08-21minor typos and cleanupKevin Steves