summaryrefslogtreecommitdiff
path: root/usr.bin/ssh
AgeCommit message (Collapse)Author
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
alternative syntax for IPv6. ok markus@
2001-08-30validate ports for LocalForward/RemoteForward.Kevin Steves
add host/port alternative syntax for IPv6 (like -L/-R). ok markus@
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 ↵Markus Friedl
theo@
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
ok markus@
2001-08-23minor cleanupKevin Steves
2001-08-23fix usage; ok markus@Kevin Steves
2001-08-23end request with 0, not NULLCamiel Dobbelaar
ok markus@
2001-08-23switch to the optimised AES reference code fromMarkus Friedl
http://www.esat.kuleuven.ac.be/~rijmen/rijndael/rijndael-fst-3.0.zip
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
markus@ ok
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
options and arguments; ok markus@
2001-08-16deprecate CheckMail. ok markus@Jakob Schlyter
----------------------------------------------------------------------
2001-08-14consistent documentation and example of ``-o ssh_option'' for sftp andKevin Steves
scp; document keyword=argument for ssh.
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
fixes bug on solaris; from sbi@uchicago.edu
2001-08-08when describing the -o option, give -o Protocol=1 as the specific exampleTheo de Raadt
since we are SICK AND TIRED of clueless people who cannot have difficulty thinking on their own.
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
o) .Sh EXAMPLE -> .Sh EXAMPLES; o) Delete .Sh OPTIONS. Text moved to .Sh DESCRIPTION; millert@ ok
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
check for card present when uploading keys. use strings instead of ints for smartcard reader ids, too.
2001-08-01support finish rsa keys.Markus Friedl
free public keys after login -> call finish -> close smartcard.