Age | Commit message (Collapse) | Author | |
---|---|---|---|
2019-08-16 | Add a flag to reverse sort in the various choose modes, from Benjamin | Nicholas Marriott | |
Poirier in GitHub issue 1875. | |||
2019-08-16 | Call comma-separated lists as such to clarify semantics | kn | |
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-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 | |
ok markus@ | |||
2019-08-14 | make usage() and SYNOPSIS more alike | Theo de Raadt | |
discussed with martijn | |||
2019-08-14 | Default to previous search string for search-forward and | Nicholas Marriott | |
search-backward, from Leah Neukirchen. | |||
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 | |
preserve zoomed state. GitHub issue 1839. | |||
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 | |
OK millert@ | |||
2019-08-13 | Fix a segmentation fault in awk, from upstream version 20121220. | Frederic Cambus | |
OK millert@ | |||
2019-08-12 | In isnow(), always validate the value of the month variable before | Todd C. Miller | |
using it as an index into the cumdays[] array. Found with American Fuzzy Lop. Original diff by and OK fcambus@ | |||
2019-08-12 | Add the CP_SPIN time to the sum of system time reported. | Claudio Jeker | |
OK kettenis@ | |||
2019-08-11 | Replace some err(1, NULL) with err(1, "malloc"). | Martijn van Duren | |
Requested by deraadt@ | |||
2019-08-11 | Cleanup usage. | Martijn van Duren | |
Prodded by and OK deraadt@ | |||
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 | |
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-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 | |
regarding whitespace that result in a trap for the unwary; OK martijn@ jmc@ | |||
2019-08-10 | Amend 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-10 | Fix 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-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 | |
started with -v. In normal operation rsync should only print errors. OK benno@ deraadt@ | |||
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 | |
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-09 | Add --address argument to openrsync to bind to the specified address | Claudio Jeker | |
when connecting to a rsync daemon. OK deraadt@ benno@ naddy@ sthen@ | |||
2019-08-09 | produce a useful error message if the user's shell is set incorrectly | Damien Miller | |
during "match exec" processing. bz#2791 reported by Dario Bertini; ok dtucker | |||
2019-08-09 | Change 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-08 | added /* no filesystem visibility */ above unveil("/", "") since "" is too easy | Ricardo Mestre | |
to misread. as per suggestion by and OK deraadt@ | |||
2019-08-08 | Allow the maximimum uint32 value for the argument passed to -b which | Darren Tucker | |
allows better error messages from later validation. bz#3050, ok djm@ | |||
2019-08-05 | Many key types are supported now, so take care to check the size | Christian Weisgerber | |
restrictions and apply the default size only to the matching key type. tweak and ok dtucker@ | |||
2019-08-05 | Remove -port option from s_server since it is same as -accept | Kinichiro Inoguchi | |
ok schwarze@ | |||
2019-08-05 | Remove now-redundant perm_ok arg since sshkey_load_private_type will | Darren Tucker | |
now return SSH_ERR_KEY_BAD_PERMISSIONS in that case. Patch from jitendra.sharma at intel.com, ok djm@ | |||
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 | |
delete unimportant .Pp rule and shorten overly specific selectors | |||
2019-08-02 | document 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-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 | |
issue 1845. | |||
2019-08-01 | Select the correct word for select-word when already at the start of a | Nicholas Marriott | |
word, GitHub issue 1820. | |||
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 | |
breaks reflow. | |||
2019-07-30 | Reorder some text in the windows & panes section and add some better | Nicholas Marriott | |
explanation of modes. | |||
2019-07-30 | let sshbuf_find/cmp take a void* for the search/comparison | Damien Miller | |
argument, instead of a u_char*. Saves callers needing to cast. | |||
2019-07-29 | Make 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-29 | Moving variables into struct in openssl(1) dgst | Kinichiro 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@ |