summaryrefslogtreecommitdiff
path: root/usr.sbin/hoststated/parse.y
AgeCommit message (Expand)Author
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
2007-05-31allocate table lists and service lists instead of using static structs.Pierre-Yves Ritschard
2007-05-29do not start relay processes when no L7 load balancing is needed.Pierre-Yves Ritschard
2007-05-29add a new check method which allows to run external scripts/programsReyk Floeter
2007-05-29move the ssl cipher suite string to a (small) static charbuf,Pierre-Yves Ritschard
2007-05-29move struct relay to the runtime + config scheme.Pierre-Yves Ritschard
2007-05-28store the configuration file's path, this will be useful when reloading.Pierre-Yves Ritschard
2007-05-27Second step towards hoststated reload:Pierre-Yves Ritschard
2007-05-27allow to specify table templates in the configuration file and toReyk Floeter
2007-05-26first steps for implementing reload:Pierre-Yves Ritschard
2007-04-12add a new relay 'path' action to filter the URL path and arguments.Reyk Floeter