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_0


File Rev. Age Author Last log entry
[BACK] Parent Directory        
[TXT] Makefile  1.29   8 years  reyk   Move local logging functions from log.c to new file util.c (that is also shared ...
[TXT] ca.c  1.16   8 years  claudio   EAGAIN handling for imsg_read. OK henning@ benno@
[TXT] carp.c  1.11   9 years  reyk   Clean up the relayd headers with help of include-what-you-use and some manual re...
[TXT] check_icmp.c  1.43   8 years  reyk   Use SOCK_NONBLOCK in relayd as well. OK benno@
[TXT] check_script.c  1.19   8 years  reyk   In most cases we don't need all arguments of proc_compose*_imsg(), so add a shor...
[TXT] check_tcp.c  1.51   8 years  benno   This adds the host_error output and the http code (when available) to the host-c...
[TXT] config.c  1.27   8 years  mmcc   Remove NULL-checks before free(). No functional change.
[TXT] control.c  1.52   8 years  claudio   EAGAIN handling for imsg_read. OK henning@ benno@
[TXT] hce.c  1.72   8 years  benno   This adds the host_error output and the http code (when available) to the host-c...
[TXT] http.h  1.7   9 years  reyk   Use "compliant" header guards by avoiding the reserved '_' namespace. Pointed o...
[TXT] log.c  1.31   8 years  reyk   sync with vmd
[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.207   7 years  benno   do not allow whitespace in macro names, i.e. "this is" = "a variable". change th...
[TXT] pfe.c  1.83   8 years  benno   quick removal of all host-related entries in the related relayd anchor if the ho...
[TXT] pfe_filter.c  1.59   8 years  benno   Use pledge("pf") in pfe.c. Move getrtable() from pfe to parent process, since it...
[TXT] pfe_route.c  1.10   8 years  reyk   In most cases we don't need all arguments of proc_compose*_imsg(), so add a shor...
[TXT] proc.c  1.27   8 years  reyk   Add imsg "peerid" to debug messages (only within -DDEBUG).
[TXT] relay.c  1.206   8 years  benno   SSL_CTX_free() and SSL_free() check for null so dont do it in relayd ok jung@ te...
[TXT] relay_http.c  1.56.2.1   7 years  benno   Improve parsing of the Host-header by following RFC 7230 Section 5.4 more strict...
[TXT] relay_udp.c  1.42   8 years  mmcc   Remove NULL-checks before free(). No functional change.
[TXT] relayd.8  1.25   8 years  sobrado   use file system path (.Pa) semantic markup macros where appropriate. ok jmc@
[TXT] relayd.c  1.153.4.1   7 years  benno   Improve parsing of the Host-header by following RFC 7230 Section 5.4 more strict...
[TXT] relayd.conf.5  1.168   8 years  bentley   relayd.conf(5) macro cleanup. - use <> instead of \*(Lt and \*(Gt - use <> inst...
[TXT] relayd.h  1.223.2.1   7 years  benno   Improve parsing of the Host-header by following RFC 7230 Section 5.4 more strict...
[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.30   8 years  benno   now that ibuf_free() checks for null, we can remove the check here. ok mmcc@ mil...
[TXT] util.c  1.1   8 years  reyk   Move local logging functions from log.c to new file util.c (that is also shared ...
[TXT] agentx.c (in the Attic) [Hide]  1.13   8 years  mmcc   Remove NULL-checks before free(). No functional change.
[TXT] snmp.c (in the Attic) [Hide]  1.26   8 years  blambert   don't attempt to process AgentX packets when a short read is encountered while ...