summaryrefslogtreecommitdiffstats
path: root/usr.sbin/authpf (follow)
Commit message (Expand)AuthorAgeFilesLines
* "Protocol" keyword no longer used; from martin vahlensieckjmc2020-04-051-3/+2
* When system calls indicate an error they return -1, not some arbitraryderaadt2019-06-281-10/+10
* Use <fcntl.h> instead of <sys/file.h> for open() and friends.guenther2018-04-261-2/+2
* Use the monotonic clock to compute the session duration.cheloha2018-01-161-5/+5
* for some time now mandoc has not required MLINKS to functionjmc2016-03-301-2/+1
* - Add missing goto in order to avoid a dereference of a null objectmestre2016-03-291-2/+2
* Remove a NULL-check before free().mmcc2015-12-081-5/+3
* replace "can not" with "cannot";jmc2015-11-011-3/+3
* Include <netinet/in.h> before <net/pfvar.h>. In a future change whenderaadt2015-01-211-2/+3
* switch to PATH_MAXderaadt2015-01-151-8/+8
* remove stupid castderaadt2014-10-081-2/+2
* use setresgid()deraadt2014-04-021-2/+2
* Handle big time_tguenther2013-04-021-3/+3
* fix build with gcc 2miod2013-01-191-6/+6
* Per group support for authpf rules files in /etc/authpf/groups.beck2013-01-153-8/+27
* Fix file descriptor leak reported by someone on the mailing list long timeclaudio2012-07-071-2/+6
* remove trailing spaces and tabs; no binary change.sobrado2010-09-021-6/+6
* tweak previous: there was a word missing, but i've just changedjmc2010-01-271-2/+2
* search for authpf.message in $USER dirs alsotodd2010-01-272-7/+21
* Make the tree compile again. Henning and I are both quite sure this isclaudio2009-11-231-11/+7
* "rdr" -> "match in...rdr-to" in example.sthen2009-10-261-4/+4
* Replace remaining occurrence of old PF syntax with "match...nat-to",sthen2009-09-081-14/+13
* Remove some nat-anchor, binat-anchor, rdr-anchor. Noticed by jmc@.sthen2009-09-081-13/+6
* Uninitialized variable introduced in 1.110.miod2009-01-101-1/+3
* variable declaration before use, found by vax, no cookietodd2009-01-101-2/+2
* Support group and login class in authpf.allow (%<group>, @<class>)mcbride2009-01-062-10/+53
* protect better against races from incoming signals; slightly changedderaadt2008-10-071-15/+20
* grammar; PR 5394deraadt2008-10-051-2/+2
* Fix mention of authpf_users table (s/authpf users/authpf_users/).merdely2008-03-181-3/+3
* Add authpf-noip, which allows multiple users to connect from a single IP;mcbride2008-02-144-41/+107
* Clean anchors recursively and directly via ioctls rather than using pfctlmcbride2008-02-011-73/+112
* handle empty strings returned by fgetschl2007-09-251-1/+3
* convert to new .Dd format;jmc2007-05-311-2/+2
* exit right away if the config file isn't there, rather thanbeck2007-02-241-3/+7
* license + copyrightbeck2007-02-242-43/+24
* Pr 5395 from Stefan Krah <stefan-usenet@bytereef.org>beck2007-02-241-15/+9
* this ftruncate is really not needed now, if we're just unlinking.beck2007-02-221-3/+1
* close 5389 and 5390,beck2007-02-221-7/+6
* no need to use "keep state" and "flags S/SA" in pf rules,jmc2006-10-231-8/+6
* handle SIGQUIT instead of SIGSTOP, from Stefan Krahdhartmei2006-08-091-2/+2
* FILE * leakderaadt2006-03-171-1/+3
* fix incorrect sizeof(), spotted by ckuethebeck2006-03-141-2/+3
* expand the section on ssh tunnelling machanisms;jmc2006-01-071-2/+5
* correct err() usage and remove the do_death which is unneeded inbeck2005-12-121-3/+2
* Backout previous change back to 1.92 - My fault, committed diffbeck2005-12-121-27/+32
* Mine, so modernize licensebeck2005-12-091-21/+12
* calling do_death() after err makes us exit is not smart, and is inbeck2005-12-091-12/+16
* make authpf give up group privs before exec'ing pfctl - makes itbeck2005-12-081-2/+16
* default port for ftp-proxy is 8021;jmc2005-09-231-2/+2
* useless endpwenthenning2005-05-231-2/+1