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_1


File Rev. Age Author Last log entry
[BACK] Parent Directory        
[TXT] Makefile  1.22   13 years  reyk   Fix reload support in relayd(8) by reimplementing large parts of the daemon infr...
[TXT] carp.c  1.8   13 years  reyk   Update all logging and debug functions to use the __func__ macro instead of stat...
[TXT] check_icmp.c  1.31   13 years  reyk   branches: 1.31.6; Reorganize the relayd code to use the proc.c privsep API/comm...
[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.2   13 years  reyk   Add a few missing checks of return values of memory allocations.
[TXT] control.c  1.40   13 years  reyk   Concurrent calls of "relayctl show sessions" could crash relayd. Fix the show s...
[TXT] hce.c  1.62   12 years  camield   Only start the child processes after all of them reported to have loaded the con...
[TXT] log.c  1.17   13 years  reyk   update flags and printing of flags in debug mode, handle splicing flag.
[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.161   12 years  camield   Only start the child processes after all of them reported to have loaded the con...
[TXT] pfe.c  1.72   12 years  camield   Only start the child processes after all of them reported to have loaded the con...
[TXT] pfe_filter.c  1.47   13 years  reyk   Fix reload support in relayd(8) by reimplementing large parts of the daemon infr...
[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.3   12 years  bluhm   KNF, fix white spaces in relayd. No binary change. ok pyr@ sthen@
[TXT] relay.c  1.144   12 years  camield   Only start the child processes after all of them reported to have loaded the con...
[TXT] relay_udp.c  1.24   13 years  reyk   Reorganize the relayd code to use the proc.c privsep API/commodity functions tha...
[TXT] relayd.8  1.23   14 years  jmc   now that we can handle >9 args, put "-D name=value" on one line: it's a bit more...
[TXT] relayd.c  1.106   12 years  camield   Only start the child processes after all of them reported to have loaded the con...
[TXT] relayd.conf.5  1.125   12 years  camield   Remove global carp demote option. It is currently broken, but also flawed by de...
[TXT] relayd.h  1.152   12 years  camield   Only start the child processes after all of them reported to have loaded the con...
[TXT] shuffle.c  1.2   15 years  deraadt   missing header file; bring things into scope
[TXT] ssl.c  1.16   14 years  nicm   Rename some imsg bits to make namespace collisions less likely buf to ibuf, buf_...
[TXT] snmp.c (in the Attic) [Hide]  1.12   12 years  camield   Append mandatory instance identifier (.0 for scalars), so other SNMP implementat...
[TXT] ssl_privsep.c (in the Attic) [Hide]  1.8   13 years  marco   stray spaces, no binary change