Displaying 7 results from an estimated 7 matches for "bazsi".
Did you mean:
bassi
2003 Feb 03
4
[Bug 37] icmp match defaults to --icmp-type icmp-echo-reply
https://bugzilla.netfilter.org/cgi-bin/bugzilla/show_bug.cgi?id=37
laforge@netfilter.org changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|NEW |ASSIGNED
------- Additional Comments From laforge@netfilter.org 2003-02-03 16:52 -------
Incompatible solutions:
2003 Feb 26
0
[Bug 55] New: ICMP translation problem with local NAT
...lter/iptables
Version: linux-2.4.x
Platform: other
OS/Version: other
Status: NEW
Severity: normal
Priority: P2
Component: NAT
AssignedTo: laforge@netfilter.org
ReportedBy: laforge@netfilter.org
CC: bazsi@balabit.hu,netfilter-buglog@lists.netfilter.org
Hi,
I've encountered another ICMP translation problem in netfilter. This time it
occurs when a process initiates a connection and it is translated on the
same host.
How to reproduce:
Box A ---------------------------------- Box B
192.168.131....
2003 Feb 26
2
[Bug 55] ICMP translation problem with local NAT
...rm all of its translation at the same
time (both the inner and the outer header)
* register a NAT hook at LOCAL_IN, and perform translation of packets
registered at (POST_ROUTING, ORIG)
The first option seems to be doable, the second is a big change, though
seems to be cleaner.
Opinions?
--
Bazsi
PGP info: KeyID 9AF8D0A9 Fingerprint CD27 CFB0 802C 0944 9CFD 804E C82C 8EB1
------- You are receiving this mail because: -------
You are on the CC list for the bug, or are watching someone who is.
2003 Feb 03
0
[Bug 37] New: icmp match defaults to --icmp-type icmp-echo-reply
...e icmp-echo-reply
Product: iptables userspace
Version: 1.1.2
Platform: other
OS/Version: other
Status: NEW
Severity: normal
Priority: P2
Component: iptables
AssignedTo: laforge@netfilter.org
ReportedBy: bazsi@balabit.hu
CC: netfilter-buglog@lists.netfilter.org
a command line of
iptables -A INPUT -p icmp -m icmp -j ACCEPT
will match --icmp-type icmp-echo-reply only, instead of all icmp types
the problem is that --icmp-type is initialized to 0 and there's no 'match
anything...
2001 Mar 12
3
PAM & several passwords
Hi,
Is there any hope getting openssh to support a sequence
of several authentication methods (requiring different
passwords) for one login?
I.e. take the standard static password, feed it into
pam_unix.so for verification, then ask the user for yet
another password (e.g. a one-time password) and verify
this one by a different PAM module
Currently, verifying either a static password or a one
time
2001 Mar 13
0
[PATCH] openssh 2.5.1p2 TIS authserv support
Hi,
We have updated our TIS authserv support patch for OpenSSH 2.5.1p2. You'll
find it attached to my message.
--
Bazsi
PGP info: KeyID 9AF8D0A9 Fingerprint CD27 CFB0 802C 0944 9CFD 804E C82C 8EB1
-------------- next part --------------
diff -urN openssh-2.5.1p2/Makefile.in openssh-2.5.1p2-tis/Makefile.in
--- openssh-2.5.1p2/Makefile.in Sun Feb 18 20:13:33 2001
+++ openssh-2.5.1p2-tis/Makefile.in Fri Mar 9 10:11:30...
2000 Dec 07
1
[PATCH] tis authserv support
...rotocol, OpenSSH implemented
SKey on its own using the protocol primitives originally invented for TIS
authentication.
Our patch is an alternative to S/Key support in OpenSSH, the two cannot be
compiled in at the same time.
Inclusion of this patch in openssh would be welcome and appreciated.
--
Bazsi
PGP info: KeyID 9AF8D0A9 Fingerprint CD27 CFB0 802C 0944 9CFD 804E C82C 8EB1
url: http://www.balabit.hu/pgpkey.txt
-------------- next part --------------
diff -urN openssh-2.3.0p1/Makefile.in openssh-2.3.0p1-tis/Makefile.in
--- openssh-2.3.0p1/Makefile.in Sun Nov 5 22:13:45 2000
+++ openssh-...