Age | Commit message (Expand) | Author |
2007-11-20 | it may be desirable to send a HTTP error page with error code and a | Reyk Floeter |
2007-11-20 | Allow overriding the global interval in a table. | Pierre-Yves Ritschard |
2007-11-20 | bump table name size. | Pierre-Yves Ritschard |
2007-11-19 | rework the internal handling of protocol actions a little bit: | Reyk Floeter |
2007-11-14 | make protos dynamic too | Pierre-Yves Ritschard |
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-19 | Add the ability to schedule an immediate check through hoststatectl. | Pierre-Yves Ritschard |
2007-10-12 | Silence some lint(1) warnings | Bret Lambert |
2007-10-05 | stylistic changes in the relay/relay_config structure. | Reyk Floeter |
2007-10-05 | using an enum in the imsg_hdr is gross, use a fixed u_int16_t instead | Reyk Floeter |
2007-10-02 | stop messing with lgetc to please hoststated's check/expect. | Pierre-Yves Ritschard |
2007-09-28 | Correct my mail address. | Pierre-Yves Ritschard |
2007-09-28 | Change the ssl_privsep code to work on char buffers. | 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-07 | remove unused flags field from the structure | Reyk Floeter |
2007-09-07 | add a function to print delays in hours, minutes, and seconds | Reyk Floeter |
2007-09-06 | rename relay_host to print_host in log.c | Reyk Floeter |
2007-09-05 | store relay sessions in SPLAY trees instead of TAILQ lists. this will | Reyk Floeter |
2007-09-05 | increase th maximum string size for the sslciphers from 32 to 768. | Reyk Floeter |
2007-06-18 | we're going to need more room for flags (again). | Pierre-Yves Ritschard |
2007-06-12 | put the fd passing from bgpd back in to hoststated's version of imsg, | Mathieu Sauve-Frankel |
2007-05-31 | allocate table lists and service lists instead of using static structs. | Pierre-Yves Ritschard |
2007-05-29 | allow the control handling code to send messages back to the parent. | Pierre-Yves Ritschard |
2007-05-29 | put the reload imsg types in right now. it makes my life easier. | Pierre-Yves Ritschard |
2007-05-29 | add a new check method which allows to run external scripts/programs | Reyk Floeter |
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-28 | store the configuration file's path, this will be useful when 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-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-03-21 | in addition to the host retry option in tables, add support for the | Reyk Floeter |
2007-03-17 | move some elements in the relay imsg ctl structures (just for the style) | Reyk Floeter |
2007-03-13 | allow to specify the IP_TTL and IP_MINTTL options for the relays to | Reyk Floeter |
2007-03-05 | do not strip the header for expect, hash, and log actions. | Reyk Floeter |
2007-02-27 | in addition to actions on request headers, allow to define relay | Reyk Floeter |
2007-02-26 | handle requests with chunked transfer-encoding. | 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-25 | remove unused variable | Reyk Floeter |
2007-02-24 | disable anonymous DH by default (cipher suite HIGH:!ADH instead of HIGH). | Reyk Floeter |
2007-02-24 | disable SSLv2 and use "HIGH" crypto cipher suites by default. | Reyk Floeter |
2007-02-24 | - allow to specify the SSL cipher suite and the SSL protocols | Reyk Floeter |
2007-02-23 | knf | Theo de Raadt |