| Commit message (Collapse) | Author | Age | Files | Lines | ||
|---|---|---|---|---|---|---|
| ... | ||||||
| * | set members to NULL to be sure | Frederic Peters | 2004-12-30 | 1 | -0/+3 | |
| | | ||||||
| * | request and response fields are handled by snippets; they must not be freed | Frederic Peters | 2004-12-30 | 1 | -5/+0 | |
| | | | | | manually | |||||
| * | Added missing g_object_ref for Logout et Lecp request and response in SWIG | Emmanuel Raviart | 2004-12-30 | 1 | -8/+8 | |
| | | | | | binding. | |||||
| * | Removed unused GLib types from SWIG. | Emmanuel Raviart | 2004-12-30 | 1 | -88/+17 | |
| | | | | | SWIG now uses errors.h. | |||||
| * | added refcounting of server to other profiles | Frederic Peters | 2004-12-30 | 4 | -4/+4 | |
| | | ||||||
| * | fixing object refcounting in login/logout and proper object destruction to | Frederic Peters | 2004-12-30 | 5 | -9/+13 | |
| | | | | | profile | |||||
| * | documented #LassoProfile identity and session methods | Frederic Peters | 2004-12-30 | 1 | -0/+58 | |
| | | ||||||
| * | documented some new/destroy/dump/... functions | Frederic Peters | 2004-12-30 | 2 | -4/+38 | |
| | | ||||||
| * | added some missing functions to documentation | Frederic Peters | 2004-12-30 | 4 | -0/+44 | |
| | | ||||||
| * | moved lasso_node_build_query to private functions | Frederic Peters | 2004-12-30 | 2 | -2/+2 | |
| | | ||||||
| * | merged tools.h and internals.h in new private.h, excluded from API reference. | Frederic Peters | 2004-12-30 | 5 | -92/+57 | |
| | | ||||||
| * | added lasso_session_is_empty method to documented functions | Frederic Peters | 2004-12-30 | 1 | -0/+1 | |
| | | ||||||
| * | Do not remove tmpl/ directory; it holds real hand-written documentation there. | Frederic Peters | 2004-12-30 | 3 | -37/+2 | |
| | | | | | | Copy lasso.sgml to build/ directory before calling gtkdoc-mkdb so it is found by gtkdoc-mkdb and xml prologues are not added everywhere. | |||||
| * | documenting lasso_{login|lecp}_init_authn_request | Frederic Peters | 2004-12-30 | 2 | -2/+17 | |
| | | ||||||
| * | include LassoLibAssertion details into swig bindings. | Frederic Peters | 2004-12-30 | 1 | -0/+1 | |
| | | ||||||
| * | Moved #LassoSession private functions (limited to Lasso internal use) to a new | Frederic Peters | 2004-12-30 | 6 | -20/+64 | |
| | | | | | sessionprivate.h file. | |||||
| * | Added handling of GObject reference counting to SWIG binding. | Emmanuel Raviart | 2004-12-30 | 1 | -705/+733 | |
| | | | | | Fully revamped SWIG binding. | |||||
| * | Corrected result type of lasso_saml_assertion_new. | Emmanuel Raviart | 2004-12-30 | 2 | -2/+2 | |
| | | ||||||
| * | check for libtool and pkg-config m4 files (thanks again to gnome-autogen.sh) | Frederic Peters | 2004-12-29 | 1 | -1/+98 | |
| | | ||||||
| * | don't use $< since it fails with BSD make. | Frederic Peters | 2004-12-29 | 4 | -4/+5 | |
| | | ||||||
| * | only set Status in session on failure | Frederic Peters | 2004-12-29 | 1 | -3/+8 | |
| | | ||||||
| * | Store status in session to be restored for samlp:Response usage. This means | Frederic Peters | 2004-12-29 | 4 | -19/+150 | |
| | | | | | | | the session *must* be saved in single sign-on service url and will be dirty. (so souk, libertyidentity.py line 1076 failIf(login.isSessionDirty) will fail) | |||||
| * | Added StatusCode binding in Logout. | Emmanuel Raviart | 2004-12-28 | 1 | -125/+177 | |
| | | | | | Reorganized objects in swig Lasso.i file. | |||||
| * | revamped autogen.sh so it works on FreeBSD (with many thanks to | Frederic Peters | 2004-12-28 | 1 | -160/+164 | |
| | | | | | gnome-autogen.sh) | |||||
| * | only set samlp:Success in samlp:Response if assertion was found; fall back to | Frederic Peters | 2004-12-28 | 2 | -1/+5 | |
| | | | | | | samlp:RequestDenied in other cases since there is currently no way to be more precise. | |||||
| * | added LASSO_LOGIN_ERROR_STATUS_NOT_SUCCESS error code | Frederic Peters | 2004-12-28 | 4 | -2/+7 | |
| | | ||||||
| * | set error to lib:UnknownPrincipal if authentication_result is FALSE | Frederic Peters | 2004-12-28 | 1 | -1/+1 | |
| | | ||||||
| * | don't crash if session was not set | Frederic Peters | 2004-12-28 | 1 | -0/+3 | |
| | | ||||||
| * | removed old signature code from LECP | Frederic Peters | 2004-12-28 | 1 | -17/+5 | |
| | | ||||||
| * | Added Status to AuthnResponse. | Emmanuel Raviart | 2004-12-28 | 1 | -5/+24 | |
| | | ||||||
| * | Added SamlpStatus & SamlpStatusCode to SWIG. | Emmanuel Raviart | 2004-12-28 | 1 | -48/+73 | |
| | | | | | Beginning to use same case in SWIG for XML elements as in C. | |||||
| * | return LASSO_LOGIN_ERROR_REQUEST_DENIED if that's the response Status | Frederic Peters | 2004-12-28 | 1 | -0/+2 | |
| | | ||||||
| * | fixed dependency on xmlsec1-openssl | Frederic Peters | 2004-12-28 | 1 | -1/+1 | |
| | | ||||||
| * | generate xmlsec signatures in get_xmlNode; this should allow envelopes (in | Frederic Peters | 2004-12-28 | 32 | -190/+198 | |
| | | | | | LECP) to work properly. | |||||
| * | lasso requires xmlsec >= 1.2.6 | Frederic Peters | 2004-12-28 | 1 | -1/+1 | |
| | | ||||||
| * | Added cast to remove compile time warning. | Emmanuel Raviart | 2004-12-27 | 1 | -1/+1 | |
| | | ||||||
| * | Fixed lasso_lecp_build_authn_request_envelope_msg, | Frederic Peters | 2004-12-27 | 2 | -26/+81 | |
| | | | | | | | lasso_lecp_process_authn_request_envelope_msg and lasso_lecp_build_authn_request_msg to properly deal with signatures (and, generally, to work) | |||||
| * | support for <lib:Extension> elements in query (not yet reconstructed); enabled | Frederic Peters | 2004-12-27 | 2 | -7/+66 | |
| | | | | | for <lib:AuthnRequest> | |||||
| * | Moved back Extension support from xmlNode* to GList*; "SP login using | Frederic Peters | 2004-12-27 | 15 | -30/+33 | |
| | | | | | post/artifact (testing Extension); SP logout using SOAP." test now works. | |||||
| * | Replaced calls of lasso_provider_get_metadata_one with | Emmanuel Raviart | 2004-12-26 | 1 | -4/+4 | |
| | | | | | lasso_provider_get_assertion_consumer_service_url in lecp. | |||||
| * | Corrected SWIG binding for LECP methods inherited from Login. | Emmanuel Raviart | 2004-12-26 | 1 | -2/+15 | |
| | | ||||||
| * | Changed lib:Extension handling in SWIG lib:AuthnRequest binding, to ensure | Emmanuel Raviart | 2004-12-25 | 1 | -17/+17 | |
| | | | | | that each lib:Extension element has a valid namespace. | |||||
| * | Added SWIG support for "Extension" elements in lib:AuthnRequest. | Emmanuel Raviart | 2004-12-24 | 1 | -16/+85 | |
| | | ||||||
| * | added lib:Extension support to dst classes. | Frederic Peters | 2004-12-24 | 8 | -7/+14 | |
| | | ||||||
| * | Added missing declaration for lasso_name_identity_mapping_new_from_dump (and | Frederic Peters | 2004-12-24 | 2 | -1/+3 | |
| | | | | | moved dump type to const char*). | |||||
| * | errata2 makes SPProvidedNameIdentifier optional; changed schema snippet | Frederic Peters | 2004-12-24 | 1 | -1/+1 | |
| | | | | | accordingly | |||||
| * | errata2 adds a NotOnOrAfter attribute to LogoutRequests | Frederic Peters | 2004-12-24 | 2 | -1/+5 | |
| | | ||||||
| * | removed obsolete comment | Frederic Peters | 2004-12-24 | 1 | -1/+1 | |
| | | ||||||
| * | Do not store metadata in provider dumps; only store the filename. Handle | Frederic Peters | 2004-12-24 | 5 | -49/+105 | |
| | | | | | | AssertionConsumerServiceID in <lib:AuthnRequest>; this allows to have more than one AssertionConsumerServiceURL in a single service provider. | |||||
| * | more <lib:AuthnRequest> documentation | Frederic Peters | 2004-12-24 | 2 | -1/+25 | |
| | | ||||||
