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
path:
root
/
lasso
Commit message (
Expand
)
Author
Age
Files
Lines
*
moved soap_envelope_request and soap_envelope_response to ProfilePrivate to a...
Damien Laniel
2007-06-18
7
-23
/
+26
*
moved epr free from finalize to dispose
Damien Laniel
2007-06-13
1
-4
/
+5
*
fixed EncryptedID usage ; last commit was a mistake
Damien Laniel
2007-06-13
1
-2
/
+2
*
use nameIdentifier attribute of LassoProfile for IdWsf2 profiles
Damien Laniel
2007-06-13
1
-1
/
+2
*
uncomment a useful line
Damien Laniel
2007-06-13
1
-1
/
+1
*
use nameIdentifier attribute of LassoProfile for IdWsf2 profiles
Damien Laniel
2007-06-13
3
-16
/
+18
*
initialise and destroy new attributes
Damien Laniel
2007-06-13
1
-0
/
+11
*
removed IdWsf2Profile and use LassoProfile instead
Damien Laniel
2007-06-13
3
-356
/
+34
*
removed IdWsf2Profile and use LassoProfile instead
Damien Laniel
2007-06-13
6
-33
/
+36
*
renamed Wsf2Profile to IdWsf2Profile
Damien Laniel
2007-06-13
5
-47
/
+47
*
changed buildQueryResponseMsg to parseQueryItems + buildResponseMsg
Damien Laniel
2007-06-13
2
-5
/
+5
*
coding style
Damien Laniel
2007-06-13
1
-4
/
+4
*
changed buildQueryResponseMsg to buildQueryResponseEprs + buildResponseMsg
Damien Laniel
2007-06-13
2
-6
/
+4
*
replaced two strings with a constant
Damien Laniel
2007-06-13
1
-2
/
+2
*
better error handling + some refactoring
Damien Laniel
2007-06-13
5
-60
/
+106
*
split lasso_idwsf2_discovery_process_query_msg for the SP to get the name_id ...
Damien Laniel
2007-06-12
2
-11
/
+27
*
decrypt nameId in identity token
Damien Laniel
2007-06-12
1
-15
/
+35
*
encrypt nameId in profile identity token
Damien Laniel
2007-06-12
1
-4
/
+23
*
coding style
Damien Laniel
2007-06-12
1
-3
/
+4
*
added comments
Damien Laniel
2007-06-12
1
-0
/
+2
*
coding style + comments
Damien Laniel
2007-06-12
1
-6
/
+19
*
save provider encryption in dumps and reload it from dump + reloads the keys ...
Damien Laniel
2007-06-12
1
-3
/
+19
*
moved xmlenc.h include where it is really needed
Damien Laniel
2007-06-12
2
-2
/
+2
*
get the identity token from the current epr
Damien Laniel
2007-06-11
6
-12
/
+16
*
added a security token in all eprs (only disco eprs had one before)
Damien Laniel
2007-06-11
1
-0
/
+35
*
fixed warnings
Damien Laniel
2007-06-11
3
-3
/
+3
*
removed a duplicate line
Damien Laniel
2007-06-11
1
-2
/
+1
*
various error checks, coding style and refactoring
Damien Laniel
2007-06-11
3
-32
/
+67
*
differentiate between id-wsf 1 & 2 since this is what is expected in other
Frederic Peters
2007-06-08
1
-2
/
+3
*
recognize ID-WSF 2 disco query messages
Frederic Peters
2007-06-08
1
-1
/
+2
*
various error checks, coding style and refactoring
Damien Laniel
2007-06-08
21
-68
/
+113
*
removed useless arguments for lasso_idwsf2_discovery_init_metadata_associatio...
Damien Laniel
2007-06-08
2
-2
/
+2
*
removed lasso_idwsf2_data_service_get_personal_profile_email
Damien Laniel
2007-06-08
2
-49
/
+0
*
if the user wasn't yet associated to a discovery metadata, associate it + add...
Damien Laniel
2007-06-08
1
-3
/
+11
*
if a user hasn't been associated to a discovery metadata, give him a default ...
Damien Laniel
2007-06-08
2
-10
/
+21
*
added lasso_idwsf2_discovery_metadata_register_self and lasso_idwsf2_data_ser...
Damien Laniel
2007-06-08
5
-2
/
+97
*
noted about memleak to be fixed later
Frederic Peters
2007-06-07
1
-0
/
+1
*
properly allocate memory for svcMDID
Frederic Peters
2007-06-07
1
-2
/
+2
*
check all function arguments in session and identity
Damien Laniel
2007-06-07
2
-13
/
+44
*
check session existence
Damien Laniel
2007-06-07
1
-2
/
+5
*
be robust, check for possible NULL variables.
Frederic Peters
2007-06-07
1
-3
/
+5
*
memory management in lasso_idwsf2_data_service_get_attribute_string
Damien Laniel
2007-06-07
1
-1
/
+4
*
small fixes in lasso_idwsf2_data_service_get_attribute_string
Damien Laniel
2007-06-07
1
-2
/
+2
*
one more argument check + free node memory
Damien Laniel
2007-06-07
1
-4
/
+11
*
added some checks on arguments
Damien Laniel
2007-06-07
1
-0
/
+10
*
added lasso_idwsf2_data_service_get_attribute_string
Damien Laniel
2007-06-07
2
-2
/
+13
*
added lasso_idwsf2_data_service_get_attribute_node
Damien Laniel
2007-06-07
3
-0
/
+47
*
fixed gcc warnings
Damien Laniel
2007-06-07
3
-6
/
+4
*
extended xml_insure_namespace so it creates the namespace itself, after having
Frederic Peters
2007-06-07
4
-10
/
+22
*
first snippet member is a name; looking for an element named "any" won't work
Frederic Peters
2007-06-07
1
-1
/
+1
[next]