summaryrefslogtreecommitdiff
path: root/sbin
AgeCommit message (Expand)Author
2005-11-13missing fclose(); from dhill@mindcry.orgTheo de Raadt
2005-11-13missing fclose(); dhill@mindcry.orgTheo de Raadt
2005-11-13spacingTheo de Raadt
2005-11-13fclose() file descriptor of the rule file when we are done with it.Hans-Joerg Hoexer
2005-11-13zap unused variable and silence gcc.Hans-Joerg Hoexer
2005-11-12spacingHans-Joerg Hoexer
2005-11-12add support for interface names as host specificationsHans-Joerg Hoexer
2005-11-12FILE * leak, missing fclose(); evol@online.ptt.ruTheo de Raadt
2005-11-12return; at end of function is dorkyTheo de Raadt
2005-11-12left a free() behind, spotted by cloderTheo de Raadt
2005-11-12permit TO/FROM to be swapped (symmetry is good); ok hshoexermkTheo de Raadt
2005-11-12simplify TAILQ walking code; ok hshoexerTheo de Raadt
2005-11-12spacingTheo de Raadt
2005-11-12spacingTheo de Raadt
2005-11-12do not stat() before open(); instead -- use fstat(); ok hshoexerTheo de Raadt
2005-11-12more asprintf; ok dhill@mindcry.orgTheo de Raadt
2005-11-12more memleaks plugged; evol@online.ptt.ruTheo de Raadt
2005-11-12use snprintf; dhill@mindcry.orgTheo de Raadt
2005-11-12use snprintf; ok cloder dhill@mindcry.orgTheo de Raadt
2005-11-12handle transport/tunnel modeHans-Joerg Hoexer
2005-11-12memory leak; ok cloderTheo de Raadt
2005-11-06Improved address and address mask handling, derived from pfctl stuff.Hans-Joerg Hoexer
2005-11-06Install a manpage for luna88k since we build the binary anyway.Miod Vallat
2005-11-06better handling of ip addresses, prepare for v6. Partially derived from diffHans-Joerg Hoexer
2005-11-04crank pf_state and pf_src_node byte and packet counters to u_in64_t, sinceRyan Thomas McBride
2005-11-01missing freeaddrinfo(); maticd@gmail.comTheo de Raadt
2005-10-30- SEE ALSO is sorted by section firstJason McIntyre
2005-10-30prepare for more flexible hostname resolver. Right now just v4, more to comeHans-Joerg Hoexer
2005-10-30Xr ipcomp, sort "SEE ALSO" sectionHans-Joerg Hoexer
2005-10-30describe ipcompHans-Joerg Hoexer
2005-10-30add support for ipcomp.Hans-Joerg Hoexer
2005-10-28Make it possible to use -P on readonly memory filesystems. FromOtto Moerbeek
2005-10-28Change some TAILQ_FIRST() == NULL tests into TAILQ_EMPTY(). The firstOtto Moerbeek
2005-10-28more error message cleanupHans-Joerg Hoexer
2005-10-27Do not touch LIST_* macro internals.Hans-Joerg Hoexer
2005-10-26don't send DPD messages before the exchange is finialized, otherwiseMarkus Friedl
2005-10-26put the 100% right r1.79 back in, that is still as right as it was the firstHenning Brauer
2005-10-25some small knf, ok ho@Hans-Joerg Hoexer
2005-10-25Do not send a message when no transport is available.Hans-Joerg Hoexer
2005-10-24delete more EFAULT stupidityTheo de Raadt
2005-10-23Add support for SENSOR_AMPS.Mark Kettenis
2005-10-18add support for static interface group expansion, i. e.Henning Brauer
2005-10-17parse correctly flows using ipcomp. Glitch noticed by jared rr spiegel.Hans-Joerg Hoexer
2005-10-16Prepare for better host specification parser: dns names, interfaces, etc. ButHans-Joerg Hoexer
2005-10-16Unset debug flag.Hans-Joerg Hoexer
2005-10-16Add keyword "any" for addresses, reduces to "0.0.0.0/0".Hans-Joerg Hoexer
2005-10-16cleanup messages generated by err(3)Hans-Joerg Hoexer
2005-10-15Use queue macros instead of directly accessing fields. ok miod@ aaron@Otto Moerbeek
2005-10-13unused parametersHenning Brauer
2005-10-13dead definesHenning Brauer