Age | Commit message (Expand) | Author |
2007-11-20 | allow to use the "include" directive in tables, services, relays, and | Reyk Floeter |
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-19 | spacing | Reyk Floeter |
2007-11-19 | knf (replace some ';;' with a single ';') | Reyk Floeter |
2007-11-19 | rework the internal handling of protocol actions a little bit: | Reyk Floeter |
2007-11-19 | always enable "late connect" relay mode if an "expect" or "filter" | Reyk Floeter |
2007-11-15 | Do not insert proto_default inside the dynamically alloced protocol queue. | Pierre-Yves Ritschard |
2007-11-14 | reset global variables everytime we enter parse_config. | Pierre-Yves Ritschard |
2007-11-14 | make protos dynamic too | Pierre-Yves Ritschard |
2007-11-12 | Remove space/tab compression function from lgetc() and replace | Marco Pfatschbacher |
2007-11-04 | Not using all defined protocols is not a hard error. Just print a warning | Claudio Jeker |
2007-10-22 | load certificates text at parse time. then load them in relay processes. | Pierre-Yves Ritschard |
2007-10-22 | add support for the include directive to the configuration file parser, | Reyk Floeter |
2007-10-22 | do not check the file secrecy of hoststated.conf, there is no need to | Reyk Floeter |
2007-10-19 | print system error when fopen fails. | Pierre-Yves Ritschard |
2007-10-19 | Do log initialisation correctly, like bgpd does. | Pierre-Yves Ritschard |
2007-10-19 | Move relays from static TAILQs to allocated ones. | Pierre-Yves Ritschard |
2007-10-19 | keep log_warn messages to be informed when a failure occurs during a reload. | Pierre-Yves Ritschard |
2007-10-18 | unbreak tree | Theo de Raadt |
2007-10-18 | extra arg to warn slipped through. | Pierre-Yves Ritschard |
2007-10-18 | repair file security warnings; ok pyr | Theo de Raadt |
2007-10-16 | Allow '=' to end a number in all lexers. | Marco Pfatschbacher |
2007-10-16 | in the lex... even inside quotes, a \ followed by space or tab should | Theo de Raadt |
2007-10-13 | in all these programs using the same pfctl-derived parse.y, re-unify the | Theo de Raadt |
2007-10-11 | next step in the yylex unification: handle quoted strings in a nicer fashion | Theo de Raadt |
2007-10-09 | use macro argument | Theo de Raadt |
2007-10-05 | cast to an int | Reyk Floeter |
2007-10-02 | stop messing with lgetc to please hoststated's check/expect. | Pierre-Yves Ritschard |
2007-10-02 | clean up merged code. | Pierre-Yves Ritschard |
2007-10-01 | Add NUMBER to hoststated's lexer, very similar to what has gone in | Pierre-Yves Ritschard |
2007-10-01 | keep lines < 80. | Pierre-Yves Ritschard |
2007-09-28 | Correct my mail address. | Pierre-Yves Ritschard |
2007-09-10 | add support for relaying DNS traffic (with a little bit of packet | Reyk Floeter |
2007-09-07 | store the table's port as the relay's dstport | Reyk Floeter |
2007-09-05 | store relay sessions in SPLAY trees instead of TAILQ lists. this will | Reyk Floeter |
2007-09-04 | Add the ability to specify a host header when using http(s) check methods. | Pierre-Yves Ritschard |
2007-07-05 | use a more traditional while() instead of for() for getopt(). | Thordur I. Bjornsson |
2007-05-31 | do not forget to store table and backup table ids in the service | Pierre-Yves Ritschard |
2007-05-31 | make sure object ids are reset before parsing the configuration file | Pierre-Yves Ritschard |
2007-05-31 | allocate table lists and service lists instead of using static structs. | Pierre-Yves Ritschard |
2007-05-29 | do not start relay processes when no L7 load balancing is needed. | 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 | 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-27 | allow to specify table templates in the configuration file and to | Reyk Floeter |
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 |