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
/
usr.sbin
Age
Commit message (
Expand
)
Author
2024-01-20
Use imsg_get_fd() to access the fd passed via imsgs.
Claudio Jeker
2024-01-18
Convert IMSG_UPDATE and session_update() to new imsg API and ibufs.
Claudio Jeker
2024-01-18
Use imsg_get_fd() in vmd.
Claudio Jeker
2024-01-18
Convert the simple imsgs to use imsg_get_data().
Claudio Jeker
2024-01-18
The CRL's purported signing time actually is called thisUpdate, not lastUpdate
Job Snijders
2024-01-18
Convert privsep imsg code to use imsg_get_fd().
Claudio Jeker
2024-01-18
Fix IMSG_RECONF_ASPA handling. The rde did not expect what the rtr process
Claudio Jeker
2024-01-17
Use imsg_get_fd()
Claudio Jeker
2024-01-17
Use imsg_get_fd() and a local variable.
Claudio Jeker
2024-01-17
Convert to use imsg_get_fd() since proc_forward_imsg() never forwards a
Claudio Jeker
2024-01-17
Get all variable-length values for the parent server before linking the
Claudio Jeker
2024-01-16
Update standards reference
Job Snijders
2024-01-16
Handle variable names (things strating with $ or @) in yylex() this way
Claudio Jeker
2024-01-16
Convert to imsg_get_fd() and remove unused proc_forward_imsg().
Claudio Jeker
2024-01-16
Switch session_notification() over to use a struct ibuf to carry the
Claudio Jeker
2024-01-15
Convert the simple bits of imsg handling over to the new imsg API.
Claudio Jeker
2024-01-15
A cache can send a 'NO_DATA_AVAILABLE' error during version negotiation
Claudio Jeker
2024-01-12
Clarify some behaviour for 'vmctl start' and 'vmctl reload'
Mike Larkin
2024-01-12
Convert the simple IMSG calls in session.c to the new imsg API.
Claudio Jeker
2024-01-11
rename field ibuf to imsgbuf in struct ctl_conn
Claudio Jeker
2024-01-11
Clear the last errors after receiving a RTR_EVNT_END_OF_DATA event.
Claudio Jeker
2024-01-11
Move the 'Last received shutdown reason:' output a bit down where it makes
Claudio Jeker
2024-01-11
Clear the last_sent_errcode, last_rcvd_errcode and last_reason when
Claudio Jeker
2024-01-11
Display the exported rtr session state and fix a missing indent.
Claudio Jeker
2024-01-11
Export the rtr session state as string.
Claudio Jeker
2024-01-11
Make the -P option work for Trust Anchor certificates as well
Job Snijders
2024-01-11
Try to improve RTR version negotiation.
Claudio Jeker
2024-01-10
Improve rtr_send_error() so that there is no need to log_warnx() before.
Claudio Jeker
2024-01-10
Add missing newlines in printf.
Claudio Jeker
2024-01-10
Implement log_roa() and log_aspa() and use these functions in printconf.c
Claudio Jeker
2024-01-10
Update the control.c code to use the new imsg API.
Claudio Jeker
2024-01-10
vmm/vmd: add io instruction length to exit information.
Dave Voutila
2024-01-09
The End of Data PDU changed between v0 (RFC6810) and v1 (RFC8210).
Claudio Jeker
2024-01-09
rtr_parse_notify() state check is special since we ignore the PDU when
Claudio Jeker
2024-01-09
Be more consistent with RTR parse error reporting.
Claudio Jeker
2024-01-09
Convert the parent process imsg handling over to the new imsg API.
Claudio Jeker
2024-01-09
Delete support for FFS filesystems before the in-inode symlink
Philip Guenther
2024-01-08
Only use DIR_VALID in noop mode
Theo Buehler
2024-01-08
Rework rtr_parse_header() and introduce rtr_check_session_id() to make
Claudio Jeker
2024-01-08
Simplify the IMSG_CTL_KROUTE after the change in bgpd.
Claudio Jeker
2024-01-08
Define and use struct ctl_kroute_req to encode the arguments of
Claudio Jeker
2024-01-08
Pass the request packet to response decorations for future use.
YASUOKA Masahiko
2024-01-07
rpki-client: zap a stray space
Theo Buehler
2024-01-07
rpki-client: print revocation time in filemode
Theo Buehler
2024-01-06
Prevent use after free of TLS context at syslogd(8) shutdown.
Alexander Bluhm
2024-01-06
put the real sizes into the "title" attribute so that hovering shows the
Marc Espie
2024-01-05
Improve rtr_send_error() logging and demote the FSM state changes from
Claudio Jeker
2024-01-04
make auto-index better
Marc Espie
2024-01-04
Rewrite the imsg handling using the new API functions.
Claudio Jeker
2024-01-04
Convert the RTR PDU parser to use the new ibuf API.
Claudio Jeker
[next]