Your message dated Sat, 11 Aug 2007 13:47:02 +0000
with message-id <[EMAIL PROTECTED]>
and subject line Bug#381092: fixed in gnugk 2:2.2.6-1
has caused the attached Bug report to be marked as done.
This means that you claim that the problem has been dealt with.
If this is not the case it is now your responsibility to reopen the
Bug report if necessary, and/or fix the problem forthwith.
(NB: If you are a system administrator and have no idea what I am
talking about this indicates a serious mail system misconfiguration
somewhere. Please contact me immediately.)
Debian bug tracking system administrator
(administrator, Debian Bugs database)
--- Begin Message ---
Package: gnugk
Version: 2.2.3-2-3
Severity: important
Tags: patch
The bug shows up when both MD5 CryptoToken and CAT Token have arrived and the
CAT Token is wrong. In this case MD5 CryptoToken turns out to be failed even
if it is right. This situation was encountered with Teles iGate hardware
which by some means makes bad Cisco Access Token hash (or maybe gnugk makes
bad CAT hash). Now it works OK.
The fix is contained in attachment:
--- gnugk-2.2.3-2/gkauth.h 2005-02-01 15:28:10.000000000 +0100
+++ gnugk-2.2.3-2-mod/gkauth.h 2006-07-31 17:15:10.000000000 +0200
@@ -632,18 +632,13 @@ protected:
{
const RAS& req = request;
bool finalResult = false;
- int result;
if (req.HasOptionalField(RAS::e_cryptoTokens)) {
- if ((result = CheckCryptoTokens(req.m_cryptoTokens, aliases,
- request->m_rasPDU)) == e_fail)
- return e_fail;
- finalResult = (result == e_ok);
+ finalResult = (CheckCryptoTokens(req.m_cryptoTokens, aliases,
+ request->m_rasPDU) == e_ok);
}
if (req.HasOptionalField(RAS::e_tokens)) {
- if ((result = CheckTokens(req.m_tokens, aliases)) == e_fail)
- return e_fail;
- finalResult = finalResult || (result == e_ok);
+ finalResult = finalResult || (CheckTokens(req.m_tokens, aliases) == e_ok);
}
return finalResult ? e_ok : GetDefaultStatus();
}
--- End Message ---
--- Begin Message ---
Source: gnugk
Source-Version: 2:2.2.6-1
We believe that the bug you reported is fixed in the latest version of
gnugk, which is due to be installed in the Debian FTP archive:
gnugk_2.2.6-1.diff.gz
to pool/main/g/gnugk/gnugk_2.2.6-1.diff.gz
gnugk_2.2.6-1.dsc
to pool/main/g/gnugk/gnugk_2.2.6-1.dsc
gnugk_2.2.6-1_i386.deb
to pool/main/g/gnugk/gnugk_2.2.6-1_i386.deb
gnugk_2.2.6.orig.tar.gz
to pool/main/g/gnugk/gnugk_2.2.6.orig.tar.gz
A summary of the changes between this version and the previous one is
attached.
Thank you for reporting the bug, which will now be closed. If you
have further comments please address them to [EMAIL PROTECTED],
and the maintainer will reopen the bug report if appropriate.
Debian distribution maintenance software
pp.
Kilian Krause <[EMAIL PROTECTED]> (supplier of updated gnugk package)
(This message was generated automatically at their request; if you
believe that there is a problem with it please contact the archive
administrators by mailing [EMAIL PROTECTED])
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1
Format: 1.7
Date: Sat, 11 Aug 2007 15:22:46 +0200
Source: gnugk
Binary: gnugk
Architecture: source i386
Version: 2:2.2.6-1
Distribution: unstable
Urgency: low
Maintainer: Debian VoIP Team <[EMAIL PROTECTED]>
Changed-By: Kilian Krause <[EMAIL PROTECTED]>
Description:
gnugk - OpenH323 Gatekeeper - The GNU Gatekeeper
Closes: 381092 408360 436352
Changes:
gnugk (2:2.2.6-1) unstable; urgency=low
.
[ Mark Purcell ]
* New upstream release
- Authentication does not work in certain circumstances (Closes:
#381092)
* Ack NMU, Thanks Arjan (Closes: #408360)
* Update debian/watch
.
[ Kilian Krause ]
* Backport fix for new Firebird API from CVS revision 1.5.2.1. (Fixes at
least part of the FTBFS on i386 and amd64)
* Compile against 1.18.0.dfsg-3 version of OpenH323 to overcome FTBFS
(Closes: #436352)
* Don't ignore make clean error.
Files:
69841753281fe343ae54961eb88d342c 1072 comm optional gnugk_2.2.6-1.dsc
8f47cfa4b375deae65aa3b993476e9e4 1127169 comm optional gnugk_2.2.6.orig.tar.gz
46104195ba6f3dc3ed24cb21905aef2b 9402 comm optional gnugk_2.2.6-1.diff.gz
d5551458c9ac394f2e574618a2012a61 1130204 comm optional gnugk_2.2.6-1_i386.deb
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.1 (GNU/Linux)
iD8DBQFGvbo4vdkzt4X+wX8RAu4xAJ9VPMhMosf49sC4P5KEqE4o3FKCmwCeJGVZ
tyi1RVi75kDqarsZVxvsO3k=
=/a/Y
-----END PGP SIGNATURE-----
--- End Message ---