Displaying 2 results from an estimated 2 matches for "chop_str".
Did you mean:
vpop_str
1998 Aug 05
6
Problem with TCP_wrappers
Hi,
I''m running into something weird here.
I''m using RH5.1 with tcp_wrappers 7.6.
The syntax for hosts.allow and hosts.deny is:
<service list> : <access list> [ : <shell_command> ]
Everything works when I _don''t_ use the shell_command.
I used the _exact_ line as in the man-pages utilising "safe_finger" (comes
with tcp_wrappers), tcpdchk
1998 Aug 02
0
ipportfw - security
...rity_option, NEED_ARG,
"allow", allow_option, USE_LAST,
***************
*** 429,434 ****
--- 429,436 ----
{
char *var_value;
+ if (value == 0)
+ value = "";
if (*(var_value = value + strcspn(value, whitespace)))
*var_value++ = 0;
if (setenv(chop_string(value), chop_string(var_value), 1))
From mail@mail.redhat.com Fri Aug 7 08:32:28 1998
Received: (qmail 4303 invoked from network); 7 Aug 1998 06:32:20 -0000
Received: from 3dyn62.delft.casema.net (HELO rosie.BitWizard.nl) (root@195.96.104.62)
by mail2.redhat.com with SMTP; 7 Aug 1998 06:32:2...