summaryrefslogtreecommitdiff
path: root/usr.sbin
AgeCommit message (Expand)Author
2002-09-09move OpenSSL include upHenning Brauer
2002-09-09clean: cleanmanHenning Brauer
2002-09-09add src/modules/keynote/Makefile to MUNGEDFILESHenning Brauer
2002-09-08Avoid ordered comparison between pointers and integers (ANSI).Thierry Deval
2002-09-08missing include for evp.h; ok henning@Markus Friedl
2002-09-08add leap second support for rfc868, from thorsten glaserJakob Schlyter
2002-09-08use HUGE_VAL defined in <math.h> instead of 1e500 for positive infinity.Kenjiro Cho
2002-09-08volatile sig_atomic_t for sig handler vars; cloderTheo de Raadt
2002-09-08more cleaningJason Wright
2002-09-08Fix a bunch of -pedantic errorsJason Wright
2002-09-08socklen_t audit. from deraadt.Jun-ichiro itojun Hagino
2002-09-08signal handler must take "int" arg. from deraadt. sync w/kameJun-ichiro itojun Hagino
2002-09-08socklen_t audit. from deraadt, sync w/kameJun-ichiro itojun Hagino
2002-09-08No, do NOT put -ansi -pedantic in our treeTheo de Raadt
2002-09-08-ansi -pedantic (socklen_t). from cloder@loder.usJun-ichiro itojun Hagino
2002-09-07off by one fix from aaron@. -mojMats O Jansson
2002-09-07pedantic ansify. -mojMats O Jansson
2002-09-07makeinfo --no-warn to suppress harmless but annoying warningsPeter Valchev
2002-09-06ansiTheo de Raadt
2002-09-06socklen_t; henning okTheo de Raadt
2002-09-06ansi; miod okTheo de Raadt
2002-09-06Modernize the same way as hilinfo: use opendev, clean the dust, etc.Miod Vallat
2002-09-06socklen_tTheo de Raadt
2002-09-06cope with INITQFNAMES without a ;Theo de Raadt
2002-09-06get correct parameter type to res_search. -mojMats O Jansson
2002-09-06ansiHenning Brauer
2002-09-06first cut at -WallTheo de Raadt
2002-09-06bit KNFHenning Brauer
2002-09-06default: needs statement after itTheo de Raadt
2002-09-06MD5Final() takes unsigned char *Theo de Raadt
2002-09-06compile with -ansiMiod Vallat
2002-09-06socklen_t use; pvalchev okTheo de Raadt
2002-09-06socklen_tTheo de Raadt
2002-09-06use more socklen_t; pvalchevTheo de Raadt
2002-09-06do not use //Theo de Raadt
2002-09-06socklen_t; henning okTheo de Raadt
2002-09-06socklen_t, not int.Henning Brauer
2002-09-06inline is not ansi C, and cast to right type for MD5Update()Theo de Raadt
2002-09-06md5.h needs types.h to be included firstTheo de Raadt
2002-09-06misuse of volatile, not even ansi CTheo de Raadt
2002-09-06do not pull in virtual.c, because ansi C does not permit empty filesTheo de Raadt
2002-09-06put some code after default:Theo de Raadt
2002-09-06no , at end of enum; maja okTheo de Raadt
2002-09-06use socklen_tTheo de Raadt
2002-09-06no , at end of enumTheo de Raadt
2002-09-06fopen() does not return < 0Theo de Raadt
2002-09-06; after label:Theo de Raadt
2002-09-06no comma at end of enumTheo de Raadt
2002-09-06undo signed vs unsigned confusionTheo de Raadt
2002-09-06no ; after INITQFNAMESTheo de Raadt