Age | Commit message (Expand) | Author |
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 |
2004-04-28 | speed up -> sped up, from tedu@, ok beck@ | Cedric Berger |
2004-04-28 | Put authpf user's IP addresses in the <authpf_users> table. | Cedric Berger |
2004-04-28 | IPv6 support; ok beck@ | Damien Miller |
2004-04-25 | clean; ok beck | Theo de Raadt |
2004-04-25 | Make authpf exec pfctl instead of sucking in code from pfctl | Bob Beck |
2004-04-09 | Do not try to load directories. found+ok mpech@ | Cedric Berger |
2004-01-29 | MORE BULLSHIT BECAUSE THIS PIECE OF SHIT IS INTERTWINED WITH PFCTL | Theo de Raadt |
2004-01-13 | handle ruleset names containing usernames, fixes PR 3627, ok Bob | Daniel Hartmeier |
2003-12-15 | Add 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 log | Bob Beck |
2003-11-20 | remove -Werror from userland builds, to give us a chance to | Anil Madhavapeddy |
2003-11-14 | catch up with pfctl changes | Henning Brauer |
2003-09-26 | Rearchitecture of the userland/kernel IOCTL interface for transactions. | Cedric Berger |
2003-09-26 | erm, committing to teh right repository helps sometimes. | Henning Brauer |
2003-08-21 | stuff needed for passive OS fingerprinting PF rules | Mike Frantzen |
2003-08-17 | damn lies | Henning Brauer |
2003-08-04 | ClientAliveInterval requires Protocol 2; | Jason McIntyre |
2003-08-01 | tickets are now u_int32_t, not int, fixes tree breakage; from Andrey Smagin | Todd C. Miller |
2003-07-11 | Better parsing and -v support for tables: | Cedric Berger |
2003-07-08 | Fix a bug that caused removal of previous users' rules when more then one | Daniel Hartmeier |
2003-07-03 | Bye bye atexit(), bye bye globals... | Cedric Berger |
2003-07-03 | This patch finally cleanup pfctl_table.c. No more global buffer, | Cedric Berger |
2003-06-28 | () to (void) | Theo de Raadt |
2003-06-27 | /etc/authpf.allow -> /etc/authpf/authpf.allow in comments | Henning Brauer |