Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 6 Sep 2004 02:13:10 +0200 (CEST)
From:      Dan Lukes <dan@obluda.cz>
To:        FreeBSD-gnats-submit@FreeBSD.org
Subject:   bin/71413: hosts_ctl declaration missing within wrapper's tcp.h
Message-ID:  <200409060013.i860DAvS005668@kulesh.obluda.cz>
Resent-Message-ID: <200409060020.i860KBfr084887@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help

>Number:         71413
>Category:       bin
>Synopsis:       hosts_ctl declaration missing within wrapper's tcp.h
>Confidential:   no
>Severity:       serious
>Priority:       medium
>Responsible:    freebsd-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          sw-bug
>Submitter-Id:   current-users
>Arrival-Date:   Mon Sep 06 00:20:11 GMT 2004
>Closed-Date:
>Last-Modified:
>Originator:     Dan Lukes
>Release:        FreeBSD 5.3-BETA3 i386
>Organization:
Obludarium
>Environment:
System: FreeBSD 5.3-BETA3 #8: Sun Sep 5 07:06:40 CEST 2004 /usr/obj/usr/src/sys/Dan i386
$FreeBSD: src/contrib/tcp_wrappers/tcpd.h,v 1.2 2000/02/03 10:26:59 shin

>Description:
	hosts_ctl declaration missing within tcpd.h
        (althought implemented and mentioned within man page)

	The ypserv use it, for example ...
>How-To-Repeat:
	N/A
>Fix:
*** contrib/tcp_wrappers/tcpd.h.ORIG	Thu Feb  3 11:26:59 2000
--- contrib/tcp_wrappers/tcpd.h	Mon Sep  6 02:05:02 2004
***************
*** 73,78 ****
--- 73,79 ----
  #endif
  
  extern int hosts_access();		/* access control */
+ extern int hosts_ctl();			/* wrapper around request_init(), hosts_access() */
  extern void shell_cmd();		/* execute shell command */
  extern char *percent_x();		/* do %<char> expansion */
  extern void rfc931();			/* client name from RFC 931 daemon */
>Release-Note:
>Audit-Trail:
>Unformatted:



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200409060013.i860DAvS005668>