Age | Commit message (Expand) | Author |
2015-03-30 | Use sort_asprintf() | Todd C. Miller |
2015-03-30 | Add sort_asprintf() | Todd C. Miller |
2015-03-30 | ssh-askpass(1) is the default, overridden by SSH_ASKPASS; | Jason McIntyre |
2015-03-30 | fix uninitialised memory read when parsing a config file consisting | Damien Miller |
2015-03-29 | Escape punctuation characters that have a different meaning in -Tpdf. | Anthony J. Bentley |
2015-03-29 | Fix build on vax, a problem FreeBSD doesn't have. | Miod Vallat |
2015-03-29 | Revert r1.29 "Don't clear ICRNL when editing mode is off, so that character | Stuart Henderson |
2015-03-29 | Remove SA_INTERRUPT, HISTORIC_PRACTICE, and HISTORICAL_PRACTICE using | Brian Callahan |
2015-03-28 | vi was using two separate isblank functions: one defined in <ctype.h> and | Brian Callahan |
2015-03-27 | Actually use the new man.conf(5) "output" directive. | Ingo Schwarze |
2015-03-27 | Parse the new man.conf(5) "output" directive. | Ingo Schwarze |
2015-03-27 | refering -> referring; | Jason McIntyre |
2015-03-27 | Modernize documentation by inserting blanks between option letters | Ingo Schwarze |
2015-03-27 | various tweaks, including one from ingo; | Jason McIntyre |
2015-03-27 | Don't display empty error context. | Tobias Ulmer |
2015-03-27 | Some vi cleanup, unifdef's some signal blocking code that has never been | Bryan Steele |
2015-03-27 | Move help(1) to share/man and send the remains of man(1) to the Attic. | Ingo Schwarze |
2015-03-26 | Strip information that no longer applies and document new "manpath" directive. | Ingo Schwarze |
2015-03-26 | Add a new directive "manpath path" | Ingo Schwarze |
2015-03-26 | Whitespace fix: Closing bracket belongs to if-block, not enclosing for | Tobias Stoeckmann |
2015-03-26 | The code in socks.c writes multiple times in a row to a socket. If the | Tobias Stoeckmann |
2015-03-26 | Fix error message in case of write failure. | Tobias Stoeckmann |
2015-03-26 | sigp and lenp are not optional in ssh_agent_sign(); ok djm@ | Markus Friedl |
2015-03-26 | Use the (new) function name in errx() after its rename in r1.6. | Okan Demirmen |
2015-03-26 | don't try to load .ssh/identity by default if SSH1 is disabled; ok markus@ | Christian Weisgerber |
2015-03-26 | Check for short writes in fdpass(). Clean up while at it. | Tobias Stoeckmann |
2015-03-26 | Sync camel case of "ProxyUseFdpass" with ssh_config(5). | Tobias Stoeckmann |
2015-03-26 | ban all-zero curve25519 keys as recommended by latest | Damien Miller |
2015-03-26 | relax bits needed check to allow diffie-hellman-group1-sha1 key | Damien Miller |
2015-03-25 | unifdef -U NO_DPROMPT and GOSREC. | Brian Callahan |
2015-03-25 | ignore v1 errors on ssh-add -D; only try v2 keys on -l/-L (unless WITH_SSH1) | Markus Friedl |
2015-03-25 | unbreak ssh_agent_sign (lenp vs *lenp) | Markus Friedl |
2015-03-25 | Remove unused METACH #define. | Brian Callahan |
2015-03-25 | We really don't need ttydef.h -- it is like sysdef.h -- once useful because | Brian Callahan |
2015-03-24 | When exiting the loop early don't forget to clean up. | Florian Obser |
2015-03-24 | unifdef -DBINDKEY -- you can't build mg the other way. | Brian Callahan |
2015-03-24 | don't leak 'setp' on error; noted by Nicholas Lemonias; ok djm@ | Markus Friedl |
2015-03-24 | consistent check for NULL as noted by Nicholas Lemonias; ok djm@ | Markus Friedl |
2015-03-24 | correct fmt-string for size_t as noted by Nicholas Lemonias; ok djm@ | Markus Friedl |
2015-03-24 | promote chacha20-poly1305@openssh.com to be the default cipher; | Damien Miller |
2015-03-24 | Compile-time disable SSH protocol 1. You can turn it back on using | Damien Miller |
2015-03-24 | fix double-negative error message "ssh1 is not unsupported" | Damien Miller |
2015-03-23 | DIFFTOOL has to be defined for mg to build. TCSASOFT is defined via | Brian Callahan |
2015-03-23 | for ssh-keygen -A, don't try (and fail) to generate | Damien Miller |
2015-03-22 | Since Windows needs BIO_sock_init() before you can call any networking | Brent Cook |
2015-03-22 | from mk: add ENVIRONMENT (for NM) | Jason McIntyre |
2015-03-22 | Add sysconf() extensions PHYS_PAGES, AVPHYS_PAGES, NPROCESSORS_CONF | Todd C. Miller |
2015-03-21 | typo/grammar fixes; | Jason McIntyre |
2015-03-21 | sort options, and generally shuffle around; do not give "file operands" its own | Jason McIntyre |
2015-03-21 | too late, alas, i found one more arc4random Fn that is better as Xr; | Jason McIntyre |