[1628] in Kerberos-V5-bugs

home help back first fref pref prev next nref lref last post

Kerberos V5 Beta 5 bugs

daemon@ATHENA.MIT.EDU (Kenneth D. Renard" (ACISD))
Thu Sep 14 11:16:19 1995

Date:     Thu, 14 Sep 95 11:15:47 EDT
From: "Kenneth D. Renard" (ACISD) <kdrenard@ARL.MIL>
To: krb5-bugs@MIT.EDU
Cc: hpc-kerberos@ARL.MIL, authtf@es.net

The following patches are required to get kprop/kpropd working.  Reference
platform Solaris 2.4.  Hope these help for Kerberos V5.1


lib/krb5/krb/rd_safe.c -- The krb5_rd_safe routine didn't increment sequence
numbers (if they are being used) which causes subsequent krb5_rd_safe or
krb5_rd_priv calls to have improper sequence numbering.
===================================================================
RCS file: RCS/rd_safe.c,v
retrieving revision 1.2
diff -r1.2 rd_safe.c
269a270
>       auth_context->remote_seq_number++;
===================================================================


slave/kprop.c -- Sender and receiver addresses were not pu into the
auth_context structure and asn/1 routines blathered when it could
not find these required parameters for mk_safe and mk_priv routines.
===================================================================
RCS file: RCS/kprop.c,v
retrieving revision 1.1
diff -r1.1 kprop.c
374a375,376
>     krb5_auth_con_setaddrs(context, *auth_context, &sender_addr,
>                          &receiver_addr);
===================================================================

Thanks!
-Ken Renard

 US Army Research Lab
 ATTN: AMSRL-SC-CC (Ken Renard)
 Aberdeen Proving Ground, MD 21005
 (410) 278-8940

home help back first fref pref prev next nref lref last post