]> git.ozlabs.org Git - ppp.git/blob - pppd/plugins/radius/radiusclient/BUGS
Minor patches as suggested by Frank Cusack <fcusack@fcusack.com> to ensure
[ppp.git] / pppd / plugins / radius / radiusclient / BUGS
1 $Id: BUGS,v 1.1 2002/01/22 16:03:00 dfs Exp $
2
3 Testing can show the presense of bugs, but not their absence.
4                 -- Dijkstra
5
6 The get_seqnbr function in build_req.c sometimes returns the same
7 number, if invoked from multiple processes at the same time. This
8 occurs only if a lot of process try to read the sequence file,
9 so I suspect a race condition in the locking code, but I can't
10 find one. Any help is appreciated.
11
12 Radlogin respectively send_server in sendserver.c does not honour a 
13 ACCESS_CHALLENGE packet from the RADIUS server. 
14
15 There are interoperability problems with radiusd 1.16... but all the Merit
16 radiusds I tried worked (last one I tried 2.4.21). There is an option to
17 configure (--enable-radius-116) to kludge around this... It turned out to be
18 a bug in radiusd 1.16: it doesn't include the shared secret in the digest
19 calculation. See patches/radiusd-1.16.accounting.diff for a real fix.