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_6_9


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.4   3 years  martijn   Add some additional INT32_MAX overflow checks. These are unlikely to hit, but be...
[TXT] ca.c  1.36   3 years  claudio   Timed out RSA key ops, may leave uncalled for responses in the imsg return path....
[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.57   4 years  rob   Add support for binary protocol health checking. Feedback and guidance from benn...
[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.41   4 years  rob   Add support for binary protocol health checking. Feedback and guidance from benn...
[TXT] control.c  1.56   7 years  reyk   Stop accessing verbose and debug variables from log.c directly. This replaces l...
[TXT] hce.c  1.80   3 years  jmatthew   Use the F_CHECK_SENT and F_CHECK_DONE flags to determine whether a previous atte...
[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.252   3 years  rob   Don't leak host address. Found with clang static analyzer. OK tb@
[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.40   5 years  bluhm   During the fork+exec implementation, daemon(3) was moved after proc_init(). As ...
[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.81.2.1   2 years  benno   relayd(8), when using the the http protocol strip filter directive or http proto...
[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.186   3 years  deraadt   these programs (with common ancestry) had a -fno-common problem related to privs...
[TXT] relayd.conf.5  1.203   3 years  denis   Add 'strip' directive Feedback by Olivier Cherrier, Hiltjo Posthuma, Mischa OK...
[TXT] relayd.h  1.266.2.1   2 years  benno   relayd(8), when using the the http protocol strip filter directive or http proto...
[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.35   3 years  eric   remove bogus key hack now that it's handled by libtls no objection claudio@ ok ...
[TXT] util.c  1.3   4 years  rob   Add support for binary protocol health checking. Feedback and guidance from benn...