Age | Commit message (Expand) | Author |
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 |
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 |
2002-09-06 | first cut at -Wall | Theo de Raadt |
2002-09-06 | bit KNF | Henning Brauer |
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 |
2002-09-06 | misuse of volatile, not even ansi C | Theo de Raadt |
2002-09-06 | do not pull in virtual.c, because ansi C does not permit empty files | Theo de Raadt |
2002-09-06 | put some code after default: | Theo de Raadt |
2002-09-06 | no , at end of enum; maja ok | Theo de Raadt |
2002-09-06 | use socklen_t | Theo de Raadt |
2002-09-06 | no , at end of enum | Theo de Raadt |
2002-09-06 | fopen() does not return < 0 | Theo de Raadt |
2002-09-06 | ; after label: | Theo de Raadt |
2002-09-06 | no comma at end of enum | Theo de Raadt |
2002-09-06 | undo signed vs unsigned confusion | Theo de Raadt |
2002-09-06 | no ; after INITQFNAMES | Theo de Raadt |
2002-09-04 | remove some unnecessary casts and adjust format strings | Henning Brauer |
2002-09-03 | Sync with tcpdump.org | Hakan Olsson |
2002-09-01 | more appropriate comments about UserDir. | Henning Brauer |
2002-08-31 | warn if multiple addresses are returned from DNS; suggested | Kevin Steves |
2002-08-30 | domains -> domain's | Hugh Graham |
2002-08-30 | have -I option, which causes traceroute6 to use ICMPv6 echo request for probing | Jun-ichiro itojun Hagino |
2002-08-30 | add some history regarding use of UDP probe packets vs. ICMP. | Kevin Steves |
2002-08-27 | warn if multiple addresses are returned from DNS (traceroute(8) should do it ... | Jun-ichiro itojun Hagino |
2002-08-26 | Check svc_register() return value and bomb out on failure; ok deraadt | Peter Valchev |