summaryrefslogtreecommitdiff
path: root/sbin
AgeCommit message (Expand)Author
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
2024-02-13Only generate a new xid at the start of getting a new lease.Florian Obser
2024-02-13Control startup of PROC_CERT and PROC_IKEV2.Tobias Heider
2024-02-11Remove needless includes of netinet6/ip6_var.h header in userland.Alexander Bluhm
2024-02-07fix anchortypes bounds testJonathan Gray
2024-02-06Pass struct iked directly to ca_reset() instead of passing it via psTobias Heider
2024-02-06Tweak previous. Passing "dns" to pledge(2) is suitable for the purpose.YASUOKA Masahiko
2024-02-03Remove Softdep.Bob Beck
2024-02-03Stop spamming syslog when the network does something silly.Florian Obser
2024-02-03fix off-by-one in bounds testJonathan Gray
2024-02-03correct buffer size argument to snprintf in print_proto()Jonathan Gray
2024-02-02The fix to pfctl_kill_src_nodes() comes from Olivier Croquin.Alexandr Nedvedicky
2024-01-29Open /etc/{services,protocols} before pledge(2).YASUOKA Masahiko
2024-01-26Put checksum flags in bpf_hdr to use them in userland dhcpleased.Jan Klemkow
2024-01-24Use per connection peerid for control repliesTobias Heider
2024-01-19Rename WSDISPLAY_TYPE_RKDRM to WSDISPLAY_TYPE_KMS such that we can use itMark Kettenis
2024-01-17Convert to use imsg_get_fd()Claudio Jeker
2024-01-15Add debug message for no policy found.Jan Klemkow
2024-01-15Include cert_partial_chain in iked_static instead of sending a separateTobias Heider
2024-01-15Currently 'pfctl -a "*" -sr' recursively walks anchor tree and showsAlexandr Nedvedicky
2024-01-11ifconfig.8: reorder hwfeature listJan Klemkow
2024-01-09Delete support for FFS filesystems before the in-inode symlinkPhilip Guenther
2023-12-21Fix a few unchecked allocations; ok millert@ miod@Otto Moerbeek
2023-12-20Don't unset the SA tag set by ipsec_sa_tag in ipsec_sa_iface.Tobias Heider
2023-12-18Check if calloc calls succeeded; ok millert@Otto Moerbeek