summaryrefslogtreecommitdiff
path: root/usr.bin/ssh
AgeCommit message (Expand)Author
2010-12-08explain that IPQoS arguments are separated by whitespace; iirc requestedDamien Miller
2010-12-04fix fd leak; spotted and ok dtucker@Damien Miller
2010-12-04add a protocol extension to support a hard link operation. It isDamien Miller
2010-12-03move check for revoked keys to run earlier (in auth_rsa_key_allowed)Damien Miller
2010-12-03check that g^x^q === 1 mod p; recommended by JPAKE author Feng HaoDamien Miller
2010-11-29automatically order the hostkeys requested by the client based onDamien Miller
2010-11-29correctly load comment for encrypted rsa1 keys;Markus Friedl
2010-11-26Pass through ssh command-line flags and options when doing remote-remoteDamien Miller
2010-11-25replace close() loop for fds 3->64 with closefrom();Damien Miller
2010-11-24remove a debug() that pollutes stderr on client connecting to a serverDamien Miller
2010-11-23avoid NULL deref on receiving a channel request on an unknown or invalidDamien Miller
2010-11-23use strict_modes already passed as function argument over referencingDamien Miller
2010-11-21Refactor internals of private key loading and saving to work on memoryDamien Miller
2010-11-21honour $TMPDIR for client xauth and ssh-agent temporary directories;Damien Miller
2010-11-20clean up cases of ;;Theo de Raadt
2010-11-18add IPQoS to the various -o lists, and zap some trailing whitespace;Jason McIntyre
2010-11-15libary -> library;Jason McIntyre
2010-11-13allow ssh and sshd to set arbitrary TOS/DSCP/QoS values instead ofDamien Miller
2010-11-10use only libcrypto APIs that are retained with OPENSSL_NO_DEPRECATED.Damien Miller
2010-11-05whitespace KNFDamien Miller
2010-11-04umask should be parsed as octal. reported by candland AT xmission.com;Damien Miller
2010-10-28knock out some "-*- nroff -*-" lines;Jason McIntyre
2010-10-28fix a possible NULL deref on loading a corrupt ECDH keyDamien Miller
2010-10-23escape '[' in filename tab-completion; fix a type while there.Stuart Henderson
2010-10-13The heimdal code switched to using DES from libcrypto when 0.7.2Jonathan Gray
2010-10-12Typo in confirmation message. bz#1827, patch from imorgan at nas nasa govDarren Tucker
2010-10-06swapped args to kill(2)Damien Miller
2010-10-06kill proxy command on fatal() (we already kill it on clean exit);Damien Miller
2010-10-05use default shell /bin/sh if $SHELL is ""; ok markus@Damien Miller
2010-10-01turn off -g tooDamien Miller
2010-10-01oops, didn't mean to turn -Werror on for everyone.Damien Miller
2010-10-01adapt to API changes in openssl-1.0.0aDamien Miller
2010-09-30prevent free() of string in .rodata when overriding AuthorizedKeys inDamien Miller
2010-09-26when performing an "ls" in columnated (short) mode, only callDamien Miller
2010-09-25make use of new glob(3) GLOB_KEEPSTAT extension to save extra serverDamien Miller
2010-09-24Add timingsafe_bcmp(3) to libc, mention that it's already in theMatthew Dempsky
2010-09-23add KexAlgorithms to the -o list;Jason McIntyre
2010-09-23add [-l limit] to usage();Jason McIntyre
2010-09-22add an option per-read/write callback to atomicioDamien Miller
2010-09-22ssh.1: add kexalgorithms to the -o listJason McIntyre
2010-09-22add a KexAlgorithms knob to the client and server configuration to allowDamien Miller
2010-09-20"atomically" create the listening mux socket by binding it on a temoraryDamien Miller
2010-09-20missing #includeDamien Miller
2010-09-20check that received values are smaller than the group size in theDamien Miller
2010-09-20install a SIGCHLD handler to reap expiried child process; ok markus@Damien Miller
2010-09-19more wacky macro fixing;Jason McIntyre
2010-09-11mention RFC 5656 for ECC stuffDamien Miller
2010-09-10* mention ECDSA in more placesChristian Weisgerber
2010-09-10fix identDamien Miller
2010-09-09ECDH/ECDSA compliance fix: these methods vary the hash function they useDamien Miller