Age | Commit message (Collapse) | Author | |
---|---|---|---|
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 | |
ok florian | |||
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 | |
Adding more powerful checking is too difficult. We'll fix this problem by moving to 64-bit time_t.. and once we do, we don't want this code to falsely trigger. ok millert | |||
2013-04-19 | handle large numbers. this fixes time_t beyond 2038, constrains the | Theo de Raadt | |
range of i_num correctly, and now handles files > 4GB in size on 32-bit machines. ok otto millert | |||
2013-04-19 | match behavior of current sendmail-based vacation: eliminate the concept that | Okan Demirmen | |
an interval (-r) of 0 indicates sending a reply to every message (per sender), but rather match the 'non-numeric' case where only one reply will be sent (per sender). default remains unchanged. vacation database should be reinitalized sometime before 2038. removes the need for time_t casts. discussed with deraadt; ok millert | |||
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 | |
algorithms to ssh. Includes some refactoring of KEX and key type handling to be table-driven; ok markus@ | |||
2013-04-19 | reintroduce 1.262 without the connection-killing bug: | Damien Miller | |
fatal() when ChrootDirectory specified by running without root privileges; ok markus@ | |||
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 | |
ok dtucker@ markus@ | |||
2013-04-18 | - use FD_CLOEXEC instead of 1 | Okan Demirmen | |
- use O_CLOEXEC with open() instead of open/fcntl from David Hill ok otto@ | |||
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 | |
ok dtucker@ | |||
2013-04-17 | Handle greater time_t, so that .a files work after 2038. | Theo de Raadt | |
ok miod | |||
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 | |
of the harder programs to adapt, so let me know if problems happen. tested by guenther, gilles, chl, others | |||
2013-04-17 | variety of fixes to correct large time_t code. it is quite broken upstream. | Theo de Raadt | |
ok chl | |||
2013-04-17 | (long long) and %lld for time_t output | Theo de Raadt | |
ok nicm | |||
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 | |
(Use sysconf() or confstr() instead) ok miod@ millert@ | |||
2013-04-15 | Tweak check rule to match change to the manpage formatting | Philip Guenther | |
2013-04-15 | tweak previous; | Jason McIntyre | |
2013-04-13 | My clever "expand _PATH_STDPATH in whereis.1" logic broke the build if | Philip Guenther | |
you forgot to make obj first. Switch to putting the path in the manpage and just verifying at build-time whether it's correct. Problem pointed out by rpe@ | |||
2013-04-12 | correct spelling is "Christiaan Huygens"; from James J. Lippard | Jason McIntyre | |
2013-04-12 | Remove some Korean characters from the zero-width list that apparently | Nicholas Marriott | |
shouldn't be there, from Jeong Mok Cho. | |||
2013-04-12 | Copy the client into the new cmdq in source-file so commands that work | Nicholas Marriott | |
on it (such as new-session) can work. Fixes issue reported by oss-adv at users dot sf dot net. | |||
2013-04-11 | Call setlocale(LC_TIME) at startup. | Nicholas Marriott | |
2013-04-11 | Send an SGR0 after turning on modifyOtherKeys to fix Terminal.app which | Nicholas Marriott | |
treats \033[>4;1m and \033[4;1m (bold+underline). Reported & tested by otto@. | |||
2013-04-11 | quiet disconnect notifications on the server from error() back to logit() | Damien Miller | |
if it is a normal client closure; bz#2057 ok+feedback dtucker@ | |||
2013-04-10 | Set EV_WRITE for jobs or run/if-shell jobs can hang. From Chris Johnsen. | Nicholas Marriott | |
2013-04-10 | Fix bug where end guard in control mode was not printed after session | Nicholas Marriott | |
destroyed, from George Nachman. | |||
2013-04-10 | Missed -o from set-window-option, from Ben Boeckel. | Nicholas Marriott | |
2013-04-10 | Remove some code not needed on OpenBSD. | Nicholas Marriott | |
2013-04-10 | Get the standard path from _PATH_STDPATH instead of | Philip Guenther | |
sysctl({CTL_USER,USER_CS_PATH}). Expand that into the manpage too. _PATH_STDPATH suggested by miod@ Corrections from schwarze@ and jmc@ ok millert@ miod@ schwarze@ jmc@ |