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
2021-04-20
Add keep-alive support to the HTTP module.
Claudio Jeker
2021-04-20
Switch some warnings to logx() to reduce log noise on runs without -v.
Claudio Jeker
2021-04-20
Update comment to be less confusing (I hope)
Claudio Jeker
2021-04-20
prefix_insert() and prefix_remove() emulate a tail queue by keeping the
Claudio Jeker
2021-04-20
Use LIST instead of SLIST for requests. The way SLIST_REMOVE was used did
Claudio Jeker
2021-04-20
Ignore SIGPIPE by default and restore default behaviour before executing
Claudio Jeker
2021-04-20
more KNF
Theo de Raadt
2021-04-19
code review results in KNF, and moving local variables into lowest scope
Theo de Raadt
2021-04-18
Simpler error handling for suspend()/hibernate()
Jeremie Courreges-Anglas
2021-04-16
When loading a config poll iscsid for up to 10 seconds and check if the
Claudio Jeker
2021-04-16
Implement a control message to get the state of iscsid. This is used
Claudio Jeker
2021-04-16
Add back IMSG_RECONF_ROA_ITEM in the parent imsg handler. It is needed
Claudio Jeker
2021-04-15
Reshuffle and reindent code. No functional change.
Claudio Jeker
2021-04-15
Rework the http code to require poll() only when really needed.
Claudio Jeker
2021-04-15
Fix bgpctl show mrt for UPDATE messages. The call to output->attr() was
Claudio Jeker
2021-04-15
On powerpc64 regress/usr.sbin/bgpd/config failed. It parses a
Alexander Bluhm
2021-04-15
Make rpki-client -V output nicer.
Claudio Jeker
2021-04-15
Call rrdp_data_handler() for any kind of poll event that has happened.
Claudio Jeker
2021-04-15
Do not only check the serial number but also the session_id before
Claudio Jeker
2021-04-14
On powerpc64 tcpdump(8) could not parse wireguard packets.
Alexander Bluhm
2021-04-14
move the RPKI_VERSION define into its own version.h file, helps portable.
Sebastian Benoit
2021-04-13
Adjust http_done() the be more like http_fail() -- only do the message
Claudio Jeker
2021-04-13
Before adding a file to the temporary rrdp repo remove it from the
Claudio Jeker
2021-04-12
Cast XML_GetCurrentLineNumber() to unsigned long long in warnx since
Claudio Jeker
2021-04-12
Spaces, no functional change
Claudio Jeker
2021-04-11
KNF, capitalization, whitespace
dv
2021-04-11
Remove dead code for unused IMSG_CTL_NOTIFY messages.
dv
2021-04-11
Correct a comment: reference the correct file
dv
2021-04-11
do not build unused code and remove uneeded dependency on libm.
Eric Faurot
2021-04-11
Fix two typos in comments
job
2021-04-10
remove dead code and unused dependencies
Eric Faurot
2021-04-10
Do not compare TLS config params for non-TLS servers. This allows to
Claudio Jeker
2021-04-10
bump smtpd version
Eric Faurot
2021-04-09
allow to specify tls ciphers and protocols on listeners
Eric Faurot
2021-04-09
Tidy up the http state machine a bit. Make sure that http_nextstate() runs
Claudio Jeker
2021-04-08
Expose two extra metrics via JSON
job
2021-04-08
Increase buffer size for http_info a bit. 64 chars is a bit short for
Claudio Jeker
2021-04-08
Refactor the regular and chunked data write so that one function can
Claudio Jeker
2021-04-08
Switch logic from != to ==. Makes the code easier to read.
Claudio Jeker
2021-04-08
Change the order of the poll loop to first process active http connections
Claudio Jeker
2021-04-08
Shuffle deck chairs so that the order is more logical (at least for me).
Claudio Jeker
2021-04-08
Prevent a use-after-free access in case of a http redirect by also clearing
Claudio Jeker
2021-04-08
More cleanup of the main function. Use a loop to collect all childs with
Claudio Jeker
2021-04-08
Missing setproctitle("rrdp") noticed by deraadt@
Claudio Jeker
2021-04-08
reword manpage on -n
job
2021-04-08
The path with the *highest* local weight is selected
Daniel Jakots
2021-04-07
In some cases the http process terminates and Theo's and my theory is that
Claudio Jeker
2021-04-07
Free the parser then close the file. Seems like the better order.
Claudio Jeker
2021-04-07
minor KNF found while hunting for a bug
Theo de Raadt
2021-04-07
Handle bind() failure like connect() or socket() failure and try next
Claudio Jeker
[next]