summaryrefslogtreecommitdiffstats
path: root/usr.sbin/authpf (follow)
Commit message (Expand)AuthorAgeFilesLines
...
* Xr securelevel 7jmc2005-05-121-1/+2
* more setres[ug]id; ok deraadt@djm2005-05-021-3/+6
* Minor punctuation nit.joel2005-02-101-2/+2
* warn(3) + _exit(2) instead of err(3) in the forked childhenning2005-01-311-2/+3
* -Wsign-compare clean, Andrey Matveev <andrushock@korovino.net>henning2005-01-311-3/+3
* simplified FILTER AND TRANSLATION RULES;jmc2005-01-041-12/+6
* ftruncate() with ftello() instead of ftell(); ok millertderaadt2004-09-161-2/+2
* AllowTcpForwarding should be disabled for authpf users;jmc2004-09-151-2/+8
* document the use of "authpf/*" as anchor name for pf to processcanacar2004-08-151-11/+16
* spacingderaadt2004-08-081-2/+2
* Use new ioctls. ok beck@ henning@cedric2004-06-141-15/+18
* consistently refer to the authpf_users table;jmc2004-06-071-4/+4
* Use '/' instead of ':' as separator for anchor path components. Note thatdhartmei2004-05-211-4/+4
* Allow recursive anchors (anchors within anchors, up to 64dhartmei2004-05-191-5/+5
* as the authpf manpage describes, the connecting user's shell can behenning2004-05-131-2/+20
* kill whitespace and make example consistent w/ rest of page;jmc2004-04-281-5/+5
* speed up -> sped up, from tedu@, ok beck@cedric2004-04-281-2/+2
* Put authpf user's IP addresses in the <authpf_users> table.cedric2004-04-282-2/+89
* IPv6 support; ok beck@djm2004-04-281-10/+19
* clean; ok beckderaadt2004-04-252-18/+15
* Make authpf exec pfctl instead of sucking in code from pfctlbeck2004-04-253-247/+70
* Do not try to load directories. found+ok mpech@cedric2004-04-091-1/+7
* MORE BULLSHIT BECAUSE THIS PIECE OF SHIT IS INTERTWINED WITH PFCTLderaadt2004-01-291-1/+5
* handle ruleset names containing usernames, fixes PR 3627, ok Bobdhartmei2004-01-131-4/+9
* Add initial support for pf state synchronization over the network.mcbride2003-12-151-1/+8
* - fix a few exit cases that would exit with no logbeck2003-12-102-33/+77
* remove -Werror from userland builds, to give us a chance toavsm2003-11-201-2/+2
* catch up with pfctl changeshenning2003-11-141-1/+8
* Rearchitecture of the userland/kernel IOCTL interface for transactions.cedric2003-09-261-33/+39
* erm, committing to teh right repository helps sometimes.henning2003-09-261-3/+2
* stuff needed for passive OS fingerprinting PF rulesfrantzen2003-08-212-3/+9
* damn lieshenning2003-08-171-2/+2
* ClientAliveInterval requires Protocol 2;jmc2003-08-041-4/+5
* tickets are now u_int32_t, not int, fixes tree breakage; from Andrey Smaginmillert2003-08-011-2/+2
* Better parsing and -v support for tables:cedric2003-07-111-4/+3
* Fix a bug that caused removal of previous users' rules when more then onedhartmei2003-07-081-2/+3
* Bye bye atexit(), bye bye globals...cedric2003-07-031-2/+3
* This patch finally cleanup pfctl_table.c. No more global buffer,cedric2003-07-031-15/+4
* () to (void)deraadt2003-06-281-4/+4
* /etc/authpf.allow -> /etc/authpf/authpf.allow in commentshenning2003-06-271-5/+5
* cleanderaadt2003-06-241-2/+2
* (long)getpid(); andrushock@korovino.netderaadt2003-06-241-3/+3
* authpf can handle binat nowadays; from Joel Knighthenning2003-06-231-4/+1
* - section reorderjmc2003-06-121-9/+7
* remove term 3, with permission from Chris Kuethe for pathnames.hbeck2003-06-032-9/+3
* Be polite about leaving invalid data around in globals, just in casecloder2003-05-101-1/+4
* catch up with pfctl changeshenning2003-05-101-1/+10
* Allow tables to be loaded into anchors.cedric2003-04-301-2/+3
* authpf is supposed to die if the /etc/authpf/authpf.conf is not present.beck2003-04-201-2/+2
* replace some .Pp inside .Bd -literal block with empty linedavid2003-03-201-18/+18