| Commit message (Collapse) | Author | Age | Files | Lines | ||
|---|---|---|---|---|---|---|
| ... | ||||||
| * | ignoring generated Makefile and Makefile.in | Frederic Peters | 2006-03-06 | 1 | -0/+2 | |
| | | ||||||
| * | SWIG upgrade (->1.3.28) broke once again bindings; this time thanks to macros | Frederic Peters | 2006-03-06 | 2 | -213/+212 | |
| | | | | | | that are now required to have args (looks like that anyway, nothing is documented); fixing this. | |||||
| * | fixed variable type; how bad | Frederic Peters | 2006-03-04 | 1 | -1/+1 | |
| | | ||||||
| * | cast strings to xmlChar* for correct signedness | Frederic Peters | 2006-03-04 | 1 | -2/+2 | |
| | | ||||||
| * | added comment about why not to use memset | Frederic Peters | 2006-03-04 | 1 | -1/+3 | |
| | | ||||||
| * | added short desc for lasso.h | Frederic Peters | 2006-02-21 | 1 | -0/+65 | |
| | | ||||||
| * | added short descriptions to every lib: classes | Frederic Peters | 2006-02-21 | 20 | -0/+857 | |
| | | ||||||
| * | more doc | Frederic Peters | 2006-02-21 | 4 | -3/+35 | |
| | | ||||||
| * | documentation fixes | Frederic Peters | 2006-02-21 | 4 | -4/+4 | |
| | | ||||||
| * | don't g_object_ref what can be NULL | Frederic Peters | 2006-02-06 | 1 | -1/+4 | |
| | | ||||||
| * | own style for reference doc | Frederic Peters | 2006-01-25 | 2 | -1/+82 | |
| | | ||||||
| * | fixing redirect example | Frederic Peters | 2006-01-25 | 1 | -1/+1 | |
| | | ||||||
| * | fix memory management for ID-WSF ResourceId | Frederic Peters | 2006-01-25 | 1 | -2/+14 | |
| | | ||||||
| * | check for remote provider id before looking it in GHashTable | Frederic Peters | 2006-01-23 | 5 | -0/+46 | |
| | | ||||||
| * | don't segfault when lasso_logout_build_request_msg is erroneously called ↵ | Frederic Peters | 2006-01-23 | 1 | -0/+7 | |
| | | | | | without lasso_logout_init_request before | |||||
| * | fix swig id-wsf disco for new version of swig | Frederic Peters | 2006-01-21 | 1 | -4/+0 | |
| | | ||||||
| * | duplicate key to fix consecutive calls to xmlsec | Frederic Peters | 2006-01-12 | 1 | -3/+4 | |
| | | ||||||
| * | Fixed symbol error about LassoDiscoDescription_newWithBriefSoapHttpDescription. | Nicolas Clapies | 2006-01-05 | 1 | -8/+0 | |
| | | ||||||
| * | Fixed node prefix from interaction service namespace element. | Nicolas Clapies | 2006-01-05 | 1 | -1/+2 | |
| | | ||||||
| * | bindings working with swig 1.3.27 | Frederic Peters | 2005-12-10 | 3 | -66/+7 | |
| | | ||||||
| * | Fixed missing declaration and settings. | Nicolas Clapies | 2005-12-06 | 2 | -1/+1 | |
| | | ||||||
| * | AP now verify SP signature. | Nicolas Clapies | 2005-12-06 | 3 | -188/+578 | |
| | | ||||||
| * | *** empty log message *** | Nicolas Clapies | 2005-12-06 | 1 | -5/+2 | |
| | | ||||||
| * | *** empty log message *** | Nicolas Clapies | 2005-12-06 | 1 | -0/+4 | |
| | | ||||||
| * | Only KeyValue in KeyInfo. Added KeyValue and RsaKeyValue element. | Nicolas Clapies | 2005-12-06 | 6 | -4/+336 | |
| | | ||||||
| * | fixed host specific architecture changes | Frederic Peters | 2005-12-05 | 1 | -41/+28 | |
| | | ||||||
| * | dont parse files in id-wsf/ when not compiled with id-wsf support (required ↵ | Frederic Peters | 2005-12-05 | 1 | -2/+4 | |
| | | | | | for mac os x nmedit) | |||||
| * | missing saml 2 file | Frederic Peters | 2005-11-22 | 1 | -0/+11 | |
| | | ||||||
| * | Completed first go of SAML 2.0 single logout and added some missing files | Frederic Peters | 2005-11-22 | 8 | -10/+405 | |
| | | ||||||
| * | starting SAML 2 logout | Frederic Peters | 2005-11-21 | 29 | -125/+1141 | |
| | | ||||||
| * | swig inheritance for SAML 2 elements | Frederic Peters | 2005-11-20 | 1 | -0/+48 | |
| | | ||||||
| * | removing xmlsec debug code | Frederic Peters | 2005-11-20 | 1 | -40/+0 | |
| | | ||||||
| * | SAML 2.0 support (only web-sso for the moment) | Frederic Peters | 2005-11-20 | 199 | -232/+15907 | |
| | | ||||||
| * | Little modif about SAML authentication verification | Nicolas Clapies | 2005-11-15 | 1 | -5/+9 | |
| | | ||||||
| * | Renamed lasso_data_service_need_user_interaction() to ↵ | Nicolas Clapies | 2005-11-15 | 3 | -6/+6 | |
| | | | | | lasso_data_service_need_redirect_user(). | |||||
| * | Only add lasso_ds_* for id-wsf. | Nicolas Clapies | 2005-11-15 | 2 | -2/+2 | |
| | | ||||||
| * | Added binding for user interaction in data service. | Nicolas Clapies | 2005-11-15 | 1 | -0/+8 | |
| | | ||||||
| * | Added some user interaction support : ↵ | Nicolas Clapies | 2005-11-15 | 2 | -4/+111 | |
| | | | | | lasso_data_service_need_user_interaction() sets soap response with a soap fault asking redirect request. lasso_data_service_get_redirect_request_url() retrieves the redirect request url. DataService raises a redirect request warning exception if a fault was found in soap response after a lasso_data_service_process_query_response_msg(). | |||||
| * | Added soap fault code server. | Nicolas Clapies | 2005-11-15 | 1 | -0/+2 | |
| | | ||||||
| * | Fixed snippet type and name of Detail attribute. | Nicolas Clapies | 2005-11-15 | 2 | -3/+4 | |
| | | ||||||
| * | Fixed snippet type of redirectURL from content to attribute. | Nicolas Clapies | 2005-11-15 | 1 | -1/+1 | |
| | | ||||||
| * | Check if a soap fault is found in response message. If no fault found, then ↵ | Nicolas Clapies | 2005-11-15 | 1 | -6/+3 | |
| | | | | | set response. | |||||
| * | Added a first soap fault code error. | Nicolas Clapies | 2005-11-15 | 2 | -0/+5 | |
| | | ||||||
| * | Added soap Detail element. | Nicolas Clapies | 2005-11-15 | 3 | -0/+196 | |
| | | ||||||
| * | SAML 2.0 string constants | Frederic Peters | 2005-11-14 | 1 | -0/+88 | |
| | | ||||||
| * | Now discovery service includes a key value in credential added to ↵ | Nicolas Clapies | 2005-11-14 | 1 | -12/+46 | |
| | | | | | disco:QueryResponse. | |||||
| * | starting to commit SAML 2 changes; minor changes (and bugfix) to | Frederic Peters | 2005-11-13 | 2 | -19/+119 | |
| | | | | | | lasso_node_new_from_xmlNode as well as code to recreate SAML2 object from SAML2 query string. | |||||
| * | Fixed signature template problem : now if metadata's service provider has ↵ | Nicolas Clapies | 2005-10-14 | 1 | -0/+4 | |
| | | | | | AuthnRequestsSigned set to false and HTTP method is POST, then template is not added anymore to AuthnRequest xml message. | |||||
| * | Fixed optional param of processModifyMsg(). | Nicolas Clapies | 2005-10-13 | 1 | -1/+1 | |
| | | ||||||
| * | Fixed getServiceWithProviderId method. | Nicolas Clapies | 2005-10-11 | 2 | -6/+0 | |
| | | ||||||
