Age | Commit message (Collapse) | Author | |
---|---|---|---|
2002-12-29 | Make pfctl -a name -sr/-sn show all rules of all rulesets within the | Daniel Hartmeier | |
anchor. From discussion with Michael Lucas. ok henning@ | |||
2002-12-29 | Set a macro $user_id to the user name, just like $user_ip is already set | Daniel Hartmeier | |
to the IP address. From discussion with Michael Lucas. ok henning@ | |||
2002-12-29 | Fix a couple of cases where semutot was not getting decremented and | Todd C. Miller | |
one where semtot was not getting incremented. | |||
2002-12-29 | o pass a random value as the second arg to ftok() | Todd C. Miller | |
o call semget() with IPC_EXCL This fixes a problem whereby multiple concurrent copies of the regress test could use the same key and stomp over themselves, leading one to falsely believe there is a kernel bug. | |||
2002-12-29 | Add support for radix tables for source and destination of PF rules. | Cedric Berger | |
ok dhartmei@, mcbride@, henning@ | |||
2002-12-29 | fix buf allocation; partoff may be a NULL too | Michael Shalayeff | |
2002-12-29 | check -DCLEANUP compilation | Marc Espie | |
2002-12-29 | Synch comment with code | Marc Espie | |
2002-12-29 | another | Henning Brauer | |
2002-12-29 | Don't define EOF In ctype.h, some 3rd party code checks whether or | Todd C. Miller | |
not EOF is defined to determine if stdio.h has been included. Instead, use __EOF which should be OK wrt namespace safety. | |||
2002-12-28 | More direct explanation of where the port number and protocol number to name | Ryan Thomas McBride | |
mappings come from. ok dhartmei@ henning@ | |||
2002-12-28 | fix C++ semantics. | Marc Espie | |
Found by Andrew Pinski <pinskia@physics.uc.edu> Works with gcc-current and Tendra C++ now. | |||
2002-12-28 | fix calloc's. also check for errors; fixes PR/3043. | Federico G. Schwindt | |
2002-12-28 | No matter what I do, typos in parition always make their apparition. | Miod Vallat | |
2002-12-27 | Update some scrub tests with the "log" keyword. | Ryan Thomas McBride | |
2002-12-27 | Since pf_norm.c looks at rule.log to see if it should log packets being | Ryan Thomas McBride | |
dropped due to scrub violations, this adds the ability to set this in pf.conf. ok henning@ | |||
2002-12-27 | Bugfix and better error handling: | Ryan Thomas McBride | |
- set rpool.cur in DIOCCHANGERULE - check to make sure rpool.list is not empty if we're doing translation or routing other than fastroute ok dhartmei@ henning@ | |||
2002-12-27 | Fixups for pf_route and pf_route6. | Ryan Thomas McBride | |
- pull the route-to ifp from the current pf_pooladdr (not the last one) with stateful rules - remove unnecessary PF_ACPY and PF_AZERO ok dhartme@ on pf_route version, pf_route6 is the same. | |||
2002-12-27 | Use model control capability to distinguish 8 from 16 line models, | Hugh Graham | |
and don't ttymalloc lines we don't have. CXA16 in DHV-11 mode is probably still not correct. | |||
2002-12-27 | Handle binat-anchor rules in pf_match_translation(), they don't have a | Daniel Hartmeier | |
redirection target address. Reported by Michael Lucas. ok mcbride@ | |||
2002-12-27 | Initialize rt_ifp in newly allocated pf_state objects to NULL. | Daniel Hartmeier | |
Solves the crashes in pf_route() with -current. Reports from Michael Lucas and Bjorn Runaker. | |||
2002-12-27 | add _spamd pseudo-account; ok deraadt@ | Dan Harnett | |
2002-12-27 | spewd-setup should read spamd-setup | lebel | |
2002-12-27 | spamd startup stuff | Theo de Raadt | |
2002-12-26 | Prettier debug printing in pf_map_addr. | Ryan Thomas McBride | |
2002-12-26 | dupe, from Dan Weeks | Michael Shalayeff | |
2002-12-26 | Additional sanity checks for pf_route(). Please report when any of these | Daniel Hartmeier | |
panics should occur. ok mcbride@ | |||
2002-12-26 | more tweaking, Nick Nauwealerts | Henning Brauer | |
2002-12-26 | fix a more or less problem; deraadt@ ok | Michael Shalayeff | |
2002-12-25 | sync | Theo de Raadt | |
2002-12-25 | no more -O1 needed on alpha | Henning Brauer | |
2002-12-25 | No need to define FOO?=foo for AS, CC, CPP and LD, as they are always already | Miod Vallat | |
set from <sys.mk> | |||
2002-12-25 | Turn xxUNIT, xxPARt, xxLABELDEV macro names into uppercase. | Miod Vallat | |
2002-12-25 | Get prototypes from *dev_decl() macros rather than running our own. | Miod Vallat | |
2002-12-25 | Regen. | Miod Vallat | |
2002-12-25 | Fix st(4) block major. Gasp. | Miod Vallat | |
2002-12-25 | Do not force DEBUG to be defined here. hp300 is already slow enough. | Miod Vallat | |
2002-12-25 | Honour -R/-N and don't attempt to load other rules in those cases. | Daniel Hartmeier | |
Found by Michael Lucas. | |||
2002-12-25 | set variables of inline function with DECL_INLINE | Hiroaki Etoh | |
2002-12-25 | In order to determine an inlinable function, pass the condition to ↵ | Hiroaki Etoh | |
prepare_stack_protection. | |||
2002-12-25 | search_string_def is declared as public. | Hiroaki Etoh | |
2002-12-25 | arrange_var_order: not to weep the string of inlined function. | Hiroaki Etoh | |
2002-12-25 | assign_stack_temp_for_type: fix to find an already-allocated temporal string ↵ | Hiroaki Etoh | |
for local variables of an inline function | |||
2002-12-25 | sync wi(4) section with reality; Nick Nauwelaerts | Henning Brauer | |
2002-12-25 | remove nasty verbiage | Theo de Raadt | |
2002-12-25 | Initialize color palette from rasops settings (from sparc) rather than | Miod Vallat | |
from incorrect values, and restore it after X11 use (from macppc). | |||
2002-12-25 | add many missing dirs under /etc w/ descriptions; ok miod fgsch | Peter Valchev | |
2002-12-24 | More cleanup. | Ryan Thomas McBride | |
- s/Em/Pa/ where appropriate - get rid of references to spews and Tomcat - more simplification by removal of direction - timeout values are no longer a pfctl(8) thing yes! henning@ | |||
2002-12-24 | forgot this as well. reorder. | Federico G. Schwindt | |
2002-12-24 | reorder .Xr. | Federico G. Schwindt | |