summaryrefslogtreecommitdiff
path: root/usr.sbin/relayd
AgeCommit message (Expand)Author
2007-10-22we don't need mmap/munmap in relay_load_certificates anymore...Reyk Floeter
2007-10-22load certificates text at parse time. then load them in relay processes.Pierre-Yves Ritschard
2007-10-22add missing .Ed;Jason McIntyre
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-19Add the ability to schedule an immediate check through hoststatectl.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-13avoid errno trashing in signal handlerTheo de Raadt
2007-10-13in all these programs using the same pfctl-derived parse.y, re-unify theTheo de Raadt
2007-10-12Silence some lint(1) warningsBret Lambert
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-09Do not notify twice about the same timeout in check_icmp, this previouslyPierre-Yves Ritschard
2007-10-05stylistic changes in the relay/relay_config structure.Reyk Floeter
2007-10-05cast to an intReyk Floeter
2007-10-05using an enum in the imsg_hdr is gross, use a fixed u_int16_t insteadReyk Floeter
2007-10-05unbreak non-SSL relays by calling the ssl context init only if the SSLReyk 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-01kill some remaining debug that snuk in.Pierre-Yves Ritschard
2007-10-01keep lines < 80.Pierre-Yves Ritschard
2007-09-28KNFPierre-Yves Ritschard
2007-09-28Better description of the daemon.Pierre-Yves Ritschard
2007-09-28Correct my mail address.Pierre-Yves Ritschard
2007-09-28Change 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-28Add missing "s" to https check description.Christopher Pascoe
2007-09-27Move SSL context creation after privileges are dropped.Pierre-Yves Ritschard
2007-09-27Simplify ssl_privsep.c, since it won't need to remain synced with thePierre-Yves Ritschard
2007-09-27Do not clear the changed flag to early, which prevented a tablePierre-Yves Ritschard
2007-09-25Introduce two new functions to be able to load certificates whilePierre-Yves Ritschard
2007-09-10add support for relaying DNS traffic (with a little bit of packetReyk Floeter
2007-09-07add an interface to dump running relay sessions to the control socketReyk Floeter
2007-09-07remove unused flags field from the structureReyk Floeter
2007-09-07store the table's port as the relay's dstportReyk Floeter
2007-09-07add a function to print delays in hours, minutes, and secondsReyk Floeter
2007-09-06rename relay_host to print_host in log.cReyk Floeter
2007-09-05be extra careful with pointers in session_cmpReyk Floeter
2007-09-05add my copyright because i added a lot.Reyk Floeter
2007-09-05store relay sessions in SPLAY trees instead of TAILQ lists. this willReyk Floeter
2007-09-05increase th maximum string size for the sslciphers from 32 to 768.Reyk Floeter