Skip Menu |
 

From: kwc@citi.umich.edu
Subject: SVN Commit
Change server-side preauth plugin interface to allow the plugin's
verify_padata function to return e-data to be returned to the client.
(Patch from Nalin Dahyabhai <nalin@redhat.com>)

Update sample plugins to return e-data to exercise the code.

Fix memory leak in the wpse plugin.


Commit By: coffman



Revision: 18801
Changed Files:
U trunk/src/include/krb5/preauth_plugin.h
U trunk/src/kdc/do_as_req.c
U trunk/src/kdc/kdc_preauth.c
U trunk/src/kdc/kdc_util.h
U trunk/src/plugins/preauth/cksum_body/cksum_body_main.c
U trunk/src/plugins/preauth/wpse/wpse_main.c
From: tlyu@mit.edu
Subject: SVN Commit
pull up r18801 from trunk

r18801@cathode-dark-space: coffman | 2006-11-13 17:59:55 -0500
ticket: new
subject: allow server preauth plugin verify_padata function to return e-data
Component: krb5-kdc
Target_Version: 1.6
Tags: pullup

Change server-side preauth plugin interface to allow the plugin's
verify_padata function to return e-data to be returned to the client.
(Patch from Nalin Dahyabhai <nalin@redhat.com>)

Update sample plugins to return e-data to exercise the code.

Fix memory leak in the wpse plugin.




Commit By: tlyu



Revision: 18804
Changed Files:
_U branches/krb5-1-6/
U branches/krb5-1-6/src/include/krb5/preauth_plugin.h
U branches/krb5-1-6/src/kdc/do_as_req.c
U branches/krb5-1-6/src/kdc/kdc_preauth.c
U branches/krb5-1-6/src/kdc/kdc_util.h
U branches/krb5-1-6/src/plugins/preauth/cksum_body/cksum_body_main.c
U branches/krb5-1-6/src/plugins/preauth/wpse/wpse_main.c