summaryrefslogtreecommitdiff
path: root/sbin
AgeCommit message (Expand)Author
2022-01-18PRT_make() can just zap the destination dos_partition if theKenneth R Westerback
2022-01-16isakmpd: fix -Wunused-but-set-variable warningsChristian Weisgerber
2022-01-16pfctl: fix -Wunused-but-set-variable warningChristian Weisgerber
2022-01-14isakmpd: convert modp to opaque DHTheo Buehler
2022-01-09unwind/unbound: prepare for opaque DSA and RSA.Theo Buehler
2022-01-04Make host name DHCP option configurable.Florian Obser
2022-01-04Wait for the link-local address to become non-tentative.Florian Obser
2022-01-03Prefix life time is independent from router life time.Florian Obser
2022-01-02Stop writing big-endian checksums into the little-endian GPTKenneth R Westerback
2021-12-29make the argument name for veb's "child-iface" consistent;Jason McIntyre
2021-12-29Tweak some DEBUG output.Kenneth R Westerback
2021-12-28Tweak some DEBUG output.Kenneth R Westerback
2021-12-27knfFlorian Obser
2021-12-23fix off by one in bounds testJonathan Gray
2021-12-19Simplify error message emitted when requested partition sizeKenneth R Westerback
2021-12-18Make sure we receive what we expect over imsg.Florian Obser
2021-12-14Move raw pubkey bytes to EVP_PKEY conversion to common function.Tobias Heider
2021-12-13Fix asprintf() error check. Portable code should check the returnTheo Buehler
2021-12-13Fix a few leaks due to X509_NAME_oneline(name, NULL, 0) dynamicallyTheo Buehler
2021-12-13including sys/cdefs.h manually started as a result of netbsd trying toTheo de Raadt
2021-12-13Avoid a potential double free in group_free()Theo Buehler
2021-12-13Cleanup libcrypto memory management. Remove redundant NULL checksTobias Heider
2021-12-13Only generate a new xid on state change.Florian Obser
2021-12-13Treat xid as a uint32_t in network byte order on the wire.Florian Obser
2021-12-13Replace struct member assignment with struct assignment to make theFlorian Obser
2021-12-11Start the default OpenBSD partition either immediately followingKenneth R Westerback
2021-12-09Rework in which state to add and not add the server-ip andFlorian Obser
2021-12-09Properly enable NAT-T without udpencap if mobike was negotiated without NAT.Tobias Heider
2021-12-09Move switch to NAT-T port and udpencap activation to ikev2_enable_natt().Tobias Heider
2021-12-08The /etc/iked/certs/ directory is used for both local and peerTobias Heider
2021-12-07Fix locally stored peer certificates in /etc/iked/certs as documented inTobias Heider
2021-12-07Don't truncate the default OpenBSD partition at the end of theKenneth R Westerback
2021-12-06Logging received addresses and DNS configuration only makes sense forTobias Heider
2021-12-04Send out dstid as initiator if configured. This makes it easier forTobias Heider
2021-12-01Remove the MBR_init() "#ifdef defined(__macppc__) ||Kenneth R Westerback
2021-12-01whitespace cleanup during review readTheo de Raadt
2021-11-30isakmpd: convert modp_init() for opaque DH.Theo Buehler
2021-11-30whitespaceTobias Heider
2021-11-29add -V to usage(), and list it before -v in both SYNOPSIS and theJason McIntyre
2021-11-29Add command line option to show the versionTobias Heider
2021-11-29sys/param.h was included for MAX(), MIN() and roundup(). make localTheo de Raadt
2021-11-29the code in this file has reason to include any sys/*.h header files,Theo de Raadt
2021-11-28Make sure the interface still exists before updating it.Florian Obser
2021-11-28Make sure if_index is set in all case statements and use itFlorian Obser
2021-11-27Rename msg_id to msg_peerid now that we also have msg_localid.Tobias Heider
2021-11-26A peer sends both his local id and remote id he expects us to be. So far wePatrick Wildt
2021-11-26Fix ikev2_child_sa_rekey() warnings. The SPI can't be printed without aTobias Heider
2021-11-26remaing -> remainingJonathan Gray
2021-11-25Remove unused variable fd.Tobias Heider
2021-11-25Silence unitialized variable warnings.Tobias Heider