summaryrefslogtreecommitdiff
path: root/usr.bin/ssh
AgeCommit message (Expand)Author
2008-07-05grammarDamien Miller
2008-07-04Make protocol 1 MaxAuthTries logic match protocol 2's.Damien Miller
2008-07-04handle EINTR in packet_write_poll()l ok dtucker@Damien Miller
2008-07-04Make debug a little clearer. ok djm@Darren Tucker
2008-07-04support negation of groups in "Match group" block (bz#1315); ok dtucker@Damien Miller
2008-07-03avoid nasty double free; ok dtucker@ djm@Otto Moerbeek
2008-07-02When forking after authentication ("ssh -f") with ExitOnForwardFailureDamien Miller
2008-07-02really really remove the freebie "none" auth try for protocol 2Damien Miller
2008-07-02Make protocol 2 MaxAuthTries behaviour a little more sensible:Damien Miller
2008-07-02Merge duplicate host key file checks, based in part on a patch from RobDarren Tucker
2008-07-02increase default size of ssh protocol 1 ephemeral key from 768 to 1024Damien Miller
2008-07-01fix some typos; ok djm@Kevin Steves
2008-07-01Send CR LF during protocol banner exchanges, but only for Protocol 2 only,Darren Tucker
2008-07-01Check ExitOnForwardFailure if forwardings are disabled due to a failedDarren Tucker
2008-06-30clarify that eow@openssh.com is only sent on session channelsDamien Miller
2008-06-30only send eow@openssh.com notifications for session channels; ok! markus@Damien Miller
2008-06-30only pass channel requests on session channels through to the sessionDamien Miller
2008-06-30typo: s/constraint_date/constraint_data/Damien Miller
2008-06-29protocol 2 key blobs are strings, not byte arraysDamien Miller
2008-06-28document the protocol used by ssh-agent; "looks ok" markus@Damien Miller
2008-06-28reset global compat flag after processing a protocol 2 signatureDamien Miller
2008-06-28revert accidental commit (nearly 2 months ago!) thatDamien Miller
2008-06-28refuse to add a key that has unknown constraints specified;Damien Miller
2008-06-28spelling fixesDamien Miller
2008-06-26add VisualHostKey to the list of options listed in -o;Jason McIntyre
2008-06-26Move SSH Fingerprint Visualization away from sharing the config optionAlexander von Gernler
2008-06-26when loading moduli from /etc/moduli in sshd(8), check that theyDamien Miller
2008-06-26allow the sftp chmod(2)-equivalent operation to set set[ug]id/stickyDamien Miller
2008-06-25add key length to visual fingerprint; zap magical constants;Otto Moerbeek
2008-06-21use optopt to get invalid flag, instead of return value of getopt,Martynas Venckus
2008-06-16Rename the isatty argument to is_tty so we don't shadow isatty(3).Darren Tucker
2008-06-15don't call isatty() on a pty master, instead pass a flag down toDamien Miller
2008-06-15Allow MaxAuthTries within a Match block. ok djm@Darren Tucker
2008-06-15MaxSessions is allowed in a Match block tooDarren Tucker
2008-06-14Mention that scp follows symlinks during -r. bz #1466, from nectar at appleDarren Tucker
2008-06-14suppress the warning message from chdir(homedir) failuresDamien Miller
2008-06-14ensure default umask disallows at least group and world write; ok djm@Darren Tucker
2008-06-14wrap long line at 80 charsDarren Tucker
2008-06-13Explain the use of SSH fpr visualization using random art, and cite theAlexander von Gernler
2008-06-13Prevent -Wsign-compare warnings on LP64 systems. bz #1192, ok deraadt@Darren Tucker
2008-06-13Friendlier error messages for mux fallback. ok djm@Darren Tucker
2008-06-13Include unistd.h for close(), prevents warnings in -portableDarren Tucker
2008-06-13Clear key options in the monitor on failed authentication, preventsDarren Tucker
2008-06-13compile on older gcc; no decl after codeTheo de Raadt
2008-06-13refuse to read ~/.shosts or ~/.ssh/authorized_keys that are notDamien Miller
2008-06-13upcast uid to long with matching %ld, prevents warnings in portableDarren Tucker
2008-06-13upcast another size_t to u_long to match formatDarren Tucker
2008-06-13upcast size_t to u_long to match format arg; ok djm@Darren Tucker
2008-06-13fall back to creating a new TCP connection on most multiplexing errorsDamien Miller
2008-06-13replace __dead with __attribute__((noreturn)), makes things a little easierDarren Tucker