Age | Commit message (Expand) | Author |
2021-12-05 | fix use after free | Jonathan Gray |
2021-10-23 | do not duplicate "Connection: close" headers and only add it if its | Sebastian Benoit |
2021-10-15 | Don't declare variables as "unsigned char *" that are passed to | Christian Weisgerber |
2021-09-18 | check_send_expect() does some nasty ibuf magic to allow fn_match() | Claudio Jeker |
2021-08-31 | Make "relayctl reload" when agentx enabling is toggled in relayd.conf work | Martijn van Duren |
2021-07-25 | The output of server_root_strip() is a string. Use the correct format | Sebastian Benoit |
2021-07-14 | Remove unneeded calls to tls_init(3) | kn |
2021-07-12 | Change the error reporting pattern throughout the tree when unveil | Bob Beck |
2021-04-20 | Move TAILQ initialization to files where they are used. | dv |
2021-03-24 | Responses to HEAD requests must not have a message body (even though they have | Sebastian Benoit |
2021-03-23 | Timed out RSA key ops, may leave uncalled for responses in the imsg return | Claudio Jeker |
2021-02-22 | Use the F_CHECK_SENT and F_CHECK_DONE flags to determine whether a | Jonathan Matthew |
2021-01-27 | remove bogus key hack now that it's handled by libtls | Eric Faurot |
2021-01-27 | these programs (with common ancestry) had a -fno-common problem related | Theo de Raadt |
2021-01-17 | Don't leak host address. Found with clang static analyzer. | rob |
2021-01-11 | Stop deleting the control socket on daemon shutdown, like we did on other | Ricardo Mestre |
2021-01-09 | Add 'strip' directive | denis |
2020-12-29 | getifaddrs() can return entries where ifa_addr is NULL. Check for this | Sebastian Benoit |
2020-10-30 | Use metrics instead of statistics. Also point people where in the tree | Martijn van Duren |
2020-10-30 | Remove deprecated snmp keyword. | Martijn van Duren |
2020-10-27 | Add some additional INT32_MAX overflow checks. These are unlikely to hit, | Martijn van Duren |
2020-10-26 | Let relayd make use of libagentx. No functional change intended. | Martijn van Duren |
2020-10-25 | Remove trailing spaces & tabs | denis |
2020-10-22 | support for session resumption in TLS1.3 does not exist yet, as | Sebastian Benoit |
2020-10-22 | session tickets are disabled by default, correct the manpage. | Sebastian Benoit |
2020-09-30 | Sync with libagentx | Martijn van Duren |
2020-09-29 | Sync with libagentx | Martijn van Duren |
2020-09-15 | s/sizeof(ipaddress)/sizeof(*ipaddress)/g | Martijn van Duren |
2020-09-15 | Fix a dead store and a wrong-level NULL-check. | Martijn van Duren |
2020-09-14 | Rewrite the agentx code of relayd. This new framework should allow us | Martijn van Duren |
2020-09-04 | Replace TAILQ concatenation loop with TAILQ_CONCAT | bket |
2020-08-19 | add unveil(2) again | Ricardo Mestre |
2020-07-01 | Remove references to snmpd(8) now that agentx support has been removed. | Martijn van Duren |
2020-06-30 | Allow relayd to compile without reaching back into snmpd directory for | Martijn van Duren |
2020-06-05 | Remove redundant code | denis |
2020-05-14 | Enable TLSv1.3 support in relayd(8) | pvk |
2020-05-02 | Repair the description of "edh [params (none|auto|legacy)]" to | Sebastian Benoit |
2020-04-23 | ce examples of "Ar arg Ar arg" with "Ar arg arg" and stop the spread; | Jason McIntyre |
2020-02-12 | improve parsing of relay {} sections: | Sebastian Benoit |
2020-02-10 | briefly mention /etc/examples/ in the FILES section of all the | Ingo Schwarze |
2019-10-03 | Make relayd properly return the next element, even if the requested element | Martijn van Duren |
2019-09-18 | remove old log options 'log update/all' that were replaced with 'log | Sebastian Benoit |
2019-09-15 | Add support for binary protocol health checking. Feedback and guidance from | rob |
2019-08-30 | revert r1.175 which added unveil to relayd; "check script" needs access to the | Stuart Henderson |
2019-07-13 | fix error description on invalid forward ip. | Christopher Zimmermann |
2019-07-13 | Don't "forward to <table>" when a "forward to destination" address is set. | Christopher Zimmermann |
2019-07-05 | Add a new macro called $HOST that expands to the Host header's value or falls | Robert Nagy |
2019-07-05 | Fix integer sizes in format strings and enable formatting warnings | Patrick Wildt |
2019-06-28 | When system calls indicate an error they return -1, not some arbitrary | Theo de Raadt |
2019-06-26 | Add support for OCSP stapling | Reyk Floeter |