Thanks to visit codestin.com
Credit goes to cvsweb.openbsd.org

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   4 years  martijn   Let relayd make use of libagentx. No functional change intended. OK tb@ Enthous...
[TXT] agentx_control.c  1.7   20 months  claudio   Use imsg_get_fd() As usual proc_forward_imsg() is never forwarding a file descr...
[TXT] ca.c  1.45   10 months  claudio   Convert the common imsgbuf_read calls to the post EAGAIN world. OK tb@
[TXT] carp.c  1.12   9 years  jsg   fix fd leaks in error paths ok reyk@
[TXT] check_icmp.c  1.48   6 years  deraadt   When system calls indicate an error they return -1, not some arbitrary value < 0...
[TXT] check_script.c  1.22   4 years  jmatthew   Use the F_CHECK_SENT and F_CHECK_DONE flags to determine whether a previous atte...
[TXT] check_tcp.c  1.61   2 years  claudio   Use ibuf_data() instead of accessing ibuf->buf directly. OK tb@
[TXT] check_tls.c  1.3   2 years  claudio   Use ibuf_data() instead of accessing ibuf->buf directly. OK tb@
[TXT] config.c  1.47   10 months  claudio   Use imsg_get_fd() to extract the fd from an imsg. OK tb@
[TXT] control.c  1.64   10 months  claudio   Convert various reyk proc.c daemons over to new imsgbuf_init and imsgbuf_allow_f...
[TXT] hce.c  1.82   16 months  jsg   remove prototypes with no matching function
[TXT] http.h  1.12   4 years  benno   Responses to HEAD requests must not have a message body (even though they have a...
[TXT] log.c  1.35   8 years  bluhm   From a syslog perspective it does not make sense to log fatal and warn with the ...
[TXT] name2id.c  1.4   10 years  reyk   Clean up the relayd headers with help of include-what-you-use and some manual re...
[TXT] parse.y  1.258   10 months  tb   relayd: add support for client certificates This feature has been requested man...
[TXT] pfe.c  1.91   15 months  sashan   The fix comes from Giannis Kapetanakis (bilias _from_ edu.physics.uoc.gr). When ...
[TXT] pfe_filter.c  1.66   15 months  sashan   Change adds a 'log' option to relayd.conf(5) rule. The relayd(8) then uses the o...
[TXT] pfe_route.c  1.14   2 years  claudio   Spaces vs tabs from florian@
[TXT] proc.c  1.52   10 months  claudio   Convert various reyk proc.c daemons over to new imsgbuf_init and imsgbuf_allow_f...
[TXT] relay.c  1.260   10 months  tb   relayd: add support for client certificates This feature has been requested man...
[TXT] relay_http.c  1.90   14 months  anton   Fix regression introduced in previous causing HEAD requests to be erroneously re...
[TXT] relay_udp.c  1.51   16 months  jsg   remove prototypes with no matching function
[TXT] relayd.8  1.25   10 years  sobrado   use file system path (.Pa) semantic markup macros where appropriate. ok jmc@
[TXT] relayd.c  1.195   7 weeks  deraadt   For IMSG_BINDANY, bnd.bnd_proc wasn't range checked to ensure it is positive. As...
[TXT] relayd.conf.5  1.213   2 months  schwarze   Make internal hyperlinking work by moving custom sections from .Sh to .Ss and th...
[TXT] relayd.h  1.276   10 months  tb   relayd: add support for client certificates This feature has been requested man...
[TXT] shuffle.c  1.4   10 years  reyk   Clean up the relayd headers with help of include-what-you-use and some manual re...
[TXT] ssl.c  1.37   2 years  op   remove ssl_init() it's a noop; nowadays both LibreSSL and OpenSSL libcrypto and...
[TXT] util.c  1.5   12 months  jsg   remove unneeded semicolons; checked by millert@
[TXT] agentx.c (in the Attic) [Hide]  1.19   4 years  martijn   Let relayd make use of libagentx. No functional change intended. OK tb@ Enthous...
[TXT] agentx.h (in the Attic) [Hide]  1.2   4 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   11 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   11 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   11 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   4 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   15 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   15 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   15 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   16 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   5 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   5 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   10 years  reyk   LibreSSL now supports loading of CA certificates from memory, replace the intern...
[TXT] subagentx.c (in the Attic) [Hide]  1.7   4 years  martijn   Let relayd make use of libagentx. No functional change intended. OK tb@ Enthous...
[TXT] subagentx.h (in the Attic) [Hide]  1.2   4 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   4 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   4 years  martijn   Let relayd make use of libagentx. No functional change intended. OK tb@ Enthous...