Commit Graph

1407 Commits

Author SHA1 Message Date
nobody 08062152dd This commit was manufactured by cvs2svn to create tag 'rel-0-4-0'. 2004-09-06 16:24:26 +00:00
Christophe Nowicki 7acad8e5e7 PHP Idp Sample :
- form for creating metadata
- sso support
- small README with installation instruction
2004-09-06 16:24:26 +00:00
Romain Chantereay aab4db8ebc No more trace of macros if the distribution. 2004-09-06 16:24:23 +00:00
Romain Chantereay 952459ecb6 pkg-config-path= becomes pkg-config= 2004-09-06 16:16:40 +00:00
Romain Chantereay f3dd414027 Removed check.m4 from distribution. 2004-09-06 16:15:40 +00:00
Nicolas Clapies 8fa466d336 Removed old methods declaration 2004-09-06 16:09:27 +00:00
Frédéric Péters 29909e7ae9 removd extraneous output about gtk-doc 2004-09-06 16:05:47 +00:00
Romain Chantereay 0013c23405 Really added check macros to the distribution. 2004-09-06 16:05:06 +00:00
Romain Chantereay 956ed63fd8 Corrected java test. 2004-09-06 15:49:14 +00:00
Romain Chantereay 8fb0ee72ef Args are string. 2004-09-06 15:40:59 +00:00
Romain Chantereay d150d244c2 Revision to 0.4.0
Libtool: 1:0:0

Java is not activated when no jar program.
2004-09-06 15:37:38 +00:00
Nicolas Clapies 7f96eb8e68 *** empty log message *** 2004-09-06 15:30:54 +00:00
Nicolas Clapies a4b4520abe *** empty log message *** 2004-09-06 15:27:26 +00:00
Romain Chantereay 1cadc76b39 Some typo, and variables corrections. 2004-09-06 14:52:32 +00:00
Nicolas Clapies e1fd04f28e Added lasso_logout_dump() to logout.h 2004-09-06 14:38:46 +00:00
Nicolas Clapies 19d696b1ac Renamed methods lasso_logint_set_assertion*() to lasso_login_set_assertion*() 2004-09-06 14:14:26 +00:00
Nicolas Clapies 0fd0bccbf5 Oups, little mistake : now attribute version is added only in lasso_profile_dump() instead of lasso_login_dump() or lasso_logout_dump() 2004-09-06 12:51:42 +00:00
Nicolas Clapies 8bcb9c4e0c Added version attribute in lasso dump messages 2004-09-06 12:36:47 +00:00
Romain Chantereay 9143bfa5c5 Now, we use the detected JAR program instead of an harcoded 'jar' command. 2004-09-06 11:58:05 +00:00
Romain Chantereay d6fff02e0f Now Lasso distribution includes the check macros allowing people to generate
Makefile and configure without check-xml installed.

