Hi! After the fun with trheads & crypt, I looked at the accounting part of freeradius. Especially rlm_detail.
If used without filelocking, it seems that this module could also have threading problems, if two or more threads try to write the same detail file at the same time. Activating file-locking should prevent this, but would'nt it be more effective to use a mutex to prevent this problem? Oliver. - List info/subscribe/unsubscribe? See http://www.freeradius.org/list/users.html
