aboutsummaryrefslogtreecommitdiff
path: root/src/http/modules/ngx_http_auth_basic_module.c
diff options
context:
space:
mode:
authorMaxim Dounin <mdounin@mdounin.ru>2017-09-13 15:52:01 +0300
committerMaxim Dounin <mdounin@mdounin.ru>2017-09-13 15:52:01 +0300
commit0206ebe76f748bb39d9de4dd4b3fce777fdfdccf (patch)
tree57a075cdb459e96af4b694788e2ccf6b8a25f72d /src/http/modules/ngx_http_auth_basic_module.c
parent53bea399a006054350e9068b3a23f3dea89b1c0e (diff)
downloadnginx-0206ebe76f748bb39d9de4dd4b3fce777fdfdccf.tar.gz
nginx-0206ebe76f748bb39d9de4dd4b3fce777fdfdccf.zip
Fixed ngx_gmtime() on 32-bit platforms with 64-bit time_t.
In ngx_gmtime(), instead of casting to ngx_uint_t we now work with time_t directly. This allows using dates after 2038 on 32-bit platforms which use 64-bit time_t, notably NetBSD and OpenBSD. As the code is not able to work with negative time_t values, argument is now set to 0 for negative values. As a positive side effect, this results in Epoch being used for such values instead of a date in distant future.
Diffstat (limited to 'src/http/modules/ngx_http_auth_basic_module.c')
0 files changed, 0 insertions, 0 deletions