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