Age | Commit message (Collapse) | Author | |
---|---|---|---|
2004-05-07 | typos | Henning Brauer | |
From: Jared Yanovich <phirerunner@comcast.net> | |||
2004-05-06 | remove more unused code | Theo de Raadt | |
2004-05-06 | Support ADSL routers running in half-bridge mode or acctually | Claudio Jeker | |
almost-broken mode. It seems these devices do proxyarp for the whole internet and do not provide a real default gateway. Fix for and from PR3747 by Andrew Basterfield. OK deraadt@ makes sense krw@ | |||
2004-05-06 | KNF cleanup. hshoexer@ ok | Hakan Olsson | |
2004-05-06 | Obsolete. jakob@ ok. | Hakan Olsson | |
2004-05-05 | Use RFC1323 PAWS timestamps as a logical extension to the conventional TCP | Mike Frantzen | |
sequence numbers by taking advantage of the maximum 1KHz clock as an upperbound on the timestamp. Typically gains 10 to 18 bits of additional security against blind data insertion attacks. More if the TS Echo wasn't optional :-( Enabled with: scrub on !lo0 all reassemble tcp ok dhartmei@. documentation help from jmc@ | |||
2004-05-05 | line wrap | Theo de Raadt | |
2004-05-05 | knf | Theo de Raadt | |
2004-05-05 | spacing | Theo de Raadt | |
2004-05-05 | use strtonum all over the place; ok pb millert | Theo de Raadt | |
2004-05-05 | must simulate daemon because already inside the jail; henning ok | Theo de Raadt | |
2004-05-05 | bpf write filter, and lock | Theo de Raadt | |
2004-05-05 | open the lease file after the priv child was forked off so it doesn't have | Henning Brauer | |
a copy of this fd | |||
2004-05-05 | routefd needs to be opened slightly later | Henning Brauer | |
2004-05-05 | use tzset() before chrooting | Henning Brauer | |
2004-05-05 | open bpf and routefd a little later, after forking the priv child so it | Henning Brauer | |
doesn't get copies of those fds | |||
2004-05-04 | do not overload libc function names causing linker troubles | Michael Shalayeff | |
2004-05-04 | knf | Theo de Raadt | |
2004-05-04 | remove things not used, spotted by lint mostly; ok henning | Theo de Raadt | |
2004-05-04 | use SIZE_T_MAX, canacar | Henning Brauer | |
2004-05-04 | more shrink and lint fixes; henning ok | Theo de Raadt | |
2004-05-04 | $OpenBSD$ | Henning Brauer | |
2004-05-04 | from jared yanovich: | Jason McIntyre | |
- better macros in SYNOPSIS - rewording - document the `rules' command - shift EXAMPLES to standard format | |||
2004-05-04 | prevent the len params from overflowing, catched by & ok canacar | Henning Brauer | |
2004-05-04 | Fix memory leak, ok henning@ | Can Erkin Acar | |
2004-05-04 | zap some spaces | Theo de Raadt | |
2004-05-04 | privilege seperate dhclient. | Henning Brauer | |
the privileged child's duty is the dhclient-script env setup & exection. the parent process now chroots to /var/empty and drops privileges to _dhcp mostly hacked at vancouver airport with some feedback from krw@ and otto@, tested to not break installs by krw@ | |||
2004-05-03 | KNF. ok ho@ | Hans-Joerg Hoexer | |
2004-05-03 | Use libc strtonum, not private copy. Based on a diff from tedu@. | Todd C. Miller | |
OK otto@ | |||
2004-05-03 | Remove OpenBSD/pegaos, this has been announced before but delayed until | Dale Rahn | |
the tree was stable. No point in code supporting a company which screws its employees being in the OpenBSD tree. | |||
2004-04-29 | Better checking of minimum payload lengths. Drop out safely when an unknown | Hans-Joerg Hoexer | |
payload type is encountered. While around, do some KNF. ok ho@ | |||
2004-04-28 | remove unused variable and shorten names of two other. Removed some spaces | Hans-Joerg Hoexer | |
while around. ok ho@ markus@ | |||
2004-04-28 | Reserve some payload numbers for RFC 3547 and the earlier NAT-T drafts. ↵ | Hakan Olsson | |
hshoexer@ ok. | |||
2004-04-28 | fd leaks; henning ok | Theo de Raadt | |
2004-04-27 | clean up ifdef hell | Philipp Buehler | |
2004-04-27 | make "pfctl -vvsq" to print "No queue in use" and exit when there is no | Kenjiro Cho | |
queue to show the state. requested by "Alexey E. Suslikov" <cruel@texnika.com.ua> ok henning@ | |||
2004-04-27 | reworking of man page and sync/update usage(); | Jason McIntyre | |
this stuff is based mostly on diffs from jared yanovich, with some stuff from myself and otto; ok naddy@ otto@ markus@ deraadt@ | |||
2004-04-27 | don't loop forever on 0-size extensions | Markus Friedl | |
2004-04-27 | missing ';' in actually unreached code (pointed out by logix(at)franken.de) | Philipp Buehler | |
2004-04-26 | fix route with explicit -gateway modifier. ok deraadt@ itojun@ | Cedric Berger | |
2004-04-26 | do more careful altq bandwidth checking. | Kenjiro Cho | |
- fix a bug in HFSC that does not take the newly added queue into account when computing the bandwidth for admission control. - warn when the sum of the child bandwidth exceeds parent's bandwidth for both CBQ and HFSC. - allow to explicitly specify 0bps to bandwidth. HFSC can have only the real-time sc, and it means a blackhole queue for CBQ. problem reports by "Alexey E. Suslikov" <cruel@texnika.com.ua> ok henning@ | |||
2004-04-25 | unifdef -DSMALL_KERNEL | Jun-ichiro itojun Hagino | |
2004-04-25 | have a localcopy of radix.c here | Jun-ichiro itojun Hagino | |
2004-04-25 | unbreak tree | Markus Friedl | |
2004-04-24 | Add "probability xxx" rule modifier. ok deraadt@ | Cedric Berger | |
2004-04-24 | Compile the basic wscons userland tools on luna88k. | Miod Vallat | |
2004-04-24 | Define wscons device ids for the Luna devices. | Miod Vallat | |
2004-04-23 | Make sure KEY_LENGTH attribute is present when checking AES proposals, | Hakan Olsson | |
required when acting as responder to SafeNet peers. Also make conf_load_defaults() readable again (KNF). hshoexer@ ok. | |||
2004-04-22 | typo, From: Jared Yanovich <jjy2+@pitt.edu> | Henning Brauer | |
2004-04-21 | Mention that luna88k can poweroff; also add an boot_amd64(8) reference while ↵ | Miod Vallat | |
there. |