libkrb5: No fchmod on Windows
commitdd47d25e5d7f7830d0593e4e52fba2b7ea7fd063
authorJeffrey Altman <jaltman@secure-endpoints.com>
Sat, 22 Jun 2013 21:37:46 +0000 (22 17:37 -0400)
committerJeffrey Altman <jaltman@secure-endpoints.com>
Sun, 23 Jun 2013 01:17:29 +0000 (22 21:17 -0400)
tree4a67cb269a9af6037b6257507c0905e5707cab5b
parent57d55d2b81a933cd077bbaff19045365f1fed4ba
libkrb5: No fchmod on Windows

There is no fchmod() implementation on Windows.  For now prevent its
use on Windows with #ifndef _WIN32 but in the future set_default_cache()
should be updated to set ownership permissions for the cache file.

Change-Id: I57214dfecbd25d7b337a568fa5e522c0a22dbb76
lib/krb5/dcache.c