summaryrefslogtreecommitdiff
path: root/usr.sbin
AgeCommit message (Collapse)Author
2002-04-07fix authpf_kill_states()Mike Frantzen
2002-04-06print the condition correctly; closes PR 2530. millert@ ok.Federico G. Schwindt
2002-04-06root checks are removed now that we moved the per-user dir,Bob Beck
docs need to reflect this
2002-04-06PR2525Marc Espie
2002-04-06more timeout dependent balony fallout. watch out for the falling sausage!Theo de Raadt
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-04From Brian Poole:Todd C. Miller
o unlink /etc/group temp file if rename fails o when doing 'cd' in a system() separate with && not ';' so we don't do stuff in the wrong place. Much of this should just be done inline.
2002-04-04Remove short-lived 'preserve' option that was replaced with 'nochange'.Todd C. Miller
2002-04-03UID ranges specified on the command line were being overridden byTodd C. Miller
those found in the config file. Those on the command line should be used in preference to the config file ranges. Based on a patch from Brian Poole.
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-01build authpfBob Beck
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.
2002-04-01change the extra text following preprocessor directives into comments.Dan Harnett
patch from David Krause <openbsd@davidkrause.com> ok millert@
2002-03-31max_ttl default was changed to IPDEFTTL (64) several yearsKevin Steves
ago so catch up documentation; ok millert@
2002-03-31Change ``ifdef HAVE_DES'' to ``ifndef NODES'' for consistency.brian
Notice if the IP header length changes when doing transparent proxying; FreeBSD Handle domain\\user entries in ppp.secret Add some mp_Down() calls to ensure that our multi-link NCP goes away properly Miscellaneous #ifdef'd out FreeBSD changes (mostly netgraph stuff).
2002-03-29yet another damn file that should NOT be here. beck has to adjust his ↵Theo de Raadt
process, this is ridiculous
2002-03-29autogenerated - I'm a luser.Bob Beck
2002-03-29missed cruftBob Beck
2002-03-29remove cruft.Bob Beck
2002-03-29fix half baked abortion of a merge to 1.3.23 and takeBob Beck
tree to apache-1.3.24+mod+ssl2.8.8
2002-03-29import apache 1.3.26 + mod_ssl 2.8.10Bob Beck
2002-03-28unbreak; deraadt@ ok.Federico G. Schwindt
2002-03-27Fix possible buffer overflow in map-mbone's dns resolution; Jose NazarioTodd C. Miller
2002-03-27Make SYNOPSIS more readable, from Daniel Lucq.Dale Rahn
2002-03-27Add X-Window support to wsmoused(8). This allows running wsmoused(8) andjbm
X-Window at the same time, removing the need to kill wsmoused(8) before starting X-Window.
2002-03-27Mostly cosmetic update so we can call it 0.5.Camiel Dobbelaar
ok millert@, fgsch@
2002-03-27instead of using mkstemp() to get a temporary name, use the created file,Federico G. Schwindt
so we don't end with ypdbXXXXXX files around; maja@ ok.
2002-03-26Typos; from Brian Poole, thanks.Miod Vallat
2002-03-26remove unexistant option 'b'; commented by pval@, maja@ ok.Federico G. Schwindt
2002-03-26o -Wall cleanup.Federico G. Schwindt
o fix usage. o don't call ypdb_cloes() if db is never open. maja@ pval@ ok.
2002-03-26check that the fopen didnt failEric Jackson
deraadt@ OK
2002-03-25spellingTheo de Raadt
2002-03-25bring in prototypesTheo de Raadt
2002-03-25Fix a typobrian
2002-03-25make docs match reality - we don't support hooks in dhclient-scriptBob Beck
2002-03-23\\ not \. needs doubling. wngdn@src.uchicago.edu, pr 2475Theo de Raadt
2002-03-23small cleanups:Marc Espie
ansi prototypes, help formating, common code to handle integer parameters. Let SystemV shm parameters be settable.
2002-03-23document new extensions for PF logsMike Frantzen
2002-03-22match style of the rest of the Configure script, test -> []Brad Smith
2002-03-20Improve error message in makedbm. -mojMats O Jansson
from Kenneth Ingham <ingham@i-pi.com>
2002-03-17This along with the recent dynamic linker fixes allows modules to workBrad Smith
with Apache on our ELF-based architecures. Enable alpha, powerpc and sparc64.
2002-03-14We also need to vis-encode the path contained in a symbolic link.Todd C. Miller
Based on a patch from Nicolas Rachinsky (FreeBSD PR 35454).
2002-03-14kill more registers.Mike Pechkin
millert@ ok