Displaying 20 results from an estimated 40000 matches similar to: "TCP wrappers patch"
2008 Jul 23
3
tcp-wrappers.patch
I'd like to see tcp-wrappers.patch getting integrated into dovecot.
I ported the original 1.0 patch to 1.1, but would prefer not to have to maintain another local patch.
As the name suggests, the patch adds libwrap support to dovecot. We use is to limit access from outside our network to secure (imaps/pop3s) protocols only and to exclude certain internal addresses from accessing dovecot in
2001 May 08
0
make install fails if configured --with-tcp-wrappers
Hello,
I tried building OpenSSH-2.9p1 on AIX 4.3.3(ML6) with gcc.
I included the --with-tcp-wrappers flag in configure.
Configure went just fine, make went just fine, but 'make install' failed
with the following error:
exec(): 0509-036 Cannot load program ./ssh-keygen because of the following
errors:
0509-130 Symbol resolution failed for
/usr/local/lib/libwrap.a(libwrap.so)
2001 Nov 27
1
[PATCH] tcp-wrappers support extended to x11 forwards
Hi!
Here is the patch to support tcp wrappers with x11-forwarded connections.
The patch is for openssh-3.0.1p1 but it works fine with 2.9.9p2 too.
I've understood that this will not be included in the official version
because it adds complexity (?!) to openssh.
Binding the forwarded port to localhost doesn't solve all problems. I've
understood that you should also implement
2001 Aug 08
2
with-tcp-wrappers enable ?
Hello,
I try to compile openssh-2.9p1 on a SGI Origin 200 computer under IRIX
6.5 with the option --with-tcp-wrappers enable. I have also compiled
tcp-wrapper and have installed the library libwrap.a in /usr/lib and the
file tcpd.h in /usr/include.
When i run the ./configure script i have a error. The script asked me
that the libwrap is missing.
How can i resolve this ?
Thanks.
Bests Regards
1999 Nov 22
1
tcp-wrappers not being used even w/ --with-tcp-wrappers
Howdy,
It seems that even when specifying the --with-tcp-wrappers configure
flag, the LIBWRAP define in config.h never gets #define'd and -lwrap
never gets added to LIBS in the Makefile. To make sure I wasn't
dealing with a stale configure file, I ran autoconf on configure.in
to roll a new configure. I also don't see anything wrong with the
--with-tcp-wrappers defined in
2002 Jan 14
0
OpenSSH 3.0.2p1 and tcp wrappers on hp-ux 11i
hi all,
does anyone compile OpenSSH verion 3.0.2p1
on HP-UX 11i with TCP WRAPPERS option enabled?
It keeps saying that libwrap.a missing.
i do have libwrap.a installed under /usr/lib
as well as /lib. I also have tcpd.h under
/usr/include.
any idea anyone? thanks in advance.
--Dat Truong
__________________________________________________
Do You Yahoo!?
Send FREE video emails in Yahoo!
2001 Oct 19
1
TCP wrappers and 2.9.9p2
I don't know if this is still a problem in the latest snapshot, but with
2.9.9p2, if you do a "./configure ... --with-tcp-wrappers", there's no way
to specify a location for tcpd.h and libwrap.a. This is troublesome on
Solaris where you might install stuff like that in /opt/lib or
/usr/local/lib or something that is not searched by default.
Ed
Ed Phillips <ed at
2001 Feb 11
0
compile with tcp-wrappers and AFS
To the openssh team:
When I try to compile openssh-2.3.0p1 with both tcp-wrappers and AFS, I get compile errors. I can compile with
just AFS or just tcp-wrappers, but not both. Is there a fix to this? The error I get is during the configure stage. I get
the error, Can't find libwrap, but it is there. Could you please help me out. Thanks.
Mike
2012 Mar 16
4
tcp-wrapper not found
Hi, all!
Actually I have two questions for a same reason: I want to share my NUT to my LAN, or read UPS from remote device.
/**************** firstly *****************/
I downloaded tcp-wrapper, but NUT could not detected it.
Previously I successfully configured and make NUT into my embedded system. It worked and UPS is recognized.
I downloaded tcp-wrapper (Ver 7.6, most files in the package
2010 Mar 07
1
2.0 beta 3 w/o libwrap?
I'm trying to kickstart 2.0b3 on my NetBSD system (where 1.2.x works
great!), and keep hitting:
Fatal: service(tcpwrap)
access(/software/dovecot-2.0beta3/libexec/dovecot/tcpwrap) failed: No
such file or directory
Indeed, that file doesn't exist...but I don't have nor want libwrap. It
appears that doveconf includes tcpwrap...
service tcpwrap {
chroot =
client_limit = 1
2008 Nov 08
1
dovecot Digest, Vol 67, Issue 19
Thanks Buddy,
I got it working. It was giving error when running make 'undefined
reference to `request_init' etc' then I ran it with gmake LDFLAGS+=-lwrap
and it worked and everything is working fine. Thanks again for your help
Thankyou
Tahir Riaz
Assistant Director (Systems)
COMSATS Internet Services
COMSATS Headquarters Building
9, Shahrah-e-Jamhuriat, G-5/2
Islamabad.
2013 Sep 06
0
[PATCH 4/5] sysprep: remove the custom tcp wrappers
This removes the custom tcp wrappers by emptying the /etc/hosts.*
configuration files.
Signed-off-by: Wanlong Gao <gaowanlong@cn.fujitsu.com>
---
sysprep/Makefile.am | 1 +
sysprep/sysprep_operation_tcp_wrapper.ml | 52 ++++++++++++++++++++++++++++++++
2 files changed, 53 insertions(+)
create mode 100644 sysprep/sysprep_operation_tcp_wrapper.ml
diff --git
2016 Nov 25
2
Can't get NUT slave to connect to master
Hi thanks for helping.
I don't think nut is built with TCP wrappers support, although the package
is listed as depending on libwrap...
I ran this command: ldd /sbin/upsd | grep libwrap.so
and it has returned no output.
Does this mean I have to compile from source or is there a way to add the
tcp wrapper support?
Thanks again.
On 24 November 2016 at 22:40, Roger Price <roger at
2003 Sep 18
1
openssh-3.7.1p1 distribution missing inet_ntoa.h header file
A build of the new openssh-3.7.1p1 distribution failed on SGI IRIX 6.5
because the inet_ntoa.h header file is not part of the openssh-3.7.1p1
distribution:
cc -I/usr/local/include -I. -I.. -I. -I./.. -I/usr/local/include -I/usr/local/include -DHAVE_CONFIG_H -c inet_ntoa.c
cc-1005 cc: ERROR File = inet_ntoa.c, Line = 46
The source file "inet_ntoa.h" is unavailable.
#include
2002 Apr 12
2
Using openssh 3.1p1 on Solaris with tcp wrappers?
Dear OpenSSH Developers,
Thanks for all the great work on this important tool. We've built
version 3.1p1 on
SAPTC platforms under Solaris 2.8 using gcc 2.95.2. Several quick
notes and a
question:
1) There are several discrepancies between the INSTALL file on the
openssh web
site ftp://ftp.ca.openbsd.org/pub/OpenBSD/OpenSSH/portable/INSTALL
and the output from "./configure
2007 Mar 24
0
configure/makefile cleanup: remove LIBSELINUX, LIBWRAP and LIBPAM
Hi all.
Now that we have SSHDLIBS for the libraries required by sshd only, it's
possible to remove some of the single-purpose variables from Makefile.
If this is worth doing, the next step would probably be to move the
OpenSSL libs into CRYPTOLIBS since binaries such as scp and sftp don't
need to be linked with libcrypto.
Index: Makefile.in
2002 Jan 18
1
[patch] openssh 3.0.2p1: Libwrap gets linked in unnecessarily
Hello,
There is a small but annoying problem with linking libwrap in openssh.
The library is added to LIBS which makes it be linked in to all binaries.
This is unnecessary and leads to bogus dependencies if libwrap is a shared
library.
Following is a trivial fix that reserves a separate autoconf substitution
variable LIBWRAP, which is only used for sshd. Please apply.
Maciej
--
+
2006 Aug 30
3
No tcp wrappers, other ideas to help stop brute force attacks?
I'm looking for a way to deny access to dovecot from certain IP
addresses, basically to help prevent brute force attacks on the
server.
Right now I'm using denyhosts which scans /var/log/secure for
authentication failures which then can add an entry to
/etc/hosts.deny, but since dovecot doesn't have tcp wrappers support,
that doesn't do anything.
It doesn't look like I can
2005 Apr 08
2
Apache and TCP Wrappers
I'm trying to lock down Apache and SSH by using TCP Wrappers.
I put /etc/hosts.allow to be
httpd: IP#1 IP#2 127.0.0.1
sshd: IP#1 IP#2 127.0.0.1
and hosts.deny
ALL: ALL
This seems to work great for ssh, and not at all for httpd. Does anyone
know why this would be?
thanks
2002 Jan 16
0
[Bug 65] New: TCP Wrappers support does not log successful connections
http://bugzilla.mindrot.org/show_bug.cgi?id=65
Summary: TCP Wrappers support does not log successful connections
Product: Portable OpenSSH
Version: -current
Platform: All
OS/Version: All
Status: NEW
Severity: normal
Priority: P2
Component: sshd
AssignedTo: openssh-unix-dev at mindrot.org