bin/71413: hosts_ctl declaration missing within wrapper's tcp.h

Dan Lukes dan at obluda.cz
Sun Sep 5 17:20:12 PDT 2004


>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:


More information about the freebsd-bugs mailing list