File: BUGS

package info (click to toggle)
freeradius-client 1.1.6-7
  • links: PTS, VCS
  • area: main
  • in suites: jessie, jessie-kfreebsd
  • size: 2,048 kB
  • ctags: 504
  • sloc: sh: 8,504; ansic: 4,704; perl: 425; makefile: 86
file content (22 lines) | stat: -rw-r--r-- 1,039 bytes parent folder | download | duplicates (2)
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.