003 File Manager
Current Path:
/usr/src/crypto/heimdal/lib/kadm5
usr
/
src
/
crypto
/
heimdal
/
lib
/
kadm5
/
📁
..
📄
ChangeLog
(38.93 KB)
📄
Makefile.am
(4.54 KB)
📄
Makefile.in
(52.12 KB)
📄
acl.c
(5.6 KB)
📄
ad.c
(32.74 KB)
📄
admin.h
(7.96 KB)
📄
bump_pw_expire.c
(2.05 KB)
📄
check-cracklib.pl
(2.79 KB)
📄
chpass_c.c
(3.88 KB)
📄
chpass_s.c
(5.58 KB)
📄
client_glue.c
(4.39 KB)
📄
common_glue.c
(3.82 KB)
📄
context_s.c
(5.49 KB)
📄
create_c.c
(2.76 KB)
📄
create_s.c
(5.7 KB)
📄
default_keys.c
(3.34 KB)
📄
delete_c.c
(2.63 KB)
📄
delete_s.c
(2.67 KB)
📄
destroy_c.c
(2.11 KB)
📄
destroy_s.c
(2.6 KB)
📄
ent_setup.c
(6.71 KB)
📄
error.c
(1.82 KB)
📄
flush.c
(1.77 KB)
📄
flush_c.c
(1.68 KB)
📄
flush_s.c
(1.68 KB)
📄
free.c
(2.93 KB)
📄
get_c.c
(2.79 KB)
📄
get_princs_c.c
(2.87 KB)
📄
get_princs_s.c
(3.42 KB)
📄
get_s.c
(9.63 KB)
📄
init_c.c
(18.89 KB)
📄
init_s.c
(6.66 KB)
📄
iprop-commands.in
(3.28 KB)
📄
iprop-log.8
(3.79 KB)
📄
iprop-log.c
(12.01 KB)
📄
iprop.8
(5.43 KB)
📄
iprop.h
(2.17 KB)
📄
ipropd_common.c
(2.21 KB)
📄
ipropd_master.c
(26.06 KB)
📄
ipropd_slave.c
(20.02 KB)
📄
kadm5-private.h
(10.7 KB)
📄
kadm5-protos.h
(5.09 KB)
📄
kadm5-pwcheck.h
(2.48 KB)
📄
kadm5_err.et
(3.43 KB)
📄
kadm5_locl.h
(2.43 KB)
📄
kadm5_pwcheck.3
(5.21 KB)
📄
keys.c
(3.03 KB)
📄
log.c
(24.91 KB)
📄
marshall.c
(9.05 KB)
📄
modify_c.c
(2.69 KB)
📄
modify_s.c
(3.28 KB)
📄
password_quality.c
(12.52 KB)
📄
private.h
(4.47 KB)
📄
privs_c.c
(2.66 KB)
📄
privs_s.c
(1.81 KB)
📄
randkey_c.c
(2.95 KB)
📄
randkey_s.c
(3.29 KB)
📄
rename_c.c
(2.57 KB)
📄
rename_s.c
(3.64 KB)
📄
sample_passwd_check.c
(2.94 KB)
📄
send_recv.c
(3.14 KB)
📄
server_glue.c
(4.39 KB)
📄
set_keys.c
(6.81 KB)
📄
set_modifier.c
(2.08 KB)
📄
test_pw_quality.c
(3.08 KB)
📄
version-script.map
(1.55 KB)
Editing: kadm5-protos.h
/* This is a generated file */ #ifndef __kadm5_protos_h__ #define __kadm5_protos_h__ #include <stdarg.h> #ifdef __cplusplus extern "C" { #endif kadm5_ret_t kadm5_ad_init_with_password ( const char */*client_name*/, const char */*password*/, const char */*service_name*/, kadm5_config_params */*realm_params*/, unsigned long /*struct_version*/, unsigned long /*api_version*/, void **/*server_handle*/); kadm5_ret_t kadm5_ad_init_with_password_ctx ( krb5_context /*context*/, const char */*client_name*/, const char */*password*/, const char */*service_name*/, kadm5_config_params */*realm_params*/, unsigned long /*struct_version*/, unsigned long /*api_version*/, void **/*server_handle*/); krb5_error_code kadm5_add_passwd_quality_verifier ( krb5_context /*context*/, const char */*check_library*/); const char * kadm5_check_password_quality ( krb5_context /*context*/, krb5_principal /*principal*/, krb5_data */*pwd_data*/); kadm5_ret_t kadm5_chpass_principal ( void */*server_handle*/, krb5_principal /*princ*/, const char */*password*/); kadm5_ret_t kadm5_chpass_principal_with_key ( void */*server_handle*/, krb5_principal /*princ*/, int /*n_key_data*/, krb5_key_data */*key_data*/); kadm5_ret_t kadm5_create_principal ( void */*server_handle*/, kadm5_principal_ent_t /*princ*/, uint32_t /*mask*/, const char */*password*/); kadm5_ret_t kadm5_delete_principal ( void */*server_handle*/, krb5_principal /*princ*/); kadm5_ret_t kadm5_destroy (void */*server_handle*/); kadm5_ret_t kadm5_flush (void */*server_handle*/); void kadm5_free_key_data ( void */*server_handle*/, int16_t */*n_key_data*/, krb5_key_data */*key_data*/); void kadm5_free_name_list ( void */*server_handle*/, char **/*names*/, int */*count*/); void kadm5_free_principal_ent ( void */*server_handle*/, kadm5_principal_ent_t /*princ*/); kadm5_ret_t kadm5_get_principal ( void */*server_handle*/, krb5_principal /*princ*/, kadm5_principal_ent_t /*out*/, uint32_t /*mask*/); kadm5_ret_t kadm5_get_principals ( void */*server_handle*/, const char */*expression*/, char ***/*princs*/, int */*count*/); kadm5_ret_t kadm5_get_privs ( void */*server_handle*/, uint32_t */*privs*/); kadm5_ret_t kadm5_init_with_creds ( const char */*client_name*/, krb5_ccache /*ccache*/, const char */*service_name*/, kadm5_config_params */*realm_params*/, unsigned long /*struct_version*/, unsigned long /*api_version*/, void **/*server_handle*/); kadm5_ret_t kadm5_init_with_creds_ctx ( krb5_context /*context*/, const char */*client_name*/, krb5_ccache /*ccache*/, const char */*service_name*/, kadm5_config_params */*realm_params*/, unsigned long /*struct_version*/, unsigned long /*api_version*/, void **/*server_handle*/); kadm5_ret_t kadm5_init_with_password ( const char */*client_name*/, const char */*password*/, const char */*service_name*/, kadm5_config_params */*realm_params*/, unsigned long /*struct_version*/, unsigned long /*api_version*/, void **/*server_handle*/); kadm5_ret_t kadm5_init_with_password_ctx ( krb5_context /*context*/, const char */*client_name*/, const char */*password*/, const char */*service_name*/, kadm5_config_params */*realm_params*/, unsigned long /*struct_version*/, unsigned long /*api_version*/, void **/*server_handle*/); kadm5_ret_t kadm5_init_with_skey ( const char */*client_name*/, const char */*keytab*/, const char */*service_name*/, kadm5_config_params */*realm_params*/, unsigned long /*struct_version*/, unsigned long /*api_version*/, void **/*server_handle*/); kadm5_ret_t kadm5_init_with_skey_ctx ( krb5_context /*context*/, const char */*client_name*/, const char */*keytab*/, const char */*service_name*/, kadm5_config_params */*realm_params*/, unsigned long /*struct_version*/, unsigned long /*api_version*/, void **/*server_handle*/); kadm5_ret_t kadm5_modify_principal ( void */*server_handle*/, kadm5_principal_ent_t /*princ*/, uint32_t /*mask*/); kadm5_ret_t kadm5_randkey_principal ( void */*server_handle*/, krb5_principal /*princ*/, krb5_keyblock **/*new_keys*/, int */*n_keys*/); kadm5_ret_t kadm5_rename_principal ( void */*server_handle*/, krb5_principal /*source*/, krb5_principal /*target*/); kadm5_ret_t kadm5_ret_key_data ( krb5_storage */*sp*/, krb5_key_data */*key*/); kadm5_ret_t kadm5_ret_principal_ent ( krb5_storage */*sp*/, kadm5_principal_ent_t /*princ*/); kadm5_ret_t kadm5_ret_principal_ent_mask ( krb5_storage */*sp*/, kadm5_principal_ent_t /*princ*/, uint32_t */*mask*/); kadm5_ret_t kadm5_ret_tl_data ( krb5_storage */*sp*/, krb5_tl_data */*tl*/); void kadm5_setup_passwd_quality_check ( krb5_context /*context*/, const char */*check_library*/, const char */*check_function*/); kadm5_ret_t kadm5_store_key_data ( krb5_storage */*sp*/, krb5_key_data */*key*/); kadm5_ret_t kadm5_store_principal_ent ( krb5_storage */*sp*/, kadm5_principal_ent_t /*princ*/); kadm5_ret_t kadm5_store_principal_ent_mask ( krb5_storage */*sp*/, kadm5_principal_ent_t /*princ*/, uint32_t /*mask*/); kadm5_ret_t kadm5_store_tl_data ( krb5_storage */*sp*/, krb5_tl_data */*tl*/); #ifdef __cplusplus } #endif #endif /* __kadm5_protos_h__ */
Upload File
Create Folder