Displaying 2 results from an estimated 2 matches for "spawn_option".
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
...y string as default.
Untested patch follows; it probably works, but given the structure
of the code it is pretty straightforward to fix if need be.
Wietse
*** ./options.c- Thu Aug 6 16:17:52 1998
--- ./options.c Thu Aug 6 16:19:48 1998
***************
*** 116,122 ****
"spawn", spawn_option, NEED_ARG | EXPAND_ARG,
"twist", twist_option, NEED_ARG | EXPAND_ARG | USE_LAST,
"rfc931", rfc931_option, OPT_ARG,
! "setenv", setenv_option, NEED_ARG | EXPAND_ARG,
"nice", nice_option, OPT_ARG,
"severity", severity_optio...