summaryrefslogtreecommitdiff
path: root/usr.bin/ssh
AgeCommit message (Expand)Author
2009-01-01fix hash calculation for KEXGEX: hash over the original client-suppliedDamien Miller
2009-01-01call channel destroy callbacks on receipt of open failure messages.Damien Miller
2008-12-30add AllowAgentForwarding to available Match keywords listOkan Demirmen
2008-12-29no need to escape single quotes in commentsKevin Steves
2008-12-29fix example, default key type is rsa for 3+ years; fromKevin Steves
2008-12-10o cannot be NULL here but use xfree() to be consistent; ok djm@Kevin Steves
2008-12-09fix typo in error messageKevin Steves
2008-12-09update for the synopses displayed by the 'help' command, there are aIgor Sobrado
2008-12-09replace by-hand string building with xasprinf(); ok deraadt@Damien Miller
2008-12-09channel_print_adm_permitted_opens() should deal with all the printingKevin Steves
2008-12-09correct sftp(1) and corresponding usage syntax;Damien Miller
2008-12-09correct sftp(1) and corresponding usage syntax;Damien Miller
2008-12-09don't leave junk (free'd) pointers around in Forward *fwd argument onDamien Miller
2008-12-09Deal correctly with failures in remote stat() operation in sftp,Damien Miller
2008-12-09The ~C escape handler does not work correctly for multiplexed sessions -Damien Miller
2008-12-02s/remote_id/id/ to be more consistent with other code; ok djm@Markus Friedl
2008-12-02backout 1.149, since it's not necessary and openssh clients sendMarkus Friedl
2008-12-02we have to use the recipient's channel number (RFC 4254) forMarkus Friedl
2008-11-30Retry sendmsg/recvmsg on EAGAIN and EINTR; ok djm@Darren Tucker
2008-11-21packet_disconnect() on padding error, too. should reduce the successMarkus Friedl
2008-11-11for sshd -T print 'permitopen any' vs. 'permitopen' for case of noKevin Steves
2008-11-11USE_AFS not referenced so remove #ifdef. fixes sshd -T not printingKevin Steves
2008-11-09typo fixed (overriden -> overridden)Tobias Stoeckmann
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