summaryrefslogtreecommitdiff
path: root/usr.bin
AgeCommit message (Expand)Author
2009-12-06fix potential divide-by-zero in sftp's "df" output when talking to a serverDarren Tucker
2009-12-06use socklen_t for getsockopt optlen parameter; reported byDamien Miller
2009-12-06zap unused variable and strlen; from Steve McClellan, ok djmDarren Tucker
2009-12-04vte is buggy and doesn't home the cursor after changing the scrollNicholas Marriott
2009-12-04Do not write 16bit values directly to odd addresses - strict alignmentClaudio Jeker
2009-12-03Wrap at 80 columns.Nicholas Marriott
2009-12-03Massive spaces->tabs and trailing whitespace cleanup, hopefully for the lastNicholas Marriott
2009-12-03Eliminate duplicate code and ease the passage for server-wide options by addingNicholas Marriott
2009-12-02Reflect the keypad mode of the application so that numlock works.Nicholas Marriott
2009-12-02Close the pane if the process died due to a signal, not just if it exitedNicholas Marriott
2009-12-01New command, capture-pane, which copies the entire pane contents to a pasteNicholas Marriott
2009-12-01Look for mice and xterm keys before standard function keys as they are lessNicholas Marriott
2009-11-30Handle partial xterm function key sequences.Nicholas Marriott
2009-11-28The first paragraph of the DESCRIPTION had multiple issues,Ingo Schwarze
2009-11-27Add a couple of comments.Nicholas Marriott
2009-11-26This doesn't need to be u_int.Nicholas Marriott
2009-11-26Make types clearer and lint happier.Nicholas Marriott
2009-11-26Fix type - attributes should be u_char not int.Nicholas Marriott
2009-11-26Change paranoia check to check for <= 0 and to avoid warning.Nicholas Marriott
2009-11-26Tidy up various bits of the paste code, make the data buffer char * and addNicholas Marriott
2009-11-26Continue rather than returning if not a mouse key, to avoid hanging on anyNicholas Marriott
2009-11-26Remove a couple of unused arguments where possible, and add /* ARGSUSED */ toNicholas Marriott
2009-11-26Rename a variable to something more helpful.Nicholas Marriott
2009-11-26Get a u_char from the string, otherwise it isn't possible to enter \0377 as itNicholas Marriott
2009-11-26grammar;Jason McIntyre
2009-11-26Handle the possibility of partial mouse reads, and fix a comment while here.Nicholas Marriott
2009-11-26Emulate il1, dl1, ich1 to run (albeit slowly) with vt100 feature set.Nicholas Marriott
2009-11-25Output the right keys for application and number keypad modes (they were theNicholas Marriott
2009-11-24Add a -p flag to display-message to print the output rather than displaying inNicholas Marriott
2009-11-24Another one.Owain Ainsworth
2009-11-24More words of wisdom.Owain Ainsworth
2009-11-23args, not that fileHenning Brauer
2009-11-23no more natpassHenning Brauer
2009-11-23Properly handle interfaces deleted from the middle of the list.Can Erkin Acar
2009-11-22Add cursor keys to the key names list.Nicholas Marriott
2009-11-22Fix for flash defaulting to off, pointed out by jmc.Nicholas Marriott
2009-11-22don't repeat the banner if not a tty.Ted Unangst
2009-11-22brconfig will soon be goneTheo de Raadt
2009-11-22Change the flash option to be off by default. Now that xterm has the flashNicholas Marriott
2009-11-22make passing of zero-length arguments to ssh safe byAlexander Hall
2009-11-21Use home from struct passwd if HOME is empty as well as if it is NULL, and fixNicholas Marriott
2009-11-21use strtonum(3) and strtol(3) instead of sscanf(3)Alexandre Ratchov
2009-11-21spellingTheo de Raadt
2009-11-20When -h and -p are given to split-window, calculate the percentage size usingNicholas Marriott
2009-11-20Display UTF-8 properly in status line messages and prompt. Cursor handling isNicholas Marriott
2009-11-20Remove oldest messages from log when limit is hit, not newest.Nicholas Marriott
2009-11-20correct off-by-one in percent_expand(): we would fatal() when tryingDamien Miller
2009-11-20Use the HostKeyAlias when prompting for passwords. bz#1039, ok djm@Darren Tucker
2009-11-20bz#1588 change "Connecting to host..." message to "Connected to host."Damien Miller
2009-11-20Warn but do not fail if stat()ing the subsystem binary fails. This helpsDarren Tucker