Searched refs:ccache_obtained (Results 1 - 9 of 9) sorted by relevance

/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/router/samba-3.5.8/source4/auth/credentials/
H A Dcredentials_krb5.c75 if (cred->ccache_obtained > obtained) {
106 /* set the ccache_obtained here, as it just got set to UNINITIALISED by the calls above */
107 cred->ccache_obtained = obtained;
136 if (cred->ccache_obtained > obtained) {
195 cred->ccache_obtained = obtained;
198 cli_credentials_invalidate_client_gss_creds(cred, cred->ccache_obtained);
265 if (cred->ccache_obtained >= cred->ccache_threshold &&
266 cred->ccache_obtained > CRED_UNINITIALISED) {
290 cred->ccache_obtained = cred->principal_obtained;
294 cli_credentials_invalidate_client_gss_creds(cred, cred->ccache_obtained);
[all...]
H A Dcredentials.h59 enum credentials_obtained ccache_obtained; member in struct:cli_credentials
H A Dcredentials.c51 cred->ccache_obtained = CRED_UNINITIALISED;
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/samba-3.5.8/source4/auth/credentials/
H A Dcredentials_krb5.c75 if (cred->ccache_obtained > obtained) {
106 /* set the ccache_obtained here, as it just got set to UNINITIALISED by the calls above */
107 cred->ccache_obtained = obtained;
136 if (cred->ccache_obtained > obtained) {
195 cred->ccache_obtained = obtained;
198 cli_credentials_invalidate_client_gss_creds(cred, cred->ccache_obtained);
265 if (cred->ccache_obtained >= cred->ccache_threshold &&
266 cred->ccache_obtained > CRED_UNINITIALISED) {
290 cred->ccache_obtained = cred->principal_obtained;
294 cli_credentials_invalidate_client_gss_creds(cred, cred->ccache_obtained);
[all...]
H A Dcredentials.h59 enum credentials_obtained ccache_obtained; member in struct:cli_credentials
H A Dcredentials.c51 cred->ccache_obtained = CRED_UNINITIALISED;
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/router/samba-3.5.8/source4/auth/credentials/
H A Dcredentials_krb5.c75 if (cred->ccache_obtained > obtained) {
106 /* set the ccache_obtained here, as it just got set to UNINITIALISED by the calls above */
107 cred->ccache_obtained = obtained;
136 if (cred->ccache_obtained > obtained) {
195 cred->ccache_obtained = obtained;
198 cli_credentials_invalidate_client_gss_creds(cred, cred->ccache_obtained);
265 if (cred->ccache_obtained >= cred->ccache_threshold &&
266 cred->ccache_obtained > CRED_UNINITIALISED) {
290 cred->ccache_obtained = cred->principal_obtained;
294 cli_credentials_invalidate_client_gss_creds(cred, cred->ccache_obtained);
[all...]
H A Dcredentials.h59 enum credentials_obtained ccache_obtained; member in struct:cli_credentials
H A Dcredentials.c51 cred->ccache_obtained = CRED_UNINITIALISED;

Completed in 169 milliseconds