Age | Commit message (Expand) | Author |
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 |
2013-04-18 | struct timezone is so 1980 | Theo de Raadt |
2013-04-18 | make "sftp -q" do what it says on the sticker: hush everything but errors; | Damien Miller |
2013-04-17 | Handle greater time_t, so that .a files work after 2038. | Theo de Raadt |
2013-04-17 | zlib info header is 32-bit; handle for localtime() call; ok millert | Theo de Raadt |
2013-04-17 | Adapt cron and at for future large time_t and tv_sec types. These were some | Theo de Raadt |
2013-04-17 | variety of fixes to correct large time_t code. it is quite broken upstream. | Theo de Raadt |
2013-04-17 | (long long) and %lld for time_t output | Theo de Raadt |
2013-04-17 | revert rev 1.262; it fails because uid is already set here. ok djm@ | Darren Tucker |
2013-04-17 | %zu format for size_t. | Nicholas Marriott |
2013-04-17 | remove time_t cast not needed; ok guenther | Theo de Raadt |
2013-04-16 | handle large time_t types; ok millert | Theo de Raadt |
2013-04-16 | time(NULL) looks better than time(0) | Theo de Raadt |
2013-04-16 | handle long long tv_sec; ok millert | Theo de Raadt |
2013-04-16 | handle large time_t variables; ok guenther | Theo de Raadt |
2013-04-16 | remove wrong casts; ok millert | Theo de Raadt |
2013-04-16 | remove casts to time_t * which are not needed | Theo de Raadt |
2013-04-16 | cannot inspect out_name via a time_t pointer; ok guenther | Theo de Raadt |
2013-04-16 | bzero struct tm before use; ok millert | Theo de Raadt |
2013-04-15 | Remove CTL_USER hierarchy from sysctl() | Philip Guenther |