276fca0e7c
use syscall 208 on openbsd (all version) use syscall 339 on freebsd 5.0 and later, use 210 on 4.x and earlier
Love Hörnquist Åstrand
2003-02-06 20:16:32 +00:00
0442d2b7a1
x
Love Hörnquist Åstrand
2003-02-04 21:50:50 +00:00
34cbf40caa
s/databases/a database/ s/Not/not/
Love Hörnquist Åstrand
2003-01-31 22:25:09 +00:00
a9aa4b4eaf
add missing .
Love Hörnquist Åstrand
2003-01-31 22:15:24 +00:00
8f66f2c8be
documentation for of boolean, etypes, address write out encryption type in sentences s/Host/host
Love Hörnquist Åstrand
2003-01-30 20:23:31 +00:00
69f3fca615
x
Love Hörnquist Åstrand
2003-01-29 12:33:56 +00:00
84a8e5c39a
(kadmind_dispatch): kadm_chpass: require the password to pass the password quality check in case the user changes the user's own password kadm_chpass_with_key: disallow the user to change it own password to a key, since that password might violate the password quality check.
Love Hörnquist Åstrand
2003-01-29 12:33:05 +00:00
cb07c3282d
x
Love Hörnquist Åstrand
2003-01-27 14:12:45 +00:00
1be5e6bcc6
(verify_mic_des3): fix 3des verify_mic to conform to rfc (and mit kerberos), provide backward compat hook
Love Hörnquist Åstrand
2003-01-27 14:12:15 +00:00
dc2b3cf973
(mic_des3): fix 3des get_mic to conform to rfc (and mit kerberos), provide backward compat hook
Love Hörnquist Åstrand
2003-01-27 14:11:16 +00:00
cd32525e84
(init_auth): check if we need compat for older get_mic/verify_mic
Love Hörnquist Åstrand
2003-01-27 14:07:56 +00:00
34b7a87f0e
add prototype for _gss_DES3_get_mic_compat
Love Hörnquist Åstrand
2003-01-27 14:06:48 +00:00
aad7d1ae94
(more_flags): add COMPAT_OLD_DES3
Love Hörnquist Åstrand
2003-01-27 14:05:34 +00:00
e35ea0a2ce
add gssapi.3 and compat.c
Love Hörnquist Åstrand
2003-01-27 14:04:54 +00:00
f9ab95a942
(gss_accept_sec_context): check if we need compat for older get_mic/verify_mic
Love Hörnquist Åstrand
2003-01-27 14:03:29 +00:00
73330ee3e2
check for compatiblity with other heimdal's 3des get_mic/verify_mic
Love Hörnquist Åstrand
2003-01-27 14:02:26 +00:00
2185a5f683
add checks for Authenticator too
Love Hörnquist Åstrand
2003-01-26 10:55:07 +00:00
0c07588bfa
in the hprop example, use hprop and the first component, not host
Love Hörnquist Åstrand
2003-01-25 16:57:02 +00:00
94ff0be352
(find_all_addresses): address-less point-to-point might not have an address, just ignore those. Reported by Harald Barth.
Love Hörnquist Åstrand
2003-01-25 15:19:49 +00:00
50c24d50f2
(check_section): when key isn't found, don't print out all known keys
Love Hörnquist Åstrand
2003-01-23 19:53:19 +00:00
e0a89410d7
(syslogvals): mark up where severity and facility start resp (check_log): find_value() returns -1 when key isn't found
Love Hörnquist Åstrand
2003-01-23 19:49:32 +00:00
ea94038288
(_krb5_aes_cts_encrypt): make key argument a 'const void *' to avoid AES_KEY being exposed in krb5-private.h
Love Hörnquist Åstrand
2003-01-23 19:05:52 +00:00
b5e41fe7e1
spelling
Love Hörnquist Åstrand
2003-01-23 15:37:49 +00:00
51b2b8d83c
x
Love Hörnquist Åstrand
2003-01-23 15:01:07 +00:00
5692615e30
spelling
Love Hörnquist Åstrand
2003-01-22 11:01:21 +00:00
1459e3fbff
x
Jacques A. Vidrine
2003-01-21 14:15:10 +00:00
2372cc4a9d
We need "crypto-headers.h" to get a prototype for des_read_pw_string. This becomes especially important when building against OpenSSL 0.9.7.
Jacques A. Vidrine
2003-01-21 14:13:51 +00:00
c2216f8e9e
x
Love Hörnquist Åstrand
2003-01-16 19:11:10 +00:00
97b31c3d2d
document -v, --verbose
Love Hörnquist Åstrand
2003-01-16 19:10:55 +00:00
925e4bc27d
x
Love Hörnquist Åstrand
2003-01-16 19:03:46 +00:00
8d721d0bb4
(kt_get): make getarg usage consistent with other other parts of ktutil
Love Hörnquist Åstrand
2003-01-16 19:03:23 +00:00
22e0de2087
(kt_copy): remove adding verbose_flag to args struct, since it will overrun the args array (from Sumit Bose)
Love Hörnquist Åstrand
2003-01-16 18:59:03 +00:00
1c9d1873ae
write more about [realms] REALM = { kdc = ... }
Love Hörnquist Åstrand
2003-01-15 04:36:40 +00:00
5d66fae756
add aes-test.c
Love Hörnquist Åstrand
2003-01-15 04:26:29 +00:00
7a2c854c80
Add support for AES (draft-raeburn-krb-rijndael-krb-02), not enabled by default. (HMAC_SHA1_DES3_checksum): rename to SP_HMAC_SHA1_checksum and modify to support checksumtype that are have a shorter wireformat then their output block size.
Love Hörnquist Åstrand
2003-01-15 04:24:05 +00:00
1f6debd562
(struct encryption_type): split the blocksize into blocksize and padsize, padsize is the minimum padding size. they are the same for now (enctype_*): add padsize (encrypt_internal): use padsize (encrypt_internal_derived): use padsize (wrapped_length): use padsize (wrapped_length_dervied): use padsize
Love Hörnquist Åstrand
2003-01-15 03:54:51 +00:00
e96bdba80d
add extra opaque' argument to string_to_key function for each enctype in preparation enctypes that uses Encryption and Checksum Specifications for Kerberos 5' draft
Love Hörnquist Åstrand
2003-01-15 03:26:46 +00:00
078600e67d
soon replaced draft
Love Hörnquist Åstrand
2003-01-15 03:16:20 +00:00
0924412e58
add checksum and enctype for AES from draft-raeburn-krb-rijndael-krb-02.txt
Love Hörnquist Åstrand
2003-01-15 03:13:47 +00:00
2d078d467a
always include kerberos4.c and 524.c in kdc_SOURCES to support 524
Love Hörnquist Åstrand
2003-01-14 05:47:06 +00:00
ec1a8d0763
always compile in support for 524
Love Hörnquist Åstrand
2003-01-14 05:45:11 +00:00
ccdf3df70e
move out krb/524 protos from under #ifdef KRB4
Love Hörnquist Åstrand
2003-01-14 05:44:38 +00:00
146162e8c5
export encode_v4_ticket() and get_des_key() even when we build without kerberos 4, 524 needs them
Love Hörnquist Åstrand
2003-01-14 05:36:34 +00:00
eef39a201d
Split out Kerberos 4 help functions/structures so other parts of the source tree can use it (like the KDC)
Love Hörnquist Åstrand
2003-01-14 05:22:35 +00:00
3ff0ae6bfe
We need to define OPENSSL_DES_LIBDES_COMPATIBILITY in order to use OpenSSL 0.9.7. It does no harm to define it for earlier versions.
Jacques A. Vidrine
2003-01-12 18:54:46 +00:00
6b00957c10
x
Johan Danielsson
2003-01-02 15:32:56 +00:00
139a3ada5e
considerable clean up
Johan Danielsson
2003-01-02 15:32:50 +00:00