summaryrefslogtreecommitdiff
path: root/usr.sbin/authpf
AgeCommit message (Collapse)Author
2002-05-16KNFTheo de Raadt
2002-04-24Unbreak from pfvar.h change.Daniel Hartmeier
2002-04-15fix a typo; from andrew@neep.com.auPeter Valchev
2002-04-09make sure we fflush() after a sending a message and fix a typo in a commentMike Frantzen
ok beck@ and deraadt@
2002-04-09don't trust USER from the environment - bad, allows users to see filesBob Beck
they shouldn't
2002-04-09minor KNFTheo de Raadt
2002-04-08Free memory. Patch from millert@.Mike Pechkin
2002-04-07fix authpf_kill_states()Mike Frantzen
2002-04-06root checks are removed now that we moved the per-user dir,Bob Beck
docs need to reflect this
2002-04-05move location of per-user config files; beck okTheo de Raadt
2002-04-05ensure that rules files are owned and writable only by root,Bob Beck
along their entire path, change docs accordingly. This ensures that people don't accidentally use the $HOME config files to override real settings unless root meant to do it.
2002-04-02We don't like 'OPTIONS' anymore.Mike Pechkin
.Sh OPTIONS -> .Sh CONFIGURATION millert@ ok
2002-04-02My part of the help:Mike Pechkin
o) don't use .Pp before/after .Sh; o) Start new sentence on a new line; o) Remove extra space in the end of the sentence; o) Fix .Pa usage; o) Fix .Bd usage; o) Use .Pp after .Ed, not blank line before .Ed; millert@ ok
2002-04-01don't need this anymoreBob Beck
2002-04-01typo in commentBob Beck
2002-04-01-Tattling is bad, users should be allowed to run anything on the systemBob Beck
without it generating logs -exit with 0 and 1 instead of EX_FOO -make read_config (with the test and exit) the first thing that happens in main, no openlog or memset first.
2002-04-01remove a redundant word removeMichael Shalayeff
2002-04-01-Make the /etc/authpf/authpf.conf config file required.Bob Beck
-Change authpf to install setuid by default, and exit with a tattling syslog message if a user runs it without a config file present. -Change man page to reflect this.
2002-04-01authpf - authenticating gateway shell for use with ssh(1) to makeBob Beck
authenticating gateway type firewalls. caveats - needs to be setuid to opertate (but does not install that way) consult the man page for configuration issues.