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)
committerGerald (Jerry) Carter <jerry@samba.org>
Wed, 10 Oct 2007 16:05:19 +0000 (11:05 -0500)
commit414303bc0272f207046b471a0364fa296b67c1f8
tree23f44e6bd20567bb3bf8a981325cf538c8021cf0
parentc93a08be4a29854354a16c6e8f984477e19f41c0
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