Commit Graph

  • fe97fc0510 des_enc.c (hopefully) Assar Westerlund 1997-09-25 23:48:12 +00:00
  • 72a5f1938f add base64 Johan Danielsson 1997-09-25 14:09:34 +00:00
  • 040325d17c removed base64 Johan Danielsson 1997-09-25 14:04:15 +00:00
  • 9d45180770 Moved to roken Johan Danielsson 1997-09-25 14:03:50 +00:00
  • 73044009fa *** empty log message *** Assar Westerlund 1997-09-23 07:38:01 +00:00
  • 3adcf8b005 fix checksumtype for des3-cbc-sha1 Assar Westerlund 1997-09-23 07:36:52 +00:00
  • 1de9ecd915 fix check for keyed and collision-proof checksum Assar Westerlund 1997-09-23 07:35:52 +00:00
  • 1615f1fc72 (valid_etype): remove hard-coded constants (default_etypes): include DES3 Assar Westerlund 1997-09-23 07:35:02 +00:00
  • 78bf03ca6b fix IPv6 conditionals Assar Westerlund 1997-09-23 07:32:49 +00:00
  • bbb9ec5015 (init_des_key, set_password): DES3 keys also Assar Westerlund 1997-09-23 07:31:10 +00:00
  • 47314db903 *** empty log message *** Assar Westerlund 1997-09-23 01:02:29 +00:00
  • 4c90a2d058 (krb5_sendto_kdc): no data returned means no contact? Assar Westerlund 1997-09-23 01:02:13 +00:00
  • 6468ceaf27 fix typo in `ipv6_anyaddr' Assar Westerlund 1997-09-23 01:00:47 +00:00
  • ac080621cd make DES3_string_to_key static Johan Danielsson 1997-09-22 18:43:02 +00:00
  • a894a2ae96 `deprecate' krb5_key_to_string Johan Danielsson 1997-09-22 18:42:16 +00:00
  • cbfdc6672b use keytype_to_string Johan Danielsson 1997-09-22 18:41:26 +00:00
  • 641cf0c95c x Johan Danielsson 1997-09-22 18:39:02 +00:00
  • c4125f8ac4 Pass keytype to string_to_key Johan Danielsson 1997-09-22 18:38:36 +00:00
  • a888c4e3ac x Johan Danielsson 1997-09-22 18:28:20 +00:00
  • 5c600d0ba3 Somewhat fix the etype usage. The list sent by the client is used to select wich key to encrypt the kdc rep with (in case of as-req), and with the server info to select the session key type. The server key the ticket is encrypted is based purely on the keys in the database. Johan Danielsson 1997-09-22 18:28:07 +00:00
  • dadf39203d Add keytype support. Default to version 5 keys. Johan Danielsson 1997-09-22 18:23:30 +00:00
  • 2b1793bc18 etype2keytype -> etype_to_keytype Johan Danielsson 1997-09-22 18:21:42 +00:00
  • 89fc4f064b x Johan Danielsson 1997-09-22 18:05:20 +00:00
  • 1e000dca69 Fix a lot of etype/keytype misuse. Johan Danielsson 1997-09-22 18:05:07 +00:00
  • 8df2b46712 Moved generate_random_keyblock to encrypt.c Johan Danielsson 1997-09-22 18:04:15 +00:00
  • 132bad619c Add des3-cbc-md5, and des3-cbc-sha1. Add many *_to_* functions. Johan Danielsson 1997-09-22 18:03:30 +00:00
  • 2db52e1b0e remove comments Johan Danielsson 1997-09-22 17:33:56 +00:00
  • 9fb9a096f6 Pass keytype to krb5_string_to_key(). Johan Danielsson 1997-09-22 16:20:57 +00:00
  • 5a3f3a4382 Add des3 string-to-key. Add ktype argument to krb5_string_to_key(). Johan Danielsson 1997-09-22 16:20:02 +00:00
  • bdf8b7934a x Johan Danielsson 1997-09-22 16:09:13 +00:00
  • 84bdfcb1d8 Some cleanup, and added: - rsa-md5-des3 - hmac-sha1-des3 - keyed and collision proof flags to each checksum method - checksum<->string functions. Johan Danielsson 1997-09-22 16:08:10 +00:00
  • 6982ad8930 Add CKSUMTYPE_HMAC_SHA1_DES3, CKSUMTYPE_SHA1, and KEYTYPE_DES3. Rename krb5_time to krb5_timestamp, add krb5_deltat. Johan Danielsson 1997-09-22 15:55:03 +00:00
  • 822221a0c2 x Johan Danielsson 1997-09-22 09:44:59 +00:00
  • e972be3265 Use krb5_generate_random_keyblock. Johan Danielsson 1997-09-22 09:44:07 +00:00
  • b1f048c6fc *** empty log message *** Assar Westerlund 1997-09-21 13:26:40 +00:00
  • 2ca944d2bc use new addr_families functions Assar Westerlund 1997-09-21 13:24:31 +00:00
  • ebe1fa6374 use new addr_families functions. Now works over IPv6 Assar Westerlund 1997-09-21 13:24:12 +00:00
  • 13ce221883 use correct symbols for address families Assar Westerlund 1997-09-21 13:23:55 +00:00
  • e8ff5b15f8 add KRB5_ADDRESS_INET6 Assar Westerlund 1997-09-21 13:23:09 +00:00
  • 8876c146de const argument to krb5_data_copy Assar Westerlund 1997-09-21 13:22:40 +00:00
  • 811ad639c4 remove old code Assar Westerlund 1997-09-21 13:21:44 +00:00
  • a4974013d9 new file Assar Westerlund 1997-09-21 13:21:27 +00:00
  • 20686c575d addr_families Assar Westerlund 1997-09-21 13:21:12 +00:00
  • 378c0ebc44 HAVE_SOCKADDR_IN6 -> HAVE_STRUCT_SOCKADDR_IN6 Assar Westerlund 1997-09-21 13:20:23 +00:00
  • 0f544550ad rename it to HAVE_STRUCT_SOCKADDR_IN6 Assar Westerlund 1997-09-21 13:20:00 +00:00
  • 2df51d80ae use AC_KRB_IPV6 Assar Westerlund 1997-09-21 13:19:38 +00:00
  • 376aad4313 new macro `AC_KRB_IPV6' Assar Westerlund 1997-09-21 13:19:17 +00:00
  • 35ad156323 HAVE_UT_EXIT Johan Danielsson 1997-09-18 15:15:40 +00:00
  • b9ef384206 encrypt_delay Johan Danielsson 1997-09-18 15:12:02 +00:00
  • 21a372e534 support ; for comments for compatability with MIT Assar Westerlund 1997-09-18 07:25:06 +00:00
  • 7c164dc23c remove unintended commit of issue-code Johan Danielsson 1997-09-17 19:30:15 +00:00
  • 2c71d0405b Fix for duplicate `-- user'. Johan Danielsson 1997-09-17 19:28:02 +00:00
  • 501d17bd31 x Johan Danielsson 1997-09-13 21:04:27 +00:00
  • af5e363ebf Don't encrypt twice. Complain on non-convertable principals. Johan Danielsson 1997-09-13 21:04:15 +00:00
  • 2b54f7ff8f fix for assar :-) Johan Danielsson 1997-09-13 19:03:45 +00:00
  • 00f70a94d5 x Johan Danielsson 1997-09-13 18:48:27 +00:00
  • 50684d1fa2 x Johan Danielsson 1997-09-13 18:10:41 +00:00
  • dda7a7f327 Kerberos 5 patches Johan Danielsson 1997-09-13 04:47:04 +00:00
  • 07ec6dbbf5 ac_path_xtra Johan Danielsson 1997-09-13 04:44:08 +00:00
  • e4afd9c6e2 missing important line :-( Assar Westerlund 1997-09-13 02:02:42 +00:00
  • be563f32d7 init family Assar Westerlund 1997-09-13 01:43:28 +00:00
  • 2c1bc61507 *** empty log message *** Assar Westerlund 1997-09-13 00:49:40 +00:00
  • 8c1a95c780 fix Assar Westerlund 1997-09-13 00:45:46 +00:00
  • bada533939 check for inet_ntop and inet_pton Assar Westerlund 1997-09-13 00:26:44 +00:00
  • e67d9a27c0 AF_INET6 support Assar Westerlund 1997-09-13 00:26:29 +00:00
  • 8c5842631e stricter #ifdef Assar Westerlund 1997-09-12 23:40:05 +00:00
  • 42c2207efa new file Assar Westerlund 1997-09-12 23:31:22 +00:00
  • 0578c01b1f compat for different IPv6-APIs Assar Westerlund 1997-09-12 23:29:58 +00:00
  • b09f153c01 rename sa_len' -> sa_size' Assar Westerlund 1997-09-12 23:22:32 +00:00
  • 716d88598a stricter #ifdef Assar Westerlund 1997-09-12 23:22:26 +00:00
  • edb6c31a66 new configuration variable `max_retries' Assar Westerlund 1997-09-12 23:07:42 +00:00
  • d0a2ee2156 HAVE_SOCKADDR_IN6 Assar Westerlund 1997-09-12 23:07:27 +00:00
  • 724eda4aed check for `inet_ntop' Assar Westerlund 1997-09-12 23:06:58 +00:00
  • 4704b3c219 IPv6 support Assar Westerlund 1997-09-12 23:06:36 +00:00
  • f62e4928b2 add `max_retries' in context Assar Westerlund 1997-09-12 23:05:15 +00:00
  • 8955ad11fc fixes and better #ifdef's Assar Westerlund 1997-09-12 23:05:02 +00:00
  • 9f3ecc9c60 implement krb5_config_get_int Assar Westerlund 1997-09-12 23:04:31 +00:00
  • 0110fb35fb support for printing IPv6-addresses Assar Westerlund 1997-09-12 23:03:25 +00:00
  • a8948e7362 typo Assar Westerlund 1997-09-12 23:02:32 +00:00
  • 70a72deb11 support AF_INET6 Assar Westerlund 1997-09-12 23:02:13 +00:00
  • 26a2ca8fb0 test for gethostbyname2 and struct sockaddr_in6 Assar Westerlund 1997-09-12 22:59:27 +00:00
  • dbc51cd7ca *** empty log message *** Assar Westerlund 1997-09-11 05:58:12 +00:00
  • e985fef005 remove unneeded cast Assar Westerlund 1997-09-11 05:46:26 +00:00
  • 0975679563 Use METHOD-DATA' instead of SEQUENCE OF PA-DATA' Assar Westerlund 1997-09-11 05:25:26 +00:00
  • 3336ffbea1 a note about version 4/5 Johan Danielsson 1997-09-10 21:59:30 +00:00
  • 3b517dbc77 remove `THIS IS INFO' Johan Danielsson 1997-09-10 21:49:08 +00:00
  • b792574729 Don't replace transited field. Johan Danielsson 1997-09-10 19:40:40 +00:00
  • 5e398c58bb DOMAIN-X500-COMPRESS Johan Danielsson 1997-09-10 19:27:47 +00:00
  • bbc8e9a0b7 x Johan Danielsson 1997-09-10 19:27:16 +00:00
  • ec242eb9f5 Fixes for cross-realm, including (but not limited to): Johan Danielsson 1997-09-10 19:26:09 +00:00
  • 0c311e02c1 fix: allow NULL server Johan Danielsson 1997-09-10 19:20:58 +00:00
  • 65970ca7cd transited.c Johan Danielsson 1997-09-10 19:20:40 +00:00
  • e48bd867e4 Several fixes for cross-realm. Johan Danielsson 1997-09-10 19:20:12 +00:00
  • 7e533905be (_krb5_extract_ticket): add allow_server_mismatch flag to not check for correct server in the reply Johan Danielsson 1997-09-10 19:19:06 +00:00
  • 23c7a6186a string termination Johan Danielsson 1997-09-10 19:16:35 +00:00
  • a4999c017a use krb5_key_to_string Johan Danielsson 1997-09-10 19:15:36 +00:00
  • 1c6b2da7c9 Fix password handling. Johan Danielsson 1997-09-09 16:24:07 +00:00
  • 64625b5fcc krb5_key_to_string Johan Danielsson 1997-09-09 13:59:08 +00:00
  • b5132f6fdf Fix realloc problem Björn Groenvall 1997-09-09 12:11:16 +00:00
  • ac35a30912 *** empty log message *** Assar Westerlund 1997-09-09 06:01:36 +00:00