summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
...
* SWIG: Added missing renaming of constant LASSO_HTTP_METHOD_NONE.Emmanuel Raviart2005-01-222-49/+89
| | | | SWIG: Very preliminary clean-up of Lasso-wsf.i.
* Renamed SWIG module name to "lasso" instead of "Lasso" for every language.Emmanuel Raviart2005-01-221-9/+0
|
* don't get remote provider id out of request if it was initiated by providerFrederic Peters2005-01-221-4/+5
|
* SWIG: Added binding for new_full constructors.Emmanuel Raviart2005-01-211-23/+71
|
* fixed missing provider error code (and used it in other places)Frederic Peters2005-01-211-2/+16
|
* don't segfault on missing remote provider idFrederic Peters2005-01-211-0/+3
|
* removed lib:Scoping, optionalFrederic Peters2005-01-211-1/+1
|
* reordered lib:authnRequest elementsFrederic Peters2005-01-211-4/+4
|
* new SNIPPET_OPTIONAL_NEG which allow to skip integer elements when set to -1Frederic Peters2005-01-214-4/+9
| | | | (useful for proxycount)
* moved samlp qname conversion to lib_status_responseFrederic Peters2005-01-212-18/+11
|
* adds samlp: prefix to statuscode qname if necessaryFrederic Peters2005-01-211-0/+18
|
* SWIG: Added yet another correction in generated PHP lasso_wrap.c forEmmanuel Raviart2005-01-211-0/+6
| | | | handling of optional arguments.
* SWIG: Added patch for PHP lasso_wrap.c to correct handling of optionalEmmanuel Raviart2005-01-211-0/+11
| | | | arguments in methods.
* if existing, use SessionIndex from assertion in lib:LogoutRequest.Frederic Peters2005-01-211-3/+19
|
* removed out of place int caused by dubious docstring copy/pasteFrederic Peters2005-01-211-1/+0
|
* documented remaining functions in xml/; looks like all the functions are done.Frederic Peters2005-01-211-0/+41
|
* done with documenting if-ff/* functionsFrederic Peters2005-01-216-24/+100
|
* removed lasso_server_add_service from reference api since it is for wsfFrederic Peters2005-01-211-1/+0
|
* SWIG: Removed method dump of NameIdentifierMapping.Emmanuel Raviart2005-01-211-4/+0
|
* SWIG: Every function that may raise an exception, also returns the errorCode.Emmanuel Raviart2005-01-201-60/+60
|
* Fixed saml attribute tag define.Nicolas Clapies2005-01-201-2/+2
|
* don't output licensing comment when starting perfs.phpFrederic Peters2005-01-202-7/+1
|
* corrected spelling of optionally.Frederic Peters2005-01-203-9/+9
|
* documented name_identifier_mapping.c; removed its unused dump functions; fixedFrederic Peters2005-01-204-64/+119
| | | | a few docstrings
* documented #LassoNameRegistration and fixed some docstrings in #LassoLogoutFrederic Peters2005-01-202-22/+88
|
* Improved C# binding.Emmanuel Raviart2005-01-194-16/+446
|
* added SNIPPET_LIST_XMLNODES support (mostly the same thing as SNIPPET_EXTENSIONFrederic Peters2005-01-193-1/+16
| | | | for the moment)
* restored documentation I wrote before (and lost in enum name change)Frederic Peters2005-01-181-10/+14
|
* documented a few thingsFrederic Peters2005-01-186-4/+282
|
* create a isDBError functionChristophe Nowicki2005-01-182-110/+89
| | | | update sso code for the new lasso api
* change idp and sp fqdn (add .lasso.lan)Christophe Nowicki2005-01-181-2/+2
|
* update metadataChristophe Nowicki2005-01-182-18/+57
|
* update metadataChristophe Nowicki2005-01-182-18/+56
|
* change constants nameChristophe Nowicki2005-01-181-5/+6
|
* fix LassoServer callChristophe Nowicki2005-01-182-25/+62
|
* add a gen_keys.sh script for generating automatically ssl keysChristophe Nowicki2005-01-184-2/+67
|
* Extracted the inheritance of nodes from SWIG in a separate file, to removeEmmanuel Raviart2005-01-178-249/+221
| | | | | | its duplication in Lasso.i. Reorganized Lasso.i.
* Improved Java .cvsignore.Emmanuel Raviart2005-01-171-0/+1
|
* Completed Java binding tests.Emmanuel Raviart2005-01-171-0/+62
|
* SWIG: Corrected constant name: SWIG macros are not accessible inside %{ %}.Emmanuel Raviart2005-01-171-1/+1
|
* SWIG: Ported dynamic casting to all type of nodes. Not fully tested yet.Emmanuel Raviart2005-01-171-117/+212
|
* SWIG: Added support for dynamic casting in Java. It works, but it has beenEmmanuel Raviart2005-01-173-301/+493
| | | | | only implemented for SamlpRequestAbstract. It will soon be generalized to LassoNode.
* SWIG: Renamed getitem to getItem. Idem for setitem.Emmanuel Raviart2005-01-154-162/+214
| | | | | Java: Added a third binding test. PHP: Corrected header of binding test.
* Added first 2 binding tests for Java.Emmanuel Raviart2005-01-152-6/+92
| | | | Corrected help for Java login test.
* Updated authors.Emmanuel Raviart2005-01-1513-271/+407
| | | | | | Changed authors & copyright in SWIG and unit tests headers. Extracted binding_tests.py from profiles_tests.py, so that each language has a binding specific test.
* Corrected Perl binding and added test program.Emmanuel Raviart2005-01-142-0/+233
|
* check for correct exceptionFrederic Peters2005-01-141-1/+5
|
* handle non-soap messages in new_from_soapFrederic Peters2005-01-141-3/+3
|
* Added NameQualifer definition paragraph and added a meta info on theRomain Chantereay2005-01-141-4/+8
| | | | LASSO_LIB_NAME_IDENTIFIER_FORMAT_ENCRYPTED.
* Added a new test that generates a segfault in new_from_soap.Emmanuel Raviart2005-01-141-0/+16
|