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
/
xml
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
reordered lib:authnRequest elements
Frederic Peters
2005-01-21
1
-4
/
+4
*
new SNIPPET_OPTIONAL_NEG which allow to skip integer elements when set to -1
Frederic Peters
2005-01-21
4
-4
/
+9
*
moved samlp qname conversion to lib_status_response
Frederic Peters
2005-01-21
2
-18
/
+11
*
adds samlp: prefix to statuscode qname if necessary
Frederic Peters
2005-01-21
1
-0
/
+18
*
removed out of place int caused by dubious docstring copy/paste
Frederic Peters
2005-01-21
1
-1
/
+0
*
documented remaining functions in xml/; looks like all the functions are done.
Frederic Peters
2005-01-21
1
-0
/
+41
*
Fixed saml attribute tag define.
Nicolas Clapies
2005-01-20
1
-2
/
+2
*
added SNIPPET_LIST_XMLNODES support (mostly the same thing as SNIPPET_EXTENSION
Frederic Peters
2005-01-19
2
-1
/
+7
*
handle non-soap messages in new_from_soap
Frederic Peters
2005-01-14
1
-3
/
+3
*
Fixed error in xmlNewNs() call : first param must be xmlnode instead of NULL.
Nicolas Clapies
2005-01-13
1
-1
/
+1
*
Removed pp_msg_contact.c pp_msg_contact.h.
Nicolas Clapies
2005-01-13
1
-2
/
+0
*
Removed LassoPPMsgContact class. Updated binding too.lasso/xml/Makefile.am
Nicolas Clapies
2005-01-13
2
-187
/
+0
*
Added lasso_*_new_from_message() method to rebuild objects from xml dump.
Nicolas Clapies
2005-01-12
4
-0
/
+28
*
forgotten commit of new is* classes to Makefile.am.
Frederic Peters
2005-01-12
1
-0
/
+24
*
moved errors.[ch] up; as requested.
Frederic Peters
2005-01-12
4
-238
/
+1
*
Added low level classes for interaction service specification.
Nicolas Clapies
2005-01-12
24
-0
/
+2197
*
Added name space constant for interaction service. Added interaction rule con...
Nicolas Clapies
2005-01-12
1
-0
/
+8
*
remove duplicate declaration of namespace (bug#398)
Frederic Peters
2005-01-12
2
-4
/
+5
*
added support for SNIPPET_OPTIONAL (for use with SNIPPET_INTEGER or
Frederic Peters
2005-01-12
2
-2
/
+5
*
documented lasso_node_get_xmlNode
Frederic Peters
2005-01-10
1
-1
/
+11
*
replaced strncpy calls by g_strlcpy
Frederic Peters
2005-01-09
1
-4
/
+2
*
ends lines with \ so they get caught by extract_symbols.py
Frederic Peters
2005-01-09
1
-4
/
+4
*
reserve abi-space for unsupported elements in saml:Assertion
Frederic Peters
2005-01-08
1
-6
/
+3
*
moved remaining unbounded elements to GList* (samlp:Response/Assertion being
Frederic Peters
2005-01-08
7
-10
/
+13
*
turned a bunch of unbounded elements into GList*
Frederic Peters
2005-01-08
15
-21
/
+44
*
only give xsi namespace to nodes with xsi: attributes
Frederic Peters
2005-01-08
1
-2
/
+1
*
mark sameNs as inline since it is short and often called (thanks to kcachegrind
Frederic Peters
2005-01-05
1
-5
/
+3
*
fixed element name for SubjectConfirmation
Frederic Peters
2005-01-04
1
-1
/
+1
*
fixed order of samlp:Response elements
Frederic Peters
2005-01-04
1
-1
/
+1
*
removed individual debug() statements in dispose() and finalize(); replaced by
Frederic Peters
2005-01-04
1
-2
/
+2
*
added missing ;
Frederic Peters
2005-01-04
1
-1
/
+1
*
properly allocates memory for constant strings used in messages (or readonly
Frederic Peters
2005-01-04
2
-3
/
+3
*
added include of #LassoSamlAttribute header file for #LassoSamlAttributeState...
Frederic Peters
2005-01-03
1
-0
/
+1
*
Removed second and third parameters of lasso_node_dump since @encoding is
Frederic Peters
2005-01-01
2
-20
/
+6
*
moved remaining lasso[A-Z].* enums to Lasso[A-Z].*
Frederic Peters
2004-12-31
21
-37
/
+36
*
moved lasso_strerror to public interface
Frederic Peters
2004-12-31
3
-2
/
+5
*
removed obsolete (since move to structure) lasso_node_verify_signature (but
Frederic Peters
2004-12-31
2
-137
/
+0
*
sets InResponseTo in samlp:Response
Frederic Peters
2004-12-31
1
-1
/
+0
*
don't output memory management debug strings
Frederic Peters
2004-12-31
1
-1
/
+1
*
fixed parameter name in constructor
Frederic Peters
2004-12-31
1
-1
/
+1
*
fixed function name in docstring for #LassoLibAuthnResponseEnvelope constructor
Frederic Peters
2004-12-31
1
-1
/
+1
*
documented a bunch of LassoSaml* classes _new functions
Frederic Peters
2004-12-31
5
-5
/
+37
*
documented a bunch of other xml base objects
Frederic Peters
2004-12-31
8
-6
/
+139
*
documented #LassoLogin
Frederic Peters
2004-12-31
1
-0
/
+4
*
documented more functions, reaching 50% symbol docs coverage (126 symbols
Frederic Peters
2004-12-30
27
-60
/
+165
*
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
*
Corrected result type of lasso_saml_assertion_new.
Emmanuel Raviart
2004-12-30
2
-2
/
+2
*
only set samlp:Success in samlp:Response if assertion was found; fall back to
Frederic Peters
2004-12-28
1
-1
/
+1
*
added LASSO_LOGIN_ERROR_STATUS_NOT_SUCCESS error code
Frederic Peters
2004-12-28
1
-0
/
+1
[prev]
[next]