summaryrefslogtreecommitdiffstats
path: root/python
diff options
context:
space:
mode:
authorEmmanuel Raviart <eraviart@entrouvert.com>2004-07-22 06:39:26 +0000
committerEmmanuel Raviart <eraviart@entrouvert.com>2004-07-22 06:39:26 +0000
commit9972c07880eced1adaa33d944b772aae802976bd (patch)
tree3b66e96c069d921b2a35db8234e8b9dad086694a /python
parent4d1fd73c8751c575f696c1e37b88521a6b96c2fa (diff)
downloadlasso-9972c07880eced1adaa33d944b772aae802976bd.tar.gz
lasso-9972c07880eced1adaa33d944b772aae802976bd.tar.xz
lasso-9972c07880eced1adaa33d944b772aae802976bd.zip
Corrected Lasso URL.
Some progress in Python non regression test.
Diffstat (limited to 'python')
-rw-r--r--python/environs/py_federation_termination.c2
-rw-r--r--python/environs/py_federation_termination.h2
-rw-r--r--python/environs/py_login.c2
-rw-r--r--python/environs/py_login.h2
-rw-r--r--python/environs/py_logout.c2
-rw-r--r--python/environs/py_logout.h2
-rw-r--r--python/environs/py_register_name_identifier.c2
-rw-r--r--python/environs/py_register_name_identifier.h2
-rw-r--r--python/environs/py_server.c2
-rw-r--r--python/environs/py_server.h2
-rw-r--r--python/environs/py_user.c2
-rw-r--r--python/environs/py_user.h2
-rw-r--r--python/lassomod.c2
-rw-r--r--python/lassomod.h2
-rw-r--r--python/protocols/elements/py_assertion.c2
-rw-r--r--python/protocols/elements/py_assertion.h2
-rw-r--r--python/protocols/elements/py_authentication_statement.c2
-rw-r--r--python/protocols/elements/py_authentication_statement.h2
-rw-r--r--python/protocols/py_authn_request.c2
-rw-r--r--python/protocols/py_authn_request.h2
-rw-r--r--python/protocols/py_authn_response.c2
-rw-r--r--python/protocols/py_authn_response.h2
-rw-r--r--python/protocols/py_federation_termination_notification.c2
-rw-r--r--python/protocols/py_federation_termination_notification.h2
-rw-r--r--python/protocols/py_logout_request.c2
-rw-r--r--python/protocols/py_logout_request.h2
-rw-r--r--python/protocols/py_logout_response.c2
-rw-r--r--python/protocols/py_logout_response.h2
-rw-r--r--python/protocols/py_name_identifier_mapping_request.c2
-rw-r--r--python/protocols/py_name_identifier_mapping_request.h2
-rw-r--r--python/protocols/py_name_identifier_mapping_response.c2
-rw-r--r--python/protocols/py_name_identifier_mapping_response.h2
-rw-r--r--python/protocols/py_register_name_identifier_request.c2
-rw-r--r--python/protocols/py_register_name_identifier_request.h2
-rw-r--r--python/protocols/py_register_name_identifier_response.c2
-rw-r--r--python/protocols/py_register_name_identifier_response.h2
-rw-r--r--python/py_lasso.c2
-rw-r--r--python/py_lasso.h2
-rw-r--r--python/tests/login_tests.py34
-rw-r--r--python/utils.c2
-rw-r--r--python/xml/py_lib_authentication_statement.c2
-rw-r--r--python/xml/py_lib_authentication_statement.h2
-rw-r--r--python/xml/py_lib_authn_request.c2
-rw-r--r--python/xml/py_lib_authn_request.h2
-rw-r--r--python/xml/py_lib_federation_termination_notification.c2
-rw-r--r--python/xml/py_lib_federation_termination_notification.h2
-rw-r--r--python/xml/py_lib_logout_request.c2
-rw-r--r--python/xml/py_lib_logout_request.h2
-rw-r--r--python/xml/py_lib_logout_response.c2
-rw-r--r--python/xml/py_lib_logout_response.h2
-rw-r--r--python/xml/py_lib_name_identifier_mapping_request.c2
-rw-r--r--python/xml/py_lib_name_identifier_mapping_request.h2
-rw-r--r--python/xml/py_lib_name_identifier_mapping_response.c2
-rw-r--r--python/xml/py_lib_name_identifier_mapping_response.h2
-rw-r--r--python/xml/py_lib_register_name_identifier_request.c2
-rw-r--r--python/xml/py_lib_register_name_identifier_request.h2
-rw-r--r--python/xml/py_saml_assertion.c2
-rw-r--r--python/xml/py_saml_assertion.h2
-rw-r--r--python/xml/py_saml_authentication_statement.c2
-rw-r--r--python/xml/py_saml_authentication_statement.h2
-rw-r--r--python/xml/py_saml_name_identifier.c2
-rw-r--r--python/xml/py_saml_name_identifier.h2
-rw-r--r--python/xml/py_samlp_response.c2
-rw-r--r--python/xml/py_samlp_response.h2
-rw-r--r--python/xml/py_xml.c2
-rw-r--r--python/xml/py_xml.h2
66 files changed, 89 insertions, 75 deletions
diff --git a/python/environs/py_federation_termination.c b/python/environs/py_federation_termination.c
index 60c8d7d7..0fae1d6b 100644
--- a/python/environs/py_federation_termination.c
+++ b/python/environs/py_federation_termination.c
@@ -3,7 +3,7 @@
* PyLasso -- Python bindings for Lasso library
*
* Copyright (C) 2004 Entr'ouvert
- * http://lasso.labs.libre-entreprise.org
+ * http://lasso.entrouvert.org
*
* Authors: Valery Febvre <vfebvre@easter-eggs.com>
* Nicolas Clapies <nclapies@entrouvert.com>
diff --git a/python/environs/py_federation_termination.h b/python/environs/py_federation_termination.h
index c68547aa..a3dbb06b 100644
--- a/python/environs/py_federation_termination.h
+++ b/python/environs/py_federation_termination.h
@@ -3,7 +3,7 @@
* PyLasso -- Python bindings for Lasso library
*
* Copyright (C) 2004 Entr'ouvert
- * http://lasso.labs.libre-entreprise.org
+ * http://lasso.entrouvert.org
*
* Authors: Valery Febvre <vfebvre@easter-eggs.com>
* Nicolas Clapies <nclapies@entrouvert.com>
diff --git a/python/environs/py_login.c b/python/environs/py_login.c
index e4d50a8f..5a568489 100644
--- a/python/environs/py_login.c
+++ b/python/environs/py_login.c
@@ -3,7 +3,7 @@
* PyLasso -- Python bindings for Lasso library
*
* Copyright (C) 2004 Entr'ouvert
- * http://lasso.labs.libre-entreprise.org
+ * http://lasso.entrouvert.org
*
* Authors: Valery Febvre <vfebvre@easter-eggs.com>
* Nicolas Clapies <nclapies@entrouvert.com>
diff --git a/python/environs/py_login.h b/python/environs/py_login.h
index 004cabe6..50e256ab 100644
--- a/python/environs/py_login.h
+++ b/python/environs/py_login.h
@@ -3,7 +3,7 @@
* PyLasso -- Python bindings for Lasso library
*
* Copyright (C) 2004 Entr'ouvert
- * http://lasso.labs.libre-entreprise.org
+ * http://lasso.entrouvert.org
*
* Authors: Valery Febvre <vfebvre@easter-eggs.com>
* Nicolas Clapies <nclapies@entrouvert.com>
diff --git a/python/environs/py_logout.c b/python/environs/py_logout.c
index 68904059..200431ff 100644
--- a/python/environs/py_logout.c
+++ b/python/environs/py_logout.c
@@ -3,7 +3,7 @@
* PyLasso -- Python bindings for Lasso library
*
* Copyright (C) 2004 Entr'ouvert
- * http://lasso.labs.libre-entreprise.org
+ * http://lasso.entrouvert.org
*
* Authors: Valery Febvre <vfebvre@easter-eggs.com>
* Nicolas Clapies <nclapies@entrouvert.com>
diff --git a/python/environs/py_logout.h b/python/environs/py_logout.h
index 91880e52..1e7f3827 100644
--- a/python/environs/py_logout.h
+++ b/python/environs/py_logout.h
@@ -3,7 +3,7 @@
* PyLasso -- Python bindings for Lasso library
*
* Copyright (C) 2004 Entr'ouvert
- * http://lasso.labs.libre-entreprise.org
+ * http://lasso.entrouvert.org
*
* Authors: Valery Febvre <vfebvre@easter-eggs.com>
* Nicolas Clapies <nclapies@entrouvert.com>
diff --git a/python/environs/py_register_name_identifier.c b/python/environs/py_register_name_identifier.c
index f42436b7..da69c0b9 100644
--- a/python/environs/py_register_name_identifier.c
+++ b/python/environs/py_register_name_identifier.c
@@ -3,7 +3,7 @@
* PyLasso -- Python bindings for Lasso library
*
* Copyright (C) 2004 Entr'ouvert
- * http://lasso.labs.libre-entreprise.org
+ * http://lasso.entrouvert.org
*
* Authors: Valery Febvre <vfebvre@easter-eggs.com>
* Nicolas Clapies <nclapies@entrouvert.com>
diff --git a/python/environs/py_register_name_identifier.h b/python/environs/py_register_name_identifier.h
index fc53d297..daf0d3d8 100644
--- a/python/environs/py_register_name_identifier.h
+++ b/python/environs/py_register_name_identifier.h
@@ -3,7 +3,7 @@
* PyLasso -- Python bindings for Lasso library
*
* Copyright (C) 2004 Entr'ouvert
- * http://lasso.labs.libre-entreprise.org
+ * http://lasso.entrouvert.org
*
* Authors: Valery Febvre <vfebvre@easter-eggs.com>
* Nicolas Clapies <nclapies@entrouvert.com>
diff --git a/python/environs/py_server.c b/python/environs/py_server.c
index f8e4d596..b2597bea 100644
--- a/python/environs/py_server.c
+++ b/python/environs/py_server.c
@@ -3,7 +3,7 @@
* PyLasso -- Python bindings for Lasso library
*
* Copyright (C) 2004 Entr'ouvert
- * http://lasso.labs.libre-entreprise.org
+ * http://lasso.entrouvert.org
*
* Authors: Valery Febvre <vfebvre@easter-eggs.com>
* Nicolas Clapies <nclapies@entrouvert.com>
diff --git a/python/environs/py_server.h b/python/environs/py_server.h
index 52b7b6ae..604efb35 100644
--- a/python/environs/py_server.h
+++ b/python/environs/py_server.h
@@ -3,7 +3,7 @@
* PyLasso -- Python bindings for Lasso library
*
* Copyright (C) 2004 Entr'ouvert
- * http://lasso.labs.libre-entreprise.org
+ * http://lasso.entrouvert.org
*
* Authors: Valery Febvre <vfebvre@easter-eggs.com>
* Nicolas Clapies <nclapies@entrouvert.com>
diff --git a/python/environs/py_user.c b/python/environs/py_user.c
index 92f66b7e..fc1596d0 100644
--- a/python/environs/py_user.c
+++ b/python/environs/py_user.c
@@ -3,7 +3,7 @@
* PyLasso -- Python bindings for Lasso library
*
* Copyright (C) 2004 Entr'ouvert
- * http://lasso.labs.libre-entreprise.org
+ * http://lasso.entrouvert.org
*
* Authors: Valery Febvre <vfebvre@easter-eggs.com>
* Nicolas Clapies <nclapies@entrouvert.com>
diff --git a/python/environs/py_user.h b/python/environs/py_user.h
index b3d253c5..d88ecc8b 100644
--- a/python/environs/py_user.h
+++ b/python/environs/py_user.h
@@ -3,7 +3,7 @@
* PyLasso -- Python bindings for Lasso library
*
* Copyright (C) 2004 Entr'ouvert
- * http://lasso.labs.libre-entreprise.org
+ * http://lasso.entrouvert.org
*
* Authors: Valery Febvre <vfebvre@easter-eggs.com>
* Nicolas Clapies <nclapies@entrouvert.com>
diff --git a/python/lassomod.c b/python/lassomod.c
index b71dc26a..209b138a 100644
--- a/python/lassomod.c
+++ b/python/lassomod.c
@@ -3,7 +3,7 @@
* PyLasso - Python bindings for Lasso library
*
* Copyright (C) 2004 Entr'ouvert
- * http://lasso.labs.libre-entreprise.org
+ * http://lasso.entrouvert.org
*
* Author: Valery Febvre <vfebvre@easter-eggs.com>
*
diff --git a/python/lassomod.h b/python/lassomod.h
index 391d7aa5..2a7cd906 100644
--- a/python/lassomod.h
+++ b/python/lassomod.h
@@ -3,7 +3,7 @@
* PyLasso -- Python bindings for Lasso library
*
* Copyright (C) 2004 Entr'ouvert
- * http://lasso.labs.libre-entreprise.org
+ * http://lasso.entrouvert.org
*
* Author: Valery Febvre <vfebvre@easter-eggs.com>
*
diff --git a/python/protocols/elements/py_assertion.c b/python/protocols/elements/py_assertion.c
index 8d7584e4..26197f77 100644
--- a/python/protocols/elements/py_assertion.c
+++ b/python/protocols/elements/py_assertion.c
@@ -3,7 +3,7 @@
* PyLasso -- Python bindings for Lasso library
*
* Copyright (C) 2004 Entr'ouvert
- * http://lasso.labs.libre-entreprise.org
+ * http://lasso.entrouvert.org
*
* Authors: Valery Febvre <vfebvre@easter-eggs.com>
* Nicolas Clapies <nclapies@entrouvert.com>
diff --git a/python/protocols/elements/py_assertion.h b/python/protocols/elements/py_assertion.h
index df8c3afe..68b259b4 100644
--- a/python/protocols/elements/py_assertion.h
+++ b/python/protocols/elements/py_assertion.h
@@ -3,7 +3,7 @@
* PyLasso -- Python bindings for Lasso library
*
* Copyright (C) 2004 Entr'ouvert
- * http://lasso.labs.libre-entreprise.org
+ * http://lasso.entrouvert.org
*
* Authors: Valery Febvre <vfebvre@easter-eggs.com>
* Nicolas Clapies <nclapies@entrouvert.com>
diff --git a/python/protocols/elements/py_authentication_statement.c b/python/protocols/elements/py_authentication_statement.c
index 4e7e8946..c092bb8e 100644
--- a/python/protocols/elements/py_authentication_statement.c
+++ b/python/protocols/elements/py_authentication_statement.c
@@ -3,7 +3,7 @@
* PyLasso -- Python bindings for Lasso library
*
* Copyright (C) 2004 Entr'ouvert
- * http://lasso.labs.libre-entreprise.org
+ * http://lasso.entrouvert.org
*
* Authors: Valery Febvre <vfebvre@easter-eggs.com>
* Nicolas Clapies <nclapies@entrouvert.com>
diff --git a/python/protocols/elements/py_authentication_statement.h b/python/protocols/elements/py_authentication_statement.h
index 2f7641e4..9ead6522 100644
--- a/python/protocols/elements/py_authentication_statement.h
+++ b/python/protocols/elements/py_authentication_statement.h
@@ -3,7 +3,7 @@
* PyLasso -- Python bindings for Lasso library
*
* Copyright (C) 2004 Entr'ouvert
- * http://lasso.labs.libre-entreprise.org
+ * http://lasso.entrouvert.org
*
* Authors: Valery Febvre <vfebvre@easter-eggs.com>
* Nicolas Clapies <nclapies@entrouvert.com>
diff --git a/python/protocols/py_authn_request.c b/python/protocols/py_authn_request.c
index a047f6c2..06575c63 100644
--- a/python/protocols/py_authn_request.c
+++ b/python/protocols/py_authn_request.c
@@ -3,7 +3,7 @@
* PyLasso -- Python bindings for Lasso library
*
* Copyright (C) 2004 Entr'ouvert
- * http://lasso.labs.libre-entreprise.org
+ * http://lasso.entrouvert.org
*
* Authors: Valery Febvre <vfebvre@easter-eggs.com>
* Nicolas Clapies <nclapies@entrouvert.com>
diff --git a/python/protocols/py_authn_request.h b/python/protocols/py_authn_request.h
index 992d9749..9f011c12 100644
--- a/python/protocols/py_authn_request.h
+++ b/python/protocols/py_authn_request.h
@@ -3,7 +3,7 @@
* PyLasso -- Python bindings for Lasso library
*
* Copyright (C) 2004 Entr'ouvert
- * http://lasso.labs.libre-entreprise.org
+ * http://lasso.entrouvert.org
*
* Authors: Valery Febvre <vfebvre@easter-eggs.com>
* Nicolas Clapies <nclapies@entrouvert.com>
diff --git a/python/protocols/py_authn_response.c b/python/protocols/py_authn_response.c
index 52315ae3..50cfe4c4 100644
--- a/python/protocols/py_authn_response.c
+++ b/python/protocols/py_authn_response.c
@@ -3,7 +3,7 @@
* PyLasso -- Python bindings for Lasso library
*
* Copyright (C) 2004 Entr'ouvert
- * http://lasso.labs.libre-entreprise.org
+ * http://lasso.entrouvert.org
*
* Authors: Valery Febvre <vfebvre@easter-eggs.com>
* Nicolas Clapies <nclapies@entrouvert.com>
diff --git a/python/protocols/py_authn_response.h b/python/protocols/py_authn_response.h
index be21a522..0c4991a4 100644
--- a/python/protocols/py_authn_response.h
+++ b/python/protocols/py_authn_response.h
@@ -3,7 +3,7 @@
* PyLasso -- Python bindings for Lasso library
*
* Copyright (C) 2004 Entr'ouvert
- * http://lasso.labs.libre-entreprise.org
+ * http://lasso.entrouvert.org
*
* Authors: Valery Febvre <vfebvre@easter-eggs.com>
* Nicolas Clapies <nclapies@entrouvert.com>
diff --git a/python/protocols/py_federation_termination_notification.c b/python/protocols/py_federation_termination_notification.c
index 8a105105..3e00c92c 100644
--- a/python/protocols/py_federation_termination_notification.c
+++ b/python/protocols/py_federation_termination_notification.c
@@ -3,7 +3,7 @@
* PyLasso -- Python bindings for Lasso library
*
* Copyright (C) 2004 Entr'ouvert
- * http://lasso.labs.libre-entreprise.org
+ * http://lasso.entrouvert.org
*
* Author: Valery Febvre <vfebvre@easter-eggs.com>
* Nicolas Clapies <nclapies@entrouvert.com>
diff --git a/python/protocols/py_federation_termination_notification.h b/python/protocols/py_federation_termination_notification.h
index 52e57d83..01f03d2b 100644
--- a/python/protocols/py_federation_termination_notification.h
+++ b/python/protocols/py_federation_termination_notification.h
@@ -3,7 +3,7 @@
* PyLasso -- Python bindings for Lasso library
*
* Copyright (C) 2004 Entr'ouvert
- * http://lasso.labs.libre-entreprise.org
+ * http://lasso.entrouvert.org
*
* Author: Valery Febvre <vfebvre@easter-eggs.com>
* Nicolas Clapies <nclapies@entrouvert.com>
diff --git a/python/protocols/py_logout_request.c b/python/protocols/py_logout_request.c
index 803a3346..6a9c8b6f 100644
--- a/python/protocols/py_logout_request.c
+++ b/python/protocols/py_logout_request.c
@@ -3,7 +3,7 @@
* PyLasso -- Python bindings for Lasso library
*
* Copyright (C) 2004 Entr'ouvert
- * http://lasso.labs.libre-entreprise.org
+ * http://lasso.entrouvert.org
*
* Author: Valery Febvre <vfebvre@easter-eggs.com>
* Nicolas Clapies <nclapies@entrouvert.com>
diff --git a/python/protocols/py_logout_request.h b/python/protocols/py_logout_request.h
index da73b488..2c084c8f 100644
--- a/python/protocols/py_logout_request.h
+++ b/python/protocols/py_logout_request.h
@@ -3,7 +3,7 @@
* PyLasso -- Python bindings for Lasso library
*
* Copyright (C) 2004 Entr'ouvert
- * http://lasso.labs.libre-entreprise.org
+ * http://lasso.entrouvert.org
*
* Author: Valery Febvre <vfebvre@easter-eggs.com>
* Nicolas Clapies <nclapies@entrouvert.com>
diff --git a/python/protocols/py_logout_response.c b/python/protocols/py_logout_response.c
index 09f57f2d..f038927f 100644
--- a/python/protocols/py_logout_response.c
+++ b/python/protocols/py_logout_response.c
@@ -3,7 +3,7 @@
* PyLasso -- Python bindings for Lasso library
*
* Copyright (C) 2004 Entr'ouvert
- * http://lasso.labs.libre-entreprise.org
+ * http://lasso.entrouvert.org
*
* Author: Valery Febvre <vfebvre@easter-eggs.com>
* Nicolas Clapies <nclapies@entrouvert.com>
diff --git a/python/protocols/py_logout_response.h b/python/protocols/py_logout_response.h
index 5e265c04..7bb81c7d 100644
--- a/python/protocols/py_logout_response.h
+++ b/python/protocols/py_logout_response.h
@@ -3,7 +3,7 @@
* PyLasso -- Python bindings for Lasso library
*
* Copyright (C) 2004 Entr'ouvert
- * http://lasso.labs.libre-entreprise.org
+ * http://lasso.entrouvert.org
*
* Author: Valery Febvre <vfebvre@easter-eggs.com>
*
diff --git a/python/protocols/py_name_identifier_mapping_request.c b/python/protocols/py_name_identifier_mapping_request.c
index 975ac9b8..7b1516ec 100644
--- a/python/protocols/py_name_identifier_mapping_request.c
+++ b/python/protocols/py_name_identifier_mapping_request.c
@@ -3,7 +3,7 @@
* PyLasso -- Python bindings for Lasso library
*
* Copyright (C) 2004 Entr'ouvert
- * http://lasso.labs.libre-entreprise.org
+ * http://lasso.entrouvert.org
*
* Author: Valery Febvre <vfebvre@easter-eggs.com>
* Nicolas Clapies <nclapies@entrouvert.com>
diff --git a/python/protocols/py_name_identifier_mapping_request.h b/python/protocols/py_name_identifier_mapping_request.h
index 647e6e80..6384c44b 100644
--- a/python/protocols/py_name_identifier_mapping_request.h
+++ b/python/protocols/py_name_identifier_mapping_request.h
@@ -3,7 +3,7 @@
* PyLasso -- Python bindings for Lasso library
*
* Copyright (C) 2004 Entr'ouvert
- * http://lasso.labs.libre-entreprise.org
+ * http://lasso.entrouvert.org
*
* Author: Valery Febvre <vfebvre@easter-eggs.com>
* Nicolas Clapies <nclapies@entrouvert.com>
diff --git a/python/protocols/py_name_identifier_mapping_response.c b/python/protocols/py_name_identifier_mapping_response.c
index 39d8798c..61b6d278 100644
--- a/python/protocols/py_name_identifier_mapping_response.c
+++ b/python/protocols/py_name_identifier_mapping_response.c
@@ -3,7 +3,7 @@
* PyLasso -- Python bindings for Lasso library
*
* Copyright (C) 2004 Entr'ouvert
- * http://lasso.labs.libre-entreprise.org
+ * http://lasso.entrouvert.org
*
* Author: Valery Febvre <vfebvre@easter-eggs.com>
* Nicolas Clapies <nclapies@entrouvert.com>
diff --git a/python/protocols/py_name_identifier_mapping_response.h b/python/protocols/py_name_identifier_mapping_response.h
index f2fc0ef1..5ab6e711 100644
--- a/python/protocols/py_name_identifier_mapping_response.h
+++ b/python/protocols/py_name_identifier_mapping_response.h
@@ -3,7 +3,7 @@
* PyLasso -- Python bindings for Lasso library
*
* Copyright (C) 2004 Entr'ouvert
- * http://lasso.labs.libre-entreprise.org
+ * http://lasso.entrouvert.org
*
* Author: Valery Febvre <vfebvre@easter-eggs.com>
*
diff --git a/python/protocols/py_register_name_identifier_request.c b/python/protocols/py_register_name_identifier_request.c
index 537bbddd..e5a484c4 100644
--- a/python/protocols/py_register_name_identifier_request.c
+++ b/python/protocols/py_register_name_identifier_request.c
@@ -3,7 +3,7 @@
* PyLasso -- Python bindings for Lasso library
*
* Copyright (C) 2004 Entr'ouvert
- * http://lasso.labs.libre-entreprise.org
+ * http://lasso.entrouvert.org
*
* Author: Valery Febvre <vfebvre@easter-eggs.com>
* Nicolas Clapies <nclapies@entrouvert.com>
diff --git a/python/protocols/py_register_name_identifier_request.h b/python/protocols/py_register_name_identifier_request.h
index 2dc1cf37..c62105fa 100644
--- a/python/protocols/py_register_name_identifier_request.h
+++ b/python/protocols/py_register_name_identifier_request.h
@@ -3,7 +3,7 @@
* PyLasso -- Python bindings for Lasso library
*
* Copyright (C) 2004 Entr'ouvert
- * http://lasso.labs.libre-entreprise.org
+ * http://lasso.entrouvert.org
*
* Author: Valery Febvre <vfebvre@easter-eggs.com>
* Nicolas Clapies <nclapies@entrouvert.com>
diff --git a/python/protocols/py_register_name_identifier_response.c b/python/protocols/py_register_name_identifier_response.c
index 854ac87f..7fc8c0da 100644
--- a/python/protocols/py_register_name_identifier_response.c
+++ b/python/protocols/py_register_name_identifier_response.c
@@ -3,7 +3,7 @@
* PyLasso -- Python bindings for Lasso library
*
* Copyright (C) 2004 Entr'ouvert
- * http://lasso.labs.libre-entreprise.org
+ * http://lasso.entrouvert.org
*
* Author: Valery Febvre <vfebvre@easter-eggs.com>
* Nicolas Clapies <nclapies@entrouvert.com>
diff --git a/python/protocols/py_register_name_identifier_response.h b/python/protocols/py_register_name_identifier_response.h
index d2ae6c81..f66d2059 100644
--- a/python/protocols/py_register_name_identifier_response.h
+++ b/python/protocols/py_register_name_identifier_response.h
@@ -3,7 +3,7 @@
* PyLasso -- Python bindings for Lasso library
*
* Copyright (C) 2004 Entr'ouvert
- * http://lasso.labs.libre-entreprise.org
+ * http://lasso.entrouvert.org
*
* Author: Valery Febvre <vfebvre@easter-eggs.com>
* Nicolas Clapies <nclapies@entrouvert.com>
diff --git a/python/py_lasso.c b/python/py_lasso.c
index b3998e13..31af7adf 100644
--- a/python/py_lasso.c
+++ b/python/py_lasso.c
@@ -3,7 +3,7 @@
* PyLasso -- Python bindings for Lasso library
*
* Copyright (C) 2004 Entr'ouvert
- * http://lasso.labs.libre-entreprise.org
+ * http://lasso.entrouvert.org
*
* Author: Valery Febvre <vfebvre@easter-eggs.com>
*
diff --git a/python/py_lasso.h b/python/py_lasso.h
index aa51a8b9..e2929208 100644
--- a/python/py_lasso.h
+++ b/python/py_lasso.h
@@ -3,7 +3,7 @@
* PyLasso -- Python bindings for Lasso library
*
* Copyright (C) 2004 Entr'ouvert
- * http://lasso.labs.libre-entreprise.org
+ * http://lasso.entrouvert.org
*
* Author: Valery Febvre <vfebvre@easter-eggs.com>
*
diff --git a/python/tests/login_tests.py b/python/tests/login_tests.py
index d2a0e4d3..6d88588c 100644
--- a/python/tests/login_tests.py
+++ b/python/tests/login_tests.py
@@ -36,14 +36,14 @@ class LoginTestCase(unittest.TestCase):
def generateIdentityProviderContextDump(self):
serverContext = lasso.Server.new(
"../../examples/data/idp-metadata.xml",
- "../../examples/idp-public-key.pem",
- "../../examples/idp-private-key.pem",
- "../../examples/idp-crt.pem",
+ "../../examples/data/idp-public-key.pem",
+ "../../examples/data/idp-private-key.pem",
+ "../../examples/data/idp-crt.pem",
lasso.signatureMethodRsaSha1)
serverContext.add_provider(
"../../examples/data/sp-metadata.xml",
- "../../examples/sp-public-key.pem",
- "../../examples/ca-crt.pem")
+ "../../examples/data/sp-public-key.pem",
+ "../../examples/data/ca-crt.pem")
serverContextDump = serverContext.dump()
serverContext.destroy()
return serverContextDump
@@ -51,14 +51,14 @@ class LoginTestCase(unittest.TestCase):
def generateServiceProviderContextDump(self):
serverContext = lasso.Server.new(
"../../examples/data/sp-metadata.xml",
- "../../examples/sp-public-key.pem",
- "../../examples/sp-private-key.pem",
- "../../examples/sp-crt.pem",
+ "../../examples/data/sp-public-key.pem",
+ "../../examples/data/sp-private-key.pem",
+ "../../examples/data/sp-crt.pem",
lasso.signatureMethodRsaSha1)
serverContext.add_provider(
"../../examples/data/idp-metadata.xml",
- "../../examples/idp-public-key.pem",
- "../../examples/ca-crt.pem")
+ "../../examples/data/idp-public-key.pem",
+ "../../examples/data/ca-crt.pem")
serverContextDump = serverContext.dump()
serverContext.destroy()
return serverContextDump
@@ -76,6 +76,20 @@ class LoginTestCase(unittest.TestCase):
serviceProviderContextDump = self.generateServiceProviderContextDump()
self.failUnless(serviceProviderContextDump)
+ def test02_serviceProviderLogin(self):
+ spContextDump = self.generateServiceProviderContextDump()
+ self.failUnless(spContextDump)
+ spContext = lasso.Server.new_from_dump(spContextDump)
+ spLoginContext = lasso.Login.new(spContext)
+ self.failIf(spLoginContext.init_authn_request(
+ "https://identity-provider:1998/liberty-alliance/metadata"))
+ spLoginContext.request.set_isPassive(False)
+ spLoginContext.request.set_nameIDPolicy(lasso.libNameIDPolicyTypeFederated)
+ # FIXME spLoginContext.request.set_consent(lasso.libConsentObtained)
+ spLoginContext.request.set_relayState("fake")
+ self.failIf(spLoginContext.build_authn_request_msg())
+ # spLoginContext.msg_url
+
suite1 = unittest.makeSuite(LoginTestCase, 'test')
diff --git a/python/utils.c b/python/utils.c
index 763c41e1..96e87964 100644
--- a/python/utils.c
+++ b/python/utils.c
@@ -3,7 +3,7 @@
* PyLasso - Python bindings for Lasso library
*
* Copyright (C) 2004 Entr'ouvert
- * http://lasso.labs.libre-entreprise.org
+ * http://lasso.entrouvert.org
*
* Author: Valery Febvre <vfebvre@easter-eggs.com>
*
diff --git a/python/xml/py_lib_authentication_statement.c b/python/xml/py_lib_authentication_statement.c
index e1c303f6..1f596a4d 100644
--- a/python/xml/py_lib_authentication_statement.c
+++ b/python/xml/py_lib_authentication_statement.c
@@ -3,7 +3,7 @@
* PyLasso -- Python bindings for Lasso library
*
* Copyright (C) 2004 Entr'ouvert
- * http://lasso.labs.libre-entreprise.org
+ * http://lasso.entrouvert.org
*
* Authors: Valery Febvre <vfebvre@easter-eggs.com>
* Nicolas Clapies <nclapies@entrouvert.com>
diff --git a/python/xml/py_lib_authentication_statement.h b/python/xml/py_lib_authentication_statement.h
index 14b0c945..950fc59e 100644
--- a/python/xml/py_lib_authentication_statement.h
+++ b/python/xml/py_lib_authentication_statement.h
@@ -3,7 +3,7 @@
* PyLasso -- Python bindings for Lasso library
*
* Copyright (C) 2004 Entr'ouvert
- * http://lasso.labs.libre-entreprise.org
+ * http://lasso.entrouvert.org
*
* Authors: Valery Febvre <vfebvre@easter-eggs.com>
* Nicolas Clapies <nclapies@entrouvert.com>
diff --git a/python/xml/py_lib_authn_request.c b/python/xml/py_lib_authn_request.c
index 8bbda4f8..d897aa39 100644
--- a/python/xml/py_lib_authn_request.c
+++ b/python/xml/py_lib_authn_request.c
@@ -3,7 +3,7 @@
* PyLasso -- Python bindings for Lasso library
*
* Copyright (C) 2004 Entr'ouvert
- * http://lasso.labs.libre-entreprise.org
+ * http://lasso.entrouvert.org
*
* Authors: Valery Febvre <vfebvre@easter-eggs.com>
* Nicolas Clapies <nclapies@entrouvert.com>
diff --git a/python/xml/py_lib_authn_request.h b/python/xml/py_lib_authn_request.h
index 9b142bca..9ed33a5d 100644
--- a/python/xml/py_lib_authn_request.h
+++ b/python/xml/py_lib_authn_request.h
@@ -3,7 +3,7 @@
* PyLasso -- Python bindings for Lasso library
*
* Copyright (C) 2004 Entr'ouvert
- * http://lasso.labs.libre-entreprise.org
+ * http://lasso.entrouvert.org
*
* Authors: Valery Febvre <vfebvre@easter-eggs.com>
* Nicolas Clapies <nclapies@entrouvert.com>
diff --git a/python/xml/py_lib_federation_termination_notification.c b/python/xml/py_lib_federation_termination_notification.c
index 750fc1cc..3efd5ee8 100644
--- a/python/xml/py_lib_federation_termination_notification.c
+++ b/python/xml/py_lib_federation_termination_notification.c
@@ -3,7 +3,7 @@
* PyLasso -- Python bindings for Lasso library
*
* Copyright (C) 2004 Entr'ouvert
- * http://lasso.labs.libre-entreprise.org
+ * http://lasso.entrouvert.org
*
* Author: Valery Febvre <vfebvre@easter-eggs.com>
* Nicolas Clapies <nclapies@entrouvert.com>
diff --git a/python/xml/py_lib_federation_termination_notification.h b/python/xml/py_lib_federation_termination_notification.h
index 7e5c8997..33a8e452 100644
--- a/python/xml/py_lib_federation_termination_notification.h
+++ b/python/xml/py_lib_federation_termination_notification.h
@@ -3,7 +3,7 @@
* PyLasso -- Python bindings for Lasso library
*
* Copyright (C) 2004 Entr'ouvert
- * http://lasso.labs.libre-entreprise.org
+ * http://lasso.entrouvert.org
*
* Author: Valery Febvre <vfebvre@easter-eggs.com>
* Nicolas Clapies <nclapies@entrouvert.com>
diff --git a/python/xml/py_lib_logout_request.c b/python/xml/py_lib_logout_request.c
index dc6e2bb3..d838c6c5 100644
--- a/python/xml/py_lib_logout_request.c
+++ b/python/xml/py_lib_logout_request.c
@@ -3,7 +3,7 @@
* PyLasso -- Python bindings for Lasso library
*
* Copyright (C) 2004 Entr'ouvert
- * http://lasso.labs.libre-entreprise.org
+ * http://lasso.entrouvert.org
*
* Authors: Valery Febvre <vfebvre@easter-eggs.com>
* Nicolas Clapies <nclapies@entrouvert.com>
diff --git a/python/xml/py_lib_logout_request.h b/python/xml/py_lib_logout_request.h
index ca37d120..c7f2b544 100644
--- a/python/xml/py_lib_logout_request.h
+++ b/python/xml/py_lib_logout_request.h
@@ -3,7 +3,7 @@
* PyLasso -- Python bindings for Lasso library
*
* Copyright (C) 2004 Entr'ouvert
- * http://lasso.labs.libre-entreprise.org
+ * http://lasso.entrouvert.org
*
* Authors: Valery Febvre <vfebvre@easter-eggs.com>
* Nicolas Clapies <nclapies@entrouvert.com>
diff --git a/python/xml/py_lib_logout_response.c b/python/xml/py_lib_logout_response.c
index d86d98da..e76cea0f 100644
--- a/python/xml/py_lib_logout_response.c
+++ b/python/xml/py_lib_logout_response.c
@@ -3,7 +3,7 @@
* PyLasso -- Python bindings for Lasso library
*
* Copyright (C) 2004 Entr'ouvert
- * http://lasso.labs.libre-entreprise.org
+ * http://lasso.entrouvert.org
*
* Authors: Valery Febvre <vfebvre@easter-eggs.com>
* Nicolas Clapies <nclapies@entrouvert.com>
diff --git a/python/xml/py_lib_logout_response.h b/python/xml/py_lib_logout_response.h
index 13e4ed04..a632c825 100644
--- a/python/xml/py_lib_logout_response.h
+++ b/python/xml/py_lib_logout_response.h
@@ -3,7 +3,7 @@
* PyLasso -- Python bindings for Lasso library
*
* Copyright (C) 2004 Entr'ouvert
- * http://lasso.labs.libre-entreprise.org
+ * http://lasso.entrouvert.org
*
* Authors: Valery Febvre <vfebvre@easter-eggs.com>
* Nicolas Clapies <nclapies@entrouvert.com>
diff --git a/python/xml/py_lib_name_identifier_mapping_request.c b/python/xml/py_lib_name_identifier_mapping_request.c
index 0d26274f..36c48808 100644
--- a/python/xml/py_lib_name_identifier_mapping_request.c
+++ b/python/xml/py_lib_name_identifier_mapping_request.c
@@ -3,7 +3,7 @@
* PyLasso -- Python bindings for Lasso library
*
* Copyright (C) 2004 Entr'ouvert
- * http://lasso.labs.libre-entreprise.org
+ * http://lasso.entrouvert.org
*
* Author: Valery Febvre <vfebvre@easter-eggs.com>
* Nicolas Clapies <nclapies@entrouvert.com>
diff --git a/python/xml/py_lib_name_identifier_mapping_request.h b/python/xml/py_lib_name_identifier_mapping_request.h
index 2d520fef..b37649d9 100644
--- a/python/xml/py_lib_name_identifier_mapping_request.h
+++ b/python/xml/py_lib_name_identifier_mapping_request.h
@@ -3,7 +3,7 @@
* PyLasso -- Python bindings for Lasso library
*
* Copyright (C) 2004 Entr'ouvert
- * http://lasso.labs.libre-entreprise.org
+ * http://lasso.entrouvert.org
*
* Author: Valery Febvre <vfebvre@easter-eggs.com>
* Nicolas Clapies <nclapies@entrouvert.com>
diff --git a/python/xml/py_lib_name_identifier_mapping_response.c b/python/xml/py_lib_name_identifier_mapping_response.c
index af66ffd1..516cff75 100644
--- a/python/xml/py_lib_name_identifier_mapping_response.c
+++ b/python/xml/py_lib_name_identifier_mapping_response.c
@@ -3,7 +3,7 @@
* PyLasso -- Python bindings for Lasso library
*
* Copyright (C) 2004 Entr'ouvert
- * http://lasso.labs.libre-entreprise.org
+ * http://lasso.entrouvert.org
*
* Authors: Valery Febvre <vfebvre@easter-eggs.com>
* Nicolas Clapies <nclapies@entrouvert.com>
diff --git a/python/xml/py_lib_name_identifier_mapping_response.h b/python/xml/py_lib_name_identifier_mapping_response.h
index 0d96ffb3..88ea30ca 100644
--- a/python/xml/py_lib_name_identifier_mapping_response.h
+++ b/python/xml/py_lib_name_identifier_mapping_response.h
@@ -3,7 +3,7 @@
* PyLasso -- Python bindings for Lasso library
*
* Copyright (C) 2004 Entr'ouvert
- * http://lasso.labs.libre-entreprise.org
+ * http://lasso.entrouvert.org
*
* Author: Valery Febvre <vfebvre@easter-eggs.com>
* Nicolas Clapies <nclapies@entrouvert.com>
diff --git a/python/xml/py_lib_register_name_identifier_request.c b/python/xml/py_lib_register_name_identifier_request.c
index da340b4c..e5498163 100644
--- a/python/xml/py_lib_register_name_identifier_request.c
+++ b/python/xml/py_lib_register_name_identifier_request.c
@@ -3,7 +3,7 @@
* PyLasso -- Python bindings for Lasso library
*
* Copyright (C) 2004 Entr'ouvert
- * http://lasso.labs.libre-entreprise.org
+ * http://lasso.entrouvert.org
*
* Author: Valery Febvre <vfebvre@easter-eggs.com>
* Nicolas Clapies <nclapies@entrouvert.com>
diff --git a/python/xml/py_lib_register_name_identifier_request.h b/python/xml/py_lib_register_name_identifier_request.h
index 2fbcfceb..64684edb 100644
--- a/python/xml/py_lib_register_name_identifier_request.h
+++ b/python/xml/py_lib_register_name_identifier_request.h
@@ -3,7 +3,7 @@
* PyLasso -- Python bindings for Lasso library
*
* Copyright (C) 2004 Entr'ouvert
- * http://lasso.labs.libre-entreprise.org
+ * http://lasso.entrouvert.org
*
* Author: Valery Febvre <vfebvre@easter-eggs.com>
* Nicolas Clapies <nclapies@entrouvert.com>
diff --git a/python/xml/py_saml_assertion.c b/python/xml/py_saml_assertion.c
index 74f8f847..c4b43c0d 100644
--- a/python/xml/py_saml_assertion.c
+++ b/python/xml/py_saml_assertion.c
@@ -3,7 +3,7 @@
* PyLasso -- Python bindings for Lasso library
*
* Copyright (C) 2004 Entr'ouvert
- * http://lasso.labs.libre-entreprise.org
+ * http://lasso.entrouvert.org
*
* Authors: Valery Febvre <vfebvre@easter-eggs.com>
* Nicolas Clapies <nclapies@entrouvert.com>
diff --git a/python/xml/py_saml_assertion.h b/python/xml/py_saml_assertion.h
index 7d08fd65..f6b7c0c5 100644
--- a/python/xml/py_saml_assertion.h
+++ b/python/xml/py_saml_assertion.h
@@ -3,7 +3,7 @@
* PyLasso -- Python bindings for Lasso library
*
* Copyright (C) 2004 Entr'ouvert
- * http://lasso.labs.libre-entreprise.org
+ * http://lasso.entrouvert.org
*
* Authors: Valery Febvre <vfebvre@easter-eggs.com>
* Nicolas Clapies <nclapies@entrouvert.com>
diff --git a/python/xml/py_saml_authentication_statement.c b/python/xml/py_saml_authentication_statement.c
index 2726d6a2..29e5173f 100644
--- a/python/xml/py_saml_authentication_statement.c
+++ b/python/xml/py_saml_authentication_statement.c
@@ -3,7 +3,7 @@
* PyLasso -- Python bindings for Lasso library
*
* Copyright (C) 2004 Entr'ouvert
- * http://lasso.labs.libre-entreprise.org
+ * http://lasso.entrouvert.org
*
* Authors: Valery Febvre <vfebvre@easter-eggs.com>
* Nicolas Clapies <nclapies@entrouvert.com>
diff --git a/python/xml/py_saml_authentication_statement.h b/python/xml/py_saml_authentication_statement.h
index 6868adee..dafc477f 100644
--- a/python/xml/py_saml_authentication_statement.h
+++ b/python/xml/py_saml_authentication_statement.h
@@ -3,7 +3,7 @@
* PyLasso -- Python bindings for Lasso library
*
* Copyright (C) 2004 Entr'ouvert
- * http://lasso.labs.libre-entreprise.org
+ * http://lasso.entrouvert.org
*
* Authors: Valery Febvre <vfebvre@easter-eggs.com>
* Nicolas Clapies <nclapies@entrouvert.com>
diff --git a/python/xml/py_saml_name_identifier.c b/python/xml/py_saml_name_identifier.c
index 274cf243..ead3f68c 100644
--- a/python/xml/py_saml_name_identifier.c
+++ b/python/xml/py_saml_name_identifier.c
@@ -3,7 +3,7 @@
* PyLasso -- Python bindings for Lasso library
*
* Copyright (C) 2004 Entr'ouvert
- * http://lasso.labs.libre-entreprise.org
+ * http://lasso.entrouvert.org
*
* Authors: Valery Febvre <vfebvre@easter-eggs.com>
* Nicolas Clapies <nclapies@entrouvert.com>
diff --git a/python/xml/py_saml_name_identifier.h b/python/xml/py_saml_name_identifier.h
index 9c4e7f28..1171c374 100644
--- a/python/xml/py_saml_name_identifier.h
+++ b/python/xml/py_saml_name_identifier.h
@@ -3,7 +3,7 @@
* PyLasso -- Python bindings for Lasso library
*
* Copyright (C) 2004 Entr'ouvert
- * http://lasso.labs.libre-entreprise.org
+ * http://lasso.entrouvert.org
*
* Authors: Valery Febvre <vfebvre@easter-eggs.com>
* Nicolas Clapies <nclapies@entrouvert.com>
diff --git a/python/xml/py_samlp_response.c b/python/xml/py_samlp_response.c
index 7e81dfba..ef671b84 100644
--- a/python/xml/py_samlp_response.c
+++ b/python/xml/py_samlp_response.c
@@ -3,7 +3,7 @@
* PyLasso -- Python bindings for Lasso library
*
* Copyright (C) 2004 Entr'ouvert
- * http://lasso.labs.libre-entreprise.org
+ * http://lasso.entrouvert.org
*
* Authors: Valery Febvre <vfebvre@easter-eggs.com>
* Nicolas Clapies <nclapies@entrouvert.com>
diff --git a/python/xml/py_samlp_response.h b/python/xml/py_samlp_response.h
index 6ce95005..f7770390 100644
--- a/python/xml/py_samlp_response.h
+++ b/python/xml/py_samlp_response.h
@@ -3,7 +3,7 @@
* PyLasso -- Python bindings for Lasso library
*
* Copyright (C) 2004 Entr'ouvert
- * http://lasso.labs.libre-entreprise.org
+ * http://lasso.entrouvert.org
*
* Authors: Valery Febvre <vfebvre@easter-eggs.com>
* Nicolas Clapies <nclapies@entrouvert.com>
diff --git a/python/xml/py_xml.c b/python/xml/py_xml.c
index 743fe862..153a5b96 100644
--- a/python/xml/py_xml.c
+++ b/python/xml/py_xml.c
@@ -3,7 +3,7 @@
* PyLasso -- Python bindings for Lasso library
*
* Copyright (C) 2004 Entr'ouvert
- * http://lasso.labs.libre-entreprise.org
+ * http://lasso.entrouvert.org
*
* Authors: Valery Febvre <vfebvre@easter-eggs.com>
* Nicolas Clapies <nclapies@entrouvert.com>
diff --git a/python/xml/py_xml.h b/python/xml/py_xml.h
index 35665f84..f01a434a 100644
--- a/python/xml/py_xml.h
+++ b/python/xml/py_xml.h
@@ -3,7 +3,7 @@
* PyLasso -- Python bindings for Lasso library
*
* Copyright (C) 2004 Entr'ouvert
- * http://lasso.labs.libre-entreprise.org
+ * http://lasso.entrouvert.org
*
* Authors: Valery Febvre <vfebvre@easter-eggs.com>
* Nicolas Clapies <nclapies@entrouvert.com>