r23005: If we're running on a system where time_t is 8 bytes
commitc15c0f2a47caa61f0575a63d88d1481d34530643
authorJeremy Allison <jra@samba.org>
Fri, 18 May 2007 23:38:56 +0000 (18 23:38 +0000)
committerGerald (Jerry) Carter <jerry@samba.org>
Wed, 10 Oct 2007 17:22:13 +0000 (10 12:22 -0500)
tree13bab67e3f2debc8f4d7219e9f1336e37d749b42
parent5217cff98570127422e87488f1115a3019aadc8f
r23005: If we're running on a system where time_t is 8 bytes
we have to take care to preserve the "special" values
for Windows of 0x80000000 and 0x7FFFFFFF when casting
between time_t and uint32. Add conversion functions
(and use them).
Jeremy.
(This used to be commit 4e1a0b2549f7c11326deed2801de19564af0f16a)
source3/configure.in
source3/lib/time.c
source3/passdb/passdb.c
source3/utils/pdbedit.c