summaryrefslogtreecommitdiffstats
path: root/python/protocols
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/protocols
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/protocols')
-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
22 files changed, 22 insertions, 22 deletions
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>