summaryrefslogtreecommitdiffstats
path: root/usr.sbin/hoststated/pfe.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* hoststated/hoststatectl get repository copied (and de-tagged) intoderaadt2007-12-071-910/+0
* sort includes, adjust to style(9)reyk2007-11-241-3/+3
* spacingreyk2007-11-191-4/+4
* Do not insert proto_default inside the dynamically alloced protocol queue.pyr2007-11-151-2/+7
* do go through relays when none exist.pyr2007-11-141-2/+7
* untangle a mess in the state update logicreyk2007-10-301-10/+8
* Move relays from static TAILQs to allocated ones.pyr2007-10-191-2/+2
* Add the ability to schedule an immediate check through hoststatectl.pyr2007-10-191-2/+2
* Correct my mail address.pyr2007-09-281-2/+2
* Do not clear the changed flag to early, which prevented a tablepyr2007-09-271-4/+9
* add an interface to dump running relay sessions to the control socketreyk2007-09-071-1/+53
* don't go through the effort of creating a SIGHUP handler throughpyr2007-06-191-7/+2
* Do not fatal out with ``pipe closed'' when a short read occurs on onepyr2007-06-191-7/+19
* put the fd passing from bgpd back in to hoststated's version of imsg,msf2007-06-121-20/+21
* (finally) Enable reload support for layer 3 configurations.pyr2007-06-071-1/+78
* simplify pfe_disable_eventspyr2007-05-311-7/+4
* split pfe's event registration in separate functions (like for hce)pyr2007-05-311-16/+47
* allocate table lists and service lists instead of using static structs.pyr2007-05-311-4/+4
* when the time comes, let pfe_dispatch_parent be able to service morepyr2007-05-291-1/+2
* allow the control handling code to send messages back to the parent.pyr2007-05-291-2/+2
* another small step towards hoststated reloading.pyr2007-05-281-1/+2
* Second step towards hoststated reload:pyr2007-05-271-75/+80
* first steps for implementing reload:pyr2007-05-261-5/+6
* fix potential NULL deref.pyr2007-05-091-7/+7
* fix a bug in the initial setup of the pfe2relay communication socketsreyk2007-03-171-5/+10
* - fix the hoststatectl host disable/enable commands to work with relayreyk2007-03-071-2/+22
* handle strlcpy return values, make lint happyreyk2007-02-261-2/+2
* knfderaadt2007-02-231-2/+2
* spacingreyk2007-02-221-6/+7
* Add layer 7 functionality to hoststated used for layer 7reyk2007-02-221-10/+149
* carefully check some return values and make lint happier. never passreyk2007-02-081-2/+4
* fix a bug when enabling a service that has no backup table.pyr2007-02-061-1/+3
* remove an unused variable.pyr2007-02-061-3/+1
* inform hoststatectl monitor of ruleset changes and table syncs.pyr2007-02-061-2/+22
* add a monitor mode to hoststatectl to continuously report changes inpyr2007-02-011-1/+8
* Add SSL support to hoststated.pyr2007-01-291-1/+3
* Similar to ospfd and ripd ignore SIGPIPE in all processes to be able to doclaudio2007-01-241-1/+2
* Finish renaming hostated to hoststated.pyr2007-01-091-5/+5
* adapt to renamederaadt2007-01-091-2/+2
* do NOT use the regexp interface. it is way to complicated, error-pronereyk2007-01-081-2/+1
* add a generic send/expect check using regular expression (seereyk2007-01-081-1/+2
* - allow to use host/service/table names instead of Ids in hostatectl.reyk2006-12-161-23/+53
* knf, spacingreyk2006-12-161-47/+47
* Import hostated, the host status daemon. This daemon will monitorreyk2006-12-161-0/+497