Age | Commit message (Collapse) | Author | |
---|---|---|---|
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 | |
2002-03-29 | fix half baked abortion of a merge to 1.3.23 and take | Bob Beck | |
tree to apache-1.3.24+mod+ssl2.8.8 | |||
2002-03-29 | import apache 1.3.26 + mod_ssl 2.8.10 | Bob Beck | |
2002-03-28 | unbreak; deraadt@ ok. | Federico G. Schwindt | |
2002-03-27 | Fix possible buffer overflow in map-mbone's dns resolution; Jose Nazario | Todd C. Miller | |
2002-03-27 | Make SYNOPSIS more readable, from Daniel Lucq. | Dale Rahn | |
2002-03-27 | Add X-Window support to wsmoused(8). This allows running wsmoused(8) and | jbm | |
X-Window at the same time, removing the need to kill wsmoused(8) before starting X-Window. | |||
2002-03-27 | Mostly cosmetic update so we can call it 0.5. | Camiel Dobbelaar | |
ok millert@, fgsch@ | |||
2002-03-27 | instead 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-26 | Typos; from Brian Poole, thanks. | Miod Vallat | |
2002-03-26 | remove unexistant option 'b'; commented by pval@, maja@ ok. | Federico G. Schwindt | |
2002-03-26 | o -Wall cleanup. | Federico G. Schwindt | |
o fix usage. o don't call ypdb_cloes() if db is never open. maja@ pval@ ok. | |||
2002-03-26 | check that the fopen didnt fail | Eric Jackson | |
deraadt@ OK | |||
2002-03-25 | spelling | Theo de Raadt | |
2002-03-25 | bring in prototypes | Theo de Raadt | |
2002-03-25 | Fix a typo | brian | |
2002-03-25 | make docs match reality - we don't support hooks in dhclient-script | Bob Beck | |
2002-03-23 | \\ not \. needs doubling. wngdn@src.uchicago.edu, pr 2475 | Theo de Raadt | |