summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* Add environ/lasso_logout.cChristophe Nowicki2004-08-183-6/+28
|
* Add logout functions : lasso_logout_new, lasso_logout_init_request, ↵Christophe Nowicki2004-08-181-0/+106
| | | | lasso_logout_build_request_msg
* properly use libtool convenience libraries (intend is to build correctly onFrederic Peters2004-08-185-12/+12
| | | | hppa)
* Update interface (moved _bla to bla).Romain Chantereay2004-08-181-212/+145
|
* udpate of logout and federation profilesNicolas Clapies2004-08-183-43/+117
|
* added private attribute http_request_method in profile class to know the ↵Nicolas Clapies2004-08-181-0/+2
| | | | HTTP method in defederation, name registration, logout and name mapping used by the requester
* renamed federationTerminationReturnServiceURL to ↵Nicolas Clapies2004-08-182-3/+3
| | | | federationTerminationServiceReturnURL
* properly don't enable python if it was not detectedFrederic Peters2004-08-181-0/+2
|
* shortened title a bitFrederic Peters2004-08-171-3/+3
|
* this script checks a documentation file for functions that do not existFrederic Peters2004-08-171-0/+22
|
* they may talk about correctness but won't make itFrederic Peters2004-08-171-2/+2
|
* Updated Interfaces.Romain Chantereay2004-08-171-384/+655
| | | | Commented out all .*Class$.
* typoFrederic Peters2004-08-171-1/+1
|
* updated error checkings with ret / goto done methodNicolas Clapies2004-08-171-41/+90
|
* I presume that the writer of the documentation "Writing a Liberty AllianceEmmanuel Raviart2004-08-171-2/+2
| | | | service provider in C" has never coded such a SP in C.
* rename lasso_login_set_identity_from_dump to ↵Christophe Nowicki2004-08-174-26/+28
| | | | lasso_profile_set_identity_from_dump
* fix cvs sticky state problem.Christophe Nowicki2004-08-172-7/+32
|
* Added lasso_session_dumpChristophe Nowicki2004-08-171-0/+23
|
* added lasso_login_set_identity_from_dumpChristophe Nowicki2004-08-171-1/+48
|
* fix cvs sticky state ;(Christophe Nowicki2004-08-172-2/+14
|
* added UnsupportedProfile constantNicolas Clapies2004-08-172-0/+2
|
* updated doc in logout, fixed Feature Requests item #253, must be tested, ↵Nicolas Clapies2004-08-173-39/+159
| | | | added doc to federation termination notification
* removed unwanted codeNicolas Clapies2004-08-171-3/+0
|
* removed unwanted attribute in logout objectNicolas Clapies2004-08-171-1/+1
|
* added API doc commentsNicolas Clapies2004-08-162-36/+159
|
* Add lasso_profile_get_identity, lasso_profile_is_identity_dirty, ↵Christophe Nowicki2004-08-164-3/+112
| | | | lasso_profile_get_session, lasso_profile_is_session_dirty
* where is the name identifierFrederic Peters2004-08-161-1/+2
|
* detect and use rest2htmlFrederic Peters2004-08-162-2/+17
|
* signatureFrederic Peters2004-08-161-1/+1
|
* Added lasso_login_process_response_msg and fix a minor bug in ↵Christophe Nowicki2004-08-165-7/+102
| | | | lib_authn_request (bool)
* last oneFrederic Peters2004-08-161-1/+1
|
* cast Login et Logout to ProviderFrederic Peters2004-08-161-8/+8
|
* *** empty log message ***Valery Febvre2004-08-161-2/+2
|
* Improved session deletion in Python simulator.Emmanuel Raviart2004-08-162-0/+4
|
* Removed comments.Emmanuel Raviart2004-08-161-3/+0
|
* format the metadata to avoid an horizontal scrollbarFrederic Peters2004-08-141-1/+3
|
* lasso_provider_get_assertionConsumerServiceURL now returns a glib-allocatedFrederic Peters2004-08-141-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 parameterFrederic Peters2004-08-141-1/+1
|
* trying to fix login test 2Frederic Peters2004-08-141-1/+5
|
* get away from G_LOG_LEVEL_ERROR since they cause abort()Frederic Peters2004-08-148-24/+31
|
* test for xmlParseMemory successFrederic Peters2004-08-141-1/+2
|
* // are not in ISO C90Frederic Peters2004-08-141-1/+1
|
* include <xmlsec/base64.h> since xmlSecBase64Decode is usedFrederic Peters2004-08-141-0/+1
|
* %F is only defined in C99 and %T in the Single Unix Specification; use moreFrederic Peters2004-08-141-1/+1
| | | | conservative "%Y-%m-%dT%H:%M:%SZ"
* Added logout to sample Liberty proxy, but it fails because of Lasso bug #259.Emmanuel Raviart2004-08-144-19/+48
|
* include xmlsec/base64.h since it uses one of those functionsFrederic Peters2004-08-131-0/+2
|
* declarations first (and s/lenght/length/)Frederic Peters2004-08-1344-208/+380
|
* Added client flag to SSL servers, because each server is also a SOAP client.Emmanuel Raviart2004-08-13132-1325/+1325
|
* missed an argFrederic Peters2004-08-131-1/+1
|
* Removed certificates that are no more used.Emmanuel Raviart2004-08-133-29/+29
|