SHA256
1
0
forked from pool/krb5
OBS User unknown
2007-08-09 18:01:33 +00:00
committed by Git OBS Bridge
parent 8fb3d1a41f
commit 47047c041c
6 changed files with 264 additions and 7 deletions

View File

@@ -1,3 +1,16 @@
-------------------------------------------------------------------
Tue Aug 7 11:56:41 CEST 2007 - mc@suse.de
- add krb5-1.6.2-post.dif
* during the referrals loop, check to see if the
session key enctype of a returned credential for the final
service is among the enctypes explicitly selected by the
application, and retry with old_use_conf_ktypes if it is not.
* If mkstemp() is available, the new ccache file gets created but
the subsequent open(O_CREAT|O_EXCL) call fails because the file
was already created by mkstemp(). Apply patch from Apple to keep
the file descriptor open.
-------------------------------------------------------------------
Thu Jul 12 17:01:28 CEST 2007 - mc@suse.de