summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2004-02-25more working driversTheo de Raadt
2004-02-25Add and document configuration options Logverbose and Loglevel. As log.c nowHans-Joerg Hoexer
depends on conf.c and some regression tests use log.c, add conf.c to Makefiles where necessary. ok ho@
2004-02-25kill "updates" keyword and use a ordinary string + strcmp at the one placeHenning Brauer
where it's needed, claudio ok
2004-02-25doesn't quite make sense to have a wrapper to a wrapper to the incredibleHenning Brauer
amount of ~ 20 lines of code in their own file... and another one bites the dust
2004-02-25sort options and some tweaks for openssl rsa/rsautl;Jason McIntyre
2004-02-25more chipsets; ok henning@Markus Friedl
2004-02-25Don't clear global stuff when an anchor is given in addition to -Fa.Cedric Berger
Ok mcbride@ pb@
2004-02-25oops. one more -w removal from sysctl, which i missed;Jason McIntyre
also from Paul de Weerd, and also ok deraadt@
2004-02-25remove -w option to sysctl;Jason McIntyre
diffs from Paul de Weerd; ok deraadt@
2004-02-25note that -w is optional and adjust accordingly;Jason McIntyre
remove -w from EXAMPLES; diffs from Paul de Weerd; ok deraadt@
2004-02-25correct NOMAN= caseTheo de Raadt
2004-02-25Apply my copyrights to these files which I wrote. none of the oldDale Rahn
copyright code remained.
2004-02-25copyrightsTheo de Raadt
2004-02-25initial working pthreads support from sparc64, done with drahn. there areTheo de Raadt
some `debugging features' and other optimizations (such as not saving all registers) that we can still do perhaps
2004-02-25typo in commentDamien Miller
2004-02-25dkcsum stuff for amd64, written by tom, who cannot commit it at the moment.Theo de Raadt
now the amd64 knows what drive it was booted from.
2004-02-24Do not check for end of line too early, as this will confuse the cursorMiod Vallat
position. Easily reproduceable using emacs, but no fully sane human being would use emacs anyway.
2004-02-24use calloc istead of malloc, setting sinaddr and bzero'ing it over laterHenning Brauer
found by Ward Wouts <ward@wizeazz.nl> but different fix
2004-02-24deal with bpf nodeTed Unangst
2004-02-24sysctl knob for bpf tunables. some tips from canacar@Ted Unangst
ok canacar@ deraadt@ mcbride@
2004-02-24sync FILES and SEE ALSO w/ mdoc.samples(7);Jason McIntyre
2004-02-24Test for error with 'source-track global'/'max-src-nodes' combo.Ryan Thomas McBride
2004-02-24correctly check send_packet()s return valHenning Brauer
found by Ward Wouts <ward@wizeazz.nl> but fixed differently
2004-02-24Handle 'source-track rule' requirement for 'max-src-nodes'.Ryan Thomas McBride
2004-02-24put auvia in the kernelTheo de Raadt
2004-02-24same gory splaudio hack for amd64, sighTheo de Raadt
2004-02-24Make example "rdr pass" not just "rdr"; OK beck@Todd C. Miller
2004-02-24'max-src-nodes' requires 'source-track rule'. Set that automatically,Ryan Thomas McBride
unless 'source-track global' is explicit, in which case error out. Lots of help from cedric@. ok cedric@ henning@
2004-02-24fix usage(); extracted from a mail by Ward Wouts <ward@wizeazz.nl>Henning Brauer
2004-02-24support CPU_CHR2BLK sysctlTheo de Raadt
2004-02-24add FILES section documenting license.template;Jason McIntyre
from Nick Nauwelaerts; ok deraadt@
2004-02-24add skc for whenever it comesTheo de Raadt
2004-02-24remove reference to -x bit;Jason McIntyre
ok millert@
2004-02-24syncMarkus Friedl
2004-02-24more fxp; ok henning, deraadtMarkus Friedl
2004-02-24skip _only_ irq 14 and 15; tested by form@Markus Friedl
2004-02-24record code, from netbsd; via jakemsr@jakemsr.comTheo de Raadt
2004-02-24not usedHenning Brauer
2004-02-24whack unused token ring code and a few empty functionsHenning Brauer
2004-02-24test against recent ssh.com releasesMarkus Friedl
2004-02-24zap more unused crapHenning Brauer
2004-02-24allow arguments in ${TEST_SSH_XXX}Markus Friedl
2004-02-24bye byeHenning Brauer
2004-02-24spacesClaudio Jeker
2004-02-24Enhance filters. prefixlen knows now 8-24 and 8><24. It is possible to useClaudio Jeker
prefix 10.0.0.0/8 prefixlen >= 8 and set localpref 100 can be set on a per neighbor basis. OK henning@
2004-02-24get rid of tons of structs we never use, a lot of new_someotherjunk functionsHenning Brauer
in alloc.c we never call, and a shitload of genius comments like char *script_name; /* name of script */ char *server_name; /* name of server */ etc etc etc...
2004-02-24+ Netra T1 AC200/DC200Xavier Santolaria
ok miod@.
2004-02-24discover_interfaces doesn't run in multiple modes any more - kill unreachableHenning Brauer
code, partitally server-only
2004-02-24kill debug crapHenning Brauer
2004-02-24fixup.Cedric Berger