Contains bugfixes, added another "napping" executable installed suid root
responsible for collecting ping results for nap (revokes privileges after
the first socket call in main())
- use ONLY_FOR_ARCHS instead of NOT_FOR_ARCHS and specify only i386 since
that is the only arch this will work on at the moment with our native
pthreads library
Security Alert
prompt_slk_response() have a formatting string
problem, and 'subject' are controlled by remote,
this may cause some problems.
Patches by Matthieu Herrb <matthieu.herrb@laas.fr>
Submitted by Patroklos Argyroudis <argp@bsd.gr>.
prepop is a simple "online" POP3 email client. It's a complementing
email client doing some of the things your ordinary email client
should have handled in the first place.
to slrn version 0.9.7.2:
--
Bug fixes:
* slrn enters all groups when read_active is on
Fixed 2001-08-27
When read_active is on, slrn still enters all groups to find the
number of unread articles, which slows down startup considerably.
* force_authentication is ignored when re-connecting
Fixed 2001-08-27
When re-connecting, slrn only sends authentication data if the server
requests it, even if force_authentication is set.
* Request for authentication is not always recognized
Fixed 2001-08-30
In some rare cases, slrn does not notice that it needs to send
authentication data, although the server requests it. This can even
damage your newsrc file.
* Parse "news:" URLs enclosed in angle brackets correctly
Fixed 2001-08-30
When a "news:" URL is enclosed in angle brackets, slrn regards the
closing bracket as a part of it.
* No longer writes extraneous null byte when saving to file.
* Added GetTextBufferSize() call on editorengine and Fl_Editor that returns
the number of characters that should be allocated in order to save the
text to a buffer. The CharacterCount() method returns only characters
actually presently in the buffer, while this new method considers the line
ending characters that would be added when saving.