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_4_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.24   15 years  reyk   If the new 'parent' keyword is specified for a host in a table, inherit the stat...
[TXT] check_script.c  1.6   16 years  reyk   bump copyright
[TXT] check_tcp.c  1.32   16 years  reyk   log a different notification message when the tcp check times out. also adjust t...
[TXT] control.c  1.26   15 years  reyk   If the new 'parent' keyword is specified for a host in a table, inherit the stat...
[TXT] hce.c  1.43   15 years  reyk   no need for using a TAILQ queue for the host children list, use a singly-linked ...
[TXT] log.c  1.13   15 years  reyk   terminate the input buffer on failure in print_host()
[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.122   15 years  reyk   Add dynamic IPv6-to-IPv4 and IPv4-to-IPv6 translation inspired by faithd(8) by d...
[TXT] pfe.c  1.50   15 years  reyk   no need for using a TAILQ queue for the host children list, use a singly-linked ...
[TXT] pfe_filter.c  1.32   15 years  reyk   fix nat lookup to use the correct pf_addr offset. now it also works with ipv6.
[TXT] relay.c  1.95   15 years  reyk   Add dynamic IPv6-to-IPv4 and IPv4-to-IPv6 translation inspired by faithd(8) by d...
[TXT] relay_udp.c  1.16   15 years  reyk   validate packet length in debug dns packet logging before printing the header.
[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.79   15 years  reyk   Add dynamic IPv6-to-IPv4 and IPv4-to-IPv6 translation inspired by faithd(8) by d...
[TXT] relayd.conf.5  1.92   15 years  jmc   doc fix; from David Higgs
[TXT] relayd.h  1.109   15 years  reyk   Add dynamic IPv6-to-IPv4 and IPv4-to-IPv6 translation inspired by faithd(8) by d...
[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.13   16 years  reyk   hoststated gets renamed to relayd. easier to type, and actually says what the d...
[TXT] buffer.c (in the Attic) [Hide]  1.13   16 years  gilles   - fix a bug in msgbuf_write() that caused a descriptor to stay in the fd list e...
[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)