summaryrefslogtreecommitdiff
path: root/usr.bin
AgeCommit message (Expand)Author
2019-04-04Add support for not crossing filesystem boundaries (-x) to rsync. Optionbket
2019-04-03openssh-8.0Damien Miller
2019-04-03Do not load /etc/tmux.conf if given -f.Nicholas Marriott
2019-04-03screen_write_fast_copy can no longer assume the target screen is defaultNicholas Marriott
2019-04-02Silence flag should use the same option as activity, reported by ThomasNicholas Marriott
2019-04-02annoying white spaceTheo de Raadt
2019-04-02Add an argument to copy commands to set the prefix for the buffer name,Nicholas Marriott
2019-04-02Store and restore cursor across reflow by working out a position basedNicholas Marriott
2019-04-02Pull in addargs() API from ssh to replace complicated hand-rolled argumentTheo de Raadt
2019-04-01Restore a check to stop scrolled lines becoming larger than total lines,Nicholas Marriott
2019-04-01Sort.Joel Sing
2019-04-01Make the openssl(1) enc -iter flag actually work.Joel Sing
2019-04-01many improvements to rsync(1) documentation:Ingo Schwarze
2019-04-01update currency exchange rates;Jason McIntyre
2019-04-01Change a strange "} if" into the intended "} else if". No practialChristian Weisgerber
2019-03-31add Scott Walker; from Chad DoughertyStuart Henderson
2019-03-31Update Jewish holiday dates for this year. While here, add Tu B'Shevat.Brian Callahan
2019-03-31Drop --devices and --specials from the synopsis because they are onlyIngo Schwarze
2019-03-31Increasing strictness regarding signed-vs-unsigned types and their rangeTheo de Raadt
2019-03-31Add ability to combine rsync:// and -e by splitting rsync_socket()Christian Weisgerber
2019-03-31fix Bl;Jason McIntyre
2019-03-31Document 'p' flag for file descriptors.Richard Procter
2019-03-30Make the synopsis more palatable by deleting useless long optionIngo Schwarze
2019-03-30repair confusing "} if" indent; from naddyTheo de Raadt
2019-03-30document --del, ok deraadt@Christian Weisgerber
2019-03-30For now perform utimes, chown, chmod in the same order as cp(1), untilTheo de Raadt
2019-03-30Add --del as alias for --delete.Christian Weisgerber
2019-03-30fix typo in ERRX1Theo de Raadt
2019-03-29Set the maximum column index in a tbl(7) to the maximum *right* edgeIngo Schwarze
2019-03-29when logging/fataling on error, include a bit more detail than just theDamien Miller
2019-03-29Free old strings after they have been expanded in format_choose.Nicholas Marriott
2019-03-28Fix offset of list ranges.Nicholas Marriott
2019-03-28Expand session and window formats for buffer filters.Nicholas Marriott
2019-03-28zap trailing whitespace;Jason McIntyre
2019-03-28Don't send MIDI-related flow control messages until at leastAlexandre Ratchov
2019-03-27Fix stop-selection, from Avi Halachmi.Nicholas Marriott
2019-03-27fix interaction between ClientAliveInterval and RekeyLimit that couldDamien Miller
2019-03-26Break copy mode commands into individual functions instead of a big loadNicholas Marriott
2019-03-26Same INT32_MAX vs -1 confusion on the write-sideTheo de Raadt
2019-03-26INT32_MAX isn't -1, to indicate re-read for 64-bit value.Theo de Raadt
2019-03-25Fix authentication failures when "AuthenticationMethods any" in aDamien Miller
2019-03-25whitespaceDamien Miller
2019-03-25-z support isn't as trivial as linking -lz so it hasn't been writtenTheo de Raadt
2019-03-25Add StatusDefault binding for the mouse on any otherwise unassignedNicholas Marriott
2019-03-25Expand comment to document rationale for default key sizes.Darren Tucker
2019-03-25Increase the default RSA key size to 3072 bits. Based on the estimatesDarren Tucker
2019-03-25Fix columns of cursor_character format in list.Nicholas Marriott
2019-03-25Ignore mouse on status line which are not part of a range, GitHub issue 1649.Nicholas Marriott
2019-03-23Treat time from remote as unsigned 32 bit rather than signed, whenTheo de Raadt
2019-03-23indents and reflows around ERR*() and LOG*(); ok bennoTheo de Raadt