Lines Matching refs:kadm5
37 * lib/kadm5/log.c: rename delete -> remove
39 * lib/kadm5/delete_s.c: rename delete -> remove
184 * lib/kadm5/set_keys.c: add KEYTYPE_USE_AFS3_SALT to keytype if
325 * lib/kadm5/set_keys.c: adapt to new crypto api
327 * lib/kadm5/rename_s.c: adapt to new crypto api
329 * lib/kadm5/get_s.c: adapt to new crypto api
331 * lib/kadm5/create_s.c: add keys for des-cbc-crc, des-cbc-md4,
378 * lib/kadm5/set_keys.c (_kadm5_set_keys): initialize `ret'
380 * lib/kadm5/init_c.c (get_cred_cache): try to do the right thing
448 * lib/kadm5/create_s.c: possibly make DES keys version 4 salted
450 * lib/kadm5/set_keys.c: check config file for kadmin/use_v4_salt
480 * lib/kadm5/init_c.c: Implement init_with_{skey,creds}*. Make use
483 * lib/kadm5/init_s.c: implement init_with_{skey,creds}*
485 * lib/kadm5/server.c: Better arguments for
545 * lib/kadm5/server.c: Replace several other functions with
585 * lib/kadm5/delete_s.c: Check immutable bit.
589 * lib/kadm5/init_c.c: Get creds for client name passed in.
603 * lib/kadm5/get_s.c (kadm5_s_get_principal): handle an empty salt
609 * lib/kadm5/server.c: Unifdef test for same principal when
616 * lib/kadm5/init_c.c: Try to get ticket via initial request, if
619 * lib/kadm5/server.c: Check for principals changing their own
683 * lib/kadm5/dump_log.c: print operation names
694 * lib/kadm5/ipropd_master.c (send_diffs): more careful use
697 * lib/kadm5/ipropd_slave.c (get_creds): get credentials for
719 * lib/kadm5/get_princs_s.c: Also try to match aganist the
735 * lib/kadm5/marshall.c (ret_principal_ent): set `n_tl_data'
744 * lib/kadm5/ipropd_master.c (check_acl:) truncate buf correctly
748 * lib/kadm5/log.c (kadm5_log_previous): avoid bad type conversion
752 * lib/kadm5/ipropd_{slave,master}.c: new files
754 * lib/kadm5/log.c (kadm5_log_get_version): take an `fd' as
772 * lib/kadm5/log.c (get_version): globalize
774 * lib/kadm5/kadm5_locl.h: include <sys/file.h>
851 * lib/kadm5/init_s.c (kadm5_s_init_with_password_ctx): initialize
854 * lib/kadm5/log.c (kadm5_log_flush): send a unix domain datagram
890 * lib/kadm5/kadm5_locl.h: add kadm5_log_context and
893 * lib/kadm5/create_s.c (kadm5_s_create_principal): add change to
896 * lib/kadm5/rename_s.c (kadm5_s_rename_principal): add change to
899 * lib/kadm5/init_s.c (kadm5_s_init_with_password_ctx): initialize
902 * lib/kadm5/delete_s.c (kadm5_s_delete_principal): add change to
905 * lib/kadm5/modify_s.c (kadm5_s_modify_principal): add change to
908 * lib/kadm5/randkey_s.c (kadm5_s_randkey_principal): add change to
911 * lib/kadm5/chpass_s.c (kadm5_s_chpass_principal): add change to
914 * lib/kadm5/Makefile.am: add log.c, dump_log and replay_log
916 * lib/kadm5/replay_log.c: new file
918 * lib/kadm5/dump_log.c: new file
920 * lib/kadm5/log.c: new file
926 * kpasswd/kpasswdd.c: rewritten to use the kadm5 API
945 * lib/kadm5/server.c: add kadm5_server_{send,recv}{,_sp}
947 * lib/kadm5/marshall.c: add kadm5_{store,ret}_principal_ent_mask.
949 * lib/kadm5/init_c.c (kadm5_c_init_with_password_ctx): use
974 * lib/kadm5/rename_s.c: Use correct salt.
976 * lib/kadm5/ent_setup.c: Always enable client. Only set max-life
990 * lib/kadm5/ent_setup.c (attr_to_flags): try to set `client'
1140 * lib/kadm5/acl.c: Use KADM5_PRIV_ALL.
1142 * lib/kadm5: Use function pointer trampoline for easier dual use
1201 * lib/kadm5: Implement kadm5_get_privs, and kadm5_get_principals.
1205 * lib/kadm5: Rename KADM5_ACL_* -> KADM5_PRIV_* to conform with
1212 * lib/kadm5,kadmin: Fix memory leaks.
1216 * lib/kadm5/create_s.c: Get some default values from `default'
1219 * lib/kadm5/ent_setup.c: Add optional default entry to get some
1233 * lib/kadm5: Add client support.
1235 * lib/kadm5/error.c: Error code mapping.
1237 * lib/kadm5/server.c: Kadmind support function.
1239 * lib/kadm5/marshall.c: Kadm5 marshalling.
1241 * lib/kadm5/acl.c: Simple acl system.
1243 * lib/kadm5/kadm5_locl.h: Add client stuff.
1245 * lib/kadm5/init_s.c: Initialize acl.
1247 * lib/kadm5/*: Return values.
1249 * lib/kadm5/create_s.c: Correct kvno.
1265 * lib/kadm5/get_s.c: Set correct n_key_data.
1267 * lib/kadm5/init_s.c: Add kadm5_s_init_with_password_ctx. Use
1270 * lib/kadm5/destroy_s.c: Check for allocated context.
1272 * lib/kadm5/{create,chpass}_s.c: Use _kadm5_set_keys().