summaryrefslogtreecommitdiff
path: root/usr.sbin/relayd
AgeCommit message (Expand)Author
2023-12-01relay_read_http: strip out Content-Length if we strip the body tooTodd C. Miller
2023-11-29relay_read_http: defer header parsing until after line continuationTodd C. Miller
2023-11-28relay_read_http: tighten up header parsingTodd C. Miller
2023-10-29Unmention/don't explain SSL, drop 9y old "ssl" keyword/deprecation warningKlemens Nanni
2023-09-14Revert the previous. It was committed by my mistake.YASUOKA Masahiko
2023-09-14Clarify the interval after 30sec.YASUOKA Masahiko
2023-09-03Use EVBUFFER_DATA instead of reaching into struct evbuffer. ok tbNicholas Marriott
2023-07-16relayd: remove ENGINE dependencyTheo Buehler
2023-07-03Use ibuf_data() instead of accessing ibuf->buf directly.Claudio Jeker
2023-06-30let check_table() also print table@anchor when it exitsAlexandr Nedvedicky
2023-06-29Spaces vs tabsClaudio Jeker
2023-06-29Rewrite pfe_route() to actually work on 64bit archs since IPv6 had to beClaudio Jeker
2023-06-25remove ssl_init()Omar Polo
2023-06-21Simplify and clean up the code. Try to use more ibuf idioms but theClaudio Jeker
2023-06-21Convert string2binary() to use new ibuf api instead of working with anClaudio Jeker
2023-06-20Replace a ibuf_reserve() dance to add a NUL byte with ibuf_add_zero(buf, 1).Claudio Jeker
2023-06-11fix typo: 'hash buffer to small' -> too smallOmar Polo
2023-06-06Make the tlsv1.0 and tlsv1.1 options in relayd do nothingBob Beck
2023-03-26Add missing #include <openssl/err.h>Theo Buehler
2023-03-08Delete obsolete /* ARGSUSED */ lint comments.Philip Guenther
2023-02-15proc_ispeer() is not used anywhere anymore so remove it everywhere.Tobias Heider
2022-12-28{en,de}queing -> {en,de}queuing; from paul tagliamonteJason McIntyre
2022-12-28spelling fixes; from paul tagliamonteJason McIntyre
2022-11-10In case RSA_meth_new fails, errstr would be passed to fatalx withoutMoritz Buhl
2022-11-10always call va_end.Moritz Buhl
2022-09-03Move the daemon() call in the parent process from after forking theSebastian Benoit
2022-08-31relayd(8): change agentx_getsock to return voidDave Voutila
2022-06-03Check tls_config_new() for NULL returnTheo Buehler
2022-03-31man pages: add missing commas between subordinate and main clausesChristian Weisgerber
2022-02-06remove please from manual pagesJonathan Gray
2022-01-20catch poll() returning EINTR.Sebastian Benoit
2022-01-11Convert relayd for opaque RSA_METHODTheo Buehler
2021-12-30relayd(8): don't create sockets between CAs and RELAYs.Dave Voutila
2021-12-08relayd/ssl.c: Remove a workaround that uses a copy of the oldTheo Buehler
2021-12-08zap a stray spaceTheo Buehler
2021-12-05fix use after freeJonathan Gray
2021-10-23do not duplicate "Connection: close" headers and only add it if itsSebastian Benoit
2021-10-15Don't declare variables as "unsigned char *" that are passed toChristian Weisgerber
2021-09-18check_send_expect() does some nasty ibuf magic to allow fn_match()Claudio Jeker
2021-08-31Make "relayctl reload" when agentx enabling is toggled in relayd.conf workMartijn van Duren
2021-07-25The output of server_root_strip() is a string. Use the correct formatSebastian Benoit
2021-07-14Remove unneeded calls to tls_init(3)kn
2021-07-12Change the error reporting pattern throughout the tree when unveilBob Beck
2021-04-20Move TAILQ initialization to files where they are used.dv
2021-03-24Responses to HEAD requests must not have a message body (even though they haveSebastian Benoit
2021-03-23Timed out RSA key ops, may leave uncalled for responses in the imsg returnClaudio Jeker
2021-02-22Use the F_CHECK_SENT and F_CHECK_DONE flags to determine whether aJonathan Matthew
2021-01-27remove bogus key hack now that it's handled by libtlsEric Faurot
2021-01-27these programs (with common ancestry) had a -fno-common problem relatedTheo de Raadt
2021-01-17Don't leak host address. Found with clang static analyzer.rob