index
:
src
cvs/HEAD
kms/intel
kms/radeon
master
OpenBSD base system
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
sbin
Age
Commit message (
Expand
)
Author
2021-05-10
remove serial number (used during development to observe file rewrites)
Theo de Raadt
2021-05-08
Recognize GPT partitions of type 21686148-6449-6e6f-744e-656564454649 (a.k.a.
Kenneth R Westerback
2021-05-07
Replace random mix of u_int* and uint* types with consistent uint* types.
Kenneth R Westerback
2021-05-06
GPT_get_hdr() is actually spelled GPT_get_header().
Kenneth R Westerback
2021-05-02
Try harder to ensure there are no GPT revenants after
Kenneth R Westerback
2021-05-02
Shuffle some code to eliminate get_address(), bring interface_state() and
Kenneth R Westerback
2021-05-02
Improve documentation. Try to explain the various inputs that result in
Theo de Raadt
2021-05-01
In singel user mode / is mounted ro. Just warn if we can't create
Florian Obser
2021-05-01
Allow running in single user mode where /var/empty doesn't exist by
Florian Obser
2021-05-01
Allow running in single user mode where /var/empty doesn't exist by
Florian Obser
2021-04-20
Move TAILQ initialization to files where they are used.
dv
2021-04-17
rewrite the text describing the "address" parameter into something
Jason McIntyre
2021-04-14
my fingers cannot avoid KNF'ing as I review code
Theo de Raadt
2021-04-12
Document bpe(4)
kn
2021-04-11
Document 'request' option to request additional configuration payloads.
tobhe
2021-04-10
Make sure the ip header lands on a 4 byte alignment by adding 2 bytes
Florian Obser
2021-04-09
When a DHCP server sends an invalid T1 or T2 default back to the default
Martijn van Duren
2021-04-09
Only modify routes if SA has a valid address lease. On IKE SA rekey
tobhe
2021-04-08
Do not request unused "classless-static-routes" dhcp-options(5)
kn
2021-04-07
"oldlladddr" -> "oldlladdr" in fatal() verbiage.
Kenneth R Westerback
2021-04-03
Add size check for sockaddr mask.
tobhe
2021-04-01
Tweak log_debug() verbiage to reduce repetitive info
Kenneth R Westerback
2021-04-01
Also immediately accept the *first* OFFER if it matches the requested address,
Kenneth R Westerback
2021-03-31
Set 'select_timeout' to 'now' when an OFFER is received for the IP address
Kenneth R Westerback
2021-03-31
Add two missing checks for strdup() returning NULL.
Kenneth R Westerback
2021-03-31
Fix some debug output when running in foreground.
Kenneth R Westerback
2021-03-28
Now that the real time and monotonic time streams don't
Kenneth R Westerback
2021-03-28
Convert remaining timers (lease renew, rebind, expiry) to
Kenneth R Westerback
2021-03-27
If we want to configure default routes over multiple interfaces we
Florian Obser
2021-03-25
Sync correct ROUNDUP() from net/route.c
tobhe
2021-03-24
More timespec conversions. Less 'seconds' arithmetic.
Kenneth R Westerback
2021-03-23
Don't send DELETE notify if IKE SA is replaced because of
tobhe
2021-03-22
BOOTP has a minimum packet length of 300 bytes. Since DHCP is
Florian Obser
2021-03-22
Avoid overflow by writing x = (y * 7) / 8 as x = y - (y / 8); ok florian
Otto Moerbeek
2021-03-21
The tag comes after iface in iked.conf(5).
tobhe
2021-03-21
Use new terminology of RFC 8981 and (mechanically) replace "privacy"
Florian Obser
2021-03-21
Don't warn that we can't form a temporary address when a router
Florian Obser
2021-03-20
RFC 8981 allows the configuration of only temporary IPv6 addresses.
Florian Obser
2021-03-20
RFC 8981 allows the configuration of only temporary IPv6 addresses.
Florian Obser
2021-03-20
Fix SMALL build when done from sbin/slaacd
kn
2021-03-19
Edit wireguard for concision. Remove some background covered by wg(4).
Richard Procter
2021-03-19
Fix function name in warning
kn
2021-03-19
RTM_IFINFO is providing the mac address now, no need to go through
Florian Obser
2021-03-18
Document "-tunneldomain" and "-mplslabel", complete MPLS synopsis
kn
2021-03-17
Split off init_ifaces from update_iface. init_ifaces discovers the
Florian Obser
2021-03-16
Add 'grp31' alias for curve25519 as documented in iked.conf(5).
tobhe
2021-03-16
Nuke unused time_t variable.
Kenneth R Westerback
2021-03-16
Move setifrtlabel() and *keepalive() prototypes out of SMALL
kn
2021-03-16
sync to unbound 1.13.1; heavy lifting by sthen
Florian Obser
2021-03-16
Don't (try to) deconfigure an interface that was never configured.
Florian Obser
[next]