1
0
mirror of https://github.com/samba-team/samba.git synced 2025-06-17 15:17:09 +03:00

8 Commits

Author SHA1 Message Date
Jeremy Allison
e799eb8da6 Cope with valgrind > 3.2.x.
Jeremy.
2007-12-15 23:05:30 -08:00
Andrew Tridgell
b0132e94fc r23784: use the GPLv3 boilerplate as recommended by the FSF and the license text 2007-10-10 12:28:22 -05:00
Jeremy Allison
407e6e695b r23779: Change from v2 or later to v3 or later.
Jeremy.
2007-10-10 12:28:20 -05:00
Jeremy Allison
b76c7b6132 r12855: Remove erroneous commenting out of valgrind fix.
Jeremy.
2007-10-10 11:06:05 -05:00
Jeremy Allison
c65b752604 r12043: It's amazing the warnings you find when compiling on a 64-bit
box with gcc4 and -O6...
Fix a bunch of C99 dereferencing type-punned pointer will break
strict-aliasing rules errors. Also added prs_int32 (not uint32...)
as it's needed in one place. Find places where prs_uint32 was being
used to marshall/unmarshall a time_t (a big no no on 64-bits).
More warning fixes to come.
Thanks to Volker for nudging me to compile like this.
Jeremy.
2007-10-10 11:05:42 -05:00
Jeremy Allison
fc9eca51e0 r11156: Remove valgrind disabling ifdef that got added by mistake.
Jeremy.
2007-10-10 11:05:03 -05:00
Jeremy Allison
d720867a78 r11137: Compile with only 2 warnings (I'm still working on that code) on a gcc4
x86_64 box.
Jeremy.
2007-10-10 11:05:02 -05:00
Martin Pool
4bbddbfc6a Split "clobber" function and variables into its own file before it
grows too much larger.
-