summaryrefslogtreecommitdiff
path: root/src/common/md5calc.c
AgeCommit message (Expand)AuthorFilesLines
2018-05-312012-2018 !Maytichai Saowa1-1/+1
2018-03-09Fix md5 calculation for binary strings.Andrei Karas1-1/+1
2017-01-10Update md5 calculation to be able to hash a binary buffer instead of only str...hemagx1-17/+15
2016-07-12Various changes to the md5 interfaceHaru1-67/+74
2016-07-12Interface md5calc.chemagx1-8/+13
2016-03-20Added const qualifier to some typecastsHaru1-3/+3
2016-02-19Fix some cast discards 'const' qualifier from pointer target type warnings.Andrei Karas1-3/+3
2015-12-15Added GPL-compliant header to all sources and build scriptsHaru1-2/+22
2015-06-19Cleaned up some #includesHaru1-4/+1
2015-06-19Removed ".." from include directivesHaru1-2/+2
2015-01-24Fixed 18 minor issuesHaru1-2/+2
2014-11-16Whitespace cleanup (no code changes)Haru1-112/+112
2014-05-10Re-commit of "Fixed order of includes in all source files"Haru1-2/+6
2014-05-10Revert "Fixed order of includes in all source files"panikon1-6/+2
2014-05-09Fixed order of includes in all source filesHaru1-2/+6
2012-12-05- Undid r16968: SVN Replaced with source:/trunk/src/@16966 (tid:74924).brianluau1-205/+157
2012-11-25Applied AStyle code formating as discussed on tid:74602.greenboxal21-157/+205
2012-01-17Enabled Mersenne Twister MT19937 as random number generator instead of standa...gepard19841-1/+2
2010-12-07* Reverted r14563, due to multiple issues which render the source malfunction...ai4rei1-1/+1
2010-12-07Changed almost all instances of sprintf() to snprintf().Paradox924X1-1/+1
2009-04-01* Removed online_check config options. (always active now)FlavioJS1-0/+10
2008-08-09Fixed login printing raw passwdenc passwords to console (bugreport:826).ultramage1-27/+21
2007-09-20* Merged the tmpsql branch:FlavioJS1-1/+1
2007-04-29Gave each file an empty last line, to make svn happierultramage1-1/+0
2006-12-21- Moved md5calc to commonFlavioJS1-0/+236