Age | Commit message (Expand) | Author |
2007-12-07 | hoststated/hoststatectl get repository copied (and de-tagged) into | Theo de Raadt |
2007-11-26 | allow to add labels to protocol actions, they will be printed in http | Reyk Floeter |
2007-11-24 | sort includes, adjust to style(9) | Reyk Floeter |
2007-11-23 | re-implement the "mark" action and document it in the manpage: | Reyk Floeter |
2007-11-22 | add (new) "url" protocol action, this can be used to match/filter URL | Reyk Floeter |
2007-11-21 | spacing | Reyk Floeter |
2007-11-21 | extend action grammar with "filter value" and "expect value" as a | Reyk Floeter |
2007-11-21 | move digest string handling into an extra function. | Reyk Floeter |
2007-11-21 | rename the "url" filter action to "query" to use the correct term. | Reyk Floeter |
2007-11-21 | allow the http digest type to be either SHA1 or MD5 determined by the | Reyk Floeter |
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 |