Age | Commit message (Collapse) | Author | |
---|---|---|---|
2003-03-04 | wrap Ic in Xo/Xc until fixed | Theo de Raadt | |
2003-03-03 | Re-add the BUGS section; the RFCs still do not permit differing DH groups | Hakan Olsson | |
in the same proposal. This time, mention that this also applies to mixing PFS and non-PFS suites. | |||
2003-03-03 | rate2str() overhaul: | Henning Brauer | |
-do not print 100.00Kb but 100Kb, but still 1.50Mb. requested by theo. hint by dhartmei lead to a easier algorithm than initially had -while beeing there, use a much nicer, shorter algorithm for determining and printing the unit. a little further easification thanks to a hint by markus@ ok dhartmei@ cedric@ | |||
2003-03-03 | Fix inaccuracies in comments. | Miod Vallat | |
2003-03-02 | when printing queues at load time that have bandwidth specified in percent, | Henning Brauer | |
print the bandwidth in percent instead of the calculated absolute value. if a queue belongs to more than one interface and they have different bandwidth the calculated absolute is of course different per interface. previously the first calculated absolute value was shown; what of course is incorrect on the second interface. note that only the print was wrong, the correct values were passed to the kernel. ok theo daniel | |||
2003-03-02 | remove the control keyword for cbq queues. | Henning Brauer | |
the control class was a legacy of the original CBQ design by LBL/Sun to support RSVP. the control class is not used in openbsd, in the sense that we don't automatically set filters for ICMP/IGMP/RSVP for the control class. ok dhartmei@ kjc@ deraadt@ | |||
2003-03-02 | add a guarantee that two same named queues on different interfaces have the | Henning Brauer | |
same queue id. in the usual case this was already true, but not guaranteed. ok dhartmei@ kjc@ | |||
2003-03-01 | Add ANSI prototypes. Get rid of shadow warnings. Use correct | Chad Loder | |
printf format specifiers where needed. Clarify one comment. Now compiles with -Wmissing-prototypes -Wshadow, and this is reflected in the Makefile. OK deraadt@ | |||
2003-02-28 | typos. ok jmc@ | Ted Unangst | |
2003-02-27 | Refer to reboot(2). Other commands from section 8 (mount, chown) refer | Chad Loder | |
to their section 2 counterparts. OK jmc@ | |||
2003-02-27 | modify error message to match the same 7 sections in pf.conf(5) | David Krause | |
ok deraadt@ henning@ | |||
2003-02-26 | Typo/pasto. Spotted by Tim Donahue. | Hakan Olsson | |
2003-02-26 | in expand_rule, correctly set r->pqid if a priority queue was defined, and | Henning Brauer | |
reuse the value of r->qid if not. ok dhartmei@ mcbride@ | |||
2003-02-26 | .Dv PF_KEY | Markus Friedl | |
2003-02-26 | pass sadb_msg to print_xxx because print_sa needs to check the satype | Markus Friedl | |
(for ipcomp). | |||
2003-02-26 | IPsec is written ``IPsec'', not ``IPSec''. | David Krause | |
ok ho@ | |||
2003-02-25 | implement 'show' and 'monitor' commands; ok djm@, deraadt@, cedric@ | Markus Friedl | |
2003-02-25 | some minor KNF my fingers just did... | Henning Brauer | |
ok dhartmei@ cedric@ | |||
2003-02-25 | repair/simplify/flexify binat userland. | Cedric Berger | |
ok dhartmei@ henning@ | |||
2003-02-25 | extend copyright to 2003 | Henning Brauer | |
2003-02-24 | when a macro is redefined, don't bother with reusing the existing entry in | Henning Brauer | |
symset() but just prepend a new sym entry to symhead like we always did. as symget searches the list sequentially, the newest one is picked first. prevents an endless loop introduced when trying to reuse the existing entry by an invalid setting for the next pointer. fixes regress test pf57. found after conversation with Chris Linn, celinn at mtu dot edu ok dhartmei@ cedric@ | |||
2003-02-24 | lzs with hifn.4 is available too | Jason Wright | |
2003-02-24 | pf_key_v2_flow: typo in debug msg (KAME) | Markus Friedl | |
2003-02-24 | echo->printf, because echo does not accept "\n" in all shells. | Cedric Berger | |
ok henning@ | |||
2003-02-24 | to to | Henning Brauer | |
found by krause | |||
2003-02-24 | bye bye | Theo de Raadt | |
2003-02-24 | Remove tcfs until this entire licensing mess is cleaned up. This is | Theo de Raadt | |
ANOTHER case of a developer having ignored licenses when importing code. | |||
2003-02-22 | typo: noneheless->nontheless | Kjell Wooding | |
2003-02-22 | Clarify some language, grammar. ho@ okayed this many moons ago, | Kjell Wooding | |
and I forgot all about it. | |||
2003-02-21 | re-allow set loginterface none | Henning Brauer | |
ok cedric@ dhartmei@ | |||
2003-02-21 | better error message if set loginterface is called with nonexistant | Henning Brauer | |
interface, found by krause (who is doing EXCELLENT work. Thank you very much!), fix by me, ok dhartmei@ and cedric@ | |||
2003-02-20 | extra plurals; openbsd@davidkrause.com | Theo de Raadt | |
2003-02-20 | Use STDOUT_FILENO; David at phobia dot ms | Todd C. Miller | |
2003-02-20 | Fix table syntax documentation, from David Krause. | Cedric Berger | |
2003-02-20 | reject nonexistant interfaces in the dynaddr case, noticed during discussion | Henning Brauer | |
with jasondixon at myrealbox dot com ok dhartmei@ | |||
2003-02-19 | Make 'from (kue0)/24' work again (dynamic interface name translation with | Daniel Hartmeier | |
a /prefix), reported by Jason Dixon. ok henning@ | |||
2003-02-19 | better error message on icmp version / address family mismatch | Henning Brauer | |
ok markus@ | |||
2003-02-19 | cmdline options in alphabetical order in usage() and manpage; and sync them | Henning Brauer | |
from krause | |||
2003-02-19 | Fix little buffer overflow on 64-bit platforms. | Cedric Berger | |
Produce wrong output on pfr7 regression test, discovered by henning@. ok+testing henning@ | |||
2003-02-19 | clarify how pfctl -k works a bit; based on a discussion with daniel and sam | Henning Brauer | |
smith. ok dhartmei@ | |||
2003-02-19 | mdoc-police: officer krause catched one again | Henning Brauer | |
2003-02-19 | Use pread/pwrite where sensible; also remove some bogus casts in | Todd C. Miller | |
printf to long and long long for things that are int32_t. | |||
2003-02-18 | fix load option handling (-A, -N, -R) for options. | Henning Brauer | |
due to a bug in the loadopt check options were always loaded no matter which loadopts where specified. while beeing there, move the prints for that to where they belong, into the appropriate pfctl_set_* functions, and thus only print when the options are actually loaded. fixes regress tests pfopt3, pfopt4, pfopt5 I added earlier. ok dhartmei@ | |||
2003-02-18 | copyrights added; | Jason McIntyre | |
bootpef(8), pppd(8): Carnegie Mellon map-mbone(8), mrinfo(8): Xerox pdisk(8): Apple awk(1): Lucent sectok(3): University of Michigan | |||
2003-02-18 | copyrights added; | Jason McIntyre | |
these are all Regents of the University of California | |||
2003-02-17 | pfctl_clear_pool doesn't need to be prototyped twice either | Henning Brauer | |
2003-02-17 | no need to prototype pfctl_add_pool twice | Henning Brauer | |
2003-02-17 | "optarg" was a bad pick for the variable name in pfctl_cmdline_symset, it | Henning Brauer | |
shadows a global. rename. | |||
2003-02-17 | typos; | Jason McIntyre | |
2003-02-17 | We want err() after failed ioctl() here too. | Mike Pechkin | |
mcbride@, dhartmei@ ok |