Custom Query (44 matches)
Results (43 - 44 of 44)
Ticket | Resolution | Summary | Owner | Reporter |
---|---|---|---|---|
#30 | fixed | nnrpd doesn't support passwords with spaces | ||
Description |
The NNTP protocol uses whitespace as a command and argument separator, which means that passwords containing whitespace don't work. The generic NNTP parser in nnrpd throws away the tail end of the password or produces a syntax error. However, since the password is the last argument, we can hack around this problem. Here's a patch from Jeffrey M. Vinocur from 2001 that implements that fix, which may require some updating. |
|||
#87 | fixed | showtoken should be part of sm | ||
Description |
The ability to take apart the class-specific information in a token and display what it means should be added to the storage API and then the capabilities of showtoken included in sm. showtoken is currently a Perl script in contrib |