Displaying 20 results from an estimated 151 matches for "tcp_wrapper".
Did you mean:
tcp_wrappers
2011 Feb 02
2
yum confusion...
...e fails...
I have rpmforge and rpmforge-extras, but with yum priorities...
# grep enabled /etc/yum/pluginconf.d/priorities.conf
enabled = 1
# cat /etc/yum.repos.d/CentOS-Base.repo | grep "priority\|^\["
[base]
priority=1
[updates]
priority=1
...
# yum clean all
# yum list | grep "tcp_wrappers\|nfs-utils"
nfs-utils.x86_64 1:1.0.9-47.el5_5 installed
nfs-utils-lib.x86_64 1.0.8-7.6.el5 installed
tcp_wrappers.i386 7.6-40.7.el5 installed
tcp_wrappers.x86_64 7.6-40.7.el5 installed
nfs-utils-lib.i386...
2002 May 03
2
Does OpenSSH have tcp_wrappers *built-in* or just compatibility?
I was under the impression it was just compatibility, and not actually
built-in, but I thought I'd ask here and just make sure of what I'm
saying. :) TIA.
--
Austin Gonyou
Systems Architect, CCNA
Coremetrics, Inc.
Phone: 512-698-7250
email: austin at coremetrics.com
"It is the part of a good shepherd to shear his flock, not to skin it."
Latin Proverb
-------------- next part
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), tcpdc...
2004 Oct 31
2
[Bug 948] high CPU in sshd after tcp_wrappers deny
http://bugzilla.mindrot.org/show_bug.cgi?id=948
Summary: high CPU in sshd after tcp_wrappers deny
Product: Portable OpenSSH
Version: 3.9p1
Platform: Sparc
OS/Version: Solaris
Status: NEW
Severity: normal
Priority: P2
Component: sshd
AssignedTo: openssh-bugs at mindrot.org
ReportedBy: atlunde a...
2010 Dec 03
1
[PATCH] upsd tcp_wrappers parsing and logging
...inally intended to match nut username with system
username? This is not the case now. This causes /etc/hosts.allow information to
be incorrectly parsed. This patch fixes the issue.
Logging was discussed here:
<http://lists.alioth.debian.org/pipermail/nut-upsuser/2010-September/006237.html>
tcp_wrappers was designed around servers that use a separate process for each
connection. The library has a function called refuse() that logs messages and
then calls exit() for that process. However, a single process server does not
exit, so it must perform its own logging. This patch adds logging for
tcp_wra...
2000 Oct 07
2
[PATCH]: Add tcp_wrappers protection to port forwarding
...g "GatewayPorts" opens up all forwarded ports to outside
inspection not considering using a firewall.
The patch uses basically the same method as ssh.com. A lookup is made
in hosts.allow/hosts.deny on sshfwd-<port number> (not port name --
this is different from ssh.com) and if the tcp_wrappers don't allow
the lookup then the connection is closed immediately.
ChangeLog:
20001007
- Add tcp_wrappers protection to port forwarding.
From <Christopher Faylor> cgf at cygnus.com.
Corinna
--
Corinna Vinschen Please, send mails regarding Cygwin to
Cygwin Develo...
2009 Jun 21
1
tcp_wrappers
Hi,
I've just started using Dovecot (v1.1.14), and I'm noticing a lot of dictionary
attacks. I searched through the documentation and the mailing list archives
hoping to find support for tcp_wrappers (hosts.deny) support.
I did find some suggested patches in the list from last year, but as far
as I can tell, there is no support in the released versions.
Is this implemented and undocumented, or just unimplemented? I would be
surprised to find it unimplemented in such an otherwise sophisticat...
2010 Jan 18
0
2.2.1 to 2.4.1 migration (allowfrom/tcp_wrappers)
Hello,
I just upgraded my nut 2.2.1 setup to 2.4.1. The "upsdrvctl shutdown"
command now works using a APC Backup-UPS CS350 via USB. Great!
The removed ACL/allowfrom functionality can be replaced by tcp_wrappers.
Unfortunately there isn't much documentation about the migration.
First you have to compile nut with "--with-wrap".
I have a special "nutadmin" user with read/write permissions
and a nut user with "read only" permissions.
The transformed setup looks like this:...
2014 Mar 23
1
[CentOS} Does anyone use tcp_wrappers?
Most certainly YES!!!
Next to iptables tcp_wrappers is a solid seconde line of defense.
The argument that is is no longer developped is rubbish.
The package does what is should do, functionality isexactly what it
should be and it is bug free.
Also it is flexible enough to do other tricks with it like spawning
something depending on the ip address t...
2001 Mar 28
0
Problem with tcp_wrappers
Hello,
I have just found little bug in OpenSSH's tcp_wrappers handling.
In file sshd.c you can find:
if (!hosts_access(&req)) {
close(sock_in);
close(sock_out);
refuse(&req);
}
If username was not requierd for authorization (for example
you are ref...
2004 Nov 16
8
[Bug 954] configure w/PAM & tcp_wrapper crashes on Irix 6.5
http://bugzilla.mindrot.org/show_bug.cgi?id=954
Summary: configure w/PAM & tcp_wrapper crashes on Irix 6.5
Product: Portable OpenSSH
Version: 3.8.1p1
Platform: MIPS
OS/Version: IRIX
Status: NEW
Severity: normal
Priority: P2
Component: Build system
AssignedTo: openssh-bugs at mindrot.org
R...
2005 Feb 19
1
[Bug 948] high CPU in sshd after tcp_wrappers deny
http://bugzilla.mindrot.org/show_bug.cgi?id=948
dtucker at zip.com.au changed:
What |Removed |Added
----------------------------------------------------------------------------
URL| |http://www.aet.tu-
| |cottbus.de/rt2/Ticket/Displa
|
2005 May 17
0
Building openssh4.0p1 on AIX 5.3 with openssl 0.9.7g and tcp_wrapper
Hi all,
Would appreciate if you can help me resolve this issue. I'm getting
following error on running configure: The library libcrypto.a is under
"/opt/freeware/lib" and is the only instance of libcrypto.a. And I'm using
IBM AIX C compiler 6.0.
configure: error: *** Can't find recent OpenSSL libcrypto (see config.log
for details) ***
CONFIGURE
$ ./configure
2020 Aug 21
2
RHEL7/CentOS7 RPM of dovecot 2.3.11.3-3 seems to have dropped tcpwrap support
...t it be reasonable for a user to change the 8's in
the code below to 9's?
-- hendrik
> >
> > We are looking into this, it was indeed removed from el7 by accident. RPM macros can be quite tricky sometimes.
>
> I have:
>
> %if 0%{?rhel} < 8
> BuildRequires: tcp_wrappers-devel
> %endif
>
> ... then later ...
>
> %if 0%{?rhel} < 8
> --with-libwrap \
> %endif
>
>
> Peter
2005 Jan 19
22
[Bug 948] high CPU in sshd after tcp_wrappers deny
http://bugzilla.mindrot.org/show_bug.cgi?id=948
------- Additional Comments From dtucker at zip.com.au 2005-01-19 20:01 -------
Also worth trying: patch #772 in bug #973
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
2000 Dec 06
2
Problems on Sparcs (fwd)
comments?
-------------- next part --------------
An embedded message was scrubbed...
From: Charles Clancy <mgrtcc at cs.rose-hulman.edu>
Subject: Problems on Sparcs
Date: Wed, 6 Dec 2000 09:55:41 -0500 (EST)
Size: 2913
Url: http://lists.mindrot.org/pipermail/openssh-unix-dev/attachments/20001206/c7cb5d2a/attachment.mht
2006 Jun 09
1
Can't run POP3 and IMAP simultaneously from xinetd...
Hello all, I'm hoping you can help out with an issue I'm having
running dovecot-beta8 on Solaris 9 (SPARC). The reason I need to run
them from xinetd is that we require the filtering ability that
tcp_wrappers provide.
My issue is that, when running both from xinetd, IMAP runs fine, but
then, when you try to POP in to check mail on the same box, it seems
that the login section is handled via pop3-login... but all
subsequent commands are handled via the imap interpreter. It's as if
it's gett...
2020 Aug 21
0
RHEL7/CentOS7 RPM of dovecot 2.3.11.3-3 seems to have dropped tcpwrap support
...om/solutions/3906701
"The TCP Wrappers package has been deprecated in RHEL 7 and therefore it will not be available in RHEL 8 or later RHEL releases".
> If the former, might it be reasonable for a user to change the 8's in
> the code below to 9's?
No, because there is no tcp_wrappers/tcp_wrappers-devel package in RHEL8 anymore.
For reasons and alternatives, see: https://fedoraproject.org/wiki/Changes/Deprecate_TCP_wrappers
Best regards
Gerald
>>> We are looking into this, it was indeed removed from el7 by accident. RPM macros can be quite tricky sometimes.
>>...
2000 Oct 31
0
Solaris 2.6 + Expired Password Annoyance
...rappers support: yes
MD5 password support: no
IP address in $DISPLAY hack: no
Use IPv4 by default hack: no
Translate v4 in v6 hack: no
Host: sparc-sun-solaris2.6
Compiler: gcc
Compiler flags:
-I/opt/oss/zlib-1.1.3/include -I/opt/oss/tcp_wrappers-7.6/include
-Wall -I. -I. -I/usr/local/include -I/opt/oss/openssl-0.9.6/include
Linker flags:
-L/opt/oss/zlib-1.1.3/lib -R/opt/oss/zlib-1.1.3/lib
-L/opt/oss/tcp_wrappers-7.6/lib -R/opt/oss/tcp_wrappers-7.6/lib
-L/usr/local/lib -R/usr/local/lib -L/usr/ucblib -R/usr/ucblib
-L/...
2004 Aug 06
1
LiveIce/IceCast Error
Greetings everyone....
I tried posting this once before, but got no response.
When I run liveice, I get an "Error:sending data to remote server
message" from liveice, and then it hangs (I actually have to open
another console window to kill the process).
The IceCast server respond with the following:
Kicking source 1 [127.0.0.1] [Access Denied (tcp wrappers (source
connection))]