summaryrefslogtreecommitdiff
path: root/usr.bin/ssh
AgeCommit message (Expand)Author
2008-11-07Move JPAKE define to make life easier for portable. ok djm@Darren Tucker
2008-11-07add space to some log/debug messages for readability; ok djm@ markus@Kevin Steves
2008-11-07spelling/typo in commentKevin Steves
2008-11-05passord -> password;Jason McIntyre
2008-11-05add dynamic forward escape command line; ok djm@Kevin Steves
2008-11-04because parse_forward() is now used to parse all forward types (DLR),Kevin Steves
2008-11-04Add support for an experimental zero-knowledge password authenticationDamien Miller
2008-11-04need unistd.h for close() prototypeDamien Miller
2008-11-03include MaxSessions in sshd -T output; patch from imorgan AT nas.nasa.govDamien Miller
2008-11-03fix commentKevin Steves
2008-11-03remove valueless commentKevin Steves
2008-11-02protocol 2 tty modes support is now 7.5 years old so remove theseKevin Steves
2008-11-01merge dynamic forward parsing into parse_forward(); 'i think this is OK' djm@Kevin Steves
2008-11-01the ellipsis is not an optional argument; while here, improve spacing.Igor Sobrado
2008-11-01fix some typos in log messages; ok djm@Kevin Steves
2008-11-01sprinkle ARGSUSED on dispatch handlersDamien Miller
2008-10-31remove unused #define DISPATCH_MIN; ok markus@Kevin Steves
2008-10-30don't need to #include "monitor_fdpass.h"Kevin Steves
2008-10-17correct and clarify VisualHostKey; ok jmc@Kevin Steves
2008-10-14use #define ROQUIET here; no binary change. ok dtucker@Kevin Steves
2008-10-10use 'Privileged ports can be forwarded only when logging in as root onKevin Steves
2008-10-10typo in error message; ok djm@Kevin Steves
2008-10-10spelling in comment; ok djm@Kevin Steves
2008-10-09add -y to usage();Jason McIntyre
2008-10-09support setting PermitEmptyPasswords in a Match blockDamien Miller
2008-10-08Add -y option to force logging via syslog rather than stderr.Damien Miller
2008-10-03Repair strnvis() buffersize of 4*n+1, with termination gauranteed by theTheo de Raadt
2008-10-03do not give an example of how to chmod files: we can presume the userJason McIntyre
2008-10-02Convert an unchecked strdup to xstrdup. OK deraadt@Todd C. Miller
2008-09-11only send eow and no-more-sessions requests to openssh 5 and newer;Markus Friedl
2008-09-07gc unused file (obseleted by libcrypto update)Damien Miller
2008-09-06OpenSSL 0.9.8h supplies a real EVP_sha256 so we do not need ourDamien Miller
2008-09-06adapt to sha2(3) API changes; ok millert@Damien Miller
2008-08-21allow ForceCommand internal-sftp with arguments. based on patch fromDamien Miller
2008-08-02whitepsace -> whitespace. From Matthew Clarke via bugs@.Kenneth R Westerback
2008-07-31don't allocate space for empty banners; report t8m at centrum.cz; ok deraadtMarkus Friedl
2008-07-25In random art visualization, make sure to use the end marker only at theAlexander von Gernler
2008-07-25Add VisualHostKey to example file, ok djm@Alexander von Gernler
2008-07-24Add "ssh-keygen -F -l" to synopsis (displays fingerprint fromStuart Henderson
2008-07-23do not try to print options that have been compile-time disabledDamien Miller
2008-07-21openssh-5.1Damien Miller
2008-07-18no need for .Pp before or after .Sh;Jason McIntyre
2008-07-17strip trailing '.' from hostname when HostbasedUsesNameFromPacketOnly=yesDamien Miller
2008-07-17strnvis preauth banner; pointed out by mpf@ ok markus@Damien Miller
2008-07-16this loop index should be automatic, not staticDamien Miller
2008-07-16rename variable first_gc -> last_gc (since it is actually the lastDamien Miller
2008-07-15number of pipelined requests is not 64; prodded by Iain.Morgan AT nasa.govDamien Miller
2008-07-14mention requirement for /dev/log inside chroot when using sftp-serverDamien Miller
2008-07-13increase number of piplelined requests so they properly fill theDamien Miller
2008-07-13use struct sockaddr_storage instead of struct sockaddr for accept(2)Damien Miller