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