Age | Commit message (Expand) | Author |
2007-10-22 | we don't need mmap/munmap in relay_load_certificates anymore... | Reyk Floeter |
2007-10-22 | load certificates text at parse time. then load them in relay processes. | Pierre-Yves Ritschard |
2007-10-19 | Move relays from static TAILQs to allocated ones. | Pierre-Yves Ritschard |
2007-10-05 | stylistic changes in the relay/relay_config structure. | Reyk Floeter |
2007-10-05 | unbreak non-SSL relays by calling the ssl context init only if the SSL | Reyk Floeter |
2007-10-01 | kill some remaining debug that snuk in. | Pierre-Yves Ritschard |
2007-09-28 | Change the ssl_privsep code to work on char buffers. | Pierre-Yves Ritschard |
2007-09-27 | Move SSL context creation after privileges are dropped. | Pierre-Yves Ritschard |
2007-09-27 | Simplify ssl_privsep.c, since it won't need to remain synced with the | Pierre-Yves Ritschard |
2007-09-25 | Introduce two new functions to be able to load certificates while | Pierre-Yves Ritschard |
2007-09-10 | add support for relaying DNS traffic (with a little bit of packet | Reyk Floeter |
2007-09-07 | add an interface to dump running relay sessions to the control socket | Reyk Floeter |
2007-09-06 | rename relay_host to print_host in log.c | Reyk Floeter |
2007-09-05 | be extra careful with pointers in session_cmp | Reyk Floeter |
2007-09-05 | store relay sessions in SPLAY trees instead of TAILQ lists. this will | Reyk Floeter |
2007-09-04 | small fix in the error path when accepting new relay sessions | Reyk Floeter |
2007-09-04 | support chained ssl certificates; a chain can be added to the | Reyk Floeter |
2007-07-26 | Combine http filter/expect cases to simplify code. | Jonathan Gray |
2007-06-19 | Do not fatal out with ``pipe closed'' when a short read occurs on one | Pierre-Yves Ritschard |
2007-06-12 | put the fd passing from bgpd back in to hoststated's version of imsg, | Mathieu Sauve-Frankel |
2007-06-07 | (finally) Enable reload support for layer 3 configurations. | Pierre-Yves Ritschard |
2007-05-29 | move the ssl cipher suite string to a (small) static charbuf, | Pierre-Yves Ritschard |
2007-05-29 | move struct relay to the runtime + config scheme. | Pierre-Yves Ritschard |
2007-05-28 | another small step towards hoststated reloading. | Pierre-Yves Ritschard |
2007-05-27 | Second step towards hoststated reload: | Pierre-Yves Ritschard |
2007-05-26 | first steps for implementing reload: | Pierre-Yves Ritschard |
2007-05-02 | It is no longer needed to pass a cleared timeval to event_loopexit() NULL | Claudio Jeker |
2007-04-12 | add a new relay 'path' action to filter the URL path and arguments. | Reyk Floeter |
2007-04-10 | move the decoding of the URL, independent from the node lookups, we | Reyk Floeter |
2007-04-10 | it is a better idea to handle all enum values in the switch statement | Reyk Floeter |
2007-04-10 | the relay filter action needs special handling to work correctly | Reyk Floeter |
2007-03-21 | in addition to the host retry option in tables, add support for the | Reyk Floeter |
2007-03-17 | close unused relay2pfe privsep sockets correctly | Reyk Floeter |
2007-03-17 | fix the natlook mode. | Reyk Floeter |
2007-03-13 | allow to specify the IP_TTL and IP_MINTTL options for the relays to | Reyk Floeter |
2007-03-07 | - fix the hoststatectl host disable/enable commands to work with relay | Reyk Floeter |
2007-03-06 | add support for handling simple HTTP cookies (no per-path/domain | Reyk Floeter |
2007-03-05 | do not strip the header for expect, hash, and log actions. | Reyk Floeter |
2007-03-02 | when the http read callback changes and some data is still left in the | Reyk Floeter |
2007-02-27 | in addition to actions on request headers, allow to define relay | Reyk Floeter |
2007-02-26 | handle strlcpy return values, make lint happy | Reyk Floeter |
2007-02-26 | better error handling for buffer I/O, fix the log action | Reyk Floeter |
2007-02-26 | handle requests with chunked transfer-encoding. | Reyk Floeter |
2007-02-26 | tweak flushing of unwritten bytes on http mode changes | Reyk Floeter |
2007-02-26 | spacing | Reyk Floeter |
2007-02-26 | improve the relay bufferevent handler if one side closed the connection | Reyk Floeter |
2007-02-26 | re-use the retry value from table host entries for inbound relay | Reyk Floeter |
2007-02-26 | fix small memleaks | Reyk Floeter |
2007-02-25 | one example (of two) of tree breaking the "other gcc" | Theo de Raadt |
2007-02-24 | disable SSLv2 and use "HIGH" crypto cipher suites by default. | Reyk Floeter |