Custom Query (44 matches)
Results (31 - 33 of 44)
Ticket | Resolution | Summary | Owner | Reporter |
---|---|---|---|---|
#38 | fixed | Check Newsgroups header of cancel messages | ||
Description |
A patch from Christopher Biedl to alter ARTcancelverify to check whether at least one group in the cancel message can be found in article to be canceled. |
|||
#35 | fixed | Password encryption utility | ||
Description |
ckpasswd -f expects crypt() passwords, and not everyone has a copy of htpasswd handy. Attached is a C program from Ajax Ajax <ajax255@…> to generate the password hash. Something like this should probably be included for people who don't have htpasswd. |
|||
#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. |