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
/
relayd.c
Age
Commit message (
Expand
)
Author
2008-02-13
bump copyright
Reyk Floeter
2008-02-13
no need to set values after bcopying the complete struct
Reyk Floeter
2008-02-13
stylistic change: move code to add protonodes from the BNF into
Reyk Floeter
2008-02-11
Marry relayd with snmpd using new "send trap" option: Request to send
Reyk Floeter
2008-01-31
add prefixes to names of structure elements to make it easier to grep
Thordur I. Bjornsson
2008-01-31
add prefixes to names of structure elements to make it easier to grep
Reyk Floeter
2008-01-31
add prefixes to names of structure elements to make it easier to grep
Reyk Floeter
2008-01-29
When doing reconfigure() dont run a purge_config() on the
Thordur I. Bjornsson
2007-12-10
Warn the user when reloading a new configuration fails instead of killing
Pierre-Yves Ritschard
2007-12-08
Rename everything which reffered to services refer to rdr for internals
Pierre-Yves Ritschard
2007-12-08
some changes to the relayd.conf configuration language and grammar.
Reyk Floeter
2007-12-07
hoststated gets renamed to relayd. easier to type, and actually says
Reyk Floeter
2007-11-28
unref the label when free'ing a protocol node
Reyk Floeter
2007-11-25
in addition to IPv4/6 addresses, canonicalize the hostname for "url",
Reyk Floeter
2007-11-24
sort includes, adjust to style(9)
Reyk Floeter
2007-11-24
extend the url lookup algorithm to match the full URL and different
Reyk Floeter
2007-11-23
fix typo
Stuart Henderson
2007-11-21
move digest string handling into an extra function.
Reyk Floeter
2007-11-20
it may be desirable to send a HTTP error page with error code and a
Reyk Floeter
2007-11-19
spacing
Reyk Floeter
2007-11-19
rework the internal handling of protocol actions a little bit:
Reyk Floeter
2007-11-19
move repeated code to cleanup a protocol tree into a function.
Reyk Floeter
2007-11-15
Do not insert proto_default inside the dynamically alloced protocol queue.
Pierre-Yves Ritschard
2007-11-14
add some sanity, that will be useful later on.
Pierre-Yves Ritschard
2007-11-14
make protos dynamic too
Pierre-Yves Ritschard
2007-11-13
relays are dynamic now.
Pierre-Yves Ritschard
2007-11-04
the last change to enable logging to stderr on startup also enabled
Reyk Floeter
2007-10-19
Do log initialisation correctly, like bgpd does.
Pierre-Yves Ritschard
2007-10-19
Move relays from static TAILQs to allocated ones.
Pierre-Yves Ritschard
2007-10-12
Silence some lint(1) warnings
Bret Lambert
2007-10-05
stylistic changes in the relay/relay_config structure.
Reyk Floeter
2007-10-02
stop messing with lgetc to please hoststated's check/expect.
Pierre-Yves Ritschard
2007-09-28
KNF
Pierre-Yves Ritschard
2007-09-28
Correct my mail address.
Pierre-Yves Ritschard
2007-09-05
store relay sessions in SPLAY trees instead of TAILQ lists. this will
Reyk Floeter
2007-07-05
use a more traditional while() instead of for() for getopt().
Thordur I. Bjornsson
2007-06-19
Do not fatal out with ``pipe closed'' when a short read occurs on one
Pierre-Yves Ritschard
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-31
allocate table lists and service lists instead of using static structs.
Pierre-Yves Ritschard
2007-05-30
give ibuf to event_set
Pierre-Yves Ritschard
2007-05-30
backout more code that shouldn't have gone in.
Pierre-Yves Ritschard
2007-05-30
backout last diff which introduces problems and use the global
Pierre-Yves Ritschard
2007-05-29
make sure every dispatch function is fed the environment structure.
Pierre-Yves Ritschard
2007-05-29
allow the control handling code to send messages back to the parent.
Pierre-Yves Ritschard
2007-05-29
do not start relay processes when no L7 load balancing is needed.
Pierre-Yves Ritschard
2007-05-29
add a new check method which allows to run external scripts/programs
Reyk Floeter
2007-05-29
when purging relays, purge sessions as well.
Pierre-Yves Ritschard
2007-05-29
move struct relay to the runtime + config scheme.
Pierre-Yves Ritschard
2007-05-28
another small step towards hoststated reloading.
Pierre-Yves Ritschard
[next]