Age | Commit message (Collapse) | Author | |
---|---|---|---|
2002-05-16 | KNF | Theo de Raadt | |
2002-04-24 | Unbreak from pfvar.h change. | Daniel Hartmeier | |
2002-04-15 | fix a typo; from andrew@neep.com.au | Peter Valchev | |
2002-04-09 | make sure we fflush() after a sending a message and fix a typo in a comment | Mike Frantzen | |
ok beck@ and deraadt@ | |||
2002-04-09 | don't trust USER from the environment - bad, allows users to see files | Bob Beck | |
they shouldn't | |||
2002-04-09 | minor KNF | Theo de Raadt | |
2002-04-08 | Free memory. Patch from millert@. | Mike Pechkin | |
2002-04-07 | fix authpf_kill_states() | Mike Frantzen | |
2002-04-06 | root checks are removed now that we moved the per-user dir, | Bob Beck | |
docs need to reflect this | |||
2002-04-05 | move location of per-user config files; beck ok | Theo de Raadt | |
2002-04-05 | ensure 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-02 | We don't like 'OPTIONS' anymore. | Mike Pechkin | |
.Sh OPTIONS -> .Sh CONFIGURATION millert@ ok | |||
2002-04-02 | My 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-01 | don't need this anymore | Bob Beck | |
2002-04-01 | typo in comment | Bob Beck | |
2002-04-01 | -Tattling is bad, users should be allowed to run anything on the system | Bob 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-01 | remove a redundant word remove | Michael 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-01 | authpf - authenticating gateway shell for use with ssh(1) to make | Bob 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. |