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-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
2021-04-07
When merging a repo even files to delete can be part of the temporary
Claudio Jeker
2021-04-06
handle_client() doesn't need to return a value
Jeremie Courreges-Anglas
2021-04-06
Missing indentation, ok kn@
Jeremie Courreges-Anglas
2021-04-06
Bump APMD_VNO, for the size of struct apm_reply has changed
Jeremie Courreges-Anglas
2021-04-06
Make apm(8) report apmd(8) failure
kn
2021-04-06
convert UTF-8 to plain ascii, spotted by florian
Stuart Henderson
2021-04-06
merge NSD 4.3.6
Stuart Henderson
2021-04-06
merge NSD 4.3.6
Stuart Henderson
2021-04-06
Do not return when a hash check failed in rrdp_data_handler() instead
Claudio Jeker
2021-04-06
uppercase "HTTP";
Jason McIntyre
2021-04-06
Mention the http client in two places.
Theo Buehler
2021-04-06
Cleanup http_connect() and make it look more like the example in
Claudio Jeker
2021-04-06
Move the http_fail() call out of http_free(). Doing the error reporting
Claudio Jeker
2021-04-06
Kill unused globals and swap the POLLIN and POLLOUT handler for the
Claudio Jeker
2021-04-06
use "braces" consistenly; fastcgi can take multiple options;
Jason McIntyre
2021-04-05
Support booting from compressed kernel images.
dv
2021-04-05
Until tls_accept_socket() succeeds, the tls context bound to a session
Eric Faurot
[prev]
[next]