summaryrefslogtreecommitdiffstats
path: root/src/providers/krb5/krb5_common.h
diff options
context:
space:
mode:
authorJakub Hrozek <jhrozek@redhat.com>2014-10-18 20:52:43 +0200
committerJakub Hrozek <jhrozek@redhat.com>2014-11-18 20:33:28 +0100
commit45aeb924ec3ac448bb8d174a5cc061ed98b147c7 (patch)
tree3d160f153780744319df584e9024bb8023d3cf44 /src/providers/krb5/krb5_common.h
parent476b78b3f66abc7a0f805154ea1a29f54628224a (diff)
downloadsssd-45aeb924ec3ac448bb8d174a5cc061ed98b147c7.tar.gz
sssd-45aeb924ec3ac448bb8d174a5cc061ed98b147c7.tar.xz
sssd-45aeb924ec3ac448bb8d174a5cc061ed98b147c7.zip
KRB5: Move ccache-related functions to krb5_ccache.c
Add a new module krb5_ccache.c that contains all ccache-related operations. The only user of this module shall be krb5_child.c as the other modules will run unprivileged and accessing the ccache requires either privileges of root or the ccache owner. Related: https://fedorahosted.org/sssd/ticket/2370 Reviewed-by: Sumit Bose <sbose@redhat.com> Reviewed-by: Lukáš Slebodník <lslebodn@redhat.com>
Diffstat (limited to 'src/providers/krb5/krb5_common.h')
-rw-r--r--src/providers/krb5/krb5_common.h7
1 files changed, 0 insertions, 7 deletions
diff --git a/src/providers/krb5/krb5_common.h b/src/providers/krb5/krb5_common.h
index eac0d6b1f..a5cee6497 100644
--- a/src/providers/krb5/krb5_common.h
+++ b/src/providers/krb5/krb5_common.h
@@ -73,13 +73,6 @@ enum krb5_opts {
typedef enum { INIT_PW, INIT_KT, RENEW, VALIDATE } action_type;
-struct tgt_times {
- time_t authtime;
- time_t starttime;
- time_t endtime;
- time_t renew_till;
-};
-
struct krb5_service {
char *name;
char *realm;