mdssvc: fix date marshalling
authorRalph Boehme <slow@samba.org>
Wed, 17 May 2023 14:38:39 +0000 (16:38 +0200)
committerJeremy Allison <jra@samba.org>
Wed, 26 Jul 2023 22:43:38 +0000 (22:43 +0000)
commit620ca1e68d02be45a94aa41217a141d211fceb1f
tree3f355e896d741b4463fddd8dbb6a068be7482172
parent9dc66fecf7c1743d264c5c4f8978b77bab75ed86
mdssvc: fix date marshalling

Did this ever work? Possible just copied over from Netatalk and was always
broken... The Mac client expects the timevalue as seconds relative to
2001-01-01 00:00:00 UTC, packed as IEEE float.

BUG: https://bugzilla.samba.org/show_bug.cgi?id=15427

Signed-off-by: Ralph Boehme <slow@samba.org>
Reviewed-by: Jeremy Allison <jra@samba.org>
source3/rpc_server/mdssvc/marshalling.c