summaryrefslogtreecommitdiff
path: root/sbin
AgeCommit message (Expand)Author
2021-11-26remaing -> remainingJonathan Gray
2021-11-25Remove unused variable fd.Tobias Heider
2021-11-25Silence unitialized variable warnings.Tobias Heider
2021-11-25Honour /usr/mdec/mbr or -f partition 0 information even outsideKenneth R Westerback
2021-11-24Unregister event on pfkey socket during pfkey_reply(). Using eventsTobias Heider
2021-11-24Pass env to pfkey API. Consistently call pfkey file descriptor fd.Tobias Heider
2021-11-23Use system uptime not UTC time to calculate PPPoE session durationKlemens Nanni
2021-11-23Add logging for rekey failures.Tobias Heider
2021-11-22MOBIKE is RFC 4555.Tobias Heider
2021-11-21Add 'ikectl show certinfo' to show trusted CAs and certificates.Tobias Heider
2021-11-20Gather the setup of the initial OpenBSD MBR partition into oneKenneth R Westerback
2021-11-20Fix some strdup() leaks in ocsp config option.Tobias Heider
2021-11-20No need for intermediate 'adj' variable. Add 'disksz'Kenneth R Westerback
2021-11-20Send default client identifier when a config file is present but noFlorian Obser
2021-11-20Sectors-per-cylinder (spc) is a constant value, so make it constKenneth R Westerback
2021-11-19isakmpd: stop reaching into EVP_PKEY.Theo Buehler
2021-11-19Check stdrup() return value.Tobias Heider
2021-11-19Sync to unbound to allow interface names as scope-id in IPv6Florian Obser
2021-11-18iked: replace a conditional EVP_CIPHER_CTX_cleanup() + free() stanzaTheo Buehler
2021-11-18Check if encoding works in dsa_init(). This avoids calling fatal()Tobias Heider
2021-11-17Display DNS information from sppp(4) in ifconfig(8)Bjorn Ketelaars
2021-11-16Zero all copies of pre-shared key.Tobias Heider
2021-11-16Validate RTM_PROPOSAL in resolver not frontendKlemens Nanni
2021-11-16Simplify address family handling, ditch inet_ntop(3)Klemens Nanni
2021-11-16Install missing scope identifier for IPv6 link-local addressesKlemens Nanni
2021-11-16Use size of struct not pointerKlemens Nanni
2021-11-15styleTobias Heider
2021-11-15Pass sockaddr length to be on the safe side, stillKlemens Nanni
2021-11-15Revert previousKlemens Nanni
2021-11-15Avoid huge sockaddr_storageKlemens Nanni
2021-11-14When we transition from RENEWING to REBINDING state we have toFlorian Obser
2021-11-14Calculate initial OpenBSD partition start/size using LBA valuesKenneth R Westerback
2021-11-14"autoconf" is an automatic "up"Klemens Nanni
2021-11-13The key/nonce disclaimers were copied from ipsec.conf.5 but aren't relevantTobias Heider
2021-11-13Use long filenames by default on FAT filesystemsKlemens Nanni
2021-11-13Simplify address family handling, ditch inet_ntop(3)Klemens Nanni
2021-11-13Install missing scope identifier for IPv6 link-local addressesKlemens Nanni
2021-11-12Refactor order of checks when handling IKEv2 message fragments.Tobias Heider
2021-11-11add tests to cover DIOCCHANGERULE ioctl(2)Alexandr Nedvedicky
2021-11-11Remove switch(4) specific bits from ifconfig.Claudio Jeker
2021-11-11resolvd(8) also monitors proposals learned by sppp(4)Bjorn Ketelaars
2021-11-10Give sppp(4) its own RTP_PROPOSAL priorityBjorn Ketelaars
2021-11-10Max size of src also changed. Noted by Mikhail <mp39590@gmail.com>Otto Moerbeek
2021-11-10Add missing chunk form previous commitOtto Moerbeek
2021-11-10Look for INVALID_KE group from IKE_SA_INIT in IKE transforms,Tobias Heider
2021-11-10Set correct prt_flag to 0.Kenneth R Westerback
2021-11-09Use more sensible transforms in example config.Tobias Heider
2021-11-09Increase min and max src a bit to accomodate growth and git usersOtto Moerbeek
2021-11-09Try this again, with (__powerpc__ || __mips__) chunk actuallyKenneth R Westerback
2021-11-09no, that breaks architecturesTheo de Raadt