r11511: A classic "friday night check-in" :-). This moves much
authorJeremy Allison <jra@samba.org>
Sat, 5 Nov 2005 04:21:55 +0000 (04:21 +0000)
committerJeremy Allison <jra@samba.org>
Sat, 5 Nov 2005 04:21:55 +0000 (04:21 +0000)
commitcb279a61447130780d88ffb04efda8f6dbc04dca
tree23f44e6bd20567bb3bf8a981325cf538c8021cf0
parentac41801f182cabe547798147d0370777568ec53d
r11511: A classic "friday night check-in" :-). This moves much
of the Samba4 timezone handling code back into Samba3.
Gets rid of "kludge-gmt" and removes the effectiveness
of the parameter "time offset" (I can add this back
in very easily if needed) - it's no longer being
looked at. I'm hoping this will fix the problems people
have been having with DST transitions. I'll start comprehensive
testing tomorrow, but for now all modifications are done.
Splits time get/set functions into srv_XXX and cli_XXX
as they need to look at different timezone offsets.
Get rid of much of the "efficiency" cruft that was
added to Samba back in the day when the C library
timezone handling functions were slow.
Jeremy.
24 files changed:
source/client/client.c
source/client/clitar.c
source/client/smbctool.c
source/lib/replace.c
source/lib/time.c
source/libsmb/cliconnect.c
source/libsmb/clifile.c
source/libsmb/clilist.c
source/libsmb/cliprint.c
source/libsmb/clirap.c
source/nmbd/nmbd.c
source/nmbd/nmbd_namelistdb.c
source/nmbd/nmbd_winsserver.c
source/nsswitch/winbindd.c
source/rpc_server/srv_srvsvc_nt.c
source/smbd/dir.c
source/smbd/lanman.c
source/smbd/negprot.c
source/smbd/pipes.c
source/smbd/reply.c
source/smbd/trans2.c
source/utils/net_status.c
source/utils/status.c
source/web/statuspage.c