Age | Commit message (Expand) | Author |
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 | do go through relays when none exist. | Pierre-Yves Ritschard |
2007-11-14 | add some sanity, that will be useful later on. | Pierre-Yves Ritschard |
2007-11-14 | make protos dynamic too | Pierre-Yves Ritschard |
2007-11-13 | relays are dynamic now. | Pierre-Yves Ritschard |
2007-11-12 | Remove space/tab compression function from lgetc() and replace | Marco Pfatschbacher |
2007-11-04 | the last change to enable logging to stderr on startup also enabled | Reyk Floeter |
2007-11-04 | Not using all defined protocols is not a hard error. Just print a warning | Claudio Jeker |
2007-10-30 | untangle a mess in the state update logic | Reyk Floeter |
2007-10-22 | we don't need mmap/munmap in relay_load_certificates anymore... | Reyk Floeter |
2007-10-22 | load certificates text at parse time. then load them in relay processes. | Pierre-Yves Ritschard |
2007-10-22 | add missing .Ed; | Jason McIntyre |
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 | Add the ability to schedule an immediate check through hoststatectl. | 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 | avoid errno trashing in signal handler | 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-12 | Silence some lint(1) warnings | Bret Lambert |
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-09 | Do not notify twice about the same timeout in check_icmp, this previously | Pierre-Yves Ritschard |
2007-10-05 | stylistic changes in the relay/relay_config structure. | Reyk Floeter |
2007-10-05 | cast to an int | 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-05 | unbreak non-SSL relays by calling the ssl context init only if the SSL | 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 | kill some remaining debug that snuk in. | Pierre-Yves Ritschard |
2007-10-01 | keep lines < 80. | Pierre-Yves Ritschard |
2007-09-28 | KNF | Pierre-Yves Ritschard |
2007-09-28 | Better description of the daemon. | 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-28 | "require to +inf." is not a good verb pattern, so reword; | Jason McIntyre |
2007-09-28 | Add missing "s" to https check description. | Christopher Pascoe |
2007-09-27 | Move SSL context creation after privileges are dropped. | 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-27 | Do not clear the changed flag to early, which prevented a table | Pierre-Yves Ritschard |
2007-09-25 | Introduce two new functions to be able to load certificates while | Pierre-Yves Ritschard |