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
/
name_identifier_mapping.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
Fix license boilerplates
Simo Sorce
2013-12-03
1
-2
/
+1
*
[core] add missing namespace definitions to internal objects
Benjamin Dauvergne
2011-03-01
1
-1
/
+11
*
Core: move logging function and macros to their own module, adapt perl binding
Benjamin Dauvergne
2010-06-12
1
-0
/
+1
*
Initialize all uninitialized rc variables
Benjamin Dauvergne
2010-04-30
1
-1
/
+1
*
ID-FF1.2 and SAML2: remove direct access to profile->server->providers
Benjamin Dauvergne
2009-10-30
1
-11
/
+6
*
All: Rework include files handling, separated ID-WSF code from SAML2/ID-FF code
Benjamin Dauvergne
2009-08-26
1
-3
/
+3
*
Core: do not mix public and private headers
Benjamin Dauvergne
2009-03-27
1
-0
/
+1
*
All: Fix missing field initializer problems
Benjamin Dauvergne
2009-01-24
1
-0
/
+1
*
* Remove ending blanks
Benjamin Dauvergne
2008-09-12
1
-19
/
+19
*
* Remove warnings:
Benjamin Dauvergne
2008-09-12
1
-12
/
+2
*
moved gtk-doc inline as is better on so many points; also added schema
Frederic Peters
2008-05-15
1
-0
/
+6
*
fixed comments pointing to the wrong function
Frederic Peters
2007-11-22
1
-2
/
+2
*
updated Copyright dates in all files
Damien Laniel
2007-05-30
1
-1
/
+1
*
new lasso_profile_clean_msg_info function used to clean msg_url and msg_body
Frederic Peters
2007-01-05
1
-0
/
+2
*
misc fixes for 1) memory leaks around XPath usage and 2) potential segfaults
Frederic Peters
2007-01-03
1
-3
/
+10
*
harmonized LASSO_PARAM_ERROR_BAD_TYPE_OR_NULL_OBJ and
Frederic Peters
2006-12-28
1
-4
/
+4
*
replaced LASSO_ERROR_UNDEFINED by appropriate error codes in all of xml/ and
Frederic Peters
2006-12-28
1
-14
/
+11
*
fixed all occurences of returning a negative number unspecified in errors.h
Frederic Peters
2006-12-27
1
-2
/
+4
*
tests on possibly null pointers
Damien Laniel
2006-11-02
1
-5
/
+10
*
check for remote provider id before looking it in GHashTable
Frederic Peters
2006-01-23
1
-0
/
+10
*
SAML 2.0 support (only web-sso for the moment)
Frederic Peters
2005-11-20
1
-15
/
+19
*
only use LASSO_SIGNATURE_TYPE_WITHX509 (including a <KeyInfo/> in message) if
Frederic Peters
2005-03-07
1
-2
/
+4
*
removed all %s escaping sequences from lasso error strings; as a side effect
Frederic Peters
2005-02-05
1
-13
/
+6
*
produce 1.1 requests and notifications when interoperating with previous
Frederic Peters
2005-01-28
1
-0
/
+5
*
Updated Copyright and authors.
Emmanuel Raviart
2005-01-22
1
-3
/
+2
*
documented name_identifier_mapping.c; removed its unused dump functions; fixed
Frederic Peters
2005-01-20
1
-15
/
+91
*
made lasso_profile_set_response_status into a private function
Frederic Peters
2005-01-12
1
-0
/
+1
*
no longer allows NULL to get the first known remote provider id
Frederic Peters
2005-01-12
1
-3
/
+1
*
Reserved space for private_data expansion, so it will be possible to maintain
Frederic Peters
2005-01-10
1
-1
/
+17
*
Removed second and third parameters of lasso_node_dump since @encoding is
Frederic Peters
2005-01-01
1
-1
/
+1
*
moved some lasso private functions to new providerprivate.h; insure it is
Frederic Peters
2004-12-31
1
-0
/
+2
*
added refcounting of server to other profiles
Frederic Peters
2004-12-30
1
-1
/
+1
*
generate xmlsec signatures in get_xmlNode; this should allow envelopes (in
Frederic Peters
2004-12-28
1
-6
/
+8
*
Added missing declaration for lasso_name_identity_mapping_new_from_dump (and
Frederic Peters
2004-12-24
1
-1
/
+1
*
Moved LassoProfile->nameIdentifier from char* to LassoSamlNameIdentifier*,
Frederic Peters
2004-12-18
1
-2
/
+2
*
(almost) done with errors in ID-FF; remaining "return -1" have been converted
Frederic Peters
2004-12-16
1
-21
/
+20
*
coherent error handling for "identity not found" and "federation not found"
Frederic Peters
2004-12-15
1
-9
/
+5
*
replaced unknown error by 2 LASSO_PROFILE_ERROR_INVALID_HTTP_METHOD in Name
Frederic Peters
2004-12-14
1
-4
/
+2
*
new LASSO_PROFILE_ERROR_UNKNOWN_PROFILE_URL profile error and replaced a bunch
Frederic Peters
2004-12-14
1
-2
/
+1
*
more error code harmony, now with a new critical_error macro
Frederic Peters
2004-12-14
1
-10
/
+9
*
properly verify signatures and return code appriopriately (closes: #362)
Frederic Peters
2004-12-14
1
-1
/
+1
*
more error code harmonization.
Frederic Peters
2004-12-13
1
-8
/
+6
*
harmonized remote_provider tests (check and error code set to
Frederic Peters
2004-12-13
1
-4
/
+4
*
dealing with errors; now like this:
Frederic Peters
2004-12-13
1
-8
/
+8
*
properly sign soap messages in name identifier mapping profile.
Frederic Peters
2004-12-12
1
-8
/
+4
*
Added back xmlsec signature check (and disabled it in name identifier mapping
Frederic Peters
2004-12-10
1
-0
/
+6
*
reenabled signature checking on query strings (xml messages still to do)
Frederic Peters
2004-12-10
1
-2
/
+2
*
cut on some line lengths
Frederic Peters
2004-11-29
1
-1
/
+2
*
cut some long lines
Frederic Peters
2004-11-26
1
-1
/
+2
*
added error checking on query strings; python tests should now pass
Frederic Peters
2004-11-22
1
-2
/
+2
[next]