Skip Menu |
 

To: krb5-bugs@MIT.EDU
Subject: kdc plugin interfaces need a handle to verto loop
Date: Mon, 7 Nov 2011 15:08:52 -0500 (EST)
From: hartmans@MIT.EDU (Sam Hartman)


Currently there is no way other than verto_default
to get the event loop from a plugin.
This is bad because when we go to libkdc you need to use a particular event loop.
It's important that we add this interface to the plugin API for 1.10 so we don't have backward-incompatible changes when we got to libkdc.
From: ghudson@mit.edu
Subject: SVN Commit

Add an event_context callback to kdcpreauth. Adjust the internal KDC
and main loop interfaces to pass around the event context, and expose
it to kdcpreauth modules via the rock.

https://github.com/krb5/krb5/commit/cd7796cf4dfdcbd63b021624cb6345347ae59c8b
Commit By: ghudson
Revision: 25475
Changed Files:
U trunk/src/include/krb5/preauth_plugin.h
U trunk/src/include/net-server.h
U trunk/src/kadmin/server/schpw.c
U trunk/src/kdc/dispatch.c
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/lib/apputils/net-server.c
From: ghudson@mit.edu
Subject: SVN Commit

Improve documentation in preauth_plugin.h

Also declare the verto_context structure to ensure that it is has the
proper scope when used as the return type of the event_context
callback.

https://github.com/krb5/krb5/commit/3820268fb7e226be78218b9853723f8d4c9c924a
Commit By: ghudson
Revision: 25479
Changed Files:
U trunk/src/include/krb5/preauth_plugin.h
From: tlyu@mit.edu
Subject: SVN Commit
Download (untitled) / with headers
text/plain 1.3KiB

pull up r25475 and r25479 from trunk

------------------------------------------------------------------------
r25479 | ghudson | 2011-11-19 17:06:15 -0500 (Sat, 19 Nov 2011) | 8 lines

ticket: 7019

Improve documentation in preauth_plugin.h

Also declare the verto_context structure to ensure that it is has the
proper scope when used as the return type of the event_context
callback.

------------------------------------------------------------------------
r25475 | ghudson | 2011-11-14 21:42:58 -0500 (Mon, 14 Nov 2011) | 9 lines

ticket: 7019
subject: Make verto context available to kdcpreauth modules
target_version: 1.10
tags: pullup

Add an event_context callback to kdcpreauth. Adjust the internal KDC
and main loop interfaces to pass around the event context, and expose
it to kdcpreauth modules via the rock.

https://github.com/krb5/krb5/commit/2989a193c5f7d6199f30de9d97043f276a369788
Commit By: tlyu
Revision: 25510
Changed Files:
U branches/krb5-1-10/src/include/krb5/preauth_plugin.h
U branches/krb5-1-10/src/include/net-server.h
U branches/krb5-1-10/src/kadmin/server/schpw.c
U branches/krb5-1-10/src/kdc/dispatch.c
U branches/krb5-1-10/src/kdc/do_as_req.c
U branches/krb5-1-10/src/kdc/kdc_preauth.c
U branches/krb5-1-10/src/kdc/kdc_util.h
U branches/krb5-1-10/src/lib/apputils/net-server.c