s4:credentials Make the CCACHE in credentials depend on the things that built it
authorAndrew Bartlett <abartlet@samba.org>
Sat, 1 May 2010 00:33:08 +0000 (10:33 +1000)
committerAndrew Bartlett <abartlet@samba.org>
Sat, 1 May 2010 20:54:23 +0000 (06:54 +1000)
commit44e7ea692708c1c956fc9bd20ed9a6d5de9479a4
treec2677201a5cdab1772371611242f0fcdac6826a7
parent485def3b5dae7c77fb0c01ed99b6865b7c5ceeb8
s4:credentials Make the CCACHE in credentials depend on the things that built it

This means that we consider the ccache only as reliable as the least
specified of the inputs we used.

This means that we will regenerate the ccache if any of the inputs change.

Andrew Bartlett
source4/auth/credentials/credentials.c
source4/auth/credentials/credentials_krb5.c
source4/auth/credentials/credentials_krb5.h
source4/auth/gensec/gensec_gssapi.c
source4/auth/gensec/gensec_krb5.c
source4/auth/kerberos/kerberos.h
source4/auth/kerberos/kerberos_credentials.h [new file with mode: 0644]
source4/auth/kerberos/kerberos_util.c