| Commit message (Collapse) | Author | Age | Files | Lines |
| |
|
|
| |
hash function used everywhere in Mailman now.
|
| | |
|
| | |
|
| |
|
|
|
|
|
|
|
| |
Even if USE_CRYPT is set, catch ImportError when trying to import
crypt.crypt. If that fails, then we'll still use our md5 wrapper, and
we'll set USE_CRYPT to 0.
Don't import all of the crypt module's attributes into this module
since the only one we mask anyway is crypt.crypt.
|
| |
|
|
|
|
|
| |
autoconf stuff. Basically, the autoconf script should fire up Python
and see if crypt can be imported. Of course, if a previous
installation has a different value than configure determined, it
should be used instead, otherwise stuff will mess up.
|
| | |
|
|
|
interface to an md5 digest if the import fails. This way, we don't
have to tell people to recompile python if they compiled it out of the
box. (since crypt is no longer in by default).
mm_security now uses mm_crypt instead of crypt.
|