summaryrefslogtreecommitdiff
path: root/usr.sbin/hoststated/parse.y
AgeCommit message (Expand)Author
2007-12-07hoststated/hoststatectl get repository copied (and de-tagged) intoTheo de Raadt
2007-11-26allow to add labels to protocol actions, they will be printed in httpReyk Floeter
2007-11-24sort includes, adjust to style(9)Reyk Floeter
2007-11-23re-implement the "mark" action and document it in the manpage:Reyk Floeter
2007-11-22add (new) "url" protocol action, this can be used to match/filter URLReyk Floeter
2007-11-21spacingReyk Floeter
2007-11-21extend action grammar with "filter value" and "expect value" as aReyk Floeter
2007-11-21move digest string handling into an extra function.Reyk Floeter
2007-11-21rename the "url" filter action to "query" to use the correct term.Reyk Floeter
2007-11-21allow the http digest type to be either SHA1 or MD5 determined by theReyk Floeter
2007-11-20allow to use the "include" directive in tables, services, relays, andReyk Floeter
2007-11-20it may be desirable to send a HTTP error page with error code and aReyk Floeter
2007-11-20Allow overriding the global interval in a table.Pierre-Yves Ritschard
2007-11-19spacingReyk Floeter
2007-11-19knf (replace some ';;' with a single ';')Reyk Floeter
2007-11-19rework the internal handling of protocol actions a little bit:Reyk Floeter
2007-11-19always enable "late connect" relay mode if an "expect" or "filter"Reyk Floeter
2007-11-15Do not insert proto_default inside the dynamically alloced protocol queue.Pierre-Yves Ritschard
2007-11-14reset global variables everytime we enter parse_config.Pierre-Yves Ritschard
2007-11-14make protos dynamic tooPierre-Yves Ritschard
2007-11-12Remove space/tab compression function from lgetc() and replaceMarco Pfatschbacher
2007-11-04Not using all defined protocols is not a hard error. Just print a warningClaudio Jeker
2007-10-22load certificates text at parse time. then load them in relay processes.Pierre-Yves Ritschard
2007-10-22add support for the include directive to the configuration file parser,Reyk Floeter
2007-10-22do not check the file secrecy of hoststated.conf, there is no need toReyk Floeter
2007-10-19print system error when fopen fails.Pierre-Yves Ritschard
2007-10-19Do log initialisation correctly, like bgpd does.Pierre-Yves Ritschard
2007-10-19Move relays from static TAILQs to allocated ones.Pierre-Yves Ritschard
2007-10-19keep log_warn messages to be informed when a failure occurs during a reload.Pierre-Yves Ritschard
2007-10-18unbreak treeTheo de Raadt
2007-10-18extra arg to warn slipped through.Pierre-Yves Ritschard
2007-10-18repair file security warnings; ok pyrTheo de Raadt
2007-10-16Allow '=' to end a number in all lexers.Marco Pfatschbacher
2007-10-16in the lex... even inside quotes, a \ followed by space or tab shouldTheo de Raadt
2007-10-13in all these programs using the same pfctl-derived parse.y, re-unify theTheo de Raadt
2007-10-11next step in the yylex unification: handle quoted strings in a nicer fashionTheo de Raadt
2007-10-09use macro argumentTheo de Raadt
2007-10-05cast to an intReyk Floeter
2007-10-02stop messing with lgetc to please hoststated's check/expect.Pierre-Yves Ritschard
2007-10-02clean up merged code.Pierre-Yves Ritschard
2007-10-01Add NUMBER to hoststated's lexer, very similar to what has gone inPierre-Yves Ritschard
2007-10-01keep lines < 80.Pierre-Yves Ritschard
2007-09-28Correct my mail address.Pierre-Yves Ritschard
2007-09-10add support for relaying DNS traffic (with a little bit of packetReyk Floeter
2007-09-07store the table's port as the relay's dstportReyk Floeter
2007-09-05store relay sessions in SPLAY trees instead of TAILQ lists. this willReyk Floeter
2007-09-04Add the ability to specify a host header when using http(s) check methods.Pierre-Yves Ritschard
2007-07-05use a more traditional while() instead of for() for getopt().Thordur I. Bjornsson
2007-05-31do not forget to store table and backup table ids in the servicePierre-Yves Ritschard
2007-05-31make sure object ids are reset before parsing the configuration filePierre-Yves Ritschard