Custom Query (44 matches)
Results (28 - 30 of 44)
Ticket | Resolution | Summary | Owner | Reporter |
---|---|---|---|---|
#94 | fixed | Radius authenticator segfaults on unresponsiveness of the servers | ||
Description |
Matija Nalis provided the following patch to fix the segfault of radius authenticator when none of the radius servers respond. |
|||
#95 | fixed | Add a local control.ctl file | ||
Description |
We should allow people to override control.ctl without editing it. This way, they can just download new versions of control.ctl and keep their local changes to control.ctl and their additions elsewhere. A new control.ctl.local file would be used for that. |
|||
#96 | fixed | Remove crosspost backend program | ||
Description |
The crosspost backend program has not been installed since INN 2.3.0; it does not work any longer, even with traditional spool, because the storage manager code does not have access to the "DoLinks" (-L) flag setting of innd. According to Russ Allbery in an inn-workers posting, "the idea is that with a tradspool spool, you can offload the process of creating symlinks to a separate process and do a bit more work in parallel. However, at this point, anyone who cares a lot about performance is probably using a different storage backend for most of their groups. At this point, I think we can just delete it." The program still existed in the source tree in case someone would want to clean it up and make it useable again. It does not seem to be worthwile. |