index
:
lasso.git
master
wip
Unnamed repository; edit this file 'description' to name the repository.
Simo Sorce
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
Commit message (
Expand
)
Author
Age
Files
Lines
*
fixed Darwin case so it compiles on Mac OS X
Frederic Peters
2005-04-26
1
-1
/
+1
*
For now Make only one credential for every description end points of the Disc...
Nicolas Clapies
2005-04-26
1
-11
/
+31
*
allocate memory for string; don't use it static
Frederic Peters
2005-04-25
1
-1
/
+1
*
lasso_login_assertion_add_discovery() adds credentials if security mechanisms...
Nicolas Clapies
2005-04-25
1
-2
/
+52
*
Added copy constructor to duplicate LassoDiscoDescription and LassoDiscoServi...
Nicolas Clapies
2005-04-25
4
-0
/
+71
*
use proper confirmation method saml identifiers
Frederic Peters
2005-04-25
2
-2
/
+23
*
added saml artifact confirmation method identification (from SAML 1.1 spec)
Frederic Peters
2005-04-25
1
-3
/
+3
*
loads public key into xmlSecKey on LassoProvider instanciation; this merges
Frederic Peters
2005-04-25
5
-63
/
+82
*
conscientiously overwrite memory used by the private key password
Frederic Peters
2005-04-25
1
-0
/
+5
*
renamed secret_key to private_key_password since it was badly named and unused
Frederic Peters
2005-04-25
3
-12
/
+12
*
return error message if name registration profile is used on an empty identity
Frederic Peters
2005-04-23
1
-0
/
+4
*
Added missing optional attributes AttributeName and AttributeNameSpace in Att...
Nicolas Clapies
2005-04-22
3
-0
/
+17
*
DiscoResourceOffering is required in DiscoInsertEntry.
Nicolas Clapies
2005-04-22
4
-6
/
+14
*
SNIPPET_LIST_NODES
Frederic Peters
2005-04-22
1
-1
/
+1
*
Added binding of lasso_new_from_message() for DiscoModify.
Nicolas Clapies
2005-04-22
1
-0
/
+9
*
binding to lasso_provider_get_organization; converts xmlNode into string
Frederic Peters
2005-04-20
1
-0
/
+29
*
API addition; lasso_provider_get_organization
Frederic Peters
2005-04-20
3
-0
/
+38
*
set pointer to NULL as a protective measure
Frederic Peters
2005-04-20
1
-0
/
+1
*
Added support of choice between WsdlRef and BriefSoapHttpDescription in Lasso...
Nicolas Clapies
2005-04-19
3
-19
/
+72
*
bails out with an error if lasso_login_must_authenticate is called while login
Frederic Peters
2005-04-18
1
-0
/
+3
*
Added discovery directives in inheritance.h
Nicolas Clapies
2005-04-18
1
-0
/
+6
*
Added ref count in addDescription() method.
Nicolas Clapies
2005-04-15
1
-1
/
+4
*
Added addDescription method.
Nicolas Clapies
2005-04-15
1
-0
/
+6
*
Liberty wsf SOAP binding.
Nicolas Clapies
2005-04-11
1
-32
/
+75
*
Fixed lasso_discovery_init_modify() : added missing code for liberty wsf soap...
Nicolas Clapies
2005-04-11
1
-4
/
+10
*
Completed discovery with support of liberty wsf soap binding.
Nicolas Clapies
2005-04-11
1
-12
/
+43
*
Updated Discovery : now it binds his messages in liberty wsf SOAP envelope.
Nicolas Clapies
2005-04-11
1
-4
/
+10
*
Fixed removed code in previous commit. Fixed some rules from liberty spec : m...
Nicolas Clapies
2005-04-01
3
-9
/
+69
*
don't set status to constant string in samlp:Response
Frederic Peters
2005-03-29
1
-1
/
+1
*
properly multiply sizeof(char*) to avoid buffer overflow
Frederic Peters
2005-03-29
1
-1
/
+1
*
free up Status if not NULL.
Frederic Peters
2005-03-29
1
-1
/
+1
*
checks for Status before Assertion; so lasso doesn't restore an old assertion.
Frederic Peters
2005-03-29
1
-13
/
+9
*
bring back LassoSamlAssertion
Frederic Peters
2005-03-29
1
-1
/
+3
*
don't add assertion in samlp:Response if the signature check failed
Frederic Peters
2005-03-29
1
-5
/
+4
*
deals with incorrect AssertionConsumerServiceID
Frederic Peters
2005-03-24
1
-1
/
+15
*
include AssertionConsumerServiceID in query strings
Frederic Peters
2005-03-24
1
-0
/
+1
*
session may exist beforehand, store status nevertheless
Frederic Peters
2005-03-22
1
-3
/
+3
*
no success won't set Success
Frederic Peters
2005-03-22
1
-1
/
+1
*
Added REQUEST_TYPE_SASL_REQUEST returned by lasso_profile_get_request_type_fr...
Nicolas Clapies
2005-03-21
3
-1
/
+7
*
Renamed properly attribute acces in DiscoServiceInstance object.
Nicolas Clapies
2005-03-21
1
-1
/
+1
*
Updated authentication service : fixed error when parsing data from client. R...
Nicolas Clapies
2005-03-21
1
-133
/
+51
*
Added function to build generic liberty wsf soap envelope.
Nicolas Clapies
2005-03-21
2
-0
/
+31
*
removed erroneously commited tests Makefile
Frederic Peters
2005-03-19
1
-4
/
+1
*
docstring to errorchecking tests
Frederic Peters
2005-03-18
1
-0
/
+3
*
include lasso_config.h since LASSO_WSF_ENABLED is used
Frederic Peters
2005-03-18
2
-0
/
+3
*
added missing lasso_config.h include (necessary for LASSO_WSF_ENABLED
Frederic Peters
2005-03-18
2
-0
/
+4
*
since wsf is no longer compiled it is no longer necessary to check or isolate
Frederic Peters
2005-03-18
2
-14
/
+4
*
don't compile id-wsf files when wsf is disabled; this cuts down build
Frederic Peters
2005-03-18
11
-94
/
+157
*
Updated lasso_discovery_add_insert_entry() prototype : now it only takes a La...
Nicolas Clapies
2005-03-18
3
-71
/
+47
*
Renamed LASSO_WSF_SUPPORT to WSF_SUPPORT in SWIG.
Emmanuel Raviart
2005-03-18
1
-0
/
+4
[next]