index
:
src
cvs/HEAD
kms/intel
kms/radeon
master
OpenBSD base system
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
sbin
/
iked
Age
Commit message (
Expand
)
Author
39 hours
Convert sbin and usr.bin to check for imsgbuf_init failure and add
Claudio Jeker
39 hours
s/ibuf_add_buf/ibuf_add_ibuf/
Claudio Jeker
39 hours
Convert the common imsgbuf_read calls to the post EAGAIN world.
Claudio Jeker
39 hours
Use imsgbuf_queuelen() instead of accessing the w.queue member.
Claudio Jeker
39 hours
Use imsgbuf_clear() where appropriate instead of msgbuf_clear().
Claudio Jeker
39 hours
Rename imsg_init, imsg_clear, imsg_read, imsg_write and imsg_flush to
Claudio Jeker
39 hours
Convert imsg_write() callers to the new simplified return logic.
Claudio Jeker
39 hours
Introduce imsg_write() and use it instead of msgbuf_write().
Claudio Jeker
39 hours
imsg_flush no longer returns EAGAIN. Simplify proc_flush_imsg() accordingly.
Claudio Jeker
2024-11-04
add a "natt" option that forces negotiation of nat-t (and udpencap).
David Gwynne
2024-09-15
Add handling of "Class" attribute. diff from markus
YASUOKA Masahiko
2024-09-11
Fix a typo
YASUOKA Masahiko
2024-09-09
When accounting start the type attribute was added twice.
YASUOKA Masahiko
2024-08-17
Fix some memory leaks in the RADIUS part.
YASUOKA Masahiko
2024-08-08
Fix a typo in log message.
YASUOKA Masahiko
2024-07-18
Fix memory leaks and improve id handling of iked_radserver_req.
YASUOKA Masahiko
2024-07-14
Fail explicitly on unexptected imsg->hdr_type. Otherwise the following
Tobias Heider
2024-07-13
NULL check must be inside the loop. found tobhe
YASUOKA Masahiko
2024-07-13
Fix radius.c again^2. Cancel previous and revert the latest one
YASUOKA Masahiko
2024-07-13
Fix radius.c again. Previous was old one.
YASUOKA Masahiko
2024-07-13
grammar/macro fixes for the radius text;
Jason McIntyre
2024-07-13
Fix radius.c. Previous it was broken.
YASUOKA Masahiko
2024-07-13
Add RADIUS support. Authentication, accounting, and "Dynamic
YASUOKA Masahiko
2024-07-01
Enclose IPv6 address in a square bracket if the address is used with
YASUOKA Masahiko
2024-06-18
iked: do not attempt to read multiple SANs
Theo Buehler
2024-05-21
remove prototypes with no matching function and externs with no var
Jonathan Gray
2024-04-25
add fstat() call removed in 1.145 to avoid uninitialised var use
Jonathan Gray
2024-04-13
check group and world permissions of iked psk files
jrick
2024-04-13
document "psk file path" notation; from josh rickmar
Jason McIntyre
2024-04-09
Sync removal of setsid(), setpgid() and a few dup2() from relayd. They are
Tobias Heider
2024-04-08
Move daemon() after proc_setup() to sync with other proc.c daemons.
Tobias Heider
2024-04-02
Add check to make sure EAP header length matches expected payload length.
Tobias Heider
2024-03-24
Remove radius.c which is added mistakenly and under review.
YASUOKA Masahiko
2024-03-24
Allow zero-length identity response
YASUOKA Masahiko
2024-03-21
Avoid redundant allocation in ikev2_prfplus()
Tobias Heider
2024-03-02
Trigger retransmission only for fragment 1/x, otherwise each received
Tobias Heider
2024-03-02
Bump to OpenIKED 7.4
Tobias Heider
2024-02-15
Introduce new IMSG_CTL_PROCREADY which is used to signal that all pipes
Tobias Heider
2024-02-15
Delay enabling sockets until ikev2 process is ready.
Tobias Heider
2024-02-15
Remove unused control_socks queue.
Tobias Heider
2024-02-13
Control startup of PROC_CERT and PROC_IKEV2.
Tobias Heider
2024-02-06
Pass struct iked directly to ca_reset() instead of passing it via ps
Tobias Heider
2024-02-03
fix off-by-one in bounds test
Jonathan Gray
2024-02-03
correct buffer size argument to snprintf in print_proto()
Jonathan Gray
2024-01-24
Use per connection peerid for control replies
Tobias Heider
2024-01-17
Convert to use imsg_get_fd()
Claudio Jeker
2024-01-15
Add debug message for no policy found.
Jan Klemkow
2024-01-15
Include cert_partial_chain in iked_static instead of sending a separate
Tobias Heider
2023-12-12
ibuf_getdata() abuses the rpos from the ibuf. This is no longer allowed
Claudio Jeker
2023-11-24
Empty IKEv2 DPD messages should not contain extra NONE payloads
Tobias Heider
[next]