Age | Commit message (Expand) | Author |
2008-06-26 | allow the sftp chmod(2)-equivalent operation to set set[ug]id/sticky | Damien Miller |
2008-06-25 | add key length to visual fingerprint; zap magical constants; | Otto Moerbeek |
2008-06-21 | use optopt to get invalid flag, instead of return value of getopt, | Martynas Venckus |
2008-06-16 | Rename the isatty argument to is_tty so we don't shadow isatty(3). | Darren Tucker |
2008-06-15 | don't call isatty() on a pty master, instead pass a flag down to | Damien Miller |
2008-06-15 | Allow MaxAuthTries within a Match block. ok djm@ | Darren Tucker |
2008-06-15 | MaxSessions is allowed in a Match block too | Darren Tucker |
2008-06-14 | Mention that scp follows symlinks during -r. bz #1466, from nectar at apple | Darren Tucker |
2008-06-14 | suppress the warning message from chdir(homedir) failures | Damien Miller |
2008-06-14 | ensure default umask disallows at least group and world write; ok djm@ | Darren Tucker |
2008-06-14 | wrap long line at 80 chars | Darren Tucker |
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 |