| Commit message (Collapse) | Author | Age | Files | Lines | ||
|---|---|---|---|---|---|---|
| ... | ||||||
| * | * ajout d'un package debian pour le binding php5 | Benjamin Dauvergne | 2008-04-21 | 2 | -0/+17 | |
| | | ||||||
| * | * add a finalizer to LassoNode class object | Benjamin Dauvergne | 2008-04-18 | 1 | -1/+17 | |
| | | ||||||
| * | twill has a debian package now | Benjamin Dauvergne | 2008-04-10 | 1 | -1/+1 | |
| | | ||||||
| * | added defederation tests | Frederic Peters | 2008-04-10 | 1 | -0/+59 | |
| | | ||||||
| * | removed saving page | Frederic Peters | 2008-04-10 | 1 | -1/+0 | |
| | | ||||||
| * | fixes SLO from IdP with Encrypted NameID in ID-FF | Damien Laniel | 2008-04-09 | 1 | -7/+12 | |
| | | ||||||
| * | fallback to onetime usage if no federation is found | Frederic Peters | 2008-04-06 | 1 | -1/+2 | |
| | | ||||||
| * | add new directory in bindings/php5 to AC_OUTPUT commented lines | Benjamin Dauvergne | 2008-03-28 | 1 | -0/+2 | |
| | | ||||||
| * | const is useless, and LassoIdWsf2UtilTestResult does not exist, breaking the ↵ | Benjamin Dauvergne | 2008-03-28 | 4 | -4/+4 | |
| | | | | | bindings | |||||
| * | const gboolean as argument is useless and it disturbs the bindings | Benjamin Dauvergne | 2008-03-28 | 2 | -2/+2 | |
| | | ||||||
| * | added sso with ispassive check | Frederic Peters | 2008-03-21 | 1 | -0/+11 | |
| | | ||||||
| * | fixed missing rename of LASSO_TYPE_PROFILE_SERVICE to LASSO_TYPE_DATA_SERVICE | Frederic Peters | 2008-03-21 | 1 | -1/+1 | |
| | | ||||||
| * | fixed data service macros to refer to data service, not to profile service; and | Frederic Peters | 2008-03-20 | 2 | -12/+17 | |
| | | | | | added some parameter checking in init_modify | |||||
| * | * fix typo in the last commit :) | Benjamin Dauvergne | 2008-03-18 | 1 | -1/+1 | |
| | | ||||||
| * | * id-wsd/data_service.c: (lasso_data_service_process_modify_response_msg) | Benjamin Dauvergne | 2008-03-18 | 1 | -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. add | Benjamin Dauvergne | 2008-03-14 | 1 | -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 Dauvergne | 2008-03-12 | 5 | -9/+6 | |
| | | ||||||
| * | * fix ticket #1 and #3. | Benjamin Dauvergne | 2008-03-11 | 1 | -3/+9 | |
| | | ||||||
| * | * configure.ac: re-add JDK_INCLUDE substs (can be removed when we will move | Benjamin Dauvergne | 2008-03-10 | 1 | -0/+2 | |
| | | | | | to the new bindings) | |||||
| * | * configure.ac,macros/ac_*.m4: add new m4 macros to detect more JAVA related | Benjamin Dauvergne | 2008-03-10 | 21 | -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 Dauvergne | 2008-03-06 | 1 | -5/+0 | |
| | | ||||||
| * | * configure.ac: fix typo, forgot 'sed'. | Benjamin Dauvergne | 2008-03-05 | 1 | -1/+1 | |
| | | ||||||
| * | * configure.ac: add the same option for javac than for gcjh (for target and | Benjamin Dauvergne | 2008-03-05 | 1 | -0/+1 | |
| | | | | | source java language version). | |||||
| * | * configure.ac: change handling of java options. Try to find JAVA_HOME from the | Benjamin Dauvergne | 2008-03-05 | 1 | -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 Dauvergne | 2008-03-05 | 1 | -1/+1 | |
| | | ||||||
| * | * lasso/saml-2.0/login.c: (lasso_login_validate_request) If consent is | Benjamin Dauvergne | 2008-03-04 | 1 | -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_request | Benjamin Dauvergne | 2008-03-04 | 1 | -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 Dauvergne | 2008-03-03 | 1 | -0/+2 | |
| | | ||||||
| * | only get session when remote provider id is not provided | Frederic Peters | 2008-03-03 | 1 | -12/+11 | |
| | | ||||||
| * | * fix syntax error introduced in r3494 :) Bad benjamin commit before compiling. | Benjamin Dauvergne | 2008-02-29 | 1 | -2/+2 | |
| | | ||||||
| * | * id-ff/logout.c: (lasso_logout_init_request) free remote_provider_id ↵ | Benjamin Dauvergne | 2008-02-29 | 1 | -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 Dauvergne | 2008-02-29 | 1 | -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 windows | Damien Laniel | 2008-02-29 | 1 | -1/+1 | |
| | | ||||||
| * | fixed php version checks | Damien Laniel | 2008-02-28 | 1 | -2/+2 | |
| | | ||||||
| * | misc text node attributes are not private | Frederic Peters | 2008-02-26 | 1 | -1/+0 | |
| | | ||||||
| * | initialize twill before servers, and pass over crashed servers on cleanup | Frederic Peters | 2008-02-25 | 1 | -4/+7 | |
| | | ||||||
| * | keep NameIdPolicy/Format in login->nameIDPolicy, as in ID-FF 1.2; use it not to | Frederic Peters | 2008-02-25 | 1 | -1/+7 | |
| | | | | | look for federations when transient is requested. | |||||
| * | removed debugging visit to idp | Frederic Peters | 2008-02-25 | 1 | -1/+0 | |
| | | ||||||
| * | removed debugging saving | Frederic Peters | 2008-02-25 | 1 | -2/+0 | |
| | | ||||||
| * | added integration tests to repository | Frederic Peters | 2008-02-25 | 8 | -0/+305 | |
| | | ||||||
| * | * reflect in the documentation of lasso_server_new the fact that metadata is ↵ | Benjamin Dauvergne | 2008-02-21 | 1 | -3/+3 | |
| | | | | | optional | |||||
| * | * Add lasso_ds_* API to the general build of lasso (was enable only with ↵ | Benjamin Dauvergne | 2008-02-20 | 2 | -2/+2 | |
| | | | | | id-wsf before) | |||||
| * | * Suppression de #define doublons. | Benjamin Dauvergne | 2008-02-18 | 2 | -8/+1 | |
| | | | | | | * Ajout d'un commentaire déclaratif /* of LassoXXX */ à une déclaration d'un membre de structure de type GList*. | |||||
| * | proper casting | Frederic Peters | 2008-02-18 | 2 | -4/+8 | |
| | | ||||||
| * | fixed assertion refcounting in lasso_login_build_assertion, changed | Frederic Peters | 2008-02-18 | 3 | -12/+9 | |
| | | | | | lasso_session_add_assertion to refcount the assertion it gets | |||||
| * | added missing Saml2AttributeValue.java to distributed files | Frederic Peters | 2008-02-17 | 1 | -0/+1 | |
| | | ||||||
| * | removed obsolete file from Makefile.am | Frederic Peters | 2008-02-17 | 1 | -1/+0 | |
| | | ||||||
| * | fixed gcj version regex | Frederic Peters | 2008-02-17 | 1 | -1/+1 | |
| | | ||||||
| * | register all known prefixes to xpath context | Frederic Peters | 2008-02-01 | 2 | -8/+50 | |
| | | ||||||
| * | warns when signing saml2 elements would fail because private key is missing | Frederic Peters | 2008-01-23 | 3 | -6/+21 | |
| | | ||||||
