Age | Commit message (Collapse) | Author |
|
ok jmc
|
|
ok sthen@ mikeb@
|
|
|
|
yet. This is the only way to create alternate routing tables.
Reminded by and OK jsg@
|
|
references into a STANDARDS section;
|
|
- Pressure (10^-3 Pa)
- distance (10^-6 m)
- acceleration (10^-6 m/s^2)
ok deraadt@ reyk@
|
|
ok mikeb henning beck
|
|
it isn't copied again the next time a dhclient goes away.
Do the resolv.conf.saved restore for v6 as well since v6 goes through
the trouble to create resolv.conf.saved.
ok beck@
|
|
sure jsg@ mikeb@
|
|
"not set" and used a PF_PRIO_NOTSET define for it. now that means that
everything that creates a struct pf_rule doesn't get away with bzero'ing it,
which turned out to be not so nice. so get rid of PF_PRIO_NOTSET, instead,
make a rule+state flag PFSTATE_SETPRIO which indicates wether the prio
should be set. ok benno claudio mikeb
|
|
on an interface. Crude hammer that may be refined as needed.
Feedback from tedu@, beck@, sthen@ claudio@
|
|
anywhere) as well as the matching TDBF_{HALFIV,RANDOMPADDING,NOREPLAY} code.
ok mikeb@
|
|
does not include a "," character. ok otto@
|
|
does the resolv.conf dance and removes 'dead' routes, rather than
leaving these droppings behind.
When dhclient is exiting after calling dhclient-script with "FAIL",
give the script a couple of seconds to finish. Also pass the lease
parameters (old_*) to dhclient-script so routes can be cleaned up
in this path too.
ok beck@
|
|
|
|
Only using p1name or p2name as a transform identifier (as in rev 1.74)
breaks setups that allow multiple transforms for a connection, e.g. in
ike passive esp from any to 1.1.1.1 quick enc aes-128
ike passive esp from any to 1.1.1.1 quick enc aes-192
the aes-128 will be overwritten. ok and feedback mikeb@
|
|
Makes "make build" build with WARNINGS=Yes on amd64.
ok espie
|
|
|
|
|
|
ok deraadt jsing matthew
|
|
|
|
- first pass at fixing err() and exit() usage.
- document that scsi(8) returns 0 or >0.
ok krw@ otto@ (noting this code is barely worth the effort...)
|
|
|
|
Since reinitialize_interface() was simply setting interfaces_invalidated
to 0, nuke it too!
Always update ifi->linkstat in dispatch() loop.
|
|
ok pascal
|
|
invocations to send_packet(), and similiar combinations.
|
|
Tweaked from his fix and ok mikeb@
|
|
installed anyway;
ok krw henning
|
|
ok sthen haesbaert
while here, knock out a useless .Pp, and provide a section number for
an Xr;
|
|
time is checked multiple times. Add a set_timeout_interval() function
to allow setting a timeout based on an interval from current time.
Fixes issues with initial startup where the global cur_time was
always old and caused initial DHCPDISCOVER or DHCPREQUEST packets
to be sent multiple times. And probably other timeout related
oddities.
Tested by naddy@
|
|
|
|
- "ipv6 node information queries" has gone from draft to rfc 4620
- while here, a readability tweak for ping6(8)
|
|
|
|
|
|
local one
- replace a few magic numbers with the appropriate constants
ok millert@ (pre-lock)
|
|
from the server without necessarily speciyfing a supersede value
|
|
flag. It is now called IFXF_INET6_NOPRIVACY. So IPv6 privacy
addresses are on by default without resetting the flag during
ifconfig down/up.
OK stsp@, sperreault@ (who wrote the same diff)
|
|
printing, rather than (int) and %d. Follows idiom used for 64-bit size_t and
off_t.
Suggested by deraadt@
|
|
Part of larger time_t rectification diff from guenther@.
|
|
in case time_t ever changes size. Values in these cases are intervals,
i.e. (time_t - time_t) so int/%d will be fine.
Part of larger time_t rectification diff from guenther@.
|
|
timeout now, not a list.
|
|
state engine for packet processing. Time may have passed! Use cur_time
in routing message processing.
Makes sense to todd@
|
|
From Hrvoje Popovski via Florian Obser, ok henning
|
|
ok sthen@ benno@ claudio@
|
|
ok krw@
|
|
Most of the patch from Arto Jonsson <ajonsson at kapsi dot fi>.
jmc@ agrees in principle that .Lk is the right macro to use.
While here, update a few broken links,
and add missing markup at a few places.
|
|
"several."
Note: if anyone adds support for more unit specifiers in the future,
please change this back to "several" (instead of using an exact number)
so that it matches the iked.conf(5) man page. :)
While here, fix a typo in the quick mode section: "phase 1 lifetime" ->
"phase 2 lifetime"
ok mikeb sthen jmc haesbaert henning
|
|
ok miod@
|
|
ok miod@ mpi@ deraadt@ martin@
|
|
is not set. This is what the late interface_link_status() did.
Allows drivers who cannot tell what the link state is to get
dhcp leases.
Prodding by henning@.
ok deraadt@ miod@
|