Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Add environ/lasso_logout.c | Christophe Nowicki | 2004-08-18 | 3 | -6/+28 |
| | |||||
* | Add logout functions : lasso_logout_new, lasso_logout_init_request, ↵ | Christophe Nowicki | 2004-08-18 | 1 | -0/+106 |
| | | | | lasso_logout_build_request_msg | ||||
* | properly use libtool convenience libraries (intend is to build correctly on | Frederic Peters | 2004-08-18 | 5 | -12/+12 |
| | | | | hppa) | ||||
* | Update interface (moved _bla to bla). | Romain Chantereay | 2004-08-18 | 1 | -212/+145 |
| | |||||
* | udpate of logout and federation profiles | Nicolas Clapies | 2004-08-18 | 3 | -43/+117 |
| | |||||
* | added private attribute http_request_method in profile class to know the ↵ | Nicolas Clapies | 2004-08-18 | 1 | -0/+2 |
| | | | | HTTP method in defederation, name registration, logout and name mapping used by the requester | ||||
* | renamed federationTerminationReturnServiceURL to ↵ | Nicolas Clapies | 2004-08-18 | 2 | -3/+3 |
| | | | | federationTerminationServiceReturnURL | ||||
* | properly don't enable python if it was not detected | Frederic Peters | 2004-08-18 | 1 | -0/+2 |
| | |||||
* | shortened title a bit | Frederic Peters | 2004-08-17 | 1 | -3/+3 |
| | |||||
* | this script checks a documentation file for functions that do not exist | Frederic Peters | 2004-08-17 | 1 | -0/+22 |
| | |||||
* | they may talk about correctness but won't make it | Frederic Peters | 2004-08-17 | 1 | -2/+2 |
| | |||||
* | Updated Interfaces. | Romain Chantereay | 2004-08-17 | 1 | -384/+655 |
| | | | | Commented out all .*Class$. | ||||
* | typo | Frederic Peters | 2004-08-17 | 1 | -1/+1 |
| | |||||
* | updated error checkings with ret / goto done method | Nicolas Clapies | 2004-08-17 | 1 | -41/+90 |
| | |||||
* | I presume that the writer of the documentation "Writing a Liberty Alliance | Emmanuel Raviart | 2004-08-17 | 1 | -2/+2 |
| | | | | service provider in C" has never coded such a SP in C. | ||||
* | rename lasso_login_set_identity_from_dump to ↵ | Christophe Nowicki | 2004-08-17 | 4 | -26/+28 |
| | | | | lasso_profile_set_identity_from_dump | ||||
* | fix cvs sticky state problem. | Christophe Nowicki | 2004-08-17 | 2 | -7/+32 |
| | |||||
* | Added lasso_session_dump | Christophe Nowicki | 2004-08-17 | 1 | -0/+23 |
| | |||||
* | added lasso_login_set_identity_from_dump | Christophe Nowicki | 2004-08-17 | 1 | -1/+48 |
| | |||||
* | fix cvs sticky state ;( | Christophe Nowicki | 2004-08-17 | 2 | -2/+14 |
| | |||||
* | added UnsupportedProfile constant | Nicolas Clapies | 2004-08-17 | 2 | -0/+2 |
| | |||||
* | updated doc in logout, fixed Feature Requests item #253, must be tested, ↵ | Nicolas Clapies | 2004-08-17 | 3 | -39/+159 |
| | | | | added doc to federation termination notification | ||||
* | removed unwanted code | Nicolas Clapies | 2004-08-17 | 1 | -3/+0 |
| | |||||
* | removed unwanted attribute in logout object | Nicolas Clapies | 2004-08-17 | 1 | -1/+1 |
| | |||||
* | added API doc comments | Nicolas Clapies | 2004-08-16 | 2 | -36/+159 |
| | |||||
* | Add lasso_profile_get_identity, lasso_profile_is_identity_dirty, ↵ | Christophe Nowicki | 2004-08-16 | 4 | -3/+112 |
| | | | | lasso_profile_get_session, lasso_profile_is_session_dirty | ||||
* | where is the name identifier | Frederic Peters | 2004-08-16 | 1 | -1/+2 |
| | |||||
* | detect and use rest2html | Frederic Peters | 2004-08-16 | 2 | -2/+17 |
| | |||||
* | signature | Frederic Peters | 2004-08-16 | 1 | -1/+1 |
| | |||||
* | Added lasso_login_process_response_msg and fix a minor bug in ↵ | Christophe Nowicki | 2004-08-16 | 5 | -7/+102 |
| | | | | lib_authn_request (bool) | ||||
* | last one | Frederic Peters | 2004-08-16 | 1 | -1/+1 |
| | |||||
* | cast Login et Logout to Provider | Frederic Peters | 2004-08-16 | 1 | -8/+8 |
| | |||||
* | *** empty log message *** | Valery Febvre | 2004-08-16 | 1 | -2/+2 |
| | |||||
* | Improved session deletion in Python simulator. | Emmanuel Raviart | 2004-08-16 | 2 | -0/+4 |
| | |||||
* | Removed comments. | Emmanuel Raviart | 2004-08-16 | 1 | -3/+0 |
| | |||||
* | format the metadata to avoid an horizontal scrollbar | Frederic Peters | 2004-08-14 | 1 | -1/+3 |
| | |||||
* | lasso_provider_get_assertionConsumerServiceURL now returns a glib-allocated | Frederic Peters | 2004-08-14 | 1 | -5/+8 |
| | | | | | | | | | | | string (instead of libxml2-allocated) since it was already declared to return gchar*. Moreover it strips the returned string so that is is possible to have some spacings in the metadata file. <AssertionConsumerServiceURL id="AssertionConsumerServiceURL1" isDefault="true"> https://service-provider:2003/liberty-alliance/liberty-alliance/assertionConsumer </AssertionConsumerServiceURL> won't no more cause a redirect to Location:\n https://... | ||||
* | missing parameter | Frederic Peters | 2004-08-14 | 1 | -1/+1 |
| | |||||
* | trying to fix login test 2 | Frederic Peters | 2004-08-14 | 1 | -1/+5 |
| | |||||
* | get away from G_LOG_LEVEL_ERROR since they cause abort() | Frederic Peters | 2004-08-14 | 8 | -24/+31 |
| | |||||
* | test for xmlParseMemory success | Frederic Peters | 2004-08-14 | 1 | -1/+2 |
| | |||||
* | // are not in ISO C90 | Frederic Peters | 2004-08-14 | 1 | -1/+1 |
| | |||||
* | include <xmlsec/base64.h> since xmlSecBase64Decode is used | Frederic Peters | 2004-08-14 | 1 | -0/+1 |
| | |||||
* | %F is only defined in C99 and %T in the Single Unix Specification; use more | Frederic Peters | 2004-08-14 | 1 | -1/+1 |
| | | | | conservative "%Y-%m-%dT%H:%M:%SZ" | ||||
* | Added logout to sample Liberty proxy, but it fails because of Lasso bug #259. | Emmanuel Raviart | 2004-08-14 | 4 | -19/+48 |
| | |||||
* | include xmlsec/base64.h since it uses one of those functions | Frederic Peters | 2004-08-13 | 1 | -0/+2 |
| | |||||
* | declarations first (and s/lenght/length/) | Frederic Peters | 2004-08-13 | 44 | -208/+380 |
| | |||||
* | Added client flag to SSL servers, because each server is also a SOAP client. | Emmanuel Raviart | 2004-08-13 | 132 | -1325/+1325 |
| | |||||
* | missed an arg | Frederic Peters | 2004-08-13 | 1 | -1/+1 |
| | |||||
* | Removed certificates that are no more used. | Emmanuel Raviart | 2004-08-13 | 3 | -29/+29 |
| |