PS: The distribution is not checked yet.
2004-09-06 11:26:13 +00:00
Emmanuel Raviart 34013a6092 Changed Python exceptions generated by SWIG. 2004-09-05 09:13:58 +00:00
Emmanuel Raviart a208f6f6b0 Half a day of work for this prodigious result: ColdFusion redirects the
AuthnRequest to the IDP.
2004-09-04 19:31:21 +00:00
Emmanuel Raviart 34afb0cfb6 Corrected a mistake in Java binding. 2004-09-04 18:59:40 +00:00
Frédéric Péters 3bc0eef7cd missing includes, unusued variables, usual saturday stuff. 2004-09-04 10:36:32 +00:00
Nicolas Clapies 7c777b2605 *** empty log message *** 2004-09-04 09:27:29 +00:00
Nicolas Clapies ad17109437 Fixed a lot of bugs in the logout from a SP to others SPs : now it remove each of the assertions SPs at IDPs and IDP returns the real LogoutResponse 2004-09-04 09:19:58 +00:00
Frédéric Péters d276594f3e Pierre Cros improvements 2004-09-04 09:04:19 +00:00
Emmanuel Raviart 282d8f4109 Made the sample Java code work. 2004-09-04 08:11:19 +00:00
Emmanuel Raviart 570c8031ef Added new object Assertion to C# & Java bindings. 2004-09-04 08:01:50 +00:00
Emmanuel Raviart 5b925b28df Corrected Java. 2004-09-04 07:49:28 +00:00
Emmanuel Raviart 76c318374d Converted C login test to new login API. 2004-09-03 23:14:15 +00:00
Emmanuel Raviart 7fd982f03c Added defines neededfor Java binding. 2004-09-03 22:20:44 +00:00
Nicolas Clapies b2ccb0cbb1 *** empty log message *** 2004-09-03 16:30:38 +00:00
Nicolas Clapies 7e03fa2eba Fixed problem when checking all remote SP from IDP in lasso_logout_validate_request() : replaced lasso_provider_get_singleLogoutProtocolProfile(provider, lassoProviderTypeIdp, NULL) with lasso_provider_get_singleLogoutProtocolProfile(provider, lassoProviderTypeSp, NULL) 2004-09-03 16:28:56 +00:00
Nicolas Clapies 595d9b2987 Updated of lasso_logout_validate_request() : now it returns a code error of -301 (unsupported profile) if an IDP receiving a LogoutRequest via SOAP detects other SPs dont support SOAP method. 2004-09-03 16:25:00 +00:00
Nicolas Clapies 1e05cd748c Updated process of artifact : now the IDP generates an artifact either or not the user authentication succeeded. When the SP resends the artifact to the IDP in a samlp:Request, it builds a samlp:Response message with Success status code value. If an assertion is found from artifact, then it adds it to the response. Finally, the IDP responds to the SP with the SOAP message 2004-09-03 16:12:51 +00:00
Frédéric Péters 180834d924 another serie of ignored files 2004-09-02 19:35:52 +00:00
Frédéric Péters f405492f8b ignore some files 2004-09-02 19:30:38 +00:00
Frédéric Péters 2062043d61 ignore a bunch of things 2004-09-02 19:28:22 +00:00
Emmanuel Raviart 3d4fdd2971 Added missing .cvsignore in tests/data/ 2004-09-02 19:21:00 +00:00
Frédéric Péters 3038de92ed things were overcomplicated; simplify a bit (for example the DEPDIR dirty
things was necessary because variables were overused; ask me for details if you
want)
2004-09-02 17:47:59 +00:00
Frédéric Péters c4b7d3d6c3 new classes -> new files 2004-09-02 17:05:30 +00:00
Frédéric Péters 3efabaa8d8 disable xmlsec version check 2004-09-02 08:33:54 +00:00
Nicolas Clapies b67da551e7 Removed lasso_session_remove_assertion() in lasso_logout_init_request() at IDP with HTTP Redirect method, added remove of assertion if at IDP and HTTP redirect 2004-09-01 16:49:17 +00:00
Nicolas Clapies eb9391ec2d *** empty log message *** 2004-09-01 16:35:42 +00:00
Nicolas Clapies 3988290a83 Removed in python test, hard coded logout dump test, fixed a bug in lasso_logout_new_from_dump() when setting provider id index 2004-09-01 15:40:56 +00:00
Christophe Nowicki 2f84299228 PHP IdP Sample :
- setup system is working
- user management (add, delete, etc ...)
- sso login in progress
2004-09-01 15:01:59 +00:00
Nicolas Clapies 6b6ba1f14d Moved support of provider index from session to logout. Now only the logout knows the current index of the provider id to request, and the session can only return the provider id from an index 2004-09-01 14:14:32 +00:00
Nicolas Clapies 6ae6d57c53 Added support of index ProviderID in lasso_session_dump() and lasso_session_new_from_dump() 2004-09-01 10:52:31 +00:00
Nicolas Clapies ca025c083e Fixed bug when getting relay state in lasso_logout_process_response_msg() 2004-09-01 10:22:32 +00:00