summaryrefslogtreecommitdiff
path: root/lib/md4.c
AgeCommit message (Expand)Author
2018-12-03checksrc: add COPYRIGHTYEAR checkDaniel Gustafsson
2018-09-14secure Openwall URLsViktor Szakats
2017-06-02MD(4|5): silence cast-align clang warningMarcel Raad
2017-04-21mbedtls: enable NTLM (& SMB) even if MD4 support is unavailableDan Fandrich
2016-12-14checksrc: warn for assignments within if() expressionsDaniel Stenberg
2015-02-06MD(4|5): make the MD4_* and MD5_* functions staticDaniel Stenberg
2015-02-04MD4: fix compiler warnings and code style nitsDaniel Stenberg
2015-02-04MD4: replace implementationDaniel Stenberg
2014-12-05OS400: enable NTLM authenticationPatrick Monnerat
2013-01-09build: fix circular header inclusion with other packagesYang Tse
2013-01-06Revert changes relative to lib/*.[ch] recent renamingYang Tse
2013-01-03build: rename 93 lib/*.c filesYang Tse
2012-12-28build: make use of 76 lib/*.h renamed filesYang Tse
2012-03-20fix several compiler warningsYang Tse
2011-07-26stdio.h, stdlib.h, string.h, stdarg.h and ctype.h inclusion done in setup_once.hYang Tse
2011-04-27source cleanup: unify look, style and indent levelsDaniel Stenberg
2010-08-04build: remove unneeded cast to (void *)Yang Tse
2010-08-03md4: replace bcopy usage with memcpyYang Tse
2010-06-30http_ntlm: add support for NSSKamil Dudka