bgermann
bgermann
HMAC-MD5 is not used anymore, so drop it without replacement. Using Colin Plumb's MD5 gets rid of the RSA-MD license. Keep the C++ conditionals as well as the namespace include...
HMAC-MD5 is not used anymore, so drop it without replacement. Using Openwall MD5 gets rid of the RSA-MD license. Keep the C++ conditionals as well as the namespace include in...
Windows 10 and 11 have tar.exe installed by default, which is bsdtar. It would be nice to have rarfile support it out of the box. Hint: by searching for tar.exe...
tmp_smtp.c allows local users to overwrite arbitrary files via a symlink attack on /tmp/smtp.log. This is adapted from the patch by Jari Aalto that Debian has included for this.
This is a follow-up for #71.
This includes removals of non-distributable files. Link: https://github.com/zlib-ng/minizip-ng/pull/909
Fixes: #109
font-v is one of the declared dependencies. I do not see it used in the codebase. Can it be removed?
There is no definition for XAD_BYTE_ORDER_BIG_ENDIAN, so big endian machines will use the little endian CRC implementation. Use compiler built-ins to check for endianness instead. Fixes: #168