Age | Commit message (Collapse) | Author | |
---|---|---|---|
2002-05-09 | Missing piece from last commit. | Todd C. Miller | |
2002-05-09 | Better error handling for in_file(); from Owl | Todd C. Miller | |
2002-05-09 | crontab 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-09 | obey mdoc(7) section ordering. sync w/kame | Jun-ichiro itojun Hagino | |
2002-05-09 | drop support for rlogin/rsh service (we shouldn't have support it as | Jun-ichiro itojun Hagino | |
they usually use IP address for authentication). sync with kame | |||
2002-05-08 | o Use proper #defines; It is HAVE_*, not HAS_* | Todd C. Miller | |
o #ifdef out the -x flag getopt() stanza if not DEBUGGING | |||
2002-05-08 | be even more clear | Theo de Raadt | |
2002-05-07 | spelling; svs@ropnet.ru | Theo de Raadt | |
2002-05-06 | Kill/adjust r(login|exec)d? references now that those are no longer in | Todd C. Miller | |
the tree. | |||
2002-05-06 | Kill rlogind and rexecd Xr's and add Xr's for things we actually use. | Todd C. Miller | |
2002-05-06 | do not install a SIGSEGV handler | Theo de Raadt | |
2002-05-06 | syslog() paranoia; never pass in a non-const buffer w/o using "%s" | Todd C. Miller | |
2002-05-02 | userland portion of prefixing usb structure members to avoid name clashes. | Nathan Binkert | |
From NetBSD | |||
2002-05-02 | In UKC, when adding a fixed unit device (foo0) by cloning a star device | Miod 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-29 | wierd -> weird | Peter Valchev | |
2002-04-25 | don't play games with size_t (seeing a pattern yet ?) | Marc Espie | |
2002-04-24 | Unbreak from pfvar.h change. | Daniel Hartmeier | |
2002-04-21 | remove generated files, must blow the obj dir before build now; beck@ ok | Michael Shalayeff | |
2002-04-15 | fix a typo; from andrew@neep.com.au | Peter Valchev | |
2002-04-10 | If 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-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 | print the condition correctly; closes PR 2530. millert@ ok. | Federico G. Schwindt | |
2002-04-06 | root checks are removed now that we moved the per-user dir, | Bob Beck | |
docs need to reflect this | |||
2002-04-06 | PR2525 | Marc Espie | |
2002-04-06 | more timeout dependent balony fallout. watch out for the falling sausage! | Theo de Raadt | |
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-04 | From 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-04 | Remove short-lived 'preserve' option that was replaced with 'nochange'. | Todd C. Miller | |
2002-04-03 | UID ranges specified on the command line were being overridden by | Todd 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-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 | build authpf | Bob Beck | |
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. | |||
2002-04-01 | change the extra text following preprocessor directives into comments. | Dan Harnett | |
patch from David Krause <openbsd@davidkrause.com> ok millert@ | |||
2002-03-31 | max_ttl default was changed to IPDEFTTL (64) several years | Kevin Steves | |
ago so catch up documentation; ok millert@ | |||
2002-03-31 | Change ``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-29 | yet another damn file that should NOT be here. beck has to adjust his ↵ | Theo de Raadt | |
process, this is ridiculous | |||
2002-03-29 | autogenerated - I'm a luser. | Bob Beck | |
2002-03-29 | missed cruft | Bob Beck | |
2002-03-29 | remove cruft. | Bob Beck | |