Age | Commit message (Expand) | Author |
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 |
2007-09-10 | add support for relaying DNS traffic (with a little bit of packet | Reyk Floeter |
2007-09-07 | add an interface to dump running relay sessions to the control socket | Reyk Floeter |
2007-09-07 | remove unused flags field from the structure | Reyk Floeter |
2007-09-07 | store the table's port as the relay's dstport | Reyk Floeter |
2007-09-07 | add a function to print delays in hours, minutes, and seconds | Reyk Floeter |
2007-09-06 | rename relay_host to print_host in log.c | Reyk Floeter |
2007-09-05 | be extra careful with pointers in session_cmp | Reyk Floeter |
2007-09-05 | add my copyright because i added a lot. | Reyk Floeter |
2007-09-05 | store relay sessions in SPLAY trees instead of TAILQ lists. this will | Reyk Floeter |
2007-09-05 | increase th maximum string size for the sslciphers from 32 to 768. | Reyk Floeter |
2007-09-04 | Add the ability to specify a host header when using http(s) check methods. | Pierre-Yves Ritschard |
2007-09-04 | small fix in the error path when accepting new relay sessions | Reyk Floeter |
2007-09-04 | support chained ssl certificates; a chain can be added to the | Reyk Floeter |
2007-07-26 | Combine http filter/expect cases to simplify code. | Jonathan Gray |
2007-07-24 | Quote digest otherwise it won't be parsed as a string. | Pierre-Yves Ritschard |
2007-07-24 | make imsg_create use dynamic buffers. | Pierre-Yves Ritschard |
2007-07-16 | typo | Pierre-Yves Ritschard |
2007-07-16 | use fatal and not err, the message would get lost. | Pierre-Yves Ritschard |
2007-07-05 | use a more traditional while() instead of for() for getopt(). | Thordur I. Bjornsson |
2007-06-19 | don't go through the effort of creating a SIGHUP handler through | Pierre-Yves Ritschard |
2007-06-19 | Do not fatal out with ``pipe closed'' when a short read occurs on one | Pierre-Yves Ritschard |
2007-06-18 | we're going to need more room for flags (again). | Pierre-Yves Ritschard |
2007-06-12 | put the fd passing from bgpd back in to hoststated's version of imsg, | Mathieu Sauve-Frankel |
2007-06-07 | always close sockets before calling hce_notify_done. | Pierre-Yves Ritschard |
2007-06-07 | (finally) Enable reload support for layer 3 configurations. | Pierre-Yves Ritschard |
2007-05-31 | convert to new .Dd format; | Jason McIntyre |
2007-05-31 | do not forget to store table and backup table ids in the service | Pierre-Yves Ritschard |