summaryrefslogtreecommitdiff
path: root/usr.sbin/relayctl
AgeCommit message (Expand)Author
8 hoursConvert simple stuff in usr.sbin over to new imsgbuf_init behaviourClaudio Jeker
9 hoursUnify error reporting in various control programs.Claudio Jeker
9 hoursConvert the common imsgbuf_read calls to the post EAGAIN world.Claudio Jeker
9 hoursRename imsg_init, imsg_clear, imsg_read, imsg_write and imsg_flush toClaudio Jeker
9 hoursUse imsg_flush() instead of implementing the same by hand.Claudio Jeker
2018-05-11Make help output of relayctl redirect|host|table friendlier.Reyk Floeter
2017-11-29add options to specify the control socket in relayd and relayctl.Sebastian Benoit
2016-09-03Replace [RELAY|SERVER]_MAXPROC with the new PROC_MAX_INSTANCESReyk Floeter
2015-12-05EAGAIN handling for imsg_read. OK henning@ benno@Claudio Jeker
2015-11-28add missing "log" bitsGleydson Soares
2015-11-21Move local logging functions from log.c to new file util.c (that isReyk Floeter
2015-10-12two leftovers string missed in tame->pledge conversionSebastien Marie
2015-10-10relayctl pledges to use stdio onlySebastian Benoit
2015-07-24an TLS -> a TLS; from thanos tsouanasJason McIntyre
2015-06-11Use "compliant" header guards by avoiding the reserved '_' namespace.Reyk Floeter
2015-06-03Turn off -Werror in relayctl.Reyk Floeter
2015-01-22Clean up the relayd headers with help of include-what-you-use and someReyk Floeter
2015-01-22spacingReyk Floeter
2015-01-16Replace <sys/param.h> with <limits.h> and other less dirty headers whereTheo de Raadt
2014-12-12Change the keyword "ssl" to "tls" to reflect reality since weReyk Floeter
2014-07-09Replace the protocol directives for HTTP with a new generic filteringReyk Floeter
2014-06-25I did enough significant changes and/or additions since 2007 afterReyk Floeter
2014-02-12in section 8, use DIAGNOSTICS rather than ERRORS,Ingo Schwarze
2014-01-18Remove -Wbounded: it is now the compiler default.Martynas Venckus
2013-11-14cope with the EAGAIN API change for msgbuf_write()Theo de Raadt
2013-04-27time_t 64bit fixes for relayd and relayctl:Sebastian Benoit
2013-04-03Handle big time_tPhilip Guenther
2013-03-10This diff changes relayd to use the monotonic clock instead ofReyk Floeter
2012-09-12Define empty CDIAGFLAGS for programs that use Werror.Christiano F. Haesbaert
2011-05-20Concurrent calls of "relayctl show sessions" could crash relayd. FixReyk Floeter
2011-05-19Fix reload support in relayd(8) by reimplementing large parts of theReyk Floeter
2011-05-09Reorganize the relayd code to use the proc.c privsep API/commodityReyk Floeter
2010-12-31Add missing #includes instead of assuming that some system header pulls inPhilip Guenthe
2010-09-04move some things around to make intentions clear. not really a functionalTed Unangst
2010-05-26Move imsg into libutil and add a man page.Nicholas Marriott
2010-01-11add "log brief" and "log verbose" to change logging verbosityJonathan Gray
2009-11-13Don't use [] in function arguments when dealing with arraysJonathan Gray
2009-10-22write UNIX-domain in a more consistent way; while here, replace aIgor Sobrado
2009-10-22use the UNIX-related macros (.At and .Ux) where appropriate.Igor Sobrado
2009-09-01If relayd returned an error don't exit with success. This may help scriptsClaudio Jeker
2009-08-17also report routers and their host states in relayctlReyk Floeter
2009-08-07rename 'struct session' to 'struct rsession' because it conflicts withReyk Floeter
2009-06-054 handed diff with eric:Pierre-Yves Ritschard
2008-12-31an ellipsis allows more than one argument being specified;Igor Sobrado
2008-12-05change the way relayd reports check results: instead of logging anReyk Floeter
2008-07-19print the host parent id if availableReyk Floeter
2008-01-31add prefixes to names of structure elements to make it easier to grepThordur I. Bjornsson
2008-01-31add prefixes to names of structure elements to make it easier to grepReyk Floeter
2007-12-20note that redirections with the sticky-address option will not countReyk Floeter
2007-12-20implement statistics for redirections, like the existing statisticsReyk Floeter