| Commit message (Collapse) | Author | Age | Files | Lines | ||
|---|---|---|---|---|---|---|
| ... | ||||||
| * | Liberty wsf SOAP binding. | Nicolas Clapies | 2005-04-11 | 1 | -32/+75 | |
| | | ||||||
| * | Fixed lasso_discovery_init_modify() : added missing code for liberty wsf ↵ | Nicolas Clapies | 2005-04-11 | 1 | -4/+10 | |
| | | | | | soap binding. | |||||
| * | Completed discovery with support of liberty wsf soap binding. | Nicolas Clapies | 2005-04-11 | 1 | -12/+43 | |
| | | ||||||
| * | Updated Discovery : now it binds his messages in liberty wsf SOAP envelope. | Nicolas Clapies | 2005-04-11 | 1 | -4/+10 | |
| | | ||||||
| * | Fixed removed code in previous commit. Fixed some rules from liberty spec : ↵ | Nicolas Clapies | 2005-04-01 | 3 | -9/+69 | |
| | | | | | mutli mechanism, null mechanism. Added namespace for service authentication. | |||||
| * | don't set status to constant string in samlp:Response | Frederic Peters | 2005-03-29 | 1 | -1/+1 | |
| | | ||||||
| * | properly multiply sizeof(char*) to avoid buffer overflow | Frederic Peters | 2005-03-29 | 1 | -1/+1 | |
| | | ||||||
| * | free up Status if not NULL. | Frederic Peters | 2005-03-29 | 1 | -1/+1 | |
| | | ||||||
| * | checks for Status before Assertion; so lasso doesn't restore an old assertion. | Frederic Peters | 2005-03-29 | 1 | -13/+9 | |
| | | ||||||
| * | bring back LassoSamlAssertion | Frederic Peters | 2005-03-29 | 1 | -1/+3 | |
| | | ||||||
| * | don't add assertion in samlp:Response if the signature check failed | Frederic Peters | 2005-03-29 | 1 | -5/+4 | |
| | | ||||||
| * | deals with incorrect AssertionConsumerServiceID | Frederic Peters | 2005-03-24 | 1 | -1/+15 | |
| | | ||||||
| * | include AssertionConsumerServiceID in query strings | Frederic Peters | 2005-03-24 | 1 | -0/+1 | |
| | | ||||||
| * | session may exist beforehand, store status nevertheless | Frederic Peters | 2005-03-22 | 1 | -3/+3 | |
| | | ||||||
| * | no success won't set Success | Frederic Peters | 2005-03-22 | 1 | -1/+1 | |
| | | ||||||
| * | Added REQUEST_TYPE_SASL_REQUEST returned by ↵ | Nicolas Clapies | 2005-03-21 | 3 | -1/+7 | |
| | | | | | lasso_profile_get_request_type_from_soap_msg(). | |||||
| * | Renamed properly attribute acces in DiscoServiceInstance object. | Nicolas Clapies | 2005-03-21 | 1 | -1/+1 | |
| | | ||||||
| * | Updated authentication service : fixed error when parsing data from client. ↵ | Nicolas Clapies | 2005-03-21 | 1 | -133/+51 | |
| | | | | | Removed hard code to build soap envelope by call to common function from wsf_profile.h. | |||||
| * | Added function to build generic liberty wsf soap envelope. | Nicolas Clapies | 2005-03-21 | 2 | -0/+31 | |
| | | ||||||
| * | removed erroneously commited tests Makefile | Frederic Peters | 2005-03-19 | 1 | -4/+1 | |
| | | ||||||
| * | docstring to errorchecking tests | Frederic Peters | 2005-03-18 | 1 | -0/+3 | |
| | | ||||||
| * | include lasso_config.h since LASSO_WSF_ENABLED is used | Frederic Peters | 2005-03-18 | 2 | -0/+3 | |
| | | ||||||
| * | added missing lasso_config.h include (necessary for LASSO_WSF_ENABLED | Frederic Peters | 2005-03-18 | 2 | -0/+4 | |
| | | | | | definition) | |||||
| * | since wsf is no longer compiled it is no longer necessary to check or isolate | Frederic Peters | 2005-03-18 | 2 | -14/+4 | |
| | | | | | sasl check variable. | |||||
| * | don't compile id-wsf files when wsf is disabled; this cuts down build | Frederic Peters | 2005-03-18 | 11 | -94/+157 | |
| | | | | | time by a nice margin. | |||||
| * | Updated lasso_discovery_add_insert_entry() prototype : now it only takes a ↵ | Nicolas Clapies | 2005-03-18 | 3 | -71/+47 | |
| | | | | | LassoServiceInstance and a LassoDiscoResourceID. | |||||
| * | Renamed LASSO_WSF_SUPPORT to WSF_SUPPORT in SWIG. | Emmanuel Raviart | 2005-03-18 | 1 | -0/+4 | |
| | | ||||||
| * | Updated authentication service : now it has hard coded collbacks. developer ↵ | Nicolas Clapies | 2005-03-18 | 3 | -124/+362 | |
| | | | | | must use LassoUserAccount to inform sasl about login and password. | |||||
| * | Fixed dump of attribute. | Nicolas Clapies | 2005-03-18 | 1 | -2/+2 | |
| | | ||||||
| * | Fixed any attribute in snippet. | Nicolas Clapies | 2005-03-18 | 2 | -3/+3 | |
| | | ||||||
| * | Fixed process of dump for soap envelope message. | Nicolas Clapies | 2005-03-18 | 1 | -2/+4 | |
| | | ||||||
| * | First version of the "Writing a Libety PHP SP". | Romain Chantereay | 2005-03-17 | 1 | -0/+377 | |
| | | | | | Almost all adapted copied/pasted from "Writing a Liberty C SP". | |||||
| * | detect liberty QName and add appropriate namespace (closes: #416) | Frederic Peters | 2005-03-15 | 1 | -0/+18 | |
| | | ||||||
| * | added non-regression test for bug #416 (missing namespace in some | Frederic Peters | 2005-03-15 | 1 | -4/+24 | |
| | | | | | samlp:Response) | |||||
| * | warning: ISO C90 forbids mixed declarations and code | Frederic Peters | 2005-03-11 | 1 | -2/+2 | |
| | | ||||||
| * | Complete liberty soap binding. | Nicolas Clapies | 2005-03-11 | 9 | -0/+820 | |
| | | ||||||
| * | Added liberty soap binding extension. | Nicolas Clapies | 2005-03-11 | 10 | -2/+860 | |
| | | ||||||
| * | Added missing security mechanism. | Nicolas Clapies | 2005-03-10 | 2 | -0/+18 | |
| | | ||||||
| * | Restore ResourceID and EncryptedResourceID attributes in discovery and ↵ | Nicolas Clapies | 2005-03-10 | 5 | -24/+72 | |
| | | | | | modify. Added security mechanism id. | |||||
| * | Added comments about security mech rules. | Nicolas Clapies | 2005-03-10 | 1 | -0/+10 | |
| | | ||||||
| * | Added comment about Options rules. | Nicolas Clapies | 2005-03-10 | 1 | -0/+5 | |
| | | ||||||
| * | Added comments about status rules. | Nicolas Clapies | 2005-03-10 | 1 | -0/+9 | |
| | | ||||||
| * | resourceId is for LassoResourceID and LassoEncryptedResourceID. | Nicolas Clapies | 2005-03-10 | 2 | -7/+4 | |
| | | ||||||
| * | Fixed resourceID to resourceId. Added some param tests. | Nicolas Clapies | 2005-03-10 | 2 | -6/+17 | |
| | | ||||||
| * | Added disco status codes. | Nicolas Clapies | 2005-03-10 | 1 | -0/+7 | |
| | | ||||||
| * | Added discovery directive elements. | Nicolas Clapies | 2005-03-10 | 14 | -39/+1482 | |
| | | ||||||
| * | removed debugging output | Frederic Peters | 2005-03-07 | 1 | -1/+0 | |
| | | ||||||
| * | use fail_unless since fail_if didn't exist in check 0.8.x | Frederic Peters | 2005-03-07 | 1 | -2/+2 | |
| | | ||||||
| * | only use xsi:type on elements that have a saml: ancestor (and added test to not | Frederic Peters | 2005-03-07 | 2 | -5/+51 | |
| | | | | | regress) | |||||
| * | return LASSO_LOGIN_ERROR_FEDERATION_NOT_FOUND in | Frederic Peters | 2005-03-07 | 1 | -0/+11 | |
| | | | | | | lasso_login_process_authn_response_msg when liberty status is samlp:Responder/lib:FederationDoesNotExist | |||||
