summaryrefslogtreecommitdiff
path: root/usr.sbin/hoststated/ssl.c
AgeCommit message (Collapse)Author
2007-05-27Second step towards hoststated reload:Pierre-Yves Ritschard
First split out hosts, tables and services into to structs, one that contains the runtime fields and one (inside the runtime) that contains mostly static fields that will be sent over the socket during reload. Also move the demoted field of tables inside the flags field as its just a boolean. ok reyk@
2007-02-22spacingReyk Floeter
2007-02-22Add layer 7 functionality to hoststated used for layer 7Reyk Floeter
loadbalancing, SSL acceleration, general-purpose TCP relaying, and transparent proxying. see hoststated.conf(5) and my upcoming article on undeadly.org for details. ok to commit deraadt@ pyr@
2007-02-08carefully check some return values and make lint happier. never passReyk Floeter
any truncated strings (table names/anchors/tags/...) to pf and the kernel. ok pyr@
2007-02-07remove superfluos log_debug() messagesReyk Floeter
ok pyr@
2007-02-06update some more debug messages and fix typos. also remove some extraReyk Floeter
debug noise from ssl.c.
2007-02-06declare the function ssl_error() globallyReyk Floeter
2007-01-30provide more accurate error messages.Pierre-Yves Ritschard
ok reyk@
2007-01-29Add SSL support to hoststated.Pierre-Yves Ritschard
with help and OK reyk@ with help and advice by claudio@ and Srebrenko Sehic