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
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
2023-11-10
Always prefer group from initial KE payload as responder if supported.
Tobias Heider
2023-09-02
Make sure cert_type is not 0 to prevent leak of certid->id_buf.
Tobias Heider
2023-09-02
Remove unneccessary id == NULL check after dereferencing it. id can never
Tobias Heider
2023-08-14
Improve error message when if_indextoname() fails.
Tobias Heider
2023-08-14
Add explicit NULL checks for sa_cp_addr and sa_cp_addr6.
Tobias Heider
2023-08-11
Add iked support for route based sec(4) tunnels.
Tobias Heider
2023-08-04
Convert calls to ibuf_length() where it is clear that the ibuf is not
Claudio Jeker
2023-07-28
Implement print_hexbuf() to hexdump the contents of an ibuf.
Claudio Jeker
2023-07-28
Use ibuf_data() instead of accessing the ibuf buf pointer directly.
Claudio Jeker
2023-07-18
Kill ibuf_cat() since there is now ibuf_add_buf() in the official API.
Claudio Jeker
2023-07-16
Merge ibuf_get() with ibuf_getdata() and rename it to ibuf_getdata().
Claudio Jeker
2023-06-28
Add support to verify X509 chain from CERT payloads.
Tobias Heider
2023-06-28
Don't call daemon() after proc_init(), otherwise the child processes
Gerhard Roth
[next]