Age | Commit message (Expand) | Author |
2015-01-22 | spacing | Reyk Floeter |
2015-01-22 | wrap long lines; spacing. | Reyk Floeter |
2015-01-22 | LibreSSL now supports loading of CA certificates from memory, replace | Reyk Floeter |
2015-01-21 | Include <netinet/in.h> before <net/pfvar.h>. In a future change when | Theo de Raadt |
2015-01-16 | SSL_CTX_use_certificate_chain() has been added to LibreSSL and there | Reyk Floeter |
2015-01-16 | Adapt to <limits.h> universe. | Theo de Raadt |
2015-01-16 | The SSL/TLS session Id context is limited to 32 bytes. Instead of | Reyk Floeter |
2015-01-13 | bump copyright year | Reyk Floeter |
2015-01-02 | PFS stands for Perfect Forward Secrecy. | Igor Sobrado |
2015-01-01 | Merge error page changes from httpd: send Content-Length:, change | Reyk Floeter |
2015-01-01 | Use the recommended HTML5 doctype in error pages. | Reyk Floeter |
2014-12-27 | zap trailing whitespace; | Jason McIntyre |
2014-12-26 | Document forward to in protocols. | Sebastian Benoit |
2014-12-23 | pf now supports source-hash and random with tables so we can allow it | Reyk Floeter |
2014-12-21 | Stop pulling in <arpa/inet.h> or <arpa/nameser.h> when unnecessary. | Philip Guenther |
2014-12-18 | an hex -> a hex; | Jason McIntyre |
2014-12-18 | Update relayd to use siphash instead of sys/hash. The source-hash, | Reyk Floeter |
2014-12-17 | Add missing flag in the description field. | Reyk Floeter |
2014-12-16 | Replace setpgrp(0, getpid()) with setpgid(0, 0). OK deraadt@ tedu@ | Todd C. Miller |
2014-12-12 | Change the keyword "ssl" to "tls" to reflect reality since we | Reyk Floeter |
2014-11-25 | use correct divisor when converting microseconds to 100ths of a second | Bret Lambert |
2014-11-24 | remove a surplus break statement | Jonathan Gray |
2014-11-22 | use size_t where appropriate. ok deraadt reyk | Ted Unangst |
2014-11-20 | Don't allow embedded nul characters in strings. | Jonathan Gray |
2014-11-19 | Support exporting relayd statistics via AgentX/snmpd | Bret Lambert |
2014-11-14 | Shorten the AgentX header debug messages (only compiled with -DDEBUG) | Reyk Floeter |
2014-11-07 | Remove the sslv2 option since LibreSSL has no SSLv2 support (however retain | Joel Sing |
2014-11-02 | Convert the logic in yyerror(). Instead of creating a temporary | Alexander Bluhm |
2014-10-25 | Remove unnecessary netinet/in_systm.h include. | Lawrence Teo |
2014-10-21 | Remove SSLv2 and SSLv3 references from the example relayd.conf and the | Lawrence Teo |
2014-10-20 | Remove the "interface" option from the "transparent forward" directive. | Reyk Floeter |
2014-10-15 | Disable SSLv3 by default. | Reyk Floeter |
2014-10-12 | Remove possibility of mutiplicative integer overflow by not multiplying. | Bret Lambert |
2014-10-02 | no need to set the same field NULL twice ;-) | Gilles Chehade |
2014-09-15 | Make the HTTP version mandatory and abort if it is missing in the request. | Reyk Floeter |
2014-09-05 | revert previous; was based on a work-in-progress, as well | Bret Lambert |
2014-08-29 | Implement consistent host hashing for relayd, based on | Bret Lambert |
2014-08-18 | Sync proc.c with httpd. httpd needs SIGUSR1 but relayd will ignore it | Reyk Floeter |
2014-08-14 | Sync with httpd, including the following change from doug@: | Reyk Floeter |
2014-08-10 | There was a race in relayd that caused connections to hang. It | Alexander Bluhm |
2014-08-08 | No events were added for DNS UDP so it stopped working after the first | Reyk Floeter |
2014-07-17 | Move comment about strcasecmp() to a more suitable spot. | Stefan Sperling |
2014-07-14 | When a connection was spliced in one direction and in copy mode in | Alexander Bluhm |
2014-07-13 | Remove a debug message | Reyk Floeter |
2014-07-13 | Sync file to be identical in relayd(8) and httpd(8). | Reyk Floeter |
2014-07-13 | improve log output for relays. adjust regress tests | Sebastian Benoit |
2014-07-13 | repair matching of headers, add regress test for this error | Sebastian Benoit |
2014-07-12 | fix relay "append header" action, add regression test for append | Sebastian Benoit |
2014-07-12 | Move HTTP error codes into http.h. | Reyk Floeter |
2014-07-11 | optimize a FALLTHROUGH | Sebastian Benoit |