Age | Commit message (Expand) | Author |
2019-10-18 | add some checks to avoid UID_MAX (-1) here. this is not problematic with | Ted Unangst |
2019-10-17 | Use -1 to indicate an invalid uid/gid, not UID_MAX and GID_MAX. | Todd C. Miller |
2019-10-17 | Fix -N flag to actually shut down the (entire) socket when the input | Bob Beck |
2019-10-16 | potential NULL dereference for revoked hostkeys; reported by | Damien Miller |
2019-10-16 | free buf before return; reported by krishnaiah bommu | Damien Miller |
2019-10-15 | Include the .SUNW_ctf section in bsd.gdb | Martin Pieuchot |
2019-10-15 | Rewrite options_array_set to be clearer and remove a spurious warning | Nicholas Marriott |
2019-10-15 | Add support for percentage sizes for resize-pane ("-x 10%"). Also change | Nicholas Marriott |
2019-10-15 | When setting the modification time on the retrieved file, use utimensat() | Philip Guenther |
2019-10-14 | pledge() won't work but we can use unveil() to reduce filesystem access | Theo de Raadt |
2019-10-14 | some knf, preparing for other changes | Theo de Raadt |
2019-10-14 | Do not crash with pane_current_command if the pane is newly created and | Nicholas Marriott |
2019-10-14 | Turn automatic-rename back on if the rename escape sequence is used with | Nicholas Marriott |
2019-10-14 | Some old tmux versions can sometimes generate layout strings which have | Nicholas Marriott |
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 |