*** empty log message ***

git-svn-id: svn://svn.h5l.se/heimdal/trunk/heimdal@2260 ec53bebd-3082-4978-b11e-865c3cabbd6b
This commit is contained in:
Assar Westerlund
1997-07-13 07:28:41 +00:00
parent 4ae0798586
commit a6beea1d2d
2 changed files with 10 additions and 1 deletions

View File

@@ -1,5 +1,14 @@
Sun Jul 13 03:07:44 1997 Assar Westerlund <assar@sics.se>
* lib/krb5/rd_safe.c, mk_safe.c: made bug-compatible with MIT
* lib/krb5/encrypt.c: new functions `DES_encrypt_null_ivec' and
`DES_encrypt_key_ivec'
* lib/krb5/checksum.c: implement rsa-md4-des and rsa-md5-des
* kdc/kerberos5.c (tgs_rep): support keyed checksums
* lib/krb5/creds.c: new file
* lib/krb5/get_in_tkt.c: better freeing

View File

@@ -67,7 +67,7 @@ proto (int sock, const char *service)
status = krb5_sname_to_principal (context,
hostname,
service,
KRB5_NT_SRV_INST,
KRB5_NT_SRV_HST,
&server);
if (status)
errx (1, "krb5_sname_to_principal: %s",