summaryrefslogtreecommitdiff
path: root/usr.sbin/authpf
AgeCommit message (Expand)Author
2024-11-04Ignore extra groups that don't fit in the buffer passed to getgrouplist(3)Jeremie Courreges-Anglas
2022-02-18Avoid gendered language in man pages when not referring to a specificJonathan Gray
2022-01-28When it's the possessive of 'it', it's spelled "its", without thePhilip Guenther
2020-04-05"Protocol" keyword no longer used; from martin vahlensieckJason McIntyre
2019-06-28When system calls indicate an error they return -1, not some arbitraryTheo de Raadt
2018-04-26Use <fcntl.h> instead of <sys/file.h> for open() and friends.Philip Guenther
2018-01-16Use the monotonic clock to compute the session duration.cheloha
2016-03-30for some time now mandoc has not required MLINKS to functionJason McIntyre
2016-03-29- Add missing goto in order to avoid a dereference of a null objectRicardo Mestre
2015-12-08Remove a NULL-check before free().mmcc
2015-11-01replace "can not" with "cannot";Jason McIntyre
2015-01-21Include <netinet/in.h> before <net/pfvar.h>. In a future change whenTheo de Raadt
2015-01-15switch to PATH_MAXTheo de Raadt
2014-10-08remove stupid castTheo de Raadt
2014-04-02use setresgid()Theo de Raadt
2013-04-02Handle big time_tPhilip Guenther
2013-01-19fix build with gcc 2Miod Vallat
2013-01-15Per group support for authpf rules files in /etc/authpf/groups.Bob Beck
2012-07-07Fix file descriptor leak reported by someone on the mailing list long timeClaudio Jeker
2010-09-02remove trailing spaces and tabs; no binary change.Igor Sobrado
2010-01-27tweak previous: there was a word missing, but i've just changedJason McIntyre
2010-01-27search for authpf.message in $USER dirs alsoTodd T. Fries
2009-11-23Make the tree compile again. Henning and I are both quite sure this isClaudio Jeker
2009-10-26"rdr" -> "match in...rdr-to" in example.Stuart Henderson
2009-09-08Replace remaining occurrence of old PF syntax with "match...nat-to",Stuart Henderson
2009-09-08Remove some nat-anchor, binat-anchor, rdr-anchor. Noticed by jmc@.Stuart Henderson
2009-01-10Uninitialized variable introduced in 1.110.Miod Vallat
2009-01-10variable declaration before use, found by vax, no cookieTodd T. Fries
2009-01-06Support group and login class in authpf.allow (%<group>, @<class>)Ryan Thomas McBride
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