summaryrefslogtreecommitdiff
path: root/usr.bin
AgeCommit message (Expand)Author
2019-10-14Memory leaks, from Igor Wong in GitHub issue 1934.Nicholas Marriott
2019-10-14memleak in error path; spotted by oss-fuzz, ok markus@Damien Miller
2019-10-13Also close the server connection before retrying on a 503.Jeremie Courreges-Anglas
2019-10-13Factor out socket cleanup codeJeremie Courreges-Anglas
2019-10-11don't use sizeof(pointer) to represent buffer sizeJonathan Gray
2019-10-09On a 503, only retry if "Retry-After: 0" is present.Jeremie Courreges-Anglas
2019-10-09Use snprintf instead of sprintf.Martijn van Duren
2019-10-09openssh-8.1Damien Miller
2019-10-09fix an unreachable integer overflow similar to the XMSS case, and someDamien Miller
2019-10-09fix integer overflow in XMSS private key parsing. Reported byDamien Miller
2019-10-08Correct type for end-of-list sentinel; fixes initializer warnings onDarren Tucker
2019-10-08Simplify threads flag handlingkn
2019-10-08Free the "e" element in ber_printf_elements if it fails, since there's noMartijn van Duren
2019-10-08Don't rely on the pdu returning the correct errorindex.Martijn van Duren
2019-10-08Replace "boolean.h" with <stdbool.h>kn
2019-10-07reversed test yielded incorrect debug messageDamien Miller
2019-10-07jmc is a stickler for consistency.Ted Unangst
2019-10-07add --label to usage. thx jmcTed Unangst
2019-10-07two compat features to allow the zstdgrep script to work.Ted Unangst
2019-10-07If optstring is NULL and usecommonopt is true, optstr was prependedAlexander Bluhm
2019-10-07Fix respawn-pane/window if default-command is set, reported by Janos Barbero.Nicholas Marriott
2019-10-06Avoid gasting around get_process_info()kn
2019-10-06Zap intermediate structs in compare_*()kn
2019-10-05Retry request once when receiving a 503Jeremie Courreges-Anglas
2019-10-04better link "set" and "SET OPTIONS";Jason McIntyre
2019-10-04Avoid a path traversal bug in s_server on Windows.Brent Cook
2019-10-04the formatting for the mini synopses in this page did not render wellJason McIntyre
2019-10-04fix memory leak in error path; bz#3074Damien Miller
2019-10-04spaceDamien Miller
2019-10-04Check for gmtime failure in moduli generation. Based on patch fromDarren Tucker
2019-10-03use a more common options order in SYNOPSIS and sync usage();Jason McIntyre
2019-10-03Implement snmp set.Martijn van Duren
2019-10-03Use a malloc'd buffer for lsk since commands can be very long, from Gregory P...Nicholas Marriott
2019-10-03Do not lazily use BUFSIZ for "I don't care what size" when buildingNicholas Marriott
2019-10-03use the right argv element for the error message.Sebastien Marie
2019-10-02thinko in previous; spotted by Mantas MikulėnasDamien Miller
2019-10-02make signature format match PROTOCOL.sshsig file: the message hashDamien Miller
2019-10-02ban empty namespace strings for sshsig; spotted by Mantas MikulėnasDamien Miller
2019-10-02Remove references to "aucat socket".Alexandre Ratchov
2019-10-02remove some duplicate #includesDamien Miller
2019-10-01For invalid queries and for valid queries returning no result,Ingo Schwarze
2019-10-01update currency exchange rates;Jason McIntyre
2019-10-01revert unconditional forced login implemented in r1.41 of ssh-pkcs11.c;Damien Miller
2019-09-29group and sort single letter options; ok deraadtJason McIntyre
2019-09-28Add where missing and harmonize PATH to be _PATH_DEFPATH (without local norAntoine Jacoutot
2019-09-28ensure dependency_libs and libdir are defined after parsing .la file.Sebastien Marie
2019-09-27fix the DH-GEX text in -a;Jason McIntyre
2019-09-25Style and line length nits.Nicholas Marriott
2019-09-24Some minor performance improvements - most notably, don't search theNicholas Marriott
2019-09-24Couple of bits of minor cleanup.Nicholas Marriott