summaryrefslogtreecommitdiff
path: root/usr.sbin
AgeCommit message (Expand)Author
2021-04-15Call rrdp_data_handler() for any kind of poll event that has happened.Claudio Jeker
2021-04-15Do not only check the serial number but also the session_id beforeClaudio Jeker
2021-04-14On powerpc64 tcpdump(8) could not parse wireguard packets.Alexander Bluhm
2021-04-14move the RPKI_VERSION define into its own version.h file, helps portable.Sebastian Benoit
2021-04-13Adjust http_done() the be more like http_fail() -- only do the messageClaudio Jeker
2021-04-13Before adding a file to the temporary rrdp repo remove it from theClaudio Jeker
2021-04-12Cast XML_GetCurrentLineNumber() to unsigned long long in warnx sinceClaudio Jeker
2021-04-12Spaces, no functional changeClaudio Jeker
2021-04-11KNF, capitalization, whitespacedv
2021-04-11Remove dead code for unused IMSG_CTL_NOTIFY messages.dv
2021-04-11Correct a comment: reference the correct filedv
2021-04-11do not build unused code and remove uneeded dependency on libm.Eric Faurot
2021-04-11Fix two typos in commentsjob
2021-04-10remove dead code and unused dependenciesEric Faurot
2021-04-10Do not compare TLS config params for non-TLS servers. This allows toClaudio Jeker
2021-04-10bump smtpd versionEric Faurot
2021-04-09allow to specify tls ciphers and protocols on listenersEric Faurot
2021-04-09Tidy up the http state machine a bit. Make sure that http_nextstate() runsClaudio Jeker
2021-04-08Expose two extra metrics via JSONjob
2021-04-08Increase buffer size for http_info a bit. 64 chars is a bit short forClaudio Jeker
2021-04-08Refactor the regular and chunked data write so that one function canClaudio Jeker
2021-04-08Switch logic from != to ==. Makes the code easier to read.Claudio Jeker
2021-04-08Change the order of the poll loop to first process active http connectionsClaudio Jeker
2021-04-08Shuffle deck chairs so that the order is more logical (at least for me).Claudio Jeker
2021-04-08Prevent a use-after-free access in case of a http redirect by also clearingClaudio Jeker
2021-04-08More cleanup of the main function. Use a loop to collect all childs withClaudio Jeker
2021-04-08Missing setproctitle("rrdp") noticed by deraadt@Claudio Jeker
2021-04-08reword manpage on -njob
2021-04-08The path with the *highest* local weight is selectedDaniel Jakots
2021-04-07In some cases the http process terminates and Theo's and my theory is thatClaudio Jeker
2021-04-07Free the parser then close the file. Seems like the better order.Claudio Jeker
2021-04-07minor KNF found while hunting for a bugTheo de Raadt
2021-04-07Handle bind() failure like connect() or socket() failure and try nextClaudio Jeker
2021-04-07When merging a repo even files to delete can be part of the temporaryClaudio Jeker
2021-04-06handle_client() doesn't need to return a valueJeremie Courreges-Anglas
2021-04-06Missing indentation, ok kn@Jeremie Courreges-Anglas
2021-04-06Bump APMD_VNO, for the size of struct apm_reply has changedJeremie Courreges-Anglas
2021-04-06Make apm(8) report apmd(8) failurekn
2021-04-06convert UTF-8 to plain ascii, spotted by florianStuart Henderson
2021-04-06merge NSD 4.3.6Stuart Henderson
2021-04-06merge NSD 4.3.6Stuart Henderson
2021-04-06Do not return when a hash check failed in rrdp_data_handler() insteadClaudio Jeker
2021-04-06uppercase "HTTP";Jason McIntyre
2021-04-06Mention the http client in two places.Theo Buehler
2021-04-06Cleanup http_connect() and make it look more like the example inClaudio Jeker
2021-04-06Move the http_fail() call out of http_free(). Doing the error reportingClaudio Jeker
2021-04-06Kill unused globals and swap the POLLIN and POLLOUT handler for theClaudio Jeker
2021-04-06use "braces" consistenly; fastcgi can take multiple options;Jason McIntyre
2021-04-05Support booting from compressed kernel images.dv
2021-04-05Until tls_accept_socket() succeeds, the tls context bound to a sessionEric Faurot