summaryrefslogtreecommitdiff
path: root/sbin/iked
AgeCommit message (Expand)Author
39 hoursConvert sbin and usr.bin to check for imsgbuf_init failure and addClaudio Jeker
39 hourss/ibuf_add_buf/ibuf_add_ibuf/Claudio Jeker
39 hoursConvert the common imsgbuf_read calls to the post EAGAIN world.Claudio Jeker
39 hoursUse imsgbuf_queuelen() instead of accessing the w.queue member.Claudio Jeker
39 hoursUse imsgbuf_clear() where appropriate instead of msgbuf_clear().Claudio Jeker
39 hoursRename imsg_init, imsg_clear, imsg_read, imsg_write and imsg_flush toClaudio Jeker
39 hoursConvert imsg_write() callers to the new simplified return logic.Claudio Jeker
39 hoursIntroduce imsg_write() and use it instead of msgbuf_write().Claudio Jeker
39 hoursimsg_flush no longer returns EAGAIN. Simplify proc_flush_imsg() accordingly.Claudio Jeker
2024-11-04add a "natt" option that forces negotiation of nat-t (and udpencap).David Gwynne
2024-09-15Add handling of "Class" attribute. diff from markusYASUOKA Masahiko
2024-09-11Fix a typoYASUOKA Masahiko
2024-09-09When accounting start the type attribute was added twice.YASUOKA Masahiko
2024-08-17Fix some memory leaks in the RADIUS part.YASUOKA Masahiko
2024-08-08Fix a typo in log message.YASUOKA Masahiko
2024-07-18Fix memory leaks and improve id handling of iked_radserver_req.YASUOKA Masahiko
2024-07-14Fail explicitly on unexptected imsg->hdr_type. Otherwise the followingTobias Heider
2024-07-13NULL check must be inside the loop. found tobheYASUOKA Masahiko
2024-07-13Fix radius.c again^2. Cancel previous and revert the latest oneYASUOKA Masahiko
2024-07-13Fix radius.c again. Previous was old one.YASUOKA Masahiko
2024-07-13grammar/macro fixes for the radius text;Jason McIntyre
2024-07-13Fix radius.c. Previous it was broken.YASUOKA Masahiko
2024-07-13Add RADIUS support. Authentication, accounting, and "DynamicYASUOKA Masahiko
2024-07-01Enclose IPv6 address in a square bracket if the address is used withYASUOKA Masahiko
2024-06-18iked: do not attempt to read multiple SANsTheo Buehler
2024-05-21remove prototypes with no matching function and externs with no varJonathan Gray
2024-04-25add fstat() call removed in 1.145 to avoid uninitialised var useJonathan Gray
2024-04-13check group and world permissions of iked psk filesjrick
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-21Avoid redundant allocation in ikev2_prfplus()Tobias Heider
2024-03-02Trigger retransmission only for fragment 1/x, otherwise each receivedTobias Heider
2024-03-02Bump to OpenIKED 7.4Tobias Heider
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-13Control startup of PROC_CERT and PROC_IKEV2.Tobias Heider
2024-02-06Pass struct iked directly to ca_reset() instead of passing it via psTobias Heider
2024-02-03fix off-by-one in bounds testJonathan Gray
2024-02-03correct buffer size argument to snprintf in print_proto()Jonathan Gray
2024-01-24Use per connection peerid for control repliesTobias Heider
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
2023-12-12ibuf_getdata() abuses the rpos from the ibuf. This is no longer allowedClaudio Jeker
2023-11-24Empty IKEv2 DPD messages should not contain extra NONE payloadsTobias Heider