Age | Commit message (Collapse) | Author | |
---|---|---|---|
2002-09-15 | no license; i told you guys i mean it | Theo de Raadt | |
2002-09-13 | Pedro says we can change his license too. | Theo de Raadt | |
2002-09-13 | and... we managed to contact "Eric Rosenquist" <eric@rosenquist.com> through | Theo de Raadt | |
the help of people who found him: first one was nick.stott@cogeco.ca This now has a better license. Two authors left to go. | |||
2002-09-13 | Paul Mackerras and the Australian National University have worked things | Theo de Raadt | |
out, and as a result, Paul now owns copyright on all these files, with the proper terms. | |||
2002-09-12 | Eliminate the need for /dev/null in the chroot jail by opening it | Todd C. Miller | |
before the chroot(2); deraadt@ OK | |||
2002-09-10 | only use socklen_t for OpenBSD >= 2.6 | Henning Brauer | |
requested by the apache guys (Jeff Trawick) | |||
2002-09-10 | create a 127.0.0.1: socket to match the *: socket upon which amq requests | Theo de Raadt | |
are serviced, then only respond to amq requests on that particular socket. we may extend this later to improve nfs protocol handling.... | |||
2002-09-10 | knf | Theo de Raadt | |
2002-09-10 | more knf | Theo de Raadt | |
2002-09-10 | various cleanups | Theo de Raadt | |
2002-09-10 | signo and ansi | Theo de Raadt | |
2002-09-09 | move OpenSSL include up | Henning Brauer | |
2002-09-09 | clean: cleanman | Henning Brauer | |
2002-09-09 | add src/modules/keynote/Makefile to MUNGEDFILES | Henning Brauer | |
2002-09-08 | Avoid ordered comparison between pointers and integers (ANSI). | Thierry Deval | |
ok deraadt@, espie@ | |||
2002-09-08 | missing include for evp.h; ok henning@ | Markus Friedl | |
2002-09-08 | add leap second support for rfc868, from thorsten glaser | Jakob Schlyter | |
2002-09-08 | use HUGE_VAL defined in <math.h> instead of 1e500 for positive infinity. | Kenjiro Cho | |
gcc -pedantic audit by deraadt@ | |||
2002-09-08 | volatile sig_atomic_t for sig handler vars; cloder | Theo de Raadt | |
2002-09-08 | more cleaning | Jason Wright | |
2002-09-08 | Fix a bunch of -pedantic errors | Jason Wright | |
2002-09-08 | socklen_t audit. from deraadt. | Jun-ichiro itojun Hagino | |
2002-09-08 | signal handler must take "int" arg. from deraadt. sync w/kame | Jun-ichiro itojun Hagino | |
2002-09-08 | socklen_t audit. from deraadt, sync w/kame | Jun-ichiro itojun Hagino | |
2002-09-08 | No, do NOT put -ansi -pedantic in our tree | Theo de Raadt | |
2002-09-08 | -ansi -pedantic (socklen_t). from cloder@loder.us | Jun-ichiro itojun Hagino | |
die if FD_SET overruns. sync w/kame | |||
2002-09-07 | off by one fix from aaron@. -moj | Mats O Jansson | |
2002-09-07 | pedantic ansify. -moj | Mats O Jansson | |
2002-09-07 | makeinfo --no-warn to suppress harmless but annoying warnings | Peter Valchev | |
2002-09-06 | ansi | Theo de Raadt | |
2002-09-06 | socklen_t; henning ok | Theo de Raadt | |
2002-09-06 | ansi; miod ok | Theo de Raadt | |
2002-09-06 | Modernize the same way as hilinfo: use opendev, clean the dust, etc. | Miod Vallat | |
2002-09-06 | socklen_t | Theo de Raadt | |
2002-09-06 | cope with INITQFNAMES without a ; | Theo de Raadt | |
2002-09-06 | get correct parameter type to res_search. -moj | Mats O Jansson | |
2002-09-06 | ansi | Henning Brauer | |
ok deraadt@ | |||
2002-09-06 | first cut at -Wall | Theo de Raadt | |
2002-09-06 | bit KNF | Henning Brauer | |
"commit that if you like" theo | |||
2002-09-06 | default: needs statement after it | Theo de Raadt | |
2002-09-06 | MD5Final() takes unsigned char * | Theo de Raadt | |
2002-09-06 | compile with -ansi | Miod Vallat | |
2002-09-06 | socklen_t use; pvalchev ok | Theo de Raadt | |
2002-09-06 | socklen_t | Theo de Raadt | |
2002-09-06 | use more socklen_t; pvalchev | Theo de Raadt | |
2002-09-06 | do not use // | Theo de Raadt | |
2002-09-06 | socklen_t; henning ok | Theo de Raadt | |
2002-09-06 | socklen_t, not int. | Henning Brauer | |
2002-09-06 | inline is not ansi C, and cast to right type for MD5Update() | Theo de Raadt | |
2002-09-06 | md5.h needs types.h to be included first | Theo de Raadt | |