Age | Commit message (Expand) | Author |
2013-05-16 | remove another now-unused variable | Darren Tucker |
2013-05-16 | remove now-unused variables | Darren Tucker |
2013-05-16 | switch RekeyLimit traffic volume parsing to scan_scaled. ok djm@ | Darren Tucker |
2013-05-16 | Fix some "unused result" warnings found via clang and -portable. ok markus@ | Darren Tucker |
2013-05-16 | oops! avoid Xr to self; | Jason McIntyre |
2013-05-16 | put IgnoreUnknown in the right place; | Jason McIntyre |
2013-05-16 | add the ability to ignore specific unrecognised ssh_config options; | Damien Miller |
2013-05-16 | Add RekeyLimit to sshd with the same syntax as the client allowing rekeying | Darren Tucker |
2013-05-16 | Add an optional second argument to RekeyLimit in the client to allow | Darren Tucker |
2013-05-15 | Don't let cursor position overflow when reflowing, from Christopher | Nicholas Marriott |
2013-05-15 | Reserve space for \0 in cmd_print, from George Nachman. | Nicholas Marriott |
2013-05-15 | RIS should reset focus reporting, from Hayaki Saito. | Nicholas Marriott |
2013-05-14 | Don't display swapin/swapout uvmexp fields | Miod Vallat |
2013-05-14 | keep track of the youngest child, helps a lot with out-of-date messages | Marc Espie |
2013-05-14 | When ^W (WERASE) is hit in insert mode it's possible that the line | Todd C. Miller |
2013-05-12 | use -q options order as order of exposed midi ports | Alexandre Ratchov |
2013-05-12 | Fix reversed condition to check if a midi port is referenced, | Alexandre Ratchov |
2013-05-12 | get NULL definition from stddef.h | Alexandre Ratchov |
2013-05-10 | remove unused extern optarg. ok markus@ | Darren Tucker |
2013-05-10 | memleak in cert_free(), wasn't actually freeing the struct; | Damien Miller |
2013-05-10 | fix bzero(ptr_to_struct, sizeof(ptr_to_struct)); bz#2100 from | Damien Miller |
2013-05-07 | Don't limit width and height to 222 in standard mouse mode. | Nicholas Marriott |
2013-05-06 | clarify that the :C modifier uses extended regular expressions; ok espie@ jmc@ | Christian Weisgerber |
2013-05-06 | actually show list of mismatched for loops when a fatal error occurs. | Marc Espie |
2013-05-06 | Reference the version of the sftp draft we actually implement. ok djm@ | Darren Tucker |
2013-05-05 | Initialize channel ranges of new slots to full sub-device channels. | Alexandre Ratchov |
2013-05-05 | Initialize client rate. Fixes crashes when the client doesn't set the | Alexandre Ratchov |
2013-05-04 | blacklist a select few characters instead of a limited whitelist for | Ted Unangst |
2013-05-03 | Use open(2) / fstat(2) instead of stat(2) / open(2) for checking | Matthias Kilian |
2013-05-01 | May 01* update currency exchange rates; | Jason McIntyre |
2013-04-29 | use FD_CLOEXEC instead of 1; from David Hill | Okan Demirmen |
2013-04-28 | Remove an obsolete paragraph in the BUGS section about using ftp(1) with | Lawrence Teo |
2013-04-28 | further info for EXIT STATUS from Ryan Kavanagh: in the diff he | Jason McIntyre |
2013-04-24 | remove extra parens noticed by nicm | Ted Unangst |
2013-04-24 | simplify tilde expand as seen in ssh. ok nicm | Ted Unangst |
2013-04-24 | .Op Fl b not .Fl b for run-shell synopsis, from Ben Boeckel. | Nicholas Marriott |
2013-04-24 | Rename global configuration define. | Nicholas Marriott |
2013-04-23 | create a method to print the unp_ino (ino_t) properly once it becomes | Theo de Raadt |
2013-04-23 | simple large ino_t handling | Theo de Raadt |
2013-04-23 | handle large ino_t; ok millert | Theo de Raadt |
2013-04-23 | use xasprintf instead of a series of strlcats and strdup. ok djm | Ted Unangst |
2013-04-23 | rework to simplify, check errors against -1, remove casts, etc. | Ted Unangst |
2013-04-23 | remove TIMESTAMP abstraction layer, prodded by theo. | Marc Espie |
2013-04-23 | add EXIT STATUS; original diff from Ryan Kavanagh, but i've used the | Jason McIntyre |
2013-04-22 | When using choose-tree -u, start with the current window | Nicholas Marriott |
2013-04-22 | Get session of -t window rather than client's window. | Nicholas Marriott |
2013-04-22 | Call recalculate_sizes() after killing window in case it is in a grouped | Nicholas Marriott |
2013-04-22 | Use lockf which is more portable than flock, from Dagobert Michelsen. | Nicholas Marriott |
2013-04-22 | unifdef non full TIMESPEC code | Marc Espie |
2013-04-22 | typo in debug output: evitval->exitval | Darren Tucker |