summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2002-12-30this was removed from the sendmail distribution some time agoTodd C. Miller
2002-12-30proper HOSTAP_FLAGS_BITS; from merith@vantronix.netMichael Shalayeff
2002-12-30add update-plistMarc Espie
2002-12-30KNFHenning Brauer
2002-12-30Avoid setting optind to 0 since in GNU getopt() that means the sameTodd C. Miller
2002-12-30KNFHenning Brauer
2002-12-29Mention $user_id, like $user_ip.Daniel Hartmeier
2002-12-29Make pfctl -a name -sr/-sn show all rules of all rulesets within theDaniel Hartmeier
2002-12-29Set a macro $user_id to the user name, just like $user_ip is already setDaniel Hartmeier
2002-12-29Fix a couple of cases where semutot was not getting decremented andTodd C. Miller
2002-12-29o pass a random value as the second arg to ftok()Todd C. Miller
2002-12-29Add support for radix tables for source and destination of PF rules.Cedric Berger
2002-12-29fix buf allocation; partoff may be a NULL tooMichael Shalayeff
2002-12-29check -DCLEANUP compilationMarc Espie
2002-12-29Synch comment with codeMarc Espie
2002-12-29anotherHenning Brauer
2002-12-29Don't define EOF In ctype.h, some 3rd party code checks whether orTodd C. Miller
2002-12-28More direct explanation of where the port number and protocol number to nameRyan Thomas McBride
2002-12-28fix C++ semantics.Marc Espie
2002-12-28fix calloc's. also check for errors; fixes PR/3043.Federico G. Schwindt
2002-12-28No matter what I do, typos in parition always make their apparition.Miod Vallat
2002-12-27Update some scrub tests with the "log" keyword.Ryan Thomas McBride
2002-12-27Since pf_norm.c looks at rule.log to see if it should log packets beingRyan Thomas McBride
2002-12-27Bugfix and better error handling:Ryan Thomas McBride
2002-12-27Fixups for pf_route and pf_route6.Ryan Thomas McBride
2002-12-27Use model control capability to distinguish 8 from 16 line models,Hugh Graham
2002-12-27Handle binat-anchor rules in pf_match_translation(), they don't have aDaniel Hartmeier
2002-12-27Initialize rt_ifp in newly allocated pf_state objects to NULL.Daniel Hartmeier
2002-12-27add _spamd pseudo-account; ok deraadt@Dan Harnett
2002-12-27spewd-setup should read spamd-setuplebel
2002-12-27spamd startup stuffTheo de Raadt
2002-12-26Prettier debug printing in pf_map_addr.Ryan Thomas McBride
2002-12-26dupe, from Dan WeeksMichael Shalayeff
2002-12-26Additional sanity checks for pf_route(). Please report when any of theseDaniel Hartmeier
2002-12-26more tweaking, Nick NauwealertsHenning Brauer
2002-12-26fix a more or less problem; deraadt@ okMichael Shalayeff
2002-12-25syncTheo de Raadt
2002-12-25no more -O1 needed on alphaHenning Brauer
2002-12-25No need to define FOO?=foo for AS, CC, CPP and LD, as they are always alreadyMiod Vallat
2002-12-25Turn xxUNIT, xxPARt, xxLABELDEV macro names into uppercase.Miod Vallat
2002-12-25Get prototypes from *dev_decl() macros rather than running our own.Miod Vallat
2002-12-25Regen.Miod Vallat
2002-12-25Fix st(4) block major. Gasp.Miod Vallat
2002-12-25Do not force DEBUG to be defined here. hp300 is already slow enough.Miod Vallat
2002-12-25Honour -R/-N and don't attempt to load other rules in those cases.Daniel Hartmeier
2002-12-25set variables of inline function with DECL_INLINEHiroaki Etoh
2002-12-25In order to determine an inlinable function, pass the condition to prepare_st...Hiroaki Etoh
2002-12-25search_string_def is declared as public.Hiroaki Etoh
2002-12-25arrange_var_order: not to weep the string of inlined function.Hiroaki Etoh
2002-12-25assign_stack_temp_for_type: fix to find an already-allocated temporal string ...Hiroaki Etoh