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)
committerMike Rylander <mrylander@gmail.com>
Thu, 18 Aug 2016 14:45:27 +0000 (10:45 -0400)
commitc6938328c08c98fc6bc0c58a7ebd770fd74b7e15
treeab6ede9c58828334eff51524c0eb5468d189c913
parent7e6681cad926a0582c4bf91cce1413b0d4b8d3a5
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>
Conflicts:
Open-ILS/src/c-apps/oils_auth.c
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