summaryrefslogtreecommitdiff
path: root/usr.sbin
AgeCommit message (Collapse)Author
2002-04-21remove generated files, must blow the obj dir before build now; beck@ okMichael Shalayeff
2002-04-15fix a typo; from andrew@neep.com.auPeter Valchev
2002-04-10If the IP header length is zero, the packet will loop in ip_print().Theo de Raadt
Taken from tcpdump 3.7.1; mbing@nfr.net; ho ok
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-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