summaryrefslogtreecommitdiff
path: root/usr.bin
AgeCommit message (Expand)Author
2013-04-21Convert select() to poll(). OK deraadt@Todd C. Miller
2013-04-20use poll() instead of select() with a limited-size fd_setTheo de Raadt
2013-04-20Xr encrypt(1) to give people a hint if they just want a password stringTed Unangst
2013-04-20use poll() instead of select() [with a fixed size fd_set]Theo de Raadt
2013-04-20adjust commentTheo de Raadt
2013-04-19Constrain the 2038 check to only when sizeof(time_t) == sizeof(int).Theo de Raadt
2013-04-19handle large numbers. this fixes time_t beyond 2038, constrains theTheo de Raadt
2013-04-19match behavior of current sendmail-based vacation: eliminate the concept thatOkan Demirmen
2013-04-19remove duplicated list entry pointed out by naddy@Damien Miller
2013-04-19add -Q to usage; reminded by jmc@Damien Miller
2013-04-19add the ability to query supported ciphers, MACs, key type and KEXDamien Miller
2013-04-19reintroduce 1.262 without the connection-killing bug:Damien Miller
2013-04-19fix some memory leaks; bz#2088 ok dtucker@Damien Miller
2013-04-19document the requirment that the AuthorizedKeysCommand be owned by root;Damien Miller
2013-04-18- use FD_CLOEXEC instead of 1Okan Demirmen
2013-04-18improve time_t handling here, tooTheo de Raadt
2013-04-18improve time_t printing; ok claudioTheo de Raadt
2013-04-18struct timezone is so 1980Theo de Raadt
2013-04-18make "sftp -q" do what it says on the sticker: hush everything but errors;Damien Miller
2013-04-17Handle greater time_t, so that .a files work after 2038.Theo de Raadt
2013-04-17zlib info header is 32-bit; handle for localtime() call; ok millertTheo de Raadt
2013-04-17Adapt cron and at for future large time_t and tv_sec types. These were someTheo de Raadt
2013-04-17variety 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 outputTheo de Raadt
2013-04-17revert 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-17remove time_t cast not needed; ok guentherTheo de Raadt
2013-04-16handle large time_t types; ok millertTheo de Raadt
2013-04-16time(NULL) looks better than time(0)Theo de Raadt
2013-04-16handle long long tv_sec; ok millertTheo de Raadt
2013-04-16handle large time_t variables; ok guentherTheo de Raadt
2013-04-16remove wrong casts; ok millertTheo de Raadt
2013-04-16remove casts to time_t * which are not neededTheo de Raadt
2013-04-16cannot inspect out_name via a time_t pointer; ok guentherTheo de Raadt
2013-04-16bzero struct tm before use; ok millertTheo de Raadt
2013-04-15Remove CTL_USER hierarchy from sysctl()Philip Guenther
2013-04-15Tweak check rule to match change to the manpage formattingPhilip Guenther
2013-04-15tweak previous;Jason McIntyre
2013-04-13My clever "expand _PATH_STDPATH in whereis.1" logic broke the build ifPhilip Guenther
2013-04-12correct spelling is "Christiaan Huygens"; from James J. LippardJason McIntyre
2013-04-12Remove some Korean characters from the zero-width list that apparentlyNicholas Marriott
2013-04-12Copy the client into the new cmdq in source-file so commands that workNicholas Marriott
2013-04-11Call setlocale(LC_TIME) at startup.Nicholas Marriott
2013-04-11Send an SGR0 after turning on modifyOtherKeys to fix Terminal.app whichNicholas Marriott
2013-04-11quiet disconnect notifications on the server from error() back to logit()Damien Miller
2013-04-10Set EV_WRITE for jobs or run/if-shell jobs can hang. From Chris Johnsen.Nicholas Marriott
2013-04-10Fix bug where end guard in control mode was not printed after sessionNicholas Marriott
2013-04-10Missed -o from set-window-option, from Ben Boeckel.Nicholas Marriott
2013-04-10Remove some code not needed on OpenBSD.Nicholas Marriott
2013-04-10Get the standard path from _PATH_STDPATH instead ofPhilip Guenther