summaryrefslogtreecommitdiff
path: root/usr.sbin/authpf/authpf.c
AgeCommit message (Expand)Author
2003-02-19sync to pfctl; BAD HENNING BAD BAD BAD NO COOKIETheo de Raadt
2003-02-11adjust after pfctl changesHenning Brauer
2003-02-03typos and minor KNF; from andrushock, thanks!Henning Brauer
2003-02-02adjust after pfctl change; parse_rules doesn't take opts seperately any moreHenning Brauer
2003-01-29do setprocticle; ok camieldTheo de Raadt
2003-01-27remove some unused includes, from Andrey MatveevDaniel Hartmeier
2003-01-26mop up, from krwDaniel Hartmeier
2003-01-25Permit initialisation of a table content from a file in pf.conf.Cedric Berger
2003-01-09Add support for active/inactive tablesets in the kernel.Cedric Berger
2003-01-07Add function to search for and remove stale rulesets from other authpfDaniel Hartmeier
2003-01-06nicer syslogTheo de Raadt
2003-01-05Move ifname from pf_addr to pf_addr_wrap, prepare pf_addr_wrap for tableDaniel Hartmeier
2003-01-01Scrub and filter rules are separated now, adjust authpf accordingly.Daniel Hartmeier
2002-12-29Set a macro $user_id to the user name, just like $user_ip is already setDaniel Hartmeier
2002-12-22KNFHenning Brauer
2002-12-22Instead of inserting and removing rules at the top/bottom of the mainDaniel Hartmeier
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
2002-12-17Match merge of pf_nat/pf_binat/pf_rdr structs into pf_ruleRyan Thomas McBride
2002-12-06Introduce anchors and named rule sets, allowing to load additional ruleDaniel Hartmeier
2002-12-04catch up to -v -v change in pfctl(8)Theo de Raadt
2002-12-01KNFHenning Brauer
2002-12-01Match pf_ioctl.c cleanup; if we're doing a DIOCCHANGE* operation which usesRyan Thomas McBride
2002-11-23don't try to do ioctl with PF_OPT_NOACTIONRyan Thomas McBride
2002-11-23add code to load lists of redirection addresses for nat/rdr/route-to/etc.Ryan Thomas McBride
2002-11-22Disallow non-interactive sessions, to avoid problem of users scp'ingBob Beck
2002-11-19be more preciseTheo de Raadt
2002-11-19hacks to make the tree build; henning gets a carrot up the nose next time i m...Theo de Raadt
2002-10-25- be even more careful with data supplied from outsideCamiel Dobbelaar
2002-06-25hooks for options.Henning Brauer
2002-06-12fix a typo that could create a fd leakVincent Labrecque
2002-06-11fix breakage from the stupid way theo and I commited that last big pile ofBob Beck
2002-06-11I broke this. Remove separate (optional) nat callsKjell Wooding
2002-06-08comment and error message cleanup, from Brian Poole <raj@cerias.purdue.edu>Bob Beck
2002-06-07fix a few nits in theo's commit, make this install and run setgid authpfBob Beck
2002-06-07twist time, space, and other aspects of reality so that we can revoke privs,Theo de Raadt
2002-05-30Do not allow user to run authpf if user's shell is not /usr/sbin/authpf toOleg Safiullin
2002-05-21KNF before more major hackingTheo de Raadt
2002-05-16KNFTheo de Raadt
2002-04-24Unbreak from pfvar.h change.Daniel Hartmeier
2002-04-09make sure we fflush() after a sending a message and fix a typo in a commentMike Frantzen
2002-04-09don't trust USER from the environment - bad, allows users to see filesBob Beck
2002-04-09minor KNFTheo de Raadt
2002-04-08Free memory. Patch from millert@.Mike Pechkin
2002-04-07fix authpf_kill_states()Mike Frantzen
2002-04-05move location of per-user config files; beck okTheo de Raadt
2002-04-05ensure that rules files are owned and writable only by root,Bob Beck
2002-04-01don't need this anymoreBob Beck
2002-04-01typo in commentBob Beck