summaryrefslogtreecommitdiff
path: root/usr.sbin/hoststated
AgeCommit message (Expand)Author
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
2007-09-04Add the ability to specify a host header when using http(s) check methods.Pierre-Yves Ritschard
2007-09-04small fix in the error path when accepting new relay sessionsReyk Floeter
2007-09-04support chained ssl certificates; a chain can be added to theReyk Floeter
2007-07-26Combine http filter/expect cases to simplify code.Jonathan Gray
2007-07-24Quote digest otherwise it won't be parsed as a string.Pierre-Yves Ritschard
2007-07-24make imsg_create use dynamic buffers.Pierre-Yves Ritschard
2007-07-16typoPierre-Yves Ritschard
2007-07-16use fatal and not err, the message would get lost.Pierre-Yves Ritschard
2007-07-05use a more traditional while() instead of for() for getopt().Thordur I. Bjornsson
2007-06-19don't go through the effort of creating a SIGHUP handler throughPierre-Yves Ritschard
2007-06-19Do not fatal out with ``pipe closed'' when a short read occurs on onePierre-Yves Ritschard
2007-06-18we're going to need more room for flags (again).Pierre-Yves Ritschard
2007-06-12put the fd passing from bgpd back in to hoststated's version of imsg,Mathieu Sauve-Frankel
2007-06-07always 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-31convert to new .Dd format;Jason McIntyre
2007-05-31do not forget to store table and backup table ids in the servicePierre-Yves Ritschard
2007-05-31simplify pfe_disable_eventsPierre-Yves Ritschard
2007-05-31make sure object ids are reset before parsing the configuration filePierre-Yves Ritschard
2007-05-31split pfe's event registration in separate functions (like for hce)Pierre-Yves Ritschard
2007-05-31split event registration between the ones that will be kept intactPierre-Yves Ritschard
2007-05-31some silly debug code snuck in.Pierre-Yves Ritschard
2007-05-31allocate table lists and service lists instead of using static structs.Pierre-Yves Ritschard
2007-05-30give ibuf to event_setPierre-Yves Ritschard
2007-05-30backout more code that shouldn't have gone in.Pierre-Yves Ritschard
2007-05-30backout last diff which introduces problems and use the globalPierre-Yves Ritschard