summaryrefslogtreecommitdiffstats
path: root/usr.sbin/relayctl/relayctl.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* add options to specify the control socket in relayd and relayctl.benno2017-11-291-5/+24
* Replace [RELAY|SERVER]_MAXPROC with the new PROC_MAX_INSTANCESreyk2016-09-031-4/+4
* EAGAIN handling for imsg_read. OK henning@ benno@claudio2015-12-051-2/+2
* two leftovers string missed in tame->pledge conversionsemarie2015-10-121-2/+2
* relayctl pledges to use stdio onlybenno2015-10-101-1/+4
* Clean up the relayd headers with help of include-what-you-use and somereyk2015-01-221-10/+6
* Replace <sys/param.h> with <limits.h> and other less dirty headers wherederaadt2015-01-161-2/+2
* Replace the protocol directives for HTTP with a new generic filteringreyk2014-07-091-4/+5
* I did enough significant changes and/or additions since 2007 afterreyk2014-06-251-1/+2
* cope with the EAGAIN API change for msgbuf_write()deraadt2013-11-141-2/+2
* time_t 64bit fixes for relayd and relayctl:benno2013-04-271-3/+3
* Handle big time_tguenther2013-04-031-2/+2
* This diff changes relayd to use the monotonic clock instead ofreyk2013-03-101-3/+2
* Concurrent calls of "relayctl show sessions" could crash relayd. Fixreyk2011-05-201-2/+3
* Fix reload support in relayd(8) by reimplementing large parts of thereyk2011-05-191-2/+9
* Reorganize the relayd code to use the proc.c privsep API/commodityreyk2011-05-091-2/+2
* Add missing #includes instead of assuming that some system header pulls inguenther2010-12-311-1/+2
* add "log brief" and "log verbose" to change logging verbosityjsg2010-01-111-2/+13
* If relayd returned an error don't exit with success. This may help scriptsclaudio2009-09-011-2/+4
* also report routers and their host states in relayctlreyk2009-08-171-5/+31
* rename 'struct session' to 'struct rsession' because it conflicts withreyk2009-08-071-2/+2
* 4 handed diff with eric:pyr2009-06-051-9/+2
* an ellipsis allows more than one argument being specified;sobrado2008-12-311-2/+2
* change the way relayd reports check results: instead of logging anreyk2008-12-051-2/+4
* print the host parent id if availablereyk2008-07-191-2/+8
* add prefixes to names of structure elements to make it easier to grepthib2008-01-311-11/+11
* add prefixes to names of structure elements to make it easier to grepreyk2008-01-311-3/+3
* implement statistics for redirections, like the existing statisticsreyk2007-12-201-29/+46
* Rename everything which reffered to services refer to rdr for internalspyr2007-12-081-16/+16
* service -> redirectreyk2007-12-081-15/+15
* hoststated gets renamed to relayd. easier to type, and actually saysreyk2007-12-071-6/+6
* style(9) for includesreyk2007-11-241-3/+4
* re-implement the "mark" action and document it in the manpage:reyk2007-11-231-2/+5
* Add the ability to schedule an immediate check through hoststatectl.pyr2007-10-191-1/+5
* KNF.pyr2007-09-291-2/+2
* Correct my mail address.pyr2007-09-281-2/+2
* add a "show sessions" command to dump the complete list of running relayreyk2007-09-071-1/+41
* simple style change in the switchreyk2007-09-071-6/+2
* reflect msf's changes to the imsg framework in hoststated.pyr2007-06-121-11/+11
* allow the control handling code to send messages back to the parent.pyr2007-05-291-3/+3
* move struct relay to the runtime + config scheme.pyr2007-05-291-3/+3
* Reflect recent hoststated changes into hoststatectlpyr2007-05-281-6/+6
* spacingreyk2007-02-221-2/+2
* Add layer 7 functionality to hoststated used for layer 7reyk2007-02-221-14/+84
* inform hoststatectl monitor of ruleset changes and table syncs.pyr2007-02-061-1/+4
* wait for hoststated to become available in monitor mode.reyk2007-02-031-2/+11
* print id name in the monitor output if availablereyk2007-02-011-1/+3
* modify the imsg monitor to look even nicer and to use a more flexiblereyk2007-02-011-43/+79
* add a monitor mode to hoststatectl to continuously report changes inpyr2007-02-011-1/+59
* Add SSL support to hoststated.pyr2007-01-291-1/+3