| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | All these files have been moved to the Mailman directory (and some renamed) | bwarsaw | 1998-06-19 | 1 | -8/+0 |
| | | |||||
| * | There's now a global USE_CRYPT variable. It *should* be set by the | viega | 1998-06-14 | 1 | -2/+4 |
| | | | | | | | | 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. | ||||
| * | Ah, I saw the "More condensed" interface to md5, and used that instead. | viega | 1998-05-30 | 1 | -3/+1 |
| | | |||||
| * | Added mm_crypt, which trys to import crypt, and provides a wrapper | viega | 1998-05-30 | 1 | -0/+8 |
| 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. | |||||
