Age | Commit message (Collapse) | Author | |
---|---|---|---|
2002-07-19 | feature requests come from idiots | Henning Brauer | |
2002-07-19 | ansi | Theo de Raadt | |
2002-07-19 | ansi | Theo de Raadt | |
2002-07-17 | Fix omission in description of FS variable; from tedu | Todd C. Miller | |
2002-07-17 | more olde russian measurements and group together | Michael Shalayeff | |
2002-07-17 | spring clean-up: remove extra spaces at end of line, | Marc Espie | |
and rescind 3rd licence clause. | |||
2002-07-16 | add RCS Id; ok millert@ | Christian Weisgerber | |
2002-07-15 | ansi | Theo de Raadt | |
2002-07-15 | make the des_read/write routines take void * | Theo de Raadt | |
2002-07-15 | ansi and some bug fixes | Theo de Raadt | |
2002-07-15 | Move atrun(8) functionality into cron(8) proper. This fixes the | Todd C. Miller | |
long-standing annoyance that atrun's granularity is 10 minutes. Most at jobs run with a 1 minute granularity. Jobs submitted via "at now" or "batch" will run immediately. Includes a rewritten cron(8) man page. at(1) will be integrated more closely into cron at a future date. Upgrading notes: the atrun job in root's crontab should be removed. the /var/at/spool directory is no longer used | |||
2002-07-15 | license change from William LeFebvre <wnl@groupsys.com>; top is now BSD | Theo de Raadt | |
licensed. this same license will show up on his next release as well. | |||
2002-07-15 | little more debugging; ok markus@ | Kevin Steves | |
2002-07-13 | ansi | Theo de Raadt | |
2002-07-13 | ansi | Theo de Raadt | |
2002-07-12 | EVP_CIPH_CUSTOM_IV for our own rijndael | Markus Friedl | |
2002-07-12 | print connect failure during debugging mode. | Jun-ichiro itojun Hagino | |
2002-07-12 | malloc/strdup failure not handled; cloder@acm.org | Theo de Raadt | |
2002-07-11 | oppose abort()ion and urinetherapy | Michael Shalayeff | |
2002-07-10 | 'sez' is not an english word; ok deraadt@ | Jason Peel | |
2002-07-10 | use right sizeof in memcpy; markus ok | Theo de Raadt | |
2002-07-10 | bark if all connection attempt fails. | Jun-ichiro itojun Hagino | |
2002-07-09 | make sed r command not bail out. try sed -e "/a/r" | Theo de Raadt | |
vtamara@wimsey.informatik.uni-kl.de, pr 2755 | |||
2002-07-09 | clarify no preference ordering in protocol list; ok markus@ | Kevin Steves | |
2002-07-09 | ed static function (less warnings) | Jun-ichiro itojun Hagino | |
2002-07-09 | silently try next address on connect(2). markus ok | Jun-ichiro itojun Hagino | |
2002-07-09 | suppress log on reverse lookup failiure, as there's no real value in doing so. | Jun-ichiro itojun Hagino | |
markus ok | |||
2002-07-08 | lem and buran | Michael Shalayeff | |
2002-07-08 | from itojun: | Michael Shalayeff | |
japan fix due to emperor change (1988) - 4/29 is now called greenary day, 12/23 is the new emperor's birthday. | |||
2002-07-07 | enviroment -> environment | Jan-Uwe Finck | |
2002-07-06 | Remove kernel support for NTP. ok deraadt@ and tholo@ | Thomas Nordin | |
2002-07-06 | unused variable | Kevin Steves | |
2002-07-06 | KNF, realloc fix, and clean usage | Theo de Raadt | |
2002-07-06 | KNF | Theo de Raadt | |
2002-07-05 | allocation mischecks by cloder@acm.org; lots of other cleanup by me | Theo de Raadt | |
2002-07-04 | don't allocate, copy, and discard if there is not interested in the data; ok ↵ | Markus Friedl | |
deraadt@ | |||
2002-07-04 | document port allocation | Jakob Schlyter | |
2002-07-04 | use tcp high portrange for active data connections. ok deraadt@ | Jakob Schlyter | |
2002-07-04 | blah blah minor nothing as i read and re-read and re-read... | Theo de Raadt | |
2002-07-04 | correct handling of EOF on both tty input and network. for example, | Vincent Labrecque | |
this allows stuff like nc -l 10101 < /dev/null to have nc exit automatically when it gets EOF from the network. ok ericj@ | |||
2002-07-04 | 4 unchecked mallocs; cloder@acm.org | Theo de Raadt | |
2002-07-04 | patch memory leaks; grendel@zeitbombe.org | Theo de Raadt | |
2002-07-04 | catch malloc failures, my changes; found by cloder@acm.org | Theo de Raadt | |
2002-07-03 | check for malloc failure; reported by cloder@acm.org | Theo de Raadt | |
2002-07-03 | remove a useless {} that was there for "historical reasons" and only served | Vincent Labrecque | |
to make the code go too far to the right. | |||
2002-07-03 | re-enable ssh-keysign's sbit, but make ssh-keysign read /etc/ssh/ssh_config | Markus Friedl | |
and exit if HostbasedAuthentication is disabled globally. based on discussions with deraadt, itojun and sommerfeld; ok itojun@ | |||
2002-07-03 | use RSA_blinding_on() for rsa hostkeys (suggested by Bill Sommerfeld) | Markus Friedl | |
in order to avoid a possible Kocher timing attack pointed out by Charles Hannum; ok provos@ | |||
2002-07-03 | a few missing tests for malloc()'s return value. | Vincent Labrecque | |
ok art@ | |||
2002-07-02 | Add missing copyright | Thorsten Lockert | |
2002-07-02 | Kill setjmp/longjmp from a signal handler. All we really need is | Todd C. Miller | |
to use sigaction() w/o SA_RESTART to allow ^C to interrupt motd(). deraadt@ OK. |