OpenBSD CVS

src/usr.sbin/relayd/


Click on a directory to enter that directory. Click on a file to display its revision history and to get a chance to display diffs between revisions.

Current directory: [local] / src / usr.sbin / relayd

Current tag: OPENBSD_5_4_BASE


File Rev. Age Author Last log entry
[BACK] Parent Directory        
[TXT] Makefile  1.23   11 years  reyk   Move the HTTP code into an extra file to make future changes easier to follow. ...
[TXT] carp.c  1.9   11 years  guenther   Add format attributes to the proper functions and then fix the warnings that gcc...
[TXT] check_icmp.c  1.36   11 years  reyk   This diff changes relayd to use the monotonic clock instead of gettimeofday(). ...
[TXT] check_script.c  1.14   13 years  reyk   Add additional check to prevent running scripts when not configured.
[TXT] check_tcp.c  1.42   12 years  jsg   don't leak fds in failure path (ie when hosts are down) from Martin Matuska in P...
[TXT] config.c  1.9   11 years  reyk   Support SSL inspection, the ability to transparently filter in SSL/TLS connectio...
[TXT] control.c  1.44   11 years  deraadt   handle ECONNABORTED errors from accept(). In many code blocks they can be ignor...
[TXT] hce.c  1.64   11 years  reyk   This diff changes relayd to use the monotonic clock instead of gettimeofday(). ...
[TXT] log.c  1.19   11 years  reyk   This diff changes relayd to use the monotonic clock instead of gettimeofday(). ...
[TXT] name2id.c  1.2   16 years  reyk   hoststated gets renamed to relayd. easier to type, and actually says what the d...
[TXT] parse.y  1.171   11 years  reyk   Support SSL inspection, the ability to transparently filter in SSL/TLS connectio...
[TXT] pfe.c  1.74   11 years  reyk   This diff changes relayd to use the monotonic clock instead of gettimeofday(). ...
[TXT] pfe_filter.c  1.53   11 years  benno   time_t 64bit fixes for relayd and relayctl: - fix statistics - set INT_MAX limit...
[TXT] pfe_route.c  1.5   13 years  reyk   Fix reload support in relayd(8) by reimplementing large parts of the daemon infr...
[TXT] proc.c  1.5   11 years  bluhm   Remove unnecessary pointer casts. No binary diff. OK benno@
[TXT] relay.c  1.166   11 years  reyk   Support SSL inspection, the ability to transparently filter in SSL/TLS connectio...
[TXT] relay_http.c  1.15   10 years  reyk   With HTTP keepalive, relayd only filtered the first request and switched to pass...
[TXT] relay_udp.c  1.28   11 years  reyk   This diff changes relayd to use the monotonic clock instead of gettimeofday(). ...
[TXT] relayd.8  1.24   10 years  schwarze   use .Mt for email addresses; from Jan Stary <hans at stare dot cz>; ok jmc@
[TXT] relayd.c  1.117   11 years  reyk   Support SSL inspection, the ability to transparently filter in SSL/TLS connectio...
[TXT] relayd.conf.5  1.137   10 years  schwarze   use .Mt for email addresses; from Jan Stary <hans at stare dot cz>; ok jmc@
[TXT] relayd.h  1.169   11 years  reyk   Support SSL inspection, the ability to transparently filter in SSL/TLS connectio...
[TXT] shuffle.c  1.2   14 years  deraadt   missing header file; bring things into scope
[TXT] ssl.c  1.19   11 years  benno   unset cte->buf after free, fix double free via tcp_close(). ok reyk@
[TXT] snmp.c (in the Attic) [Hide]  1.13   11 years  bluhm   Remove unnecessary pointer casts. No binary diff. OK benno@
[TXT] ssl_privsep.c (in the Attic) [Hide]  1.9   11 years  reyk   spacing