summaryrefslogtreecommitdiff
path: root/sbin
AgeCommit message (Expand)Author
2024-06-05Do not request a prefix with length zero.Florian Obser
2024-06-04IAIDs can start at 0.Florian Obser
2024-06-03gc v4 structFlorian Obser
2024-06-03more sleepy florian knf issuesTheo de Raadt
2024-06-03more whitespace and knfTheo de Raadt
2024-06-03knf; pointed out by deraadtFlorian Obser
2024-06-03implement rapid commitFlorian Obser
2024-06-03hook dhcp6leased to the buildFlorian Obser
2024-06-02sencond -> second; ok florian@Jonathan Gray
2024-06-02prev_plen is only accessed on the 2nd round through the loop.Florian Obser
2024-06-02Fix indent; pointed out by miodFlorian Obser
2024-06-02Make sure we find a link-local address and rdomainFlorian Obser
2024-06-02gc unused variableFlorian Obser
2024-06-02oops, we need to hold on to ifap for a bit longerFlorian Obser
2024-06-02fix leaksFlorian Obser
2024-06-02Unlike DHCPv4 we will only send multicast messages.Florian Obser
2024-06-02we do not poke around in udp headersFlorian Obser
2024-06-02DHCPv6 is not concerned with link layer addresses.Florian Obser
2024-06-02Implement renew & rebind.Florian Obser
2024-06-02Switch to rebinding at the rebinding time not when one timeout past.Florian Obser
2024-06-02Import dhcp6leased(8)Florian Obser
2024-05-21remove prototypes with no matching function and externs with no varJonathan Gray
2024-05-19remove prototypes with no matching functionJonathan Gray
2024-05-18remove prototype with no matching functionJonathan Gray
2024-05-10Keep probing upstream servers.Florian Obser
2024-05-09ctime(3) and ctime_r(3) can fail when timestamps are way off.Florian Obser
2024-04-28gmtime(3) / locatime(3) can fail when timestamps are way off.Florian Obser
2024-04-25add fstat() call removed in 1.145 to avoid uninitialised var useJonathan Gray
2024-04-23correct indentation; no functional changeJonathan Gray
2024-04-22Show pf fragment reassembly counters.Alexander Bluhm
2024-04-21Pass advertising router to the kernel.Florian Obser
2024-04-13check group and world permissions of iked psk filesjrick
2024-04-13sync to unbound 1.19.3Florian Obser
2024-04-13document "psk file path" notation; from josh rickmarJason McIntyre
2024-04-09Sync removal of setsid(), setpgid() and a few dup2() from relayd. They areTobias Heider
2024-04-08Move daemon() after proc_setup() to sync with other proc.c daemons.Tobias Heider
2024-04-02Add check to make sure EAP header length matches expected payload length.Tobias Heider
2024-03-24Remove radius.c which is added mistakenly and under review.YASUOKA Masahiko
2024-03-24Allow zero-length identity responseYASUOKA Masahiko
2024-03-22Increase /usr/src partition to 2GB - 5GBJan Klemkow
2024-03-21Avoid redundant allocation in ikev2_prfplus()Tobias Heider
2024-03-21Do not exit the master process if a client TCP connection fails to beClaudio Jeker
2024-03-02Trigger retransmission only for fragment 1/x, otherwise each receivedTobias Heider
2024-03-02Bump to OpenIKED 7.4Tobias Heider
2024-03-01Allow fdisk(8) to add GPT partitions of protected types.Kenneth R Westerback
2024-02-25Let some missing missing RFC 1918 reverse zones through.Florian Obser
2024-02-15Introduce new IMSG_CTL_PROCREADY which is used to signal that all pipesTobias Heider
2024-02-15Delay enabling sockets until ikev2 process is ready.Tobias Heider
2024-02-15Remove unused control_socks queue.Tobias Heider
2024-02-13Fix for CVE-2023-50387 and CVE-2023-50868.Florian Obser