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