summaryrefslogtreecommitdiffstats
path: root/python/lassomod.c
diff options
context:
space:
mode:
authorValery Febvre <vfebvre at easter-eggs.com>2004-07-09 17:13:24 +0000
committerValery Febvre <vfebvre at easter-eggs.com>2004-07-09 17:13:24 +0000
commit43c7e91e2576d48b5446aee9ca6a3ff9ed4bd551 (patch)
tree57bd344890db180529297ca56753d7c79f44ad67 /python/lassomod.c
parentee6e79e10b4285ac15a18794291eb8079065579a (diff)
downloadlasso-43c7e91e2576d48b5446aee9ca6a3ff9ed4bd551.tar.gz
lasso-43c7e91e2576d48b5446aee9ca6a3ff9ed4bd551.tar.xz
lasso-43c7e91e2576d48b5446aee9ca6a3ff9ed4bd551.zip
*** empty log message ***
Diffstat (limited to 'python/lassomod.c')
-rw-r--r--python/lassomod.c10
1 files changed, 2 insertions, 8 deletions
diff --git a/python/lassomod.c b/python/lassomod.c
index feec7cec..21fa9c9d 100644
--- a/python/lassomod.c
+++ b/python/lassomod.c
@@ -141,13 +141,7 @@ static PyMethodDef lasso_methods[] = {
{"authn_request_get_protocolProfile", authn_request_get_protocolProfile, METH_VARARGS},
/* py_authn_response.h */
- {"authn_response_getattr", authn_response_getattr, METH_VARARGS},
- {"authn_response_new_from_dump", authn_response_new_from_dump, METH_VARARGS},
{"authn_response_new_from_export", authn_response_new_from_export, METH_VARARGS},
- //{"authn_response_new_from_request_query", authn_response_new_from_request_query, METH_VARARGS},
- {"authn_response_must_authenticate", authn_response_must_authenticate, METH_VARARGS},
- {"authn_response_process_authentication_result", authn_response_process_authentication_result, METH_VARARGS},
- {"authn_response_verify_signature", authn_response_verify_signature, METH_VARARGS},
/* py_federation_termination_notification.h */
{"federation_termination_notification_new", federation_termination_notification_new, METH_VARARGS},
@@ -216,8 +210,8 @@ static PyMethodDef lasso_methods[] = {
{"logout_build_request_msg", logout_build_request_msg, METH_VARARGS},
{"logout_build_response_msg", logout_build_response_msg, METH_VARARGS},
{"logout_init_request", logout_init_request, METH_VARARGS},
- {"logout_handle_request", logout_handle_request, METH_VARARGS},
- {"logout_handle_response", logout_handle_response, METH_VARARGS},
+ {"logout_handle_request_msg", logout_handle_request_msg, METH_VARARGS},
+ {"logout_handle_response_msg", logout_handle_response_msg, METH_VARARGS},
/* py_server.h */
{"server_new", server_new, METH_VARARGS},