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


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.7   4 months  claudio   Use imsg_get_fd() As usual proc_forward_imsg() is never forwarding a file descr...
[TXT] ca.c  1.43   10 months  tb   relayd: remove ENGINE dependency What is achieved here through ENGINE can be do...
[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.61   10 months  claudio   Use ibuf_data() instead of accessing ibuf->buf directly. OK tb@
[TXT] check_tls.c  1.3   10 months  claudio   Use ibuf_data() instead of accessing ibuf->buf directly. OK tb@
[TXT] config.c  1.45   4 months  claudio   Use imsg_get_fd() As usual proc_forward_imsg() is never forwarding a file descr...
[TXT] control.c  1.58   14 months  guenther   Delete obsolete /* ARGSUSED */ lint comments. ok miod@ millert@
[TXT] hce.c  1.81   23 months  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.255   6 months  kn   Unmention/don't explain SSL, drop 9y old "ssl" keyword/deprecation warning Swit...
[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.65   8 months  yasuoka   Revert the previous. It was committed by my mistake.
[TXT] pfe_route.c  1.14   10 months  claudio   Spaces vs tabs from florian@
[TXT] proc.c  1.45   4 months  claudio   Use imsg_get_fd() As usual proc_forward_imsg() is never forwarding a file descr...
[TXT] relay.c  1.259   4 months  claudio   Use imsg_get_fd() As usual proc_forward_imsg() is never forwarding a file descr...
[TXT] relay_http.c  1.87   5 months  millert   relay_read_http: strip out Content-Length if we strip the body too We should no...
[TXT] relay_udp.c  1.50   16 months  jmc   spelling fixes; from paul tagliamonte any parts of his diff not taken are noted ...
[TXT] relayd.8  1.25   8 years  sobrado   use file system path (.Pa) semantic markup macros where appropriate. ok jmc@
[TXT] relayd.c  1.191   10 months  op   remove ssl_init() it's a noop; nowadays both LibreSSL and OpenSSL libcrypto and...
[TXT] relayd.conf.5  1.207   6 months  kn   Unmention/don't explain SSL, drop 9y old "ssl" keyword/deprecation warning Swit...
[TXT] relayd.h  1.271   10 months  op   remove ssl_init() it's a noop; nowadays both LibreSSL and OpenSSL libcrypto and...
[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.37   10 months  op   remove ssl_init() it's a noop; nowadays both LibreSSL and OpenSSL libcrypto and...
[TXT] util.c  1.4   10 months  claudio   Convert string2binary() to use new ibuf api instead of working with an extra buf...
[TXT] agentx.c (in the Attic) [Hide]  1.19   3 years  martijn   Let relayd make use of libagentx. No functional change intended. OK tb@ Enthous...
[TXT] agentx.h (in the Attic) [Hide]  1.2   3 years  martijn   Let relayd make use of libagentx. No functional change intended. OK tb@ Enthous...
[TXT] args-http-filter-url-digest.pl (in the Attic) [Hide]  1.2   10 years  andre   Replacing test files from previous commit to the right directory. There is no tr...
[TXT] args-http-filter-url-file.in (in the Attic) [Hide]  1.2   10 years  andre   Replacing test files from previous commit to the right directory. There is no tr...
[TXT] args-http-filter-url-file.pl (in the Attic) [Hide]  1.2   10 years  andre   Replacing test files from previous commit to the right directory. There is no tr...
[TXT] boguskeys.h (in the Attic) [Hide]  1.2   3 years  eric   remove bogus key hack now that it's handled by libtls no objection claudio@ ok ...
[TXT] buffer.c (in the Attic) [Hide]  1.24   13 years  nicm   Move imsg into libutil and add a man page. Minor bump for libutil. Previous ve...
[TXT] imsg.c (in the Attic) [Hide]  1.32   13 years  nicm   Move imsg into libutil and add a man page. Minor bump for libutil. Previous ve...
[TXT] imsg.h (in the Attic) [Hide]  1.16   13 years  nicm   Move imsg into libutil and add a man page. Minor bump for libutil. Previous ve...
[TXT] imsg_types.h (in the Attic) [Hide]  1.2   14 years  eric   - move message types enum back to relayd.h - use u_int16_t instead of enum imsg_...
[TXT] snmp.c (in the Attic) [Hide]  1.31   3 years  martijn   Rewrite the agentx code of relayd. This new framework should allow us to add new...
[TXT] snmp.h (in the Attic) [Hide]  1.2   3 years  martijn   Rewrite the agentx code of relayd. This new framework should allow us to add new...
[TXT] ssl_privsep.c (in the Attic) [Hide]  1.12   9 years  reyk   LibreSSL now supports loading of CA certificates from memory, replace the intern...
[TXT] subagentx.c (in the Attic) [Hide]  1.7   3 years  martijn   Let relayd make use of libagentx. No functional change intended. OK tb@ Enthous...
[TXT] subagentx.h (in the Attic) [Hide]  1.2   3 years  martijn   Let relayd make use of libagentx. No functional change intended. OK tb@ Enthous...
[TXT] subagentx_internal.h (in the Attic) [Hide]  1.2   3 years  martijn   Let relayd make use of libagentx. No functional change intended. OK tb@ Enthous...
[TXT] subagentx_log.c (in the Attic) [Hide]  1.2   3 years  martijn   Let relayd make use of libagentx. No functional change intended. OK tb@ Enthous...