summaryrefslogtreecommitdiff
path: root/usr.sbin/authpf
AgeCommit message (Expand)Author
2008-10-07protect better against races from incoming signals; slightly changedTheo de Raadt
2008-10-05grammar; PR 5394Theo de Raadt
2008-03-18Fix mention of authpf_users table (s/authpf users/authpf_users/).Michael Erdely
2008-02-14Add authpf-noip, which allows multiple users to connect from a single IP;Ryan Thomas McBride
2008-02-01Clean anchors recursively and directly via ioctls rather than using pfctlRyan Thomas McBride
2007-09-25handle empty strings returned by fgetsCharles Longeau
2007-05-31convert to new .Dd format;Jason McIntyre
2007-02-24exit right away if the config file isn't there, rather thanBob Beck
2007-02-24license + copyrightBob Beck
2007-02-24Pr 5395 from Stefan Krah <stefan-usenet@bytereef.org>Bob Beck
2007-02-22this ftruncate is really not needed now, if we're just unlinking.Bob Beck
2007-02-22close 5389 and 5390,Bob Beck
2006-10-23no need to use "keep state" and "flags S/SA" in pf rules,Jason McIntyre
2006-08-09handle SIGQUIT instead of SIGSTOP, from Stefan KrahDaniel Hartmeier
2006-03-17FILE * leakTheo de Raadt
2006-03-14fix incorrect sizeof(), spotted by ckuetheBob Beck
2006-01-07expand the section on ssh tunnelling machanisms;Jason McIntyre
2005-12-12correct err() usage and remove the do_death which is unneeded inBob Beck
2005-12-12Backout previous change back to 1.92 - My fault, committed diffBob Beck
2005-12-09Mine, so modernize licenseBob Beck
2005-12-09calling do_death() after err makes us exit is not smart, and is inBob Beck
2005-12-08make authpf give up group privs before exec'ing pfctl - makes itBob Beck
2005-09-23default port for ftp-proxy is 8021;Jason McIntyre
2005-05-23useless endpwentHenning Brauer
2005-05-12Xr securelevel 7Jason McIntyre
2005-05-02more setres[ug]id; ok deraadt@Damien Miller
2005-02-10Minor punctuation nit.Joel Knight
2005-01-31warn(3) + _exit(2) instead of err(3) in the forked childHenning Brauer
2005-01-31-Wsign-compare clean, Andrey Matveev <andrushock@korovino.net>Henning Brauer
2005-01-04simplified FILTER AND TRANSLATION RULES;Jason McIntyre
2004-09-16ftruncate() with ftello() instead of ftell(); ok millertTheo de Raadt
2004-09-15AllowTcpForwarding should be disabled for authpf users;Jason McIntyre
2004-08-15document the use of "authpf/*" as anchor name for pf to processCan Erkin Acar
2004-08-08spacingTheo de Raadt
2004-06-14Use new ioctls. ok beck@ henning@Cedric Berger
2004-06-07consistently refer to the authpf_users table;Jason McIntyre
2004-05-21Use '/' instead of ':' as separator for anchor path components. Note thatDaniel Hartmeier
2004-05-19Allow recursive anchors (anchors within anchors, up to 64Daniel Hartmeier
2004-05-13as the authpf manpage describes, the connecting user's shell can beHenning Brauer
2004-04-28kill whitespace and make example consistent w/ rest of page;Jason McIntyre
2004-04-28speed up -> sped up, from tedu@, ok beck@Cedric Berger
2004-04-28Put authpf user's IP addresses in the <authpf_users> table.Cedric Berger
2004-04-28IPv6 support; ok beck@Damien Miller
2004-04-25clean; ok beckTheo de Raadt
2004-04-25Make authpf exec pfctl instead of sucking in code from pfctlBob Beck
2004-04-09Do not try to load directories. found+ok mpech@Cedric Berger
2004-01-29MORE BULLSHIT BECAUSE THIS PIECE OF SHIT IS INTERTWINED WITH PFCTLTheo de Raadt
2004-01-13handle ruleset names containing usernames, fixes PR 3627, ok BobDaniel Hartmeier
2003-12-15Add initial support for pf state synchronization over the network.Ryan Thomas McBride
2003-12-10- fix a few exit cases that would exit with no logBob Beck