summaryrefslogtreecommitdiff
path: root/usr.sbin
AgeCommit message (Collapse)Author
2003-01-09Add support for active/inactive tablesets in the kernel.Cedric Berger
Add table definition/initialisation construct in pfctl parser. Add and fix documentation for pf.4 and pf.conf.5. Tested on i386 and sparc64 by myself, macppc by Daniel. ok dhartmei@
2003-01-07Add function to search for and remove stale rulesets from other authpfDaniel Hartmeier
processes which have terminated unexpectedly. ok beck@
2003-01-07Remove pfr_unwrap_table workaround, it's no longer needed.Daniel Hartmeier
2003-01-06nicer syslogTheo de Raadt
2003-01-06some cleanup; andrushock@korovino.netTheo de Raadt
2003-01-06Typo: s/to be use if/to be used if/ s/Standford/Stanford/Chad Loder
2003-01-06only do kvm_openfiles for -v, all others use sysctlTheo de Raadt
2003-01-06minor tweaksTheo de Raadt
2003-01-05Move ifname from pf_addr to pf_addr_wrap, prepare pf_addr_wrap for tableDaniel Hartmeier
name. ok henning@, mcbride@, cedric@
2003-01-04Remove some debug output. -mojMats O Jansson
2003-01-04workaround until pf fixes thisTheo de Raadt
2003-01-03Bring in userland code for accessing PF radix tables.Cedric Berger
ok dhartmei@ mcbride@
2003-01-03Fix BE64 bug with (time_t *)&timeval.tv_sec; from Rob SeastromJason Wright
2003-01-01Support all possible rule types ("scrub" rules can log packets beingRyan Thomas McBride
dropped, others may as well in the future). ok dhartmei@ henning@
2003-01-01Scrub and filter rules are separated now, adjust authpf accordingly.Daniel Hartmeier
2002-12-31amiga and sun3 turned out to not be y2k+3 compliant here. Remove them, asMiod Vallat
well as the few userland tools which were only used on these platforms.
2002-12-31Prepare for the removal of amiga and sun3 platforms from the tree.Miod Vallat
There has not been enough activity and interest towards these platform to keep them lying in the tree.
2002-12-29Mention $user_id, like $user_ip.Daniel Hartmeier
2002-12-29Set a macro $user_id to the user name, just like $user_ip is already setDaniel Hartmeier
to the IP address. From discussion with Michael Lucas. ok henning@
2002-12-25no more -O1 needed on alphaHenning Brauer
2002-12-24forgot this as well. reorder.Federico G. Schwindt
2002-12-24reorder .Xr.Federico G. Schwindt
2002-12-23avoid null deref in calling option_erro(); pt out by hunter@comsys.com.uaMichael Shalayeff
2002-12-23no need to ntohs the portsMichael Shalayeff
2002-12-22spelink; Wouter Clarie in PR 3047Henning Brauer
2002-12-22o check for empty $SHELL and add missing __dead (Andrey Matveev)Todd C. Miller
o call setlogin() if the -U flag was specified and we either are the session leader or are able to become it.
2002-12-22fix cutnpaste; from hunter@comsys.com.uaMichael Shalayeff
2002-12-22KNFHenning Brauer
2002-12-22Instead of inserting and removing rules at the top/bottom of the mainDaniel Hartmeier
ruleset, make authpf manage its rules inside anchors.
2002-12-21typos; torh@bogus.netTheo de Raadt
2002-12-20use bcopy instead of struct assignmentMichael Shalayeff
2002-12-20Don't bother free()ing memory when we are just headed for exit().Todd C. Miller
Fixes a bug whereby freed memory was used in an error case.
2002-12-19redundant memsetHenning Brauer
2002-12-19KNFHenning Brauer
2002-12-18Fix tree breakage; match changes to struct pfctl (now contains an arrayRyan Thomas McBride
of pointers to pfioc_rule). Fix from henning@ ok dhartmei@
2002-12-17Match merge of pf_nat/pf_binat/pf_rdr structs into pf_ruleRyan Thomas McBride
- Move pf_compare* functions here - fix ioctls.
2002-12-16remove a paragraph about rc.wscons, it did not happen from david krauseMichael Shalayeff
2002-12-16s/maxium/maximum/g ; Jesper Louis AndersenTodd C. Miller
2002-12-16Make systat(1), iostat(8) and vmstat(8) automatically update their diskThierry Deval
statistics when a device is added/removed. ok deraadt@
2002-12-15mroe speling; torhHenning Brauer
2002-12-15spellingmania; torhHenning Brauer
2002-12-13ansi & knfTheo de Raadt
2002-12-12until someone complains, let only root playTheo de Raadt
2002-12-12can now get _ttylist via sysctl; millert okTheo de Raadt
2002-12-11fix buffer overflow in the FIX_PRECISION macroHenning Brauer
not exploiteable; would need more programming errors to cause harm from jim@apache
2002-12-11handle snprintf < 0Theo de Raadt
2002-12-11typos in comments; David KrauseHenning Brauer
2002-12-10Add 2 missing pw_abort() calls when pw_mkdb() fails and remove theTodd C. Miller
void cast from pw_abort() since it is already void. From NetBSD via Brian Poole.
2002-12-10-O1 on alpha for nowHenning Brauer
ok theo
2002-12-09Use strlcpy rather than unsafe string functions, especially in unreadable code.Miod Vallat
Spotted by deraadt@