summaryrefslogtreecommitdiff
path: root/usr.bin/ssh
AgeCommit message (Expand)Author
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
2010-09-08work around name-space collisions some buggy compilers (looking at youTheo de Raadt
2010-09-08typoDamien Miller
2010-09-06add ssh_host_ecdsa_key to /etc; from Mattieu Baptiste <mattieu.b@gmail.com>Christian Weisgerber
2010-09-06decl before code for compiler compatibilityTheo de Raadt
2010-09-04two more EXIT STATUS sections;Jason McIntyre
2010-09-03add an EXIT STATUS section for /usr/bin;Jason McIntyre
2010-09-02Switch ECDSA default key size to 256 bits, which according to RFC5656Christian Weisgerber
2010-09-02unbreak ControlPersist=yes for ControlMaster=yes; ok djm@Markus Friedl
2010-09-02permit -b 256, 384 or 521 as key size for ECDSA; ok djm@Markus Friedl
2010-09-01prefer ECDH in a 256 bit curve field; prompted by naddy@Damien Miller
2010-09-01pick up ECDSA host key by default; ok djm@Christian Weisgerber
2010-08-31small text tweak to accommodate previous;Jason McIntyre
2010-08-31fix some macro abuse;Jason McIntyre
2010-08-31reintroduce commit from tedu@, which I pulled out for release engineering:Damien Miller
2010-08-31Implement Elliptic Curve Cryptography modes for key exchange (ECDH) andDamien Miller
2010-08-31Add buffer_get_cstring() and related functions that verify that theDamien Miller
2010-08-16backout previous temporarily; discussed with deraadt@Damien Miller
2010-08-12OpenSSL_add_all_algorithms is the name of the function we have a man pageTed Unangst
2010-08-12close any extra file descriptors inherited from parent at start andDamien Miller
2010-08-08use the same template for all FILES sections; i.e. -compact/.Pp where weJason McIntyre
2010-08-08crank to 5.6Damien Miller