summaryrefslogtreecommitdiff
path: root/modules/pam_unix/md5.c
Commit message (Collapse)AuthorAge
* Fix strict aliasing issue in MD5 implementations.Tomas Mraz2013-03-28
| | | | | modules/pam_namespace/md5.c (MD5Final): Use memcpy instead of assignment. modules/pam_unix/md5.c (MD5Final): Use memcpy instead of assignment.
* Fix whitespace issuesDmitry V. Levin2011-10-26
| | | | | | Cleanup trailing whitespaces, indentation that uses spaces before tabs, and blank lines at EOF. Make the project free of warnings reported by git diff --check 4b825dc642cb6eb9a060e54bf8d69288fbee4904 HEAD
* Clear the whole MD5 context.Tomas Mraz2011-03-21
|
* Initial revisionAndrew G. Morgan2000-06-20