OpenBSD CVS

CVS log for src/usr.sbin/hoststated/Attic/ssl.c


[BACK] Up to [local] / src / usr.sbin / hoststated

Request diff between arbitrary revisions


Default branch: MAIN


Revision 1.13, Fri Dec 7 17:27:07 2007 UTC (16 years, 5 months ago) by deraadt
Branch: MAIN
CVS Tags: HEAD
Changes since 1.12: +1 -1 lines
FILE REMOVED

hoststated/hoststatectl get repository copied (and de-tagged) into
relayd/relayctl.  This is a more suitable place for a daemon that has
grown out of it's initial roots of "monitoring and redirecting services
at various layers", into one that is "a full featured proxy, which
happens to know what is up/down"

Revision 1.12 / (download) - annotate - [select for diffs], Wed Dec 5 23:02:05 2007 UTC (16 years, 6 months ago) by reyk
Branch: MAIN
Changes since 1.11: +2 -1 lines
Diff to previous 1.11 (colored)

fix fd/ssl leak in hoststated ssl checks

From Przemyslaw Frasunek, closes PR 5671

Revision 1.11 / (download) - annotate - [select for diffs], Sat Nov 24 17:07:28 2007 UTC (16 years, 6 months ago) by reyk
Branch: MAIN
Changes since 1.10: +5 -4 lines
Diff to previous 1.10 (colored)

sort includes, adjust to style(9)

Revision 1.10 / (download) - annotate - [select for diffs], Fri Sep 28 13:29:56 2007 UTC (16 years, 8 months ago) by pyr
Branch: MAIN
Changes since 1.9: +2 -2 lines
Diff to previous 1.9 (colored)

Correct my mail address.

Revision 1.9 / (download) - annotate - [select for diffs], Sun May 27 20:53:10 2007 UTC (17 years ago) by pyr
Branch: MAIN
CVS Tags: OPENBSD_4_2_BASE, OPENBSD_4_2
Changes since 1.8: +14 -14 lines
Diff to previous 1.8 (colored)

Second step towards hoststated reload:
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@

Revision 1.8 / (download) - annotate - [select for diffs], Thu Feb 22 05:58:06 2007 UTC (17 years, 3 months ago) by reyk
Branch: MAIN
CVS Tags: OPENBSD_4_1_BASE, OPENBSD_4_1
Changes since 1.7: +7 -7 lines
Diff to previous 1.7 (colored)

spacing

Revision 1.7 / (download) - annotate - [select for diffs], Thu Feb 22 03:32:40 2007 UTC (17 years, 3 months ago) by reyk
Branch: MAIN
Changes since 1.6: +6 -1 lines
Diff to previous 1.6 (colored)

Add layer 7 functionality to hoststated used for layer 7
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@

Revision 1.6 / (download) - annotate - [select for diffs], Thu Feb 8 13:32:24 2007 UTC (17 years, 3 months ago) by reyk
Branch: MAIN
Changes since 1.5: +3 -3 lines
Diff to previous 1.5 (colored)

carefully check some return values and make lint happier.  never pass
any truncated strings (table names/anchors/tags/...) to pf and the
kernel.

ok pyr@

Revision 1.5 / (download) - annotate - [select for diffs], Wed Feb 7 14:39:45 2007 UTC (17 years, 3 months ago) by reyk
Branch: MAIN
Changes since 1.4: +1 -12 lines
Diff to previous 1.4 (colored)

remove superfluos log_debug() messages

ok pyr@

Revision 1.4 / (download) - annotate - [select for diffs], Tue Feb 6 10:27:33 2007 UTC (17 years, 3 months ago) by reyk
Branch: MAIN
Changes since 1.3: +7 -14 lines
Diff to previous 1.3 (colored)

update some more debug messages and fix typos. also remove some extra
debug noise from ssl.c.

Revision 1.3 / (download) - annotate - [select for diffs], Tue Feb 6 10:06:55 2007 UTC (17 years, 3 months ago) by reyk
Branch: MAIN
Changes since 1.2: +1 -2 lines
Diff to previous 1.2 (colored)

declare the function ssl_error() globally

Revision 1.2 / (download) - annotate - [select for diffs], Tue Jan 30 11:48:06 2007 UTC (17 years, 4 months ago) by pyr
Branch: MAIN
Changes since 1.1: +12 -13 lines
Diff to previous 1.1 (colored)

provide more accurate error messages.
ok reyk@

Revision 1.1 / (download) - annotate - [select for diffs], Mon Jan 29 14:23:31 2007 UTC (17 years, 4 months ago) by pyr
Branch: MAIN

Add SSL support to hoststated.
with help and OK reyk@
with help and advice by claudio@ and Srebrenko Sehic

This form allows you to request diff's between any two revisions of a file. You may select a symbolic revision name using the selection box or you may type in a numeric name using the type-in text box.