aboutsummaryrefslogtreecommitdiff
path: root/src/modules/extra/m_hash_posix.cpp
Commit message (Expand)AuthorAgeFilesLines
* fix compilation on OS X•••OS X doesn't have (or require) libcrypt Gravatar Robin Burchell2012-03-301-1/+1
* Update copyright notices to 2011Gravatar Jackmcbarn2011-05-041-1/+1
* Avoid future bugs with AttachGravatar Jackmcbarn2010-08-281-1/+1
* Force modules to use init() to register hooksGravatar Daniel De Graaf2010-08-051-1/+1
* Fix password comparison and metadata updatesGravatar Daniel De Graaf2010-08-031-1/+1
* Add m_hash_posix to allow reading POSIX passwords ($1$salt$md5, like /etc/sha...Gravatar Daniel De Graaf2010-08-031-0/+49