22 Commits

Author SHA1 Message Date
Joel Rosdahl
1b298bb748 Remove includes that are redundant after system.h introduction 2010-08-29 12:02:44 +02:00
Joel Rosdahl
e0b2f33853 Make hash_result() idempotent 2010-08-18 21:41:45 +02:00
Joel Rosdahl
37fc4be75e Update license for mdfour.c to GPLv3+ 2010-08-04 19:48:39 +02:00
Joel Rosdahl
530dfe7c11 Format code to use a more consistent coding style 2010-08-01 17:20:33 +02:00
Joel Rosdahl
93c6e9ac32 Check CCACHE_DEBUG_HASH environment variable before enabling hash debugging 2010-06-08 22:47:53 +02:00
Joel Rosdahl
0eec63e208 Add a crude hash calculation debugging facility 2010-06-03 21:39:48 +02:00
Joel Rosdahl
e1c9e3f330 Switch license to GPLv3+ 2010-04-22 22:47:16 +02:00
Kovarththanan Rajaratnam
5873f4b1f7 Don't set static variable. It's unused in copy4() 2010-03-18 12:42:46 +01:00
Kovarththanan Rajaratnam
bb8820db3a Let the compiler zero initialiase all the members 2010-03-18 12:41:13 +01:00
Kovarththanan Rajaratnam
8f2365f24d use size_t when we refer to memory sizes 2010-02-22 23:02:22 +01:00
Kovarththanan Rajaratnam
5c6b15ddee Remove unused 'void mdfour(unsigned char *out, const unsigned char *in, int n)' 2010-02-22 23:02:22 +01:00
Kovarththanan Rajaratnam
936dc017bd Remove incorrect assumption
This first revision of this file assummed that int = 32bits, but we now use <inttypes.h> and no longer have to make that (incorrect) assumption.
2010-02-22 23:02:22 +01:00
Kovarththanan Rajaratnam
fdbd384f29 Remove disabled md4 test code
This piece of test code was dead and in addition we don't have any framework for testing it. Any test of this module should probably be done upstream instead (Samba)
2010-02-22 23:02:22 +01:00
Joel Rosdahl
ecf85fc492 Remove standard includes from ccache.h 2010-02-17 21:03:27 +01:00
Joel Rosdahl
78beb6c38b Use standard uint32_t type instead of uint32 2010-01-05 18:53:04 +01:00
Joel Rosdahl
dca11d321b Remove trailing whitespace 2010-01-05 18:53:01 +01:00
Joel Rosdahl
cc903b4a54 Fix indentation 2010-01-05 18:53:01 +01:00
Andrew Tridgell
2090a5dd8d - attempt to make ccache work with cygwin by using O_BINARY (thanks
to email from Emilio Lopes <eclig@gmx.net>)

 - disabled the direct .ii tests as these break with newest gcc
2004-09-06 14:24:05 +02:00
Andrew Tridgell
df51b129d1 - disabled unifier by default (to get warnings right)
- fixed md4 code
- updated docs
2002-04-29 11:12:46 +02:00
Andrew Tridgell
93cd97109b mdfour bugfixes pointed out by Richard Rudell 2002-04-24 15:13:52 +02:00
Andrew Tridgell
b97c2c60e2 added some docs and comments ... 2002-03-27 00:58:31 +01:00
Andrew Tridgell
f42859a15c first version of C compilercache 2002-03-26 15:46:43 +01:00