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
/
id-ff
/
session.c
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
check all function arguments in session and identity
Damien Laniel
2007-06-07
1
-9
/
+18
*
check session existence
Damien Laniel
2007-06-07
1
-2
/
+5
*
updated Copyright dates in all files
Damien Laniel
2007-05-30
1
-1
/
+1
*
don't use g_return_if_fail here
Damien Laniel
2007-05-09
1
-1
/
+2
*
moved session check to where it's really needed
Damien Laniel
2007-05-09
1
-0
/
+2
*
replaced svcMDs with svcMDIDs in identity and moved EPRs from identity to ses...
Damien Laniel
2007-05-08
1
-2
/
+132
*
fixed all occurences of returning a negative number unspecified in errors.h
Frederic Peters
2006-12-27
1
-14
/
+12
*
changed lasso_session_get_assertions not to g_object_ref assertions, so they
Frederic Peters
2006-11-08
1
-2
/
+2
*
fixing saml2 sso error cases (on ispassive)
Frederic Peters
2006-11-06
1
-4
/
+4
*
check session is not NULL even in functions where it shouldn't happen; since
Frederic Peters
2006-09-29
1
-0
/
+23
*
starting SAML 2 logout
Frederic Peters
2005-11-21
1
-2
/
+3
*
SAML 2.0 support (only web-sso for the moment)
Frederic Peters
2005-11-20
1
-2
/
+2
*
reinitialize assertion provider id list only on reset_provider_id_index
Frederic Peters
2005-08-14
1
-6
/
+20
*
correctly reset list before rebuilding it
Frederic Peters
2005-08-14
1
-1
/
+6
*
get_assertions() called with NULL will return every assertions
Frederic Peters
2005-08-08
1
-3
/
+15
*
char signedness for gcc 4 (id-wsf part has not been done)
Frederic Peters
2005-07-30
1
-12
/
+14
*
Fixed mistake about prototype of lasso_session_dump().
Nicolas Clapies
2005-06-27
1
-5
/
+2
*
Now lasso_identity_new_from_dump() and lasso_session_new_from_dump() return N...
Nicolas Clapies
2005-06-27
1
-4
/
+14
*
added tests to fix bug #407 and avoir similar ones
Frederic Peters
2005-02-04
1
-0
/
+6
*
new lasso_session_get_assertions, returns GList* of (incref'd) assertions
Frederic Peters
2005-01-26
1
-1
/
+22
*
Updated Copyright and authors.
Emmanuel Raviart
2005-01-22
1
-3
/
+2
*
removed individual debug() statements in dispose() and finalize(); replaced by
Frederic Peters
2005-01-04
1
-4
/
+0
*
completely handle memory management for sessions
Frederic Peters
2005-01-04
1
-5
/
+3
*
Removed second and third parameters of lasso_node_dump since @encoding is
Frederic Peters
2005-01-01
1
-1
/
+1
*
memory management for #LassoIdentity and #LassoSession (partial)
Frederic Peters
2004-12-30
1
-2
/
+7
*
fixing object refcounting in login/logout and proper object destruction to
Frederic Peters
2004-12-30
1
-0
/
+2
*
Moved #LassoSession private functions (limited to Lasso internal use) to a new
Frederic Peters
2004-12-30
1
-0
/
+1
*
Store status in session to be restored for samlp:Response usage. This means
Frederic Peters
2004-12-29
1
-5
/
+113
*
documented #LassoSession. Removed lasso_session_get_authentication_method and
Frederic Peters
2004-12-23
1
-18
/
+69
*
Added differentiation between creating xmlnode for lasso use (the _dump
Frederic Peters
2004-12-19
1
-2
/
+2
*
pointers are %p in format strings, not %x
Frederic Peters
2004-12-15
1
-2
/
+2
*
memory management work
Frederic Peters
2004-12-15
1
-5
/
+1
*
reenabled lasso_session_destroy()
Frederic Peters
2004-12-13
1
-1
/
+1
*
overridden spelling fix caused alignment wreckage
Frederic Peters
2004-12-10
1
-1
/
+1
*
The past participle of "to override" is overridden.
Emmanuel Raviart
2004-12-07
1
-1
/
+1
*
extra consistency check in lasso_session_get_provider_index
Frederic Peters
2004-11-29
1
-6
/
+7
*
limit line length to 100 characters.
Frederic Peters
2004-11-25
1
-3
/
+5
*
renamed private struct member to private_data (gtk+ does it like that)
Frederic Peters
2004-11-22
1
-10
/
+10
*
cleaning #includes
Frederic Peters
2004-11-16
1
-3
/
+0
*
renamed lasso/environs/ to lasso/id-ff/
Frederic Peters
2004-11-15
1
-1
/
+1
*
return value on init_from_xml; and minor tweaks to code style
Frederic Peters
2004-11-09
1
-1
/
+2
*
removal of \n at end of error messages
Frederic Peters
2004-10-27
1
-2
/
+2
*
Done with the move to structures and the removal of protocols/ (lasso branched
Frederic Peters
2004-10-27
1
-367
/
+192
*
Fixed a bug in instance_init() methods of LassoIdentity and LassoSession classes
Valery Febvre
2004-10-01
1
-1
/
+1
*
Fixed bug #303
Valery Febvre
2004-09-27
1
-5
/
+5
*
a bit late; fixed use of unitialized variables (-Wuninitialized needs -O)
Frederic Peters
2004-09-06
1
-1
/
+0
*
Added version attribute in lasso dump messages
Nicolas Clapies
2004-09-06
1
-0
/
+4
*
missing includes, unusued variables, usual saturday stuff.
Frederic Peters
2004-09-04
1
-2
/
+0
*
Fixed problem when checking all remote SP from IDP in lasso_logout_validate_r...
Nicolas Clapies
2004-09-03
1
-3
/
+1
*
Moved support of provider index from session to logout. Now only the logout k...
Nicolas Clapies
2004-09-01
1
-52
/
+15
[prev]
[next]