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
...
*
set members to NULL to be sure
Frederic Peters
2004-12-30
1
-0
/
+3
*
request and response fields are handled by snippets; they must not be freed
Frederic Peters
2004-12-30
1
-5
/
+0
*
Added missing g_object_ref for Logout et Lecp request and response in SWIG
Emmanuel Raviart
2004-12-30
1
-8
/
+8
*
Removed unused GLib types from SWIG.
Emmanuel Raviart
2004-12-30
1
-88
/
+17
*
added refcounting of server to other profiles
Frederic Peters
2004-12-30
4
-4
/
+4
*
fixing object refcounting in login/logout and proper object destruction to
Frederic Peters
2004-12-30
5
-9
/
+13
*
documented #LassoProfile identity and session methods
Frederic Peters
2004-12-30
1
-0
/
+58
*
documented some new/destroy/dump/... functions
Frederic Peters
2004-12-30
2
-4
/
+38
*
added some missing functions to documentation
Frederic Peters
2004-12-30
4
-0
/
+44
*
moved lasso_node_build_query to private functions
Frederic Peters
2004-12-30
2
-2
/
+2
*
merged tools.h and internals.h in new private.h, excluded from API reference.
Frederic Peters
2004-12-30
5
-92
/
+57
*
added lasso_session_is_empty method to documented functions
Frederic Peters
2004-12-30
1
-0
/
+1
*
Do not remove tmpl/ directory; it holds real hand-written documentation there.
Frederic Peters
2004-12-30
3
-37
/
+2
*
documenting lasso_{login|lecp}_init_authn_request
Frederic Peters
2004-12-30
2
-2
/
+17
*
include LassoLibAssertion details into swig bindings.
Frederic Peters
2004-12-30
1
-0
/
+1
*
Moved #LassoSession private functions (limited to Lasso internal use) to a new
Frederic Peters
2004-12-30
6
-20
/
+64
*
Added handling of GObject reference counting to SWIG binding.
Emmanuel Raviart
2004-12-30
1
-705
/
+733
*
Corrected result type of lasso_saml_assertion_new.
Emmanuel Raviart
2004-12-30
2
-2
/
+2
*
check for libtool and pkg-config m4 files (thanks again to gnome-autogen.sh)
Frederic Peters
2004-12-29
1
-1
/
+98
*
don't use $< since it fails with BSD make.
Frederic Peters
2004-12-29
4
-4
/
+5
*
only set Status in session on failure
Frederic Peters
2004-12-29
1
-3
/
+8
*
Store status in session to be restored for samlp:Response usage. This means
Frederic Peters
2004-12-29
4
-19
/
+150
*
Added StatusCode binding in Logout.
Emmanuel Raviart
2004-12-28
1
-125
/
+177
*
revamped autogen.sh so it works on FreeBSD (with many thanks to
Frederic Peters
2004-12-28
1
-160
/
+164
*
only set samlp:Success in samlp:Response if assertion was found; fall back to
Frederic Peters
2004-12-28
2
-1
/
+5
*
added LASSO_LOGIN_ERROR_STATUS_NOT_SUCCESS error code
Frederic Peters
2004-12-28
4
-2
/
+7
*
set error to lib:UnknownPrincipal if authentication_result is FALSE
Frederic Peters
2004-12-28
1
-1
/
+1
*
don't crash if session was not set
Frederic Peters
2004-12-28
1
-0
/
+3
*
removed old signature code from LECP
Frederic Peters
2004-12-28
1
-17
/
+5
*
Added Status to AuthnResponse.
Emmanuel Raviart
2004-12-28
1
-5
/
+24
*
Added SamlpStatus & SamlpStatusCode to SWIG.
Emmanuel Raviart
2004-12-28
1
-48
/
+73
*
return LASSO_LOGIN_ERROR_REQUEST_DENIED if that's the response Status
Frederic Peters
2004-12-28
1
-0
/
+2
*
fixed dependency on xmlsec1-openssl
Frederic Peters
2004-12-28
1
-1
/
+1
*
generate xmlsec signatures in get_xmlNode; this should allow envelopes (in
Frederic Peters
2004-12-28
32
-190
/
+198
*
lasso requires xmlsec >= 1.2.6
Frederic Peters
2004-12-28
1
-1
/
+1
*
Added cast to remove compile time warning.
Emmanuel Raviart
2004-12-27
1
-1
/
+1
*
Fixed lasso_lecp_build_authn_request_envelope_msg,
Frederic Peters
2004-12-27
2
-26
/
+81
*
support for <lib:Extension> elements in query (not yet reconstructed); enabled
Frederic Peters
2004-12-27
2
-7
/
+66
*
Moved back Extension support from xmlNode* to GList*; "SP login using
Frederic Peters
2004-12-27
15
-30
/
+33
*
Replaced calls of lasso_provider_get_metadata_one with
Emmanuel Raviart
2004-12-26
1
-4
/
+4
*
Corrected SWIG binding for LECP methods inherited from Login.
Emmanuel Raviart
2004-12-26
1
-2
/
+15
*
Changed lib:Extension handling in SWIG lib:AuthnRequest binding, to ensure
Emmanuel Raviart
2004-12-25
1
-17
/
+17
*
Added SWIG support for "Extension" elements in lib:AuthnRequest.
Emmanuel Raviart
2004-12-24
1
-16
/
+85
*
added lib:Extension support to dst classes.
Frederic Peters
2004-12-24
8
-7
/
+14
*
Added missing declaration for lasso_name_identity_mapping_new_from_dump (and
Frederic Peters
2004-12-24
2
-1
/
+3
*
errata2 makes SPProvidedNameIdentifier optional; changed schema snippet
Frederic Peters
2004-12-24
1
-1
/
+1
*
errata2 adds a NotOnOrAfter attribute to LogoutRequests
Frederic Peters
2004-12-24
2
-1
/
+5
*
removed obsolete comment
Frederic Peters
2004-12-24
1
-1
/
+1
*
Do not store metadata in provider dumps; only store the filename. Handle
Frederic Peters
2004-12-24
5
-49
/
+105
*
more <lib:AuthnRequest> documentation
Frederic Peters
2004-12-24
2
-1
/
+25
[prev]
[next]