summaryrefslogtreecommitdiff
path: root/usr.bin
AgeCommit message (Collapse)Author
2019-08-16Add a flag to reverse sort in the various choose modes, from BenjaminNicholas Marriott
Poirier in GitHub issue 1875.
2019-08-16Call comma-separated lists as such to clarify semanticskn
Options such as Ciphers take values that may be a list of ciphers; the complete list, not indiviual elements, may be prefixed with a dash or plus character to remove from or append to the default list respectively. Users might read the current text as if each elment took an optional prefix, so tweak the wording from "values" to "list" to prevent such ambiguity for all options supporting this semantics (those that provide a list of available elements via "ssh -Q ..."). Input and OK jmc
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
ok markus@
2019-08-14make usage() and SYNOPSIS more alikeTheo de Raadt
discussed with martijn
2019-08-14Default to previous search string for search-forward andNicholas Marriott
search-backward, from Leah Neukirchen.
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
preserve zoomed state. GitHub issue 1839.
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
OK millert@
2019-08-13Fix a segmentation fault in awk, from upstream version 20121220.Frederic Cambus
OK millert@
2019-08-12In isnow(), always validate the value of the month variable beforeTodd C. Miller
using it as an index into the cumdays[] array. Found with American Fuzzy Lop. Original diff by and OK fcambus@
2019-08-12Add the CP_SPIN time to the sum of system time reported.Claudio Jeker
OK kettenis@
2019-08-11Replace some err(1, NULL) with err(1, "malloc").Martijn van Duren
Requested by deraadt@
2019-08-11Cleanup usage.Martijn van Duren
Prodded by and OK deraadt@
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
does exist -- execv(3). Still call this a family but without "Nm". Adjust Xr in various pages to refer to the precise function used rather than the family, in most cases the semantics of execve(2) are being referenced, so change the Xr. ok jmc
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
regarding whitespace that result in a trap for the unwary; OK martijn@ jmc@
2019-08-10Amend previous fix; joris@ fixed the same bug in OpenCVS's diff3.c r1.47.Stefan Sperling
Put the OpenCVS fix, which additionally checks for trailing \n, into OpenRCS. Sync requested by deraadt@ (thanks, I would otherwise have overlooked this)
2019-08-10Fix merge(1) of files which contain lines with leading dots.Stefan Sperling
A check which tried to detect "dot on a line of its own" in the internal ed script was treating any line with a leading dot as such. Changes made to groups of such lines therefore ended up being truncated in the merged result. "For a random user, there's no shame in being unable to use ed." -- Michael W Lucas ok millert@ deraadt@
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
started with -v. In normal operation rsync should only print errors. OK benno@ deraadt@
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
supported features. It only supports get, getnext, walk, bulkget, bulkwalk, trap, mibtree, and is SNMPv1 and SNMPv2c for now. This will shortly replace snmpctl entirely. People using snmpctl are encouraged to test and migrate to this code as soon as possible. Much help with the manpage from schwarze@ and jmc@ No objections from reyk@ "Roll it in" deraadt@
2019-08-09Add --address argument to openrsync to bind to the specified addressClaudio Jeker
when connecting to a rsync daemon. OK deraadt@ benno@ naddy@ sthen@
2019-08-09produce a useful error message if the user's shell is set incorrectlyDamien Miller
during "match exec" processing. bz#2791 reported by Dario Bertini; ok dtucker
2019-08-09Change description of TCPKeepAlive from "inactive" to "unresponsive"Darren Tucker
to clarify what it checks for. Patch from jblaine at kickflop.net via github pr#129, ok djm@.
2019-08-08added /* no filesystem visibility */ above unveil("/", "") since "" is too easyRicardo Mestre
to misread. as per suggestion by and OK deraadt@
2019-08-08Allow the maximimum uint32 value for the argument passed to -b whichDarren Tucker
allows better error messages from later validation. bz#3050, ok djm@
2019-08-05Many key types are supported now, so take care to check the sizeChristian Weisgerber
restrictions and apply the default size only to the matching key type. tweak and ok dtucker@
2019-08-05Remove -port option from s_server since it is same as -acceptKinichiro Inoguchi
ok schwarze@
2019-08-05Remove now-redundant perm_ok arg since sshkey_load_private_type willDarren Tucker
now return SSH_ERR_KEY_BAD_PERMISSIONS in that case. Patch from jitendra.sharma at intel.com, ok djm@
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
delete unimportant .Pp rule and shorten overly specific selectors
2019-08-02document octal escape format in %b arguments;Ingo Schwarze
omission reported by Andras Farkas <deepbluemistake at gmail dot com>; OK deraadt@ jmc@, and Andras Farkas also checked the patch
2019-08-02typo; from Christian HesseDamien Miller
2019-08-01Correctly wrap search in copy mode even if at the very top left, GitHubNicholas Marriott
issue 1845.
2019-08-01Select the correct word for select-word when already at the start of aNicholas Marriott
word, GitHub issue 1820.
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
breaks reflow.
2019-07-30Reorder some text in the windows & panes section and add some betterNicholas Marriott
explanation of modes.
2019-07-30let sshbuf_find/cmp take a void* for the search/comparisonDamien Miller
argument, instead of a u_char*. Saves callers needing to cast.
2019-07-29Make proxy auth work with http 1.1 speaking webservers.Sebastian Benoit
Diff from Alexander Koeppe format_c -AT- online -DOT- de, thanks. ok deraadt@
2019-07-29Moving variables into struct in openssl(1) dgstKinichiro Inoguchi
First step to adapt openssl(1) dgst command to new option handling. There is no functional changes by this diff, and just moving variables into dgst_config struct. ok bcook@