summaryrefslogtreecommitdiff
path: root/usr.sbin
AgeCommit message (Collapse)Author
2002-05-09Missing piece from last commit.Todd C. Miller
2002-05-09Better error handling for in_file(); from OwlTodd C. Miller
2002-05-09crontab is no longer setuid root, it is now setgid crontab.Todd C. Miller
These changes were modelled after the Owl version of vixie-cron, but developed independently. Our crontab used to send cron SIGUSR1 to tell cron to reread the spool dir. Now that crontab is not setuid root this doesn't work. Instead, crontab pokes cron via a Unix domain socket located in the tabs dir. Please note, after these changes, the owner on user crontab files will have to be changed manually from root to the uid of the corresponding user for crontab to be usable. cron itself will accept tab files owned by either root or the user. Also, any /var/cron/{allow,deny} files must be readable by group crontab.
2002-05-09obey mdoc(7) section ordering. sync w/kameJun-ichiro itojun Hagino
2002-05-09drop support for rlogin/rsh service (we shouldn't have support it asJun-ichiro itojun Hagino
they usually use IP address for authentication). sync with kame
2002-05-08o Use proper #defines; It is HAVE_*, not HAS_*Todd C. Miller
o #ifdef out the -x flag getopt() stanza if not DEBUGGING
2002-05-08be even more clearTheo de Raadt
2002-05-07spelling; svs@ropnet.ruTheo de Raadt
2002-05-06Kill/adjust r(login|exec)d? references now that those are no longer inTodd C. Miller
the tree.
2002-05-06Kill rlogind and rexecd Xr's and add Xr's for things we actually use.Todd C. Miller
2002-05-06do not install a SIGSEGV handlerTheo de Raadt
2002-05-06syslog() paranoia; never pass in a non-const buffer w/o using "%s"Todd C. Miller
2002-05-02userland portion of prefixing usb structure members to avoid name clashes.Nathan Binkert
From NetBSD
2002-05-02In UKC, when adding a fixed unit device (foo0) by cloning a star deviceMiod Vallat
(foo*), be sure to update all cf_starunit1 fields for related star devices, so that they will not compete for the foo0 probe. This fixes the new sparc bsd.scsi3 behaviour. Tested by brad@ and myself, ok maja@
2002-04-29wierd -> weirdPeter Valchev
2002-04-25don't play games with size_t (seeing a pattern yet ?)Marc Espie
2002-04-24Unbreak from pfvar.h change.Daniel Hartmeier
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