Age | Commit message (Expand) | Author |
2008-06-13 | Explain the use of SSH fpr visualization using random art, and cite the | Alexander von Gernler |
2008-06-13 | Prevent -Wsign-compare warnings on LP64 systems. bz #1192, ok deraadt@ | Darren Tucker |
2008-06-13 | Friendlier error messages for mux fallback. ok djm@ | Darren Tucker |
2008-06-13 | Include unistd.h for close(), prevents warnings in -portable | Darren Tucker |
2008-06-13 | Clear key options in the monitor on failed authentication, prevents | Darren Tucker |
2008-06-13 | compile on older gcc; no decl after code | Theo de Raadt |
2008-06-13 | refuse to read ~/.shosts or ~/.ssh/authorized_keys that are not | Damien Miller |
2008-06-13 | upcast uid to long with matching %ld, prevents warnings in portable | Darren Tucker |
2008-06-13 | upcast another size_t to u_long to match format | Darren Tucker |
2008-06-13 | upcast size_t to u_long to match format arg; ok djm@ | Darren Tucker |
2008-06-13 | fall back to creating a new TCP connection on most multiplexing errors | Damien Miller |
2008-06-13 | replace __dead with __attribute__((noreturn)), makes things a little easier | Darren Tucker |
2008-06-12 | tweak wording in message, ok deraadt@ jmc@ | Ian Darwin |
2008-06-12 | add my copyright, ok djm@ | Alexander von Gernler |
2008-06-12 | make ssh-keygen -lf show the key type just as ssh-add -l would do it | Alexander von Gernler |
2008-06-12 | I was coalescing expected global request confirmation replies at the | Damien Miller |
2008-06-12 | print extension revisions for extensions that we understand | Damien Miller |
2008-06-12 | Make keepalive timeouts apply while waiting for a packet, particularly during | Darren Tucker |
2008-06-12 | tweak the ascii art text; ok grunk | Jason McIntyre |
2008-06-12 | keyword expansion for localcommand. ok djm@ | Darren Tucker |
2008-06-12 | The multiplexing escape char handler commit last night introduced a | Damien Miller |
2008-06-12 | We already mark the start of the worm, now also mark the end of the worm | Alexander von Gernler |
2008-06-12 | supply the key type (rsa1, rsa, dsa) as a caption in the frame of the | Alexander von Gernler |
2008-06-12 | some more TODO for me | Damien Miller |
2008-06-12 | document tun@openssh.com forwarding method | Damien Miller |
2008-06-12 | thal shalt not code past the eightieth column | Damien Miller |
2008-06-12 | thall shalt not code past the eightieth column | Damien Miller |
2008-06-12 | maintain an ordered queue of outstanding global requests that we | Damien Miller |
2008-06-12 | Enable ~ escapes for multiplex slave sessions; give each channel | Damien Miller |
2008-06-12 | Make ssh print the random art also when ssh'ing to a host using IP only. | Alexander von Gernler |
2008-06-12 | use an odd number of rows and columns and a separate start marker, looks | Otto Moerbeek |
2008-06-12 | Do not pass "0" strings as ports to getaddrinfo because the lookups | Darren Tucker |
2008-06-11 | #define statements that are not atoms need braces around them, else they | Alexander von Gernler |
2008-06-11 | CheckHostIP set to ``fingerprint'' will display both hex and random art | Alexander von Gernler |
2008-06-11 | simpler way of computing the augmentations; ok grunk@ | Otto Moerbeek |
2008-06-11 | ssh-keygen would write fingerprints to STDOUT, and random art to STDERR, | Alexander von Gernler |
2008-06-11 | ssh-keygen -lv -f /etc/ssh/ssh_host_rsa_key.pub | Alexander von Gernler |
2008-06-11 | Introduce SSH Fingerprint ASCII Visualization, a technique inspired by the | Alexander von Gernler |
2008-06-11 | kill trailing whitespace; | Jason McIntyre |
2008-06-10 | Use '\0' for a nul byte rather than unadorned 0. ok djm@ | Darren Tucker |
2008-06-10 | support CIDR address matching in .ssh/authorized_keys from="..." stanzas | Damien Miller |
2008-06-10 | Add a no-more-sessions@openssh.com global request extension that the | Damien Miller |
2008-06-10 | clarify that Host patterns are space-separated. ok deraadt | Darren Tucker |
2008-06-10 | - update usage() | Jason McIntyre |
2008-06-10 | tweak previous; | Jason McIntyre |
2008-06-10 | fix fatal() when performing address matching and connection is | Damien Miller |
2008-06-10 | Add extended test mode (-T) and connection parameters for test mode (-C). | Darren Tucker |
2008-06-10 | better reference for pattern-list | Damien Miller |
2008-06-10 | support CIDR address matching in sshd_config "Match address" blocks, with | Damien Miller |
2008-06-09 | Use a $OpenBSD tag so our scripts will sync changes. | Darren Tucker |