Age | Commit message (Expand) | Author |
2019-08-17 | signal handlers should not call exit() due to possibility of reentering | Theo de Raadt |
2019-08-16 | Add a flag to reverse sort in the various choose modes, from Benjamin | Nicholas Marriott |
2019-08-16 | Call comma-separated lists as such to clarify semantics | kn |
2019-08-16 | grid_view_delete_cells does need to clear, GitHub issue 1871. | Nicholas Marriott |
2019-08-16 | include sshbuf-misc.c in SRCS_BASE | Damien Miller |
2019-08-16 | switch percent_expand() to use sshbuf instead of a limited fixed buffer; | Damien Miller |
2019-08-14 | make usage() and SYNOPSIS more alike | Theo de Raadt |
2019-08-14 | Default to previous search string for search-forward and | Nicholas Marriott |
2019-08-14 | Revert a change I did not mean to commit yet. | Nicholas Marriott |
2019-08-14 | Add -Z flag to rotate-window, select-pane, swap-pane, switch-client to | Nicholas Marriott |
2019-08-13 | Error-index starts at 1, not 0. | Martijn van Duren |
2019-08-13 | Check for strdup return value and exit on failure. | Frederic Cambus |
2019-08-13 | Fix a segmentation fault in awk, from upstream version 20121220. | Frederic Cambus |
2019-08-12 | In isnow(), always validate the value of the month variable before | Todd C. Miller |
2019-08-12 | Add the CP_SPIN time to the sum of system time reported. | Claudio Jeker |
2019-08-11 | Replace some err(1, NULL) with err(1, "malloc"). | Martijn van Duren |
2019-08-11 | Cleanup usage. | Martijn van Duren |
2019-08-11 | whitespace issues like a knife in my eyes | Theo de Raadt |
2019-08-11 | No specific called "exec(3)", so move primary manpage to a name which | Theo de Raadt |
2019-08-11 | error if malloc fails; ok martijn | Theo de Raadt |
2019-08-11 | ugly whitespaces | Theo de Raadt |
2019-08-10 | explicitly point out extraordinary and inconsistent syntax requirements | Ingo Schwarze |
2019-08-10 | Amend previous fix; joris@ fixed the same bug in OpenCVS's diff3.c r1.47. | Stefan Sperling |
2019-08-10 | Fix merge(1) of files which contain lines with leading dots. | Stefan Sperling |
2019-08-10 | move to 6.6-beta | Theo de Raadt |
2019-08-09 | Only print the message of the day in the rsyncd header if rsync is | Claudio Jeker |
2019-08-09 | Hook up snmp(1) | Martijn van Duren |
2019-08-09 | Import snmp(1), a new snmp client which aims to be netsnmp compatible for | Martijn van Duren |
2019-08-09 | Add --address argument to openrsync to bind to the specified address | Claudio Jeker |
2019-08-09 | produce a useful error message if the user's shell is set incorrectly | Damien Miller |
2019-08-09 | Change description of TCPKeepAlive from "inactive" to "unresponsive" | Darren Tucker |
2019-08-08 | added /* no filesystem visibility */ above unveil("/", "") since "" is too easy | Ricardo Mestre |
2019-08-08 | Allow the maximimum uint32 value for the argument passed to -b which | Darren Tucker |
2019-08-05 | Many key types are supported now, so take care to check the size | Christian Weisgerber |
2019-08-05 | Remove -port option from s_server since it is same as -accept | Kinichiro Inoguchi |
2019-08-05 | Remove now-redundant perm_ok arg since sshkey_load_private_type will | Darren Tucker |
2019-08-05 | Add support for the SD (scroll down) escape sequence, GitHub issue 1861. | Nicholas Marriott |
2019-08-02 | add the missing .An -nosplit | Ingo Schwarze |
2019-08-02 | minor sync of the inline stylesheet with mandoc.css: | Ingo Schwarze |
2019-08-02 | document octal escape format in %b arguments; | Ingo Schwarze |
2019-08-02 | typo; from Christian Hesse | Damien Miller |
2019-08-01 | Correctly wrap search in copy mode even if at the very top left, GitHub | Nicholas Marriott |
2019-08-01 | Select the correct word for select-word when already at the start of a | Nicholas Marriott |
2019-08-01 | update currency exchange rates; | Jason McIntyre |
2019-08-01 | xterm 348 now disables margins when resized, so send DECLRMM again. | Nicholas Marriott |
2019-08-01 | Add -N to capture-pane to preserve trailing spaces, from Leon Winter. | Nicholas Marriott |
2019-08-01 | Remove check for same size - size has already been changed so this | Nicholas Marriott |
2019-07-30 | Reorder some text in the windows & panes section and add some better | Nicholas Marriott |
2019-07-30 | let sshbuf_find/cmp take a void* for the search/comparison | Damien Miller |
2019-07-29 | Make proxy auth work with http 1.1 speaking webservers. | Sebastian Benoit |