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