Age | Commit message (Expand) | Author |
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 |
2013-04-21 | Don't let server_client_check_focus use a dead bufferevent, from Romain | Nicholas Marriott |
2013-04-21 | Convert select() to poll(). OK deraadt@ | Todd C. Miller |
2013-04-20 | use poll() instead of select() with a limited-size fd_set | Theo de Raadt |
2013-04-20 | Xr encrypt(1) to give people a hint if they just want a password string | Ted Unangst |
2013-04-20 | use poll() instead of select() [with a fixed size fd_set] | Theo de Raadt |
2013-04-20 | adjust comment | Theo de Raadt |
2013-04-19 | Constrain the 2038 check to only when sizeof(time_t) == sizeof(int). | Theo de Raadt |
2013-04-19 | handle large numbers. this fixes time_t beyond 2038, constrains the | Theo de Raadt |
2013-04-19 | match behavior of current sendmail-based vacation: eliminate the concept that | Okan Demirmen |
2013-04-19 | remove duplicated list entry pointed out by naddy@ | Damien Miller |
2013-04-19 | add -Q to usage; reminded by jmc@ | Damien Miller |
2013-04-19 | add the ability to query supported ciphers, MACs, key type and KEX | Damien Miller |
2013-04-19 | reintroduce 1.262 without the connection-killing bug: | Damien Miller |
2013-04-19 | fix some memory leaks; bz#2088 ok dtucker@ | Damien Miller |
2013-04-19 | document the requirment that the AuthorizedKeysCommand be owned by root; | Damien Miller |
2013-04-18 | - use FD_CLOEXEC instead of 1 | Okan Demirmen |
2013-04-18 | improve time_t handling here, too | Theo de Raadt |
2013-04-18 | improve time_t printing; ok claudio | Theo de Raadt |