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)
commit6d5757395a0e54245543794d0d6d6d6a32cd857a
treecdf48f97df8be03543172690524ddf6332a389a2
parent65ed4d3efda243f526131fd145c72647785f9906
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.
(This used to be commit 414303bc0272f207046b471a0364fa296b67c1f8)
24 files changed:
source3/client/client.c
source3/client/clitar.c
source3/client/smbctool.c
source3/lib/replace.c
source3/lib/time.c
source3/libsmb/cliconnect.c
source3/libsmb/clifile.c
source3/libsmb/clilist.c
source3/libsmb/cliprint.c
source3/libsmb/clirap.c
source3/nmbd/nmbd.c
source3/nmbd/nmbd_namelistdb.c
source3/nmbd/nmbd_winsserver.c
source3/nsswitch/winbindd.c
source3/rpc_server/srv_srvsvc_nt.c
source3/smbd/dir.c
source3/smbd/lanman.c
source3/smbd/negprot.c
source3/smbd/pipes.c
source3/smbd/reply.c
source3/smbd/trans2.c
source3/utils/net_status.c
source3/utils/status.c
source3/web/statuspage.c