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_7_2


File Rev. Age Author Last log entry
[BACK] Parent Directory        
[TXT] Makefile  1.35   3 years  martijn   Let relayd make use of libagentx. No functional change intended. OK tb@ Enthous...
[TXT] agentx_control.c  1.6   21 months  dv   relayd(8): change agentx_getsock to return void Only has one return value and i...
[TXT] ca.c  1.39   2 years  benno   catch poll() returning EINTR. ok millert@ claudio@
[TXT] carp.c  1.12   7 years  jsg   fix fd leaks in error paths ok reyk@
[TXT] check_icmp.c  1.48   4 years  deraadt   When system calls indicate an error they return -1, not some arbitrary value < 0...
[TXT] check_script.c  1.22   3 years  jmatthew   Use the F_CHECK_SENT and F_CHECK_DONE flags to determine whether a previous atte...
[TXT] check_tcp.c  1.58   2 years  claudio   check_send_expect() does some nasty ibuf magic to allow fn_match() to work with ...
[TXT] check_tls.c  1.2   4 years  rob   Add support for binary protocol health checking. Feedback and guidance from benn...
[TXT] config.c  1.43   2 years  jsg   fix use after free ok tb@
[TXT] control.c  1.57   3 years  dv   Move TAILQ initialization to files where they are used. These priv-sep daemons ...
[TXT] hce.c  1.81   2 years  tb   Check tls_config_new() for NULL return This way we don't crash in tls_config_in...
[TXT] http.h  1.12   3 years  benno   Responses to HEAD requests must not have a message body (even though they have a...
[TXT] log.c  1.35   7 years  bluhm   From a syslog perspective it does not make sense to log fatal and warn with the ...
[TXT] name2id.c  1.4   9 years  reyk   Clean up the relayd headers with help of include-what-you-use and some manual re...
[TXT] parse.y  1.253   2 years  naddy   Don't declare variables as "unsigned char *" that are passed to functions that t...
[TXT] pfe.c  1.90   3 years  martijn   Rewrite the agentx code of relayd. This new framework should allow us to add new...
[TXT] pfe_filter.c  1.62   7 years  benno   use __func__ in log messages. fix some whitespace while here. From Hiltjo Posthu...
[TXT] pfe_route.c  1.12   7 years  benno   use __func__ in log messages. fix some whitespace while here. From Hiltjo Posthu...
[TXT] proc.c  1.43   21 months  benno   Move the daemon() call in the parent process from after forking the children to ...
[TXT] relay.c  1.254   3 years  benno   Responses to HEAD requests must not have a message body (even though they have a...
[TXT] relay_http.c  1.83   2 years  benno   do not duplicate "Connection: close" headers and only add it if its not a websoc...
[TXT] relay_udp.c  1.49   5 years  benno   replace the current log options log updates|all with log state changes log...
[TXT] relayd.8  1.25   8 years  sobrado   use file system path (.Pa) semantic markup macros where appropriate. ok jmc@
[TXT] relayd.c  1.189   21 months  benno   Move the daemon() call in the parent process from after forking the children to ...
[TXT] relayd.conf.5  1.205   2 years  naddy   man pages: add missing commas between subordinate and main clauses jmc@ dislike...
[TXT] relayd.h  1.269   21 months  dv   relayd(8): change agentx_getsock to return void Only has one return value and i...
[TXT] shuffle.c  1.4   9 years  reyk   Clean up the relayd headers with help of include-what-you-use and some manual re...
[TXT] ssl.c  1.36   2 years  tb   relayd/ssl.c: Remove a workaround that uses a copy of the old certificate instea...
[TXT] util.c  1.3   4 years  rob   Add support for binary protocol health checking. Feedback and guidance from benn...