Age | Commit message (Expand) | Author |
2010-09-02 | remove trailing spaces and tabs; no binary change. | Igor Sobrado |
2010-01-27 | tweak previous: there was a word missing, but i've just changed | Jason McIntyre |
2010-01-27 | search for authpf.message in $USER dirs also | Todd T. Fries |
2009-11-23 | Make the tree compile again. Henning and I are both quite sure this is | Claudio Jeker |
2009-10-26 | "rdr" -> "match in...rdr-to" in example. | Stuart Henderson |
2009-09-08 | Replace remaining occurrence of old PF syntax with "match...nat-to", | Stuart Henderson |
2009-09-08 | Remove some nat-anchor, binat-anchor, rdr-anchor. Noticed by jmc@. | Stuart Henderson |
2009-01-10 | Uninitialized variable introduced in 1.110. | Miod Vallat |
2009-01-10 | variable declaration before use, found by vax, no cookie | Todd T. Fries |
2009-01-06 | Support group and login class in authpf.allow (%<group>, @<class>) | Ryan Thomas McBride |
2008-10-07 | protect better against races from incoming signals; slightly changed | Theo de Raadt |
2008-10-05 | grammar; PR 5394 | Theo de Raadt |
2008-03-18 | Fix mention of authpf_users table (s/authpf users/authpf_users/). | Michael Erdely |
2008-02-14 | Add authpf-noip, which allows multiple users to connect from a single IP; | Ryan Thomas McBride |
2008-02-01 | Clean anchors recursively and directly via ioctls rather than using pfctl | Ryan Thomas McBride |
2007-09-25 | handle empty strings returned by fgets | Charles Longeau |
2007-05-31 | convert to new .Dd format; | Jason McIntyre |
2007-02-24 | exit right away if the config file isn't there, rather than | Bob Beck |
2007-02-24 | license + copyright | Bob Beck |
2007-02-24 | Pr 5395 from Stefan Krah <stefan-usenet@bytereef.org> | Bob Beck |
2007-02-22 | this ftruncate is really not needed now, if we're just unlinking. | Bob Beck |
2007-02-22 | close 5389 and 5390, | Bob Beck |
2006-10-23 | no need to use "keep state" and "flags S/SA" in pf rules, | Jason McIntyre |
2006-08-09 | handle SIGQUIT instead of SIGSTOP, from Stefan Krah | Daniel Hartmeier |
2006-03-17 | FILE * leak | Theo de Raadt |
2006-03-14 | fix incorrect sizeof(), spotted by ckuethe | Bob Beck |
2006-01-07 | expand the section on ssh tunnelling machanisms; | Jason McIntyre |
2005-12-12 | correct err() usage and remove the do_death which is unneeded in | Bob Beck |
2005-12-12 | Backout previous change back to 1.92 - My fault, committed diff | Bob Beck |
2005-12-09 | Mine, so modernize license | Bob Beck |
2005-12-09 | calling do_death() after err makes us exit is not smart, and is in | Bob Beck |
2005-12-08 | make authpf give up group privs before exec'ing pfctl - makes it | Bob Beck |
2005-09-23 | default port for ftp-proxy is 8021; | Jason McIntyre |
2005-05-23 | useless endpwent | Henning Brauer |
2005-05-12 | Xr securelevel 7 | Jason McIntyre |
2005-05-02 | more setres[ug]id; ok deraadt@ | Damien Miller |
2005-02-10 | Minor punctuation nit. | Joel Knight |
2005-01-31 | warn(3) + _exit(2) instead of err(3) in the forked child | Henning Brauer |
2005-01-31 | -Wsign-compare clean, Andrey Matveev <andrushock@korovino.net> | Henning Brauer |
2005-01-04 | simplified FILTER AND TRANSLATION RULES; | Jason McIntyre |
2004-09-16 | ftruncate() with ftello() instead of ftell(); ok millert | Theo de Raadt |
2004-09-15 | AllowTcpForwarding should be disabled for authpf users; | Jason McIntyre |
2004-08-15 | document the use of "authpf/*" as anchor name for pf to process | Can Erkin Acar |
2004-08-08 | spacing | Theo de Raadt |
2004-06-14 | Use new ioctls. ok beck@ henning@ | Cedric Berger |
2004-06-07 | consistently refer to the authpf_users table; | Jason McIntyre |
2004-05-21 | Use '/' instead of ':' as separator for anchor path components. Note that | Daniel Hartmeier |
2004-05-19 | Allow recursive anchors (anchors within anchors, up to 64 | Daniel Hartmeier |
2004-05-13 | as the authpf manpage describes, the connecting user's shell can be | Henning Brauer |
2004-04-28 | kill whitespace and make example consistent w/ rest of page; | Jason McIntyre |