this took a lot of debugging (on sparc64 where it breaks) for such a stupid bug.
pointed out by henning
(and i'm going to go and fix more of those after i relax)
- add snmp FLAVOR from Joel CARNAT <joel at carnat dot net>
- add some auth types and auth/acl helpers
- add NTLM auth SMB patch even though the default port does NOT compile this support in
from ChangeLog:
Security
Restricted image size in address bar, page bar and page/window cycler. This
addresses issue reported in GreyMagic security advisory GM#007-OP: wide
favicons could cover URL in the address line.
Miscellaneous
- Various stability improvements
- Redirecting links correctly marked as visited
- Initial support for quoting selected text in messages
- Solved problem with duplicate addresses when using "Reply all"
This module allows Maypole applications to have the
concept of a user, and to track that user using cookies
and sessions.
It provides three methods to be inherited by a Maypole
class. The first is get_user, which tries to populate the
user slot of the Maypole request object.
from Sam Smith <S at msmith.net>
This module provides a simple, convenient, abstracted and
extensible manner for validating and untainting the input
from web forms.
from Sam Smith <S at msmith.net>
BTreeFolder2 is a Zope product that acts like a Zope folder but can
store many more items.
When you fill a Zope folder with too many items, both Zope and your
browser get overwhelmed. Zope has to load and store a large folder
object, and the browser has to render large HTML tables repeatedly. Zope
can store a lot of objects, but it has trouble storing a lot of objects
in a single standard folder.