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_4_5_BASE


File Rev. Age Author Last log entry
[BACK] Parent Directory        
[TXT] Makefile  1.18   15 years  reyk   Use OpenBSD's knuth shuffle algorithm of random values from bind to produce the ...
[TXT] carp.c  1.5   16 years  reyk   hoststated gets renamed to relayd. easier to type, and actually says what the d...
[TXT] check_icmp.c  1.26   15 years  reyk   change the way relayd reports check results: instead of logging an arbitrary str...
[TXT] check_script.c  1.7   15 years  reyk   change the way relayd reports check results: instead of logging an arbitrary str...
[TXT] check_tcp.c  1.33   15 years  reyk   change the way relayd reports check results: instead of logging an arbitrary str...
[TXT] control.c  1.27   15 years  claudio   Fix an invalid pointer dereference in control_close(). If control_connbyfd() fai...
[TXT] hce.c  1.46   15 years  reyk   change the way relayd reports check results: instead of logging an arbitrary str...
[TXT] log.c  1.14   15 years  reyk   change the way relayd reports check results: instead of logging an arbitrary str...
[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.127   15 years  reyk   use HTTP/1.1 instead of HTTP/1.0 if a host header is specified. spotted by phes...
[TXT] pfe.c  1.53   15 years  reyk   change the way relayd reports check results: instead of logging an arbitrary str...
[TXT] pfe_filter.c  1.36   15 years  reyk   change the handling of redirections with the sticky-address option set: instead ...
[TXT] relay.c  1.107   15 years  reyk   fix log option with filter rules
[TXT] relay_udp.c  1.18   15 years  reyk   spacing
[TXT] relayd.8  1.17   16 years  reyk   add an alternative "route to" mode to relayd redirections which maps to pf route...
[TXT] relayd.c  1.83   15 years  reyk   spacing
[TXT] relayd.conf.5  1.100   15 years  jmc   relayd complains about a table called "backup", so change it to fallback, as use...
[TXT] relayd.h  1.113   15 years  reyk   change the way relayd reports check results: instead of logging an arbitrary str...
[TXT] shuffle.c  1.1   15 years  reyk   Use OpenBSD's knuth shuffle algorithm of random values from bind to produce the ...
[TXT] ssl.c  1.14   15 years  reyk   change the way relayd reports check results: instead of logging an arbitrary str...
[TXT] buffer.c (in the Attic) [Hide]  1.14   15 years  eric   Unify code between the various flavors of imsg buffer.c. Use unsigned int for ms...
[TXT] imsg.c (in the Attic) [Hide]  1.14   16 years  deraadt   msg_controllen has to be CMSG_SPACE so that the kernel can account for each cmsg...
[TXT] snmp.c (in the Attic) [Hide]  1.2   16 years  henning   clean up after reyk (tab at EOL)
[TXT] ssl_privsep.c (in the Attic) [Hide]  1.6   16 years  reyk   sort includes, adjust to style(9)