/usr/share/doc/libfreeradius-client-dev/BUGS is in libfreeradius-client-dev 1.1.6-7.
This file is owned by root:root, with mode 0o644.
The actual contents of the file can be viewed below.
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 | $Id: BUGS,v 1.2 2007/06/21 18:35:00 cparker Exp $
Testing can show the presense of bugs, but not their absence.
-- Dijkstra
The get_seqnbr function in build_req.c sometimes returns the same
number, if invoked from multiple processes at the same time. This
occurs only if a lot of process try to read the sequence file,
so I suspect a race condition in the locking code, but I can't
find one. Any help is appreciated.
Radlogin respectively send_server in sendserver.c does not honour a
ACCESS_CHALLENGE packet from the RADIUS server.
There are interoperability problems with radiusd 1.16... but all the Merit
radiusds I tried worked (last one I tried 2.4.21). There is an option to
configure (--enable-radius-116) to kludge around this... It turned out to be
a bug in radiusd 1.16: it doesn't include the shared secret in the digest
calculation. See patches/radiusd-1.16.accounting.diff for a real fix.
There are some issues that occur on occasion when defining clients with
hostnames, rather than dotted-quad IPs.
|