summaryrefslogtreecommitdiff
path: root/usr.bin/ssh
AgeCommit message (Expand)Author
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
2001-08-17typo in commentKevin Steves
2001-08-16document case sensitivity for ssh, sshd and key fileKevin Steves
2001-08-16deprecate CheckMail. ok markus@Jakob Schlyter
2001-08-14consistent documentation and example of ``-o ssh_option'' for sftp andKevin Steves
2001-08-14"bye"; hk63a@netscape.netMarkus Friedl
2001-08-13don't need main prototype (also sync with rcp); ok markus@Kevin Steves
2001-08-11fix more paths beginning with "//"; <bradshaw@staff.crosswalk.com>. ok markus@Jakob Schlyter
2001-08-08undo last change; does not work for sshdMarkus Friedl
2001-08-08permanently_set_uid is a noop if user is not privilegued;Markus Friedl
2001-08-08when describing the -o option, give -o Protocol=1 as the specific exampleTheo de Raadt
2001-08-07extended failure messages from galb@vandyke.comMarkus Friedl
2001-08-06use alarm vs. setitimer for portable; ok markus@Kevin Steves
2001-08-05make -t dsa work with commercial servers, tooMarkus Friedl
2001-08-05ssh 2 support; from wayned@users.sourceforge.netMarkus Friedl
2001-08-03improve usage(). ok markus@Jakob Schlyter
2001-08-03document smartcard options. ok markus@Jakob Schlyter
2001-08-02o) .Sh AUTHOR -> .Sh AUTHORS;Mike Pechkin
2001-08-02clean up some /* SMARTCARD */. ok markus@Jakob Schlyter
2001-08-02add /* SMARTCARD */ to #else/#endif. ok markus@Jakob Schlyter
2001-08-02add smartcard to usage(). ok markus@Jakob Schlyter
2001-08-02document smartcard upload/download. ok markus@Jakob Schlyter
2001-08-02more verbose usage(). ok markus@Jakob Schlyter
2001-08-02change -u (upload smartcard key) to -U. ok markus@Jakob Schlyter
2001-08-02add -D readerid option (download, i.e. print public RSA key to stdout).Markus Friedl
2001-08-01support finish rsa keys.Markus Friedl
2001-08-01allow uploading RSA keys for non-default AUT0 (sha1 over passphrase like sect...Markus Friedl
2001-08-01refer to current ietf drafts for protocol v2Markus Friedl