summaryrefslogtreecommitdiff
path: root/bigcrypt.c
AgeCommit message (Collapse)Author
2013-05-14overhaul bigcrypt.cTimo Weingärtner
* drop unnessesary variables * rename variables and define's to be more desciptive * rotate pointer updates to front of loop * don't copy key there was no point in using crypt_r() here, we return our result in a static buffer ourselves
2013-05-12include proper headers for crypt()Timo Weingärtner
this also prepares for crypt_r()
2013-05-11add debug module option and use pam_syslogTimo Weingärtner
also: * remove some unnessesary comments * add vim settings for unusual indentation
2002-05-11Fixed md5 crypting + ssl bug.Charl Botha