Commit Graph

  • c1b12683ca Make sure enc_part.etype is an encryption type, and not a key type. Use krb5_encode_EncAPRepPart. Johan Danielsson 1998-01-31 16:34:11 +00:00
  • f03922bf19 Use krb5_decode_PA_KEY_INFO. Johan Danielsson 1998-01-31 16:32:23 +00:00
  • 440bf6aeb6 Use krb5_decode_Enc{AS,TGS}RepPart. Johan Danielsson 1998-01-31 16:31:51 +00:00
  • 206ecd6430 Use krb5_encode_EncKrbCredPart. Johan Danielsson 1998-01-31 16:30:52 +00:00
  • e07a5b2712 Use krb5_encode_Authenticator. Johan Danielsson 1998-01-31 16:29:24 +00:00
  • dcc93391f3 Enctype conversion stuff. Johan Danielsson 1998-01-31 16:28:52 +00:00
  • 63812455ec Chown ticket file when doing reauth. Johan Danielsson 1998-01-31 07:52:59 +00:00
  • c525d68c2b Add entry for reauthent. Johan Danielsson 1998-01-29 02:54:11 +00:00
  • d4d93644c7 Add support for reauthentication. Johan Danielsson 1998-01-29 02:50:48 +00:00
  • 420af1b320 remove sch Johan Danielsson 1998-01-23 00:03:46 +00:00
  • b978944405 Cleanup some ktype-etype code. Johan Danielsson 1998-01-22 23:34:07 +00:00
  • a99929c553 Use krb5_convert_etype. Johan Danielsson 1998-01-22 23:32:52 +00:00
  • 63dede6266 Add krb5_convert_etype function - converts from protocol keytypes (that really are enctypes) to internal representation. Johan Danielsson 1998-01-22 23:32:05 +00:00
  • 1c967d721a Rename err' to ret'. Johan Danielsson 1998-01-22 23:27:21 +00:00
  • 0cc4c41754 Add PA-KEY-INFO structure to hold information on keys in the database; and also a new `pa-key-info' padata-type. Johan Danielsson 1998-01-22 22:37:26 +00:00
  • 5281b7bbfe If pre-authentication fails, return a list of keytypes, salttypes, and salts. Johan Danielsson 1998-01-22 22:35:46 +00:00
  • 82efb9b371 Add better support for pre-authentication, by looking at hints from the KDC. Johan Danielsson 1998-01-22 22:34:12 +00:00
  • 1d3d76d40e Add better support for specifying what pre-authentication to use. Johan Danielsson 1998-01-22 22:32:47 +00:00
  • 55c4e2bb6c Merge entries for KEYTYPE_DES and KEYTYPE_DES_AFS3. Johan Danielsson 1998-01-22 22:31:13 +00:00
  • 49462b6592 Add entry for KEYTYPE_DES_AFS3. Johan Danielsson 1998-01-22 22:30:30 +00:00
  • 41f39ada8f Add pre-authentication structures. Johan Danielsson 1998-01-22 22:29:46 +00:00
  • 56e9a20e9a Don't fail if realloc(X, 0) returns NULL. Johan Danielsson 1998-01-22 20:24:31 +00:00
  • 69fbbd0c25 x Johan Danielsson 1998-01-22 20:23:28 +00:00
  • 9d2c40aa7a Fix long form of negative flags. Johan Danielsson 1998-01-22 20:23:16 +00:00
  • 4ef3b94737 *** empty log message *** Assar Westerlund 1998-01-21 05:21:37 +00:00
  • a50834be62 (kadm5_s_init_with_password_ctx): initialize log_context.socket_name' and log_context.socket_fd' Assar Westerlund 1998-01-21 05:20:44 +00:00
  • 15e416b777 (kadm5_log_flush): send a unix domain datagram to inform the possible running ipropd of an update. Assar Westerlund 1998-01-21 05:19:35 +00:00
  • dc15d425e0 add signal stuff Assar Westerlund 1998-01-21 05:18:52 +00:00
  • 11b249fe52 Return error-packet to caller. Johan Danielsson 1998-01-21 03:18:22 +00:00
  • a74250405d (krb5_free_kdc_rep) Free krb5_kdc_rep->error. Johan Danielsson 1998-01-21 03:17:35 +00:00
  • 2298d9a00c part1 -> kdc_rep, part2 -> enc_part Johan Danielsson 1998-01-21 02:13:17 +00:00
  • eee1bbe567 Add KRB_ERROR to krb5_kdc_rep. Johan Danielsson 1998-01-21 02:10:46 +00:00
  • 00fb562765 x Johan Danielsson 1998-01-21 01:01:17 +00:00
  • 46f727d295 Add some support for using enctypes instead of keytypes. Johan Danielsson 1998-01-21 01:00:51 +00:00
  • 2fca58fc2e x Johan Danielsson 1998-01-21 00:48:53 +00:00
  • e51386b2bc Fix for new authdata. Johan Danielsson 1998-01-21 00:46:00 +00:00
  • 8fd8b388f2 Fixes to send authorization-data to the KDC. Johan Danielsson 1998-01-21 00:45:11 +00:00
  • 6e8c9e5569 Only generate local subkey if there is none. Johan Danielsson 1998-01-21 00:41:50 +00:00
  • 996617a86e Add ALLOC_SEQ macro. Johan Danielsson 1998-01-21 00:40:14 +00:00
  • ff93f342b1 Add krb5_authdata type. Johan Danielsson 1998-01-21 00:39:49 +00:00
  • ea16957f65 Add krb5_auth_con_set{,localsub,remotesub}key. Johan Danielsson 1998-01-21 00:38:36 +00:00
  • df31f1043a Check for special user-error from krb5_get_init_creds_password. Johan Danielsson 1998-01-21 00:36:15 +00:00
  • 58f25391ce x Johan Danielsson 1998-01-21 00:34:12 +00:00
  • 8ea13a4527 Return some error if prompter functions return failure. Johan Danielsson 1998-01-21 00:34:02 +00:00
  • 31a1f7d4ca detect bad password. use krb5_err. Assar Westerlund 1998-01-21 00:32:57 +00:00
  • 3c2ff4befb (edit_entry): remove unused variables Assar Westerlund 1998-01-21 00:15:09 +00:00
  • bb9679bfb5 x Johan Danielsson 1998-01-21 00:06:11 +00:00
  • 3ea837a9c3 *** empty log message *** Assar Westerlund 1998-01-20 22:09:44 +00:00
  • c3c2943385 rename -s' to -S' to be MIT-compatible. Assar Westerlund 1998-01-20 22:09:13 +00:00
  • 24d3b8a48b (kadm5_s_create_principal): add change to log Assar Westerlund 1998-01-20 22:08:15 +00:00
  • 722f7fa9bc (kadm5_s_rename_principal): log changes Assar Westerlund 1998-01-20 22:07:21 +00:00
  • 891a5a407e add kadm5_log_context and kadm5_log*-functions Assar Westerlund 1998-01-20 22:06:43 +00:00
  • bcfb2ee002 (kadm5_s_init_with_password_ctx): initialize log_context Assar Westerlund 1998-01-20 22:06:17 +00:00
  • e875e34569 (kadm5_s_delete_principal): add change to log Assar Westerlund 1998-01-20 22:05:46 +00:00
  • 7b57e689ea (kadm5_s_modify_principal): add change to log Assar Westerlund 1998-01-20 22:05:09 +00:00
  • e2b7f3f6b0 (kadm5_s_randkey_principal): add change to log Assar Westerlund 1998-01-20 22:04:24 +00:00
  • 9278b7caa0 (kadm5_s_chpass_principal): add change to log Assar Westerlund 1998-01-20 22:03:15 +00:00
  • 8905062142 add log.c, dump_log and replay_log Assar Westerlund 1998-01-20 22:02:41 +00:00
  • 10e4496c19 new files Assar Westerlund 1998-01-20 22:01:59 +00:00
  • 6879a8cb28 (get_str): initialize pad space to zeor Assar Westerlund 1998-01-20 22:01:23 +00:00
  • ee70295579 (krb5_config_vget_next): handle c == NULL Assar Westerlund 1998-01-20 22:00:16 +00:00
  • 7c9e3fd781 rewritten to use the kadm5 API Assar Westerlund 1998-01-20 21:59:33 +00:00
  • cb36f1acae link with kadm5srv Assar Westerlund 1998-01-20 21:59:08 +00:00
  • 42e26f5282 (tgs_rep): initialize `i' Assar Westerlund 1998-01-20 21:58:50 +00:00
  • 6e52b940c2 (main): use kadm5_server_{send,recv}_sp Assar Westerlund 1998-01-20 21:58:20 +00:00
  • 5cdcafa767 added admin.h Assar Westerlund 1998-01-20 21:57:29 +00:00
  • 7560032b0b Don't return ENOMEM if allocating 0 bytes. Johan Danielsson 1998-01-18 00:55:33 +00:00
  • e1d1833e93 x Johan Danielsson 1998-01-18 00:41:43 +00:00
  • 2e9d2687a2 (mcc_store_cred): restore linked list if copy_creds fails. Johan Danielsson 1998-01-18 00:41:19 +00:00
  • 6ef6ee4188 Add password changing support. Johan Danielsson 1998-01-16 23:48:01 +00:00
  • 6661925cb8 Link with libkadm. Johan Danielsson 1998-01-16 23:47:18 +00:00
  • 27039b3d9b copyright Johan Danielsson 1998-01-16 23:46:40 +00:00
  • 875ee83492 Add siad_chg_password, and siad_chk_user. Johan Danielsson 1998-01-16 23:46:27 +00:00
  • c6bfb36f07 logwtmp -> ftpd_logwtmp Assar Westerlund 1998-01-09 20:30:46 +00:00
  • 9dd5cb570c rename logwtmp -> ftpd_logwtmp not to conflict with libc. Assar Westerlund 1998-01-09 20:30:20 +00:00
  • 0eeeefc67e const appl_version Johan Danielsson 1998-01-08 18:59:52 +00:00
  • 18fd40ff9d *** empty log message *** Assar Westerlund 1998-01-06 03:31:12 +00:00
  • fbb5093e2a *** empty log message *** Assar Westerlund 1998-01-06 03:27:12 +00:00
  • 9334469789 add new prototypes Assar Westerlund 1998-01-06 03:26:31 +00:00
  • c44cdce00b add FreeBSD Assar Westerlund 1998-01-06 03:25:05 +00:00
  • 78ac47f052 add kadm5_server_{send,recv}{,_sp} Assar Westerlund 1998-01-06 03:24:20 +00:00
  • f9178480b4 add kadm5_{store,ret}_principal_ent_mask. Assar Westerlund 1998-01-06 03:22:52 +00:00
  • dbc3249d8c use krb5_getportbyname Assar Westerlund 1998-01-06 03:21:29 +00:00
  • 3955435c57 (main): htons correctly. moved kadm5_server_{recv,send} Assar Westerlund 1998-01-06 03:19:16 +00:00
  • eb69a20ac2 (main): only set admin_server if explicitly given Assar Westerlund 1998-01-06 03:16:47 +00:00
  • c53ffffcf4 x Johan Danielsson 1998-01-05 22:43:43 +00:00
  • f3d55aa4c5 Implement locking of database. Johan Danielsson 1998-01-05 22:43:12 +00:00
  • f737c77893 WFLAGS Johan Danielsson 1998-01-05 22:35:57 +00:00
  • 112202727a static Johan Danielsson 1998-01-05 22:35:39 +00:00
  • 7a7f04bfe3 x Johan Danielsson 1998-01-05 22:34:48 +00:00
  • c8c329f6bb Process AuthorizationData. Johan Danielsson 1998-01-05 22:34:37 +00:00
  • d0c101b4cd some cleanup Johan Danielsson 1998-01-05 21:34:35 +00:00
  • 7e89a5b0f8 WFLAGS Johan Danielsson 1998-01-04 18:38:01 +00:00
  • 93f0bcdfcd <kadm5/private.h> Johan Danielsson 1998-01-04 18:37:38 +00:00
  • c04bd9a0b1 static Johan Danielsson 1998-01-04 18:36:44 +00:00
  • 74475341bb <sys/un.h> Johan Danielsson 1998-01-03 21:45:01 +00:00
  • c6a81a9119 x Johan Danielsson 1998-01-03 21:41:45 +00:00
  • baf42eac80 x Johan Danielsson 1998-01-03 21:32:14 +00:00
  • 02d804ad24 <sys/param.h> Johan Danielsson 1998-01-03 21:30:34 +00:00
  • 6974c9ad27 Cleanup. Johan Danielsson 1998-01-03 21:26:50 +00:00