summaryrefslogtreecommitdiffstats
path: root/usr.sbin/relayctl (follow)
Commit message (Expand)AuthorAgeFilesLines
* Make help output of relayctl redirect|host|table friendlier.reyk2018-05-111-4/+1
* add options to specify the control socket in relayd and relayctl.benno2017-11-292-7/+38
* 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
* add missing "log" bitsgsoares2015-11-281-2/+6
* Move local logging functions from log.c to new file util.c (that isreyk2015-11-211-2/+2
* two leftovers string missed in tame->pledge conversionsemarie2015-10-121-2/+2
* relayctl pledges to use stdio onlybenno2015-10-101-1/+4
* an TLS -> a TLS; from thanos tsouanasjmc2015-07-241-3/+3
* Use "compliant" header guards by avoiding the reserved '_' namespace.reyk2015-06-111-1/+6
* Turn off -Werror in relayctl.reyk2015-06-031-2/+2
* Clean up the relayd headers with help of include-what-you-use and somereyk2015-01-223-24/+10
* spacingreyk2015-01-221-8/+11
* Replace <sys/param.h> with <limits.h> and other less dirty headers wherederaadt2015-01-161-2/+2
* Change the keyword "ssl" to "tls" to reflect reality since wereyk2014-12-121-11/+11
* 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-252-3/+5
* in section 8, use DIAGNOSTICS rather than ERRORS,schwarze2014-02-121-5/+5
* Remove -Wbounded: it is now the compiler default.martynas2014-01-181-2/+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
* Define empty CDIAGFLAGS for programs that use Werror.haesbaert2012-09-121-1/+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-194-7/+36
* 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
* move some things around to make intentions clear. not really a functionaltedu2010-09-042-19/+21
* Move imsg into libutil and add a man page.nicm2010-05-261-2/+4
* add "log brief" and "log verbose" to change logging verbosityjsg2010-01-113-5/+26
* Don't use [] in function arguments when dealing with arraysjsg2009-11-132-6/+6
* write UNIX-domain in a more consistent way; while here, replace asobrado2009-10-221-3/+3
* use the UNIX-related macros (.At and .Ux) where appropriate.sobrado2009-10-221-3/+4
* 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-174-10/+41
* 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-312-5/+5
* change the way relayd reports check results: instead of logging anreyk2008-12-052-4/+102
* 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
* note that redirections with the sticky-address option will not countreyk2007-12-201-1/+5
* implement statistics for redirections, like the existing statisticsreyk2007-12-204-34/+57
* various improvements for the relay pages; ok reykjmc2007-12-121-9/+10
* Rename everything which reffered to services refer to rdr for internalspyr2007-12-083-31/+31
* service -> redirectreyk2007-12-083-28/+28
* some changes to the relayd.conf configuration language and grammar.reyk2007-12-081-3/+9
* adjust the manpages to use "Relay daemon"reyk2007-12-071-2/+2