summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
...
* * ajout d'un package debian pour le binding php5Benjamin Dauvergne2008-04-212-0/+17
|
* * add a finalizer to LassoNode class objectBenjamin Dauvergne2008-04-181-1/+17
|
* twill has a debian package nowBenjamin Dauvergne2008-04-101-1/+1
|
* added defederation testsFrederic Peters2008-04-101-0/+59
|
* removed saving pageFrederic Peters2008-04-101-1/+0
|
* fixes SLO from IdP with Encrypted NameID in ID-FFDamien Laniel2008-04-091-7/+12
|
* fallback to onetime usage if no federation is foundFrederic Peters2008-04-061-1/+2
|
* add new directory in bindings/php5 to AC_OUTPUT commented linesBenjamin Dauvergne2008-03-281-0/+2
|
* const is useless, and LassoIdWsf2UtilTestResult does not exist, breaking the ↵Benjamin Dauvergne2008-03-284-4/+4
| | | | bindings
* const gboolean as argument is useless and it disturbs the bindingsBenjamin Dauvergne2008-03-282-2/+2
|
* added sso with ispassive checkFrederic Peters2008-03-211-0/+11
|
* fixed missing rename of LASSO_TYPE_PROFILE_SERVICE to LASSO_TYPE_DATA_SERVICEFrederic Peters2008-03-211-1/+1
|
* fixed data service macros to refer to data service, not to profile service; andFrederic Peters2008-03-202-12/+17
| | | | added some parameter checking in init_modify
* * fix typo in the last commit :)Benjamin Dauvergne2008-03-181-1/+1
|
* * id-wsd/data_service.c: (lasso_data_service_process_modify_response_msg)Benjamin Dauvergne2008-03-181-1/+11
| | | | | return an error code if return value from lasso_node_new_from_dump is NULL or invalid.
* * configure.ac: remove generation of php5/Makefile, it does nothing. addBenjamin Dauvergne2008-03-141-5/+12
| | | | | detection of pre-4.1.3 gcj versions. add bindings/python/tests/Makefile in commented AC_OUTPUT code.
* * change in the sgml documentation files.Benjamin Dauvergne2008-03-125-9/+6
|
* * fix ticket #1 and #3.Benjamin Dauvergne2008-03-111-3/+9
|
* * configure.ac: re-add JDK_INCLUDE substs (can be removed when we will moveBenjamin Dauvergne2008-03-101-0/+2
| | | | to the new bindings)
* * configure.ac,macros/ac_*.m4: add new m4 macros to detect more JAVA relatedBenjamin Dauvergne2008-03-1021-12/+1516
| | | | | things like junit.jar path to put into the CLASSPATH or desactivate compilation of java bindings test.
* * configure.ac: remove line for making bindings makefiles.Benjamin Dauvergne2008-03-061-5/+0
|
* * configure.ac: fix typo, forgot 'sed'.Benjamin Dauvergne2008-03-051-1/+1
|
* * configure.ac: add the same option for javac than for gcjh (for target andBenjamin Dauvergne2008-03-051-0/+1
| | | | source java language version).
* * configure.ac: change handling of java options. Try to find JAVA_HOME from theBenjamin Dauvergne2008-03-051-23/+39
| | | | | | link in /usr/bin. Propose more options for java, javac and javah. Set good options for gcj (-ftarget=1.4 -fsource=1.4 mainly to be retro compatible with old VMs).
* * login.c: (lasso_login_saml20_validate_request) fix typo.Benjamin Dauvergne2008-03-051-1/+1
|
* * lasso/saml-2.0/login.c: (lasso_login_validate_request) If consent isBenjamin Dauvergne2008-03-041-1/+5
| | | | not obtained set status code at AUTHN_FAILED (no other status code seems ok).
* * lasso/saml-2.0/login.c: lasso_login_saml20_validate_requestBenjamin Dauvergne2008-03-041-3/+5
| | | | | | | | should define response->status_code no matter what happens, especially when consent is not obtained (lasso_login_saml20_process_federation return an error code in this case but it's a normal event in the SSO workflow so status code is 'Success'). If not buildArtifactMsg fails when looking for the response status code.
* * lasso_name_id_management_process_requet: verify that request_msg is not null.Benjamin Dauvergne2008-03-031-0/+2
|
* only get session when remote provider id is not providedFrederic Peters2008-03-031-12/+11
|
* * fix syntax error introduced in r3494 :) Bad benjamin commit before compiling.Benjamin Dauvergne2008-02-291-2/+2
|
* * id-ff/logout.c: (lasso_logout_init_request) free remote_provider_id ↵Benjamin Dauvergne2008-02-291-1/+2
| | | | | | before setting it. free profile->request before setting it if LASSO_IS_NODE(request), not just LASSO_IS_LIB_LOGOUT_REQUEST(request). Fix memory leaks.
* * name_id_management.c: (lasso_name_id_management_init_request)get the Benjamin Dauvergne2008-02-291-4/+17
| | | | | | first providerId when remote_provider_id is NULL, free old remote_provider_id string when non null and unref old name_identifier when non null. Fix memory leaks and lacking usual feature of init_request functions.
* fixed the prototype of get_type functions to avoid warnings on windowsDamien Laniel2008-02-291-1/+1
|
* fixed php version checksDamien Laniel2008-02-281-2/+2
|
* misc text node attributes are not privateFrederic Peters2008-02-261-1/+0
|
* initialize twill before servers, and pass over crashed servers on cleanupFrederic Peters2008-02-251-4/+7
|
* keep NameIdPolicy/Format in login->nameIDPolicy, as in ID-FF 1.2; use it not toFrederic Peters2008-02-251-1/+7
| | | | look for federations when transient is requested.
* removed debugging visit to idpFrederic Peters2008-02-251-1/+0
|
* removed debugging savingFrederic Peters2008-02-251-2/+0
|
* added integration tests to repositoryFrederic Peters2008-02-258-0/+305
|
* * reflect in the documentation of lasso_server_new the fact that metadata is ↵Benjamin Dauvergne2008-02-211-3/+3
| | | | optional
* * Add lasso_ds_* API to the general build of lasso (was enable only with ↵Benjamin Dauvergne2008-02-202-2/+2
| | | | id-wsf before)
* * Suppression de #define doublons.Benjamin Dauvergne2008-02-182-8/+1
| | | | | * Ajout d'un commentaire déclaratif /* of LassoXXX */ à une déclaration d'un membre de structure de type GList*.
* proper castingFrederic Peters2008-02-182-4/+8
|
* fixed assertion refcounting in lasso_login_build_assertion, changedFrederic Peters2008-02-183-12/+9
| | | | lasso_session_add_assertion to refcount the assertion it gets
* added missing Saml2AttributeValue.java to distributed filesFrederic Peters2008-02-171-0/+1
|
* removed obsolete file from Makefile.amFrederic Peters2008-02-171-1/+0
|
* fixed gcj version regexFrederic Peters2008-02-171-1/+1
|
* register all known prefixes to xpath contextFrederic Peters2008-02-012-8/+50
|
* warns when signing saml2 elements would fail because private key is missingFrederic Peters2008-01-233-6/+21
|