logo
Free, unlimited AI code reviews that run on commit
git-lrc git-lrc GitHub Install Now We'd appreciate a star git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt

krb5_rcache, krb5_rc_close, krb5_rc_default, krb5_rc_default_name, krb5_rc_default_type, krb5_rc_destroy,

Description

       The  krb5_rcache  structure  holds  a  storage element that is used for data manipulation.  The structure
       contains no public accessible elements.

       krb5_rc_initialize() Creates the reply cache id and sets it lifespan  to  auth_lifespan.   If  the  cache
       already exists, the content is destroyed.

Library

       Kerberos 5 Library (libkrb5, -lkrb5)

Name

       krb5_rcache, krb5_rc_close, krb5_rc_default, krb5_rc_default_name, krb5_rc_default_type, krb5_rc_destroy,
       krb5_rc_expunge,    krb5_rc_get_lifespan,    krb5_rc_get_name,    krb5_rc_get_type,   krb5_rc_initialize,
       krb5_rc_recover,    krb5_rc_resolve,    krb5_rc_resolve_full,    krb5_rc_resolve_type,     krb5_rc_store,
       krb5_get_server_rcache — Kerberos 5 replay cache

See Also

krb5(3), krb5_data(3), kerberos(8)

HEIMDAL                                            May 1, 2006                                    KRB5_RCACHE(3)

Synopsis

#include<krb5.h>structkrb5_rcache;krb5_error_codekrb5_rc_close(krb5_contextcontext, krb5_rcacheid);

       krb5_error_codekrb5_rc_default(krb5_contextcontext, krb5_rcache*id);

       constchar*krb5_rc_default_name(krb5_contextcontext);

       constchar*krb5_rc_default_type(krb5_contextcontext);

       krb5_error_codekrb5_rc_destroy(krb5_contextcontext, krb5_rcacheid);

       krb5_error_codekrb5_rc_expunge(krb5_contextcontext, krb5_rcacheid);

       krb5_error_codekrb5_rc_get_lifespan(krb5_contextcontext, krb5_rcacheid, krb5_deltat*auth_lifespan);

       constchar*krb5_rc_get_name(krb5_contextcontext, krb5_rcacheid);

       constchar*krb5_rc_get_type(krb5_contextcontext, krb5_rcacheid);

       krb5_error_codekrb5_rc_initialize(krb5_contextcontext, krb5_rcacheid, krb5_deltatauth_lifespan);

       krb5_error_codekrb5_rc_recover(krb5_contextcontext, krb5_rcacheid);

       krb5_error_codekrb5_rc_resolve(krb5_contextcontext, krb5_rcacheid, constchar*name);

       krb5_error_codekrb5_rc_resolve_full(krb5_contextcontext, krb5_rcache*id, constchar*string_name);

       krb5_error_codekrb5_rc_resolve_type(krb5_contextcontext, krb5_rcache*id, constchar*type);

       krb5_error_codekrb5_rc_store(krb5_contextcontext, krb5_rcacheid, krb5_donot_replay*rep);

       krb5_error_codekrb5_get_server_rcache(krb5_contextcontext, constkrb5_data*piece, krb5_rcache*id);

See Also