summaryrefslogtreecommitdiff
path: root/usr.bin
AgeCommit message (Expand)Author
2010-01-27add missing "p" flag to getopt optstring;Damien Miller
2010-01-27fix bug introduced in mux rewrite:Damien Miller
2010-01-26Actually use the copy made when no newline is found, from martynas@.Nicholas Marriott
2010-01-26-Wuninitialized and remove a // comment; from portableDamien Miller
2010-01-26rewrite ssh(1) multiplexing code to a more sensible protocol.Damien Miller
2010-01-25Hugely simplify window_copy_cursor_next_word, which was way overcomplicated.Nicholas Marriott
2010-01-25Update the selection properly after goto line or searching.Nicholas Marriott
2010-01-25Top/bottom of history mode keys, diff from Micah Cowan, tweaked by me.Nicholas Marriott
2010-01-24Redraw properly when scrolling backward and the cursor is on the lastNicholas Marriott
2010-01-24- revert previous; nitems() shouldn't be used in userland (yet).Jasper Lievisse Adriaanse
2010-01-24use nitems here, no real changeTed Unangst
2010-01-23When a window is destroyed, remove all links to it from each session ratherNicholas Marriott
2010-01-23Don't leak if arguments appear multiple times, from Tiago Cunha.Nicholas Marriott
2010-01-23Use C-e and C-y for scrolling in vi mode, from Micah Cowan.Nicholas Marriott
2010-01-23It's wrong to complain about illegal -c arguments when findingIngo Schwarze
2010-01-20Don't leak line, from Tiago Cunha.Nicholas Marriott
2010-01-19Permit !, + and - to be used for window targets to specify last window (!), orNicholas Marriott
2010-01-19Unbreak tree - I missed systat's use of the old pf debug levels.Ryan Thomas McBride
2010-01-18Missing Pp, from Tiago Cunha.Nicholas Marriott
2010-01-18s/long long unsigned/unsigned long long/, from tim via portableDarren Tucker
2010-01-17Correct and clarify ssh-add's password asking behavior.Ted Unangst
2010-01-17Backport bug fix from upstream.Charles Longeau
2010-01-17While resampling, if input samples are available but outputAlexandre Ratchov
2010-01-17fix quality degradation when resamplingAlexandre Ratchov
2010-01-16don't transmit MIDI active sensing messages, because theyAlexandre Ratchov
2010-01-16when closing the device, delete its MIDI end, if it has no writers.Alexandre Ratchov
2010-01-15*** empty log message ***Alexandre Ratchov
2010-01-15Fix resampling algorithm to always produce integer block sizes.Alexandre Ratchov
2010-01-15unusedMarkus Friedl
2010-01-15Reset SIGTERM to SIG_DFL before executing ssh, so that even if sftpPhilip Guenthe
2010-01-14use user_from{uid,gid} to lookup up ids since it keeps a small cache. ok djmDarren Tucker
2010-01-14Document swap-pane -d.Nicholas Marriott
2010-01-14Permit S- prefix on keys for shift. Relatively few terminals support thisNicholas Marriott
2010-01-14Use a more accurate algorithm to calculate clock tick durationAlexandre Ratchov
2010-01-14Use -C option to specify recorded channel range instead of -c whichAlexandre Ratchov
2010-01-14Similar fix for default route printing as done in netstat. Make sure maskClaudio Jeker
2010-01-13when using ChrootDirectory, make sure we test for the existence of theDamien Miller
2010-01-13sftp.1: put ls -h in the right placeJason McIntyre
2010-01-13Rename s/safile/siofile/g, missed when libsa was renamed toAlexandre Ratchov
2010-01-13don't append a space after inserting a completion of a directory (i.e.Damien Miller
2010-01-13avoid run-time failures when specifying hostkeys via a relativeDamien Miller
2010-01-13support '-h' (human-readable units) for sftp's ls command, just likeDamien Miller
2010-01-13Make HostBased authentication work with a ProxyCommand. bz #1569, patchDarren Tucker
2010-01-13Ignore and log any Protocol 1 keys where the claimed size is not equal toDarren Tucker
2010-01-13Fix a couple of typos/mispellings in commentsDarren Tucker
2010-01-12Update to ncurses 5.7, with local changes reapplied.Nicholas Marriott
2010-01-12save errno wrapping in a signal handlerTheo de Raadt
2010-01-12check for bogus clock ticks sent by the device; helps trackingAlexandre Ratchov
2010-01-12When attaching a new stream, if the "extra" latency is zero, thenAlexandre Ratchov
2010-01-12Add explicit stat so we reliably detect nologin with bad perms. ok djm markusDarren Tucker