summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
...
* use attribute xml snippet support in <lib:LogoutRequest>Frederic Peters2004-11-261-4/+1
|
* use attribute snippet support in <lib:FederationTerminationNotification>Frederic Peters2004-11-261-5/+1
|
* fixed comment formattingFrederic Peters2004-11-262-33/+37
|
* use attribute xml snippet support in <AuthenticationStatement>Frederic Peters2004-11-261-2/+3
|
* woke up to remove tutorials from configure.acFrederic Peters2004-11-261-1/+0
|
* indentation leftoversFrederic Peters2004-11-251-3/+3
|
* removed examples/ and docs/tutorial directories (obsolete stuffs)Frederic Peters2004-11-251-1/+1
|
* indentation workFrederic Peters2004-11-2556-1091/+1059
|
* restore spaces in front of author nameFrederic Peters2004-11-253-3/+3
|
* limit line length to 100 characters.Frederic Peters2004-11-2562-418/+747
|
* cut down on line length; removed unnecessary cast, implemented 't' snippetFrederic Peters2004-11-251-17/+26
| | | | handling.
* added xml complex and simple elements sequences support to xmlsnippetValery Febvre2004-11-251-5/+30
|
* don't loop twice on xmlsnippetsFrederic Peters2004-11-251-8/+3
|
* removed some unused #defineFrederic Peters2004-11-251-4/+0
|
* use new xml attribute support for saml:AssertionFrederic Peters2004-11-251-8/+3
|
* added xml attribute support to xmlsnippetFrederic Peters2004-11-251-0/+12
|
* renamed private struct member to private_data (gtk+ does it like that)Frederic Peters2004-11-2218-82/+78
|
* fixed emacs modeFrederic Peters2004-11-221-1/+2
|
* Note about lasso-c-mode for Emacs usersFrederic Peters2004-11-221-0/+22
|
* added error checking on query strings; python tests should now passFrederic Peters2004-11-2216-39/+100
|
* sync python tests with lasso 0.5Frederic Peters2004-11-222-12/+32
|
* don't dump empty file path in server dumpsFrederic Peters2004-11-221-3/+5
|
* merged late 0.5 changes to java/ and csharp/ Makefile.amFrederic Peters2004-11-222-3/+22
|
* unused variablesFrederic Peters2004-11-181-3/+0
|
* include appropriate file so saml_name_identifier_new is definedFrederic Peters2004-11-181-0/+1
|
* removed unnecessary lasso_node_impl_init_from_queryFrederic Peters2004-11-183-9/+1
|
* fixed signed/unsigned mismatchFrederic Peters2004-11-181-1/+1
|
* server is not part of <profile> dumpFrederic Peters2004-11-181-13/+0
|
* use same "xmlsnippets" (name will probably change) to build xml nodesFrederic Peters2004-11-1732-500/+423
|
* refactored init_from_xml functions (lasso is now less than 20000 lines)Frederic Peters2004-11-1732-563/+283
|
* more header cleaningFrederic Peters2004-11-166-20/+2
|
* cleaning #includesFrederic Peters2004-11-1626-78/+27
|
* support for samlp:StatusCode in samlp:StatusCode in ... ad vitam.Frederic Peters2004-11-163-6/+28
|
* tests are okFrederic Peters2004-11-151-1/+1
|
* renamed lasso/environs/ to lasso/id-ff/Frederic Peters2004-11-1525-37/+37
|
* new testsFrederic Peters2004-11-151-0/+145
|
* updated testsFrederic Peters2004-11-152-18/+16
|
* return value on init_from_xml; and minor tweaks to code styleFrederic Peters2004-11-0949-331/+418
|
* Fixed value of SingleSignOnProtocolProfile metadata : added support of artifactFrederic Peters2004-11-041-1/+2
| | | | and post. [lasso-orig rev1.2]
* move debug functions with other tools functions in tools.cFrederic Peters2004-11-035-153/+70
|
* we're missing AuthenticationContextStatement supportFrederic Peters2004-11-031-0/+2
|
* Fixed 2 bugs in lasso_node_add_signature_tmpl()Frederic Peters2004-11-032-2/+8
| | | | | | | * the transform method "exclusive C14N" was missing in Transforms element * removed useless KeyInfo element in Signatures without X509 data [from lasso-orig revision 1.95]
* cleaning filesFrederic Peters2004-11-0111-25/+25
|
* LECP converted to new treeFrederic Peters2004-11-018-300/+298
|
* set RemoteProviderID has <federation> attribute instead of text child to be aFrederic Peters2004-11-011-6/+4
| | | | | | little more compatible with lasso (still incompatible since they put all the federation in a global <federations> while I put them directly in the <identity>).
* sign message in name registrationFrederic Peters2004-11-011-2/+2
|
* fixed previous lasso-head portFrederic Peters2004-11-011-1/+1
|
* Corrected lasso_logout_process_response_msg so that it works for proxies.Frederic Peters2004-11-011-18/+26
|
* - Added Swig access to attribute role in LassoProvider (needed for proxies).Frederic Peters2004-11-011-8/+11
| | | | - Renamed TargetNamespace (without uppercase 'S').
* xmlsec for logout requests and responsesFrederic Peters2004-10-306-88/+56
|