summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
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-08Log the key written to the terminal as well as tmux's idea of what itNicholas Marriott
2021-04-08reword manpage on -njob
2021-04-08The path with the *highest* local weight is selectedDaniel Jakots
2021-04-08fix SEE ALSO, and tidy up the text a little;Jason McIntyre
2021-04-08tidy up AUTHORS with -nosplit;Jason McIntyre
2021-04-07Avoid clobbering the error code when sending an alertTheo Buehler
2021-04-07Use ERR_print_error_fp() to avoid leaking a BIO in fatal()Theo Buehler
2021-04-07graphaudio(4)Mark Kettenis
2021-04-07Add graphaudio(4), a driver to support linking together audio componentsMark Kettenis
2021-04-07In some cases the http process terminates and Theo's and my theory is thatClaudio Jeker
2021-04-07Add support for the fractional dividers for the i2s clocks.Mark Kettenis
2021-04-07Free the parser then close the file. Seems like the better order.Claudio Jeker
2021-04-07"oldlladddr" -> "oldlladdr" in fatal() verbiage.Kenneth R Westerback
2021-04-07minor KNF found while hunting for a bugTheo de Raadt
2021-04-07Restore previous behaviour so that C-X remains the same as C-x. Instead,Nicholas Marriott
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-07Add a current_file format for the config file being parsed. OriginallyNicholas Marriott
2021-04-07When display-message used in config file, show the message after theNicholas Marriott
2021-04-07Check function return value in openssl(1) x509.cKinichiro Inoguchi
2021-04-07Avoid leak in error pathKinichiro Inoguchi
2021-04-07Fixes for extended keys: 1) allow C-x and C-X to be bound separatelyNicholas Marriott
2021-04-07back out r1.22, ie, don't blindly trim the FCS on rxed packets.David Gwynne
2021-04-07disable POOL_DEBUG for releaseJonathan Gray
2021-04-06Add TEST_SSH_ELAPSED_TIMES environment variable to print the elapsedDarren Tucker
2021-04-06include "ssherr.h" not <ssherr.h>; from Balu Gajjala via bz#3292Damien Miller
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-06Shared semaphores are not supportedkn
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-06use errx() instead of err()Theo Buehler
2021-04-06spaces -> tabsTheo Buehler
2021-04-06Mention the http client in two places.Theo Buehler
2021-04-06minor style tweaksTheo Buehler
2021-04-06Print all mount(2) flags in ddb's "show all mounts"kn
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