]> git.evergreen-ils.org Git - working/Evergreen.git/commit
LP#1485374: add way for C code to make TZ-aware subrequests
authorGalen Charlton <gmc@esilibrary.com>
Tue, 23 Feb 2016 17:09:15 +0000 (12:09 -0500)
committerKathy Lussier <klussier@masslnc.org>
Fri, 27 Jan 2017 19:45:50 +0000 (14:45 -0500)
commit28561ed72740f0c1fdf19dcc5ed009398678a025
tree08bc5b5d1dad8ee18d94744a64ac2ca3a5015bfd
parent8bedc56a8b9f2727360d1ca533ba5c149ef75999
LP#1485374: add way for C code to make TZ-aware subrequests

This patch adds a helper routine to allow C
methods to make subrequests that pass the client
time zone along. This helper is in turn used during
authentication to ensure that the user object
that is returned has timestamps that are in the
time zone of the client that makes the original
authentication request.

Signed-off-by: Galen Charlton <gmc@esilibrary.com>
Signed-off-by: Mike Rylander <mrylander@gmail.com>
Signed-off-by: Kathy Lussier <klussier@masslnc.org>
Conflicts:
Open-ILS/src/c-apps/oils_auth.c

Signed-off-by: Jason Stephenson <jason@sigio.com>
Signed-off-by: Kathy Lussier <klussier@masslnc.org>
Open-ILS/include/openils/oils_utils.h
Open-ILS/src/c-apps/oils_auth.c
Open-ILS/src/c-apps/oils_auth_internal.c
Open-ILS/src/c-apps/oils_utils.c
Open-ILS/src/extras/oils_requestor.c