Searched defs:lhandle (Results 1 - 3 of 3) sorted by relevance

/osnet-11/usr/src/lib/krb5/kadm5/clnt/
H A Dclient_internal.h33 * add lhandle to handle
100 struct _kadm5_server_handle_t *lhandle; member in struct:_kadm5_server_handle_t
112 if (! srvr->lhandle) \
/osnet-11/usr/src/lib/krb5/kadm5/
H A Dchpass_util.c86 void *lhandle,
223 code2 = kadm5_get_principal (lhandle, princ, &princ_ent,
252 (void) kadm5_free_principal_ent(lhandle, &princ_ent);
256 code2 = kadm5_get_policy(lhandle, princ_ent.policy,
264 (void) kadm5_free_principal_ent(lhandle, &princ_ent);
271 (void) kadm5_free_principal_ent(lhandle, &princ_ent);
272 (void) kadm5_free_policy_ent(lhandle, &policy_ent);
281 (void) kadm5_free_principal_ent(lhandle, &princ_ent);
282 (void) kadm5_free_policy_ent(lhandle, &policy_ent);
298 (void) kadm5_free_principal_ent(lhandle,
85 _kadm5_chpass_principal_util(void *server_handle, void *lhandle, krb5_principal princ, char *new_pw, char **ret_pw, char *msg_ret, unsigned int msg_len) argument
[all...]
H A Dserver_internal.h60 struct _kadm5_server_handle_t *lhandle; member in struct:_kadm5_server_handle_t
160 if (! srvr->lhandle) \

Completed in 40 milliseconds