index
:
src
cvs/HEAD
kms/intel
kms/radeon
master
OpenBSD base system
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
usr.sbin
/
relayd
/
control.c
Age
Commit message (
Expand
)
Author
2017-01-09
Stop accessing verbose and debug variables from log.c directly.
Reyk Floeter
2017-01-09
Replace hand-rolled for(;;) traversal of ctl_conns TAILQ with
Kenneth R Westerback
2016-09-26
spacing
Reyk Floeter
2016-09-02
As done in httpd, remove ps_ninstances and p_instance.
Reyk Floeter
2015-12-05
EAGAIN handling for imsg_read. OK henning@ benno@
Claudio Jeker
2015-12-02
In most cases we don't need all arguments of proc_compose*_imsg(),
Reyk Floeter
2015-11-28
Use SOCK_NONBLOCK in relayd as well.
Reyk Floeter
2015-05-28
Do not try to unlink the control socket in an unprivileged child
Florian Obser
2015-01-22
Clean up the relayd headers with help of include-what-you-use and some
Reyk Floeter
2015-01-16
Adapt to <limits.h> universe.
Theo de Raadt
2014-07-11
Tweak error checking for msgbuf_write() as recommended by the imsg
Kenneth R Westerback
2013-11-13
handle msgbuf_write() returning EAGAIN
Sebastian Benoit
2013-03-11
handle ECONNABORTED errors from accept(). In many code blocks they can be
Theo de Raadt
2012-04-19
relayd re-uses the event callbacks and passes the value of iev.data
Theo de Raadt
2012-04-11
delete excessive evtimer_pending; ok claudio
Theo de Raadt
2012-04-11
Do rate limiting of accept() when under pressure, like in other recent
Theo de Raadt
2011-05-20
Concurrent calls of "relayctl show sessions" could crash relayd. Fix
Reyk Floeter
2011-05-19
Fix reload support in relayd(8) by reimplementing large parts of the
Reyk Floeter
2011-05-09
Reorganize the relayd code to use the proc.c privsep API/commodity
Reyk Floeter
2011-05-05
Update all logging and debug functions to use the __func__ macro
Reyk Floeter
2010-05-14
zero out the allocate memory for a new control connection via calloc()
Reyk Floeter
2010-05-10
Various comment typos. 'wether' -> 'whether' (most popular), 'possiblity' ->
Kenneth R Westerback
2010-01-11
add "log brief" and "log verbose" to change logging verbosity
Jonathan Gray
2009-12-02
log_warn() consistency.
Michael Knudsen
2009-06-05
4 handed diff with eric:
Pierre-Yves Ritschard
2009-06-05
some KNF cleanup following the last sed.
Pierre-Yves Ritschard
2009-06-05
Make imsg completely async model agnostic by not requiring an
Pierre-Yves Ritschard
2009-06-03
initialize queue
Eric Faurot
2009-06-02
Libevent may do an upcall with both EV_READ and EV_WRITE set.
Reyk Floeter
2009-02-25
Fix an invalid pointer dereference in control_close(). If control_connbyfd()
Claudio Jeker
2008-07-19
If the new 'parent' keyword is specified for a host in a table,
Reyk Floeter
2008-01-31
add prefixes to names of structure elements to make it easier to grep
Reyk Floeter
2008-01-29
When relayd(8) accepts control it creates `connfd' descriptor with accept
Reyk Floeter
2007-12-08
Rename everything which reffered to services refer to rdr for internals
Pierre-Yves Ritschard
2007-12-07
hoststated gets renamed to relayd. easier to type, and actually says
Reyk Floeter
2007-11-24
sort includes, adjust to style(9)
Reyk Floeter
2007-11-19
spacing
Reyk Floeter
2007-10-19
Add the ability to schedule an immediate check through hoststatectl.
Pierre-Yves Ritschard
2007-09-07
add an interface to dump running relay sessions to the control socket
Reyk Floeter
2007-06-12
put the fd passing from bgpd back in to hoststated's version of imsg,
Mathieu Sauve-Frankel
2007-06-07
(finally) Enable reload support for layer 3 configurations.
Pierre-Yves Ritschard
2007-05-29
allow the control handling code to send messages back to the parent.
Pierre-Yves Ritschard
2007-03-19
do not signal "connection closed" upstream on EINTR/EAGAIN, from bgpd et al
Henning Brauer
2007-02-08
carefully check some return values and make lint happier. never pass
Reyk Floeter
2007-02-07
remove unused functions and variables which have been copied from
Reyk Floeter
2007-02-01
add a monitor mode to hoststatectl to continuously report changes in
Pierre-Yves Ritschard
2007-01-29
Add SSL support to hoststated.
Pierre-Yves Ritschard
2007-01-23
Typo in fatal() message found by dunceor @ gmail dot com
Claudio Jeker
2007-01-09
Finish renaming hostated to hoststated.
Pierre-Yves Ritschard
2007-01-09
adapt to rename
Theo de Raadt
[next]