Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
| * | [bindings perl] downgrade requirement on perl version to 5 instead of 5.10 | Benjamin Dauvergne | 2010-12-22 | 1 | -1/+1 | |
| | | ||||||
* | | [bindings perl] downgrade require on perl version to 5 instead of 5.10 | Benjamin Dauvergne | 2010-12-22 | 1 | -1/+1 | |
| | | ||||||
* | | Merge branch 'hotfixes-2.3.5' | Benjamin Dauvergne | 2010-12-22 | 6 | -31/+30 | |
|\| | ||||||
| * | [xml] fix null pointer access in lasso_node_get_encryption | Benjamin Dauvergne | 2010-12-22 | 1 | -1/+1 | |
| | | ||||||
| * | [configure.ac] increment version and libtool version info | Benjamin Dauvergne | 2010-12-21 | 1 | -2/+2 | |
| | | ||||||
| * | [saml2] fix errors in lasso)provider_get_first_http_method when a binding is ↵ | Benjamin Dauvergne | 2010-12-21 | 1 | -3/+3 | |
| | | | | | | | | unknown | |||||
| * | [saml2 provider] change critical messages to debug messages | Benjamin Dauvergne | 2010-12-21 | 1 | -2/+2 | |
| | | ||||||
| * | [saml2 profile] fix bug in binding_uri_to_http_method with the POST binding | Benjamin Dauvergne | 2010-12-21 | 1 | -1/+1 | |
| | | ||||||
| * | [saml login] suppress unused argument warning | Benjamin Dauvergne | 2010-12-21 | 1 | -1/+1 | |
| | | ||||||
| * | [samlv2 logout] check that the assertion is well formed before accessing the ↵ | Benjamin Dauvergne | 2010-12-17 | 1 | -0/+4 | |
| | | | | | | | | subject nameid | |||||
| * | [profile] prefer to lookup the session before the identity for looking up a ↵ | Benjamin Dauvergne | 2010-12-17 | 1 | -14/+14 | |
| | | | | | | | | name identifier; | |||||
| * | [samlv2 logout] setup the NameID from the assertion | Benjamin Dauvergne | 2010-12-17 | 1 | -2/+2 | |
| | | ||||||
| * | [samlv2 login] do not setup conditions->notBefore/notOnOrAfter only ↵ | Benjamin Dauvergne | 2010-12-17 | 1 | -5/+0 | |
| | | | | | | | | notOnOrAfter on SubjectConfirmationData | |||||
| * | [binding php5] add inline implementation of lasso_log since it is a private ↵ | Benjamin Dauvergne | 2010-12-14 | 1 | -0/+22 | |
| | | | | | | | | function of lasso | |||||
* | | [binding php5] add inline implementation of lasso_log since it is a private ↵ | Benjamin Dauvergne | 2010-12-14 | 1 | -0/+22 | |
| | | | | | | | | function of lasso | |||||
* | | Merge branch 'hotfixes-2.3.5' | Benjamin Dauvergne | 2010-12-14 | 1 | -9/+23 | |
|\| | ||||||
| * | [saml2] make LASSO_SIGNATURE_VERIFY_HINT_FORCE as least as stringent as ↵ | Benjamin Dauvergne | 2010-12-14 | 1 | -9/+23 | |
| | | | | | | | | _MAYBE when checking signature on messages | |||||
* | | Merge branch 'hotfixes-2.3.5' | Benjamin Dauvergne | 2010-12-14 | 7 | -25/+108 | |
|\| | ||||||
| * | [xml] remove duplicate EncryptedKey around EncryptedData elements | Benjamin Dauvergne | 2010-12-14 | 1 | -1/+0 | |
| | | | | | | | | | | The key is already embedded in the EncryptedData, so there is no need to also fill the EncryptedKey field of the saml:EncryptedElement object. | |||||
| * | [xml] add exportation of the encrypting public key in EncryptedData elements | Benjamin Dauvergne | 2010-12-14 | 1 | -0/+19 | |
| | | | | | | | | | | | | This commit check if the given is a simple RSA key or a full certificate and choose the better serialization method between RSAKeyValue and X509Data. | |||||
| * | [tools] fix xml decryption | Benjamin Dauvergne | 2010-12-14 | 1 | -9/+6 | |
| | | | | | | | | | | | | This commit rewrite the extraction of the EncryptedKey when it is embedded inside the EncryptedData element, which seem to be the frequent case. | |||||
| * | Merge with new field in custome element | Benjamin Dauvergne | 2010-12-14 | 1 | -1/+2 | |
| | | ||||||
| * | [saml2] use new encryption structure instead for internal field in ↵ | Benjamin Dauvergne | 2010-12-14 | 2 | -9/+8 | |
| | | | | | | | | LassoSaml2Assertion | |||||
| * | [xml] add field to contains encryption parameters inside CustomElement structure | Benjamin Dauvergne | 2010-12-14 | 2 | -0/+70 | |
| | | ||||||
| * | [utils] fix typo in lasso_assign_sec_key | Benjamin Dauvergne | 2010-12-14 | 1 | -1/+2 | |
| | | ||||||
| * | [bindings python] make constructor failure raise a lasso.Error exception | Benjamin Dauvergne | 2010-12-14 | 1 | -1/+1 | |
| | | ||||||
| * | [saml2] do not set SPNameQualifier it should be reserved for SP member of an ↵ | Benjamin Dauvergne | 2010-12-13 | 1 | -3/+0 | |
| | | | | | | | | affiliation | |||||
* | | Merge branch 'hotfixes-2.3.5' | Benjamin Dauvergne | 2010-12-03 | 7 | -18/+30 | |
|\| | ||||||
| * | [tests idwsf2] add missing include for ID-WSF strings | Benjamin Dauvergne | 2010-12-03 | 1 | -0/+1 | |
| | | ||||||
| * | [tests] include the backward compatibility include for GHashTable | Benjamin Dauvergne | 2010-12-01 | 1 | -1/+1 | |
| | | ||||||
| * | [bindings perl] change ghashtable interface to not use GHashTableIter | Benjamin Dauvergne | 2010-12-01 | 1 | -12/+19 | |
| | | ||||||
| * | [bindings perl] add dependency upon the Makefile.perl for the install target | Benjamin Dauvergne | 2010-12-01 | 1 | -1/+1 | |
| | | ||||||
| * | [bindings] add missing static modifier for g_hash_table_get_values replacement | Benjamin Dauvergne | 2010-11-17 | 1 | -2/+2 | |
| | | ||||||
| * | [tests] include header for backward compatible methods on GHashTable structures | Benjamin Dauvergne | 2010-11-17 | 2 | -0/+2 | |
| | | ||||||
| * | [bindings] fix bad use of lasso_return_if_fail in ghashtable backward ↵ | Benjamin Dauvergne | 2010-11-15 | 1 | -2/+4 | |
| | | | | | | | | compatibility header | |||||
* | | Merge branch 'hotfixes-2.3.5' | Benjamin Dauvergne | 2010-10-27 | 1 | -2/+2 | |
|\| | ||||||
| * | [SAMLv2] fix segfault in has_signature by initializing local variables | Benjamin Dauvergne | 2010-10-20 | 1 | -2/+2 | |
| | | ||||||
| * | Merge branch 'hotfixes-2.3.4' into release | Benjamin Dauvergne | 2010-10-13 | 18 | -58/+313 | |
| |\ | ||||||
* | \ | Merge branch 'hotfixes-2.3.4' | Benjamin Dauvergne | 2010-10-13 | 6 | -11/+11 | |
|\ \ \ | | |/ | |/| | ||||||
| * | | Update doap and news file | Benjamin Dauvergne | 2010-10-13 | 3 | -3/+3 | |
| | | | ||||||
| * | | Update NEWS file | Benjamin Dauvergne | 2010-10-13 | 1 | -6/+7 | |
| | | | ||||||
| * | | [tests integration] adapt to string change in lcs/qommon/saml2.ptl | Benjamin Dauvergne | 2010-10-11 | 1 | -1/+1 | |
| | | | ||||||
| * | | [SAMLv2] delete an unused local variable | Benjamin Dauvergne | 2010-10-11 | 1 | -1/+0 | |
| | | | ||||||
* | | | [tests data request] add googleapps sample AuthnRequest | Benjamin Dauvergne | 2010-10-11 | 1 | -0/+11 | |
| | | | ||||||
* | | | [tests] move metadata directory into data | Benjamin Dauvergne | 2010-10-11 | 10 | -1/+1 | |
| | | | ||||||
* | | | [tests data] add idp and sp example with 1024 bits RSA keys, for performance ↵ | Benjamin Dauvergne | 2010-10-11 | 7 | -0/+133 | |
| | | | | | | | | | | | | testing purpose | |||||
* | | | [tools] add a repository for semantic patches as reference | Benjamin Dauvergne | 2010-10-11 | 1 | -0/+17 | |
| | | | ||||||
* | | | [tests metadata] add more examples of metadata files | Benjamin Dauvergne | 2010-10-11 | 3 | -0/+61 | |
| | | | ||||||
* | | | Merge branch 'hotfixes-2.3.4' | Benjamin Dauvergne | 2010-10-11 | 4 | -5/+65 | |
|\| | | ||||||
| * | | [SAMLv2] user server->signature_method when signing request and response | Benjamin Dauvergne | 2010-10-09 | 1 | -2/+3 | |
| | | |