summaryrefslogtreecommitdiffstats
path: root/sbin
AgeCommit message (Expand)AuthorFilesLines
2021-04-01Tweak log_debug() verbiage to reduce repetitive infokrw1-21/+44
2021-04-01Also immediately accept the *first* OFFER if it matches the requested address,krw1-2/+5
2021-03-31Set 'select_timeout' to 'now' when an OFFER is received for the IP addresskrw1-1/+2
2021-03-31Add two missing checks for strdup() returning NULL.krw1-1/+5
2021-03-31Fix some debug output when running in foreground.krw1-4/+8
2021-03-28Now that the real time and monotonic time streams don'tkrw3-22/+22
2021-03-28Convert remaining timers (lease renew, rebind, expiry) tokrw2-54/+60
2021-03-27If we want to configure default routes over multiple interfaces weflorian1-4/+19
2021-03-25Sync correct ROUNDUP() from net/route.ctobhe1-3/+2
2021-03-24More timespec conversions. Less 'seconds' arithmetic.krw2-58/+75
2021-03-23Don't send DELETE notify if IKE SA is replaced because oftobhe1-2/+2
2021-03-22BOOTP has a minimum packet length of 300 bytes. Since DHCP isflorian1-2/+10
2021-03-22Avoid overflow by writing x = (y * 7) / 8 as x = y - (y / 8); ok florianotto1-2/+2
2021-03-21The tag comes after iface in iked.conf(5).tobhe1-4/+4
2021-03-21Use new terminology of RFC 8981 and (mechanically) replace "privacy"florian5-43/+44
2021-03-21Don't warn that we can't form a temporary address when a routerflorian1-5/+6
2021-03-20RFC 8981 allows the configuration of only temporary IPv6 addresses.florian1-3/+6
2021-03-20RFC 8981 allows the configuration of only temporary IPv6 addresses.florian3-8/+21
2021-03-20Fix SMALL build when done from sbin/slaacdkn4-7/+15
2021-03-19Edit wireguard for concision. Remove some background covered by wg(4).procter1-85/+74
2021-03-19Fix function name in warningkn1-2/+2
2021-03-19RTM_IFINFO is providing the mac address now, no need to go throughflorian1-44/+16
2021-03-18Document "-tunneldomain" and "-mplslabel", complete MPLS synopsiskn1-5/+9
2021-03-17Split off init_ifaces from update_iface. init_ifaces discovers theflorian1-76/+152
2021-03-16Add 'grp31' alias for curve25519 as documented in iked.conf(5).tobhe1-1/+2
2021-03-16Nuke unused time_t variable.krw1-5/+2
2021-03-16Move setifrtlabel() and *keepalive() prototypes out of SMALLkn1-4/+4
2021-03-16sync to unbound 1.13.1; heavy lifting by sthenflorian36-2726/+3371
2021-03-16Don't (try to) deconfigure an interface that was never configured.florian1-1/+4
2021-03-16We can't learn anything interesting from RTM_NEWADDR, stop handlingflorian2-11/+3
2021-03-15We makes sure that a dh group is required if the local proposaltobhe1-3/+13
2021-03-15Ignore msg_ke in CREATE_CHILD_SA if DH negotiation results in grouptobhe1-3/+7
2021-03-14Log errors with log level info and SPI.tobhe1-12/+17
2021-03-14Since we are doing getifaddrs() anyway we can get the rdomain out offlorian1-49/+33
2021-03-13Remove "deletetunnel" (deprecated with 6.4)kn1-3/+1
2021-03-13Move all rdomain bits under SMALLkn1-4/+6
2021-03-13Move MPLS related function prototypes under SMALLkn1-16/+16
2021-03-12INET6_NOPRIVACY is called AUTOCONF6TEMP now, missed during rename.florian1-2/+2
2021-03-12Add deprecation warning for autoconfprivacy.florian1-5/+27
2021-03-11fix a double space and a macro error;jmc1-3/+3
2021-03-11When RFC 8981 obsoleted RFC 4941 the terminology changed fromflorian3-15/+18
2021-03-11Use timespec timers to determine when select-timeout and timeout intervalskrw2-14/+35
2021-03-11Remove unhelpful sentence from TPMRkn1-3/+1
2021-03-11Document veb(4)kn1-2/+99
2021-03-09Also log transforms on IKE SA rekey.tobhe1-3/+10
2021-03-09Zap stray Xrkn1-2/+1
2021-03-09Fix TRUNK synopsis alignmentkn1-2/+6
2021-03-09Replace time_t startup_time with struct timespec link_timeout.krw3-12/+19
2021-03-09Do not adjust (uhm.. zero) the swap 'b' partition size if physmem isderaadt1-2/+2
2021-03-08dhclient relationship with "inet autoconf" is incorrect, it activatedderaadt1-5/+5