Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | New Python tests. | Emmanuel Raviart | 2004-08-06 | 1 | -1/+20 | |
| | ||||||
* | Added new Python test. It works, but see bug #245. | Emmanuel Raviart | 2004-08-06 | 4 | -69/+93 | |
| | ||||||
* | Reversed error sign convention for Python binding. | Emmanuel Raviart | 2004-08-06 | 1 | -4/+4 | |
| | ||||||
* | Added missing parameter description in 5 methods | Valery Febvre | 2004-08-06 | 1 | -0/+5 | |
| | ||||||
* | summarized libtool version info comment | Frederic Peters | 2004-08-06 | 1 | -34/+6 | |
| | ||||||
* | Corrected a bug in test. | Emmanuel Raviart | 2004-08-06 | 1 | -1/+1 | |
| | ||||||
* | Fixed #244 : check for libexpat | Christophe Nowicki | 2004-08-06 | 1 | -0/+8 | |
| | ||||||
* | Fixed a bug in lasso_login_must_authenticate() method | Valery Febvre | 2004-08-06 | 1 | -1/+2 | |
| | ||||||
* | Added a new test. If Nico & Valos are not quick enough, the light will be red. | Emmanuel Raviart | 2004-08-06 | 1 | -2/+26 | |
| | ||||||
* | Cleanly separated the new Python Lasso simulator from unit tests. | Emmanuel Raviart | 2004-08-06 | 5 | -877/+645 | |
| | ||||||
* | PHP_PREFIX in configure.ac. Add good LDFLAGS and LIBADD to php/Makefile.am | Christophe Nowicki | 2004-08-06 | 2 | -9/+13 | |
| | | | | | | | Now php load the lasso extension : $ php -m | grep lasso lasso | |||||
* | remove COMPILE_DL_LASSO ... now php can load lasso.so | Christophe Nowicki | 2004-08-06 | 1 | -4/+2 | |
| | ||||||
* | Renamed all SAMLArt strings by SAMLart | Valery Febvre | 2004-08-06 | 2 | -4/+4 | |
| | ||||||
* | Fixed reference docs make problems: | Romain Chantereay | 2004-08-06 | 3 | -11/+15 | |
| | | | | | | | | - Docs did not compile invoking top level make when enabled in configure. - Docs did not compile in references directory with make all. - Docs used the old substitution variables. | |||||
* | An early commit of the new Python test. It is not clean yet, but the light | Emmanuel Raviart | 2004-08-06 | 1 | -518/+902 | |
| | | | | will be green again :-) | |||||
* | Corrected error in Error. | Emmanuel Raviart | 2004-08-06 | 1 | -1/+1 | |
| | ||||||
* | Sorry. | Romain Chantereay | 2004-08-06 | 1 | -0/+3 | |
| | ||||||
* | Fixed some bad done cut/paste. | Romain Chantereay | 2004-08-06 | 1 | -1/+1 | |
| | ||||||
* | REmoved some useless tests. | Romain Chantereay | 2004-08-06 | 1 | -4/+1 | |
| | ||||||
* | string.h never used; no need to check it | Frederic Peters | 2004-08-06 | 1 | -1/+0 | |
| | ||||||
* | random long awaited fixes | Frederic Peters | 2004-08-06 | 1 | -9/+7 | |
| | ||||||
* | Added lasso/environs/lecp.h inclusion. | Romain Chantereay | 2004-08-06 | 1 | -0/+1 | |
| | ||||||
* | Added missing dist docs. | Romain Chantereay | 2004-08-06 | 3 | -1/+5 | |
| | ||||||
* | install module in `php-config --extension-dir` in state of /usr/lib | Christophe Nowicki | 2004-08-06 | 1 | -0/+3 | |
| | ||||||
* | add PHP_PREFIX | Christophe Nowicki | 2004-08-06 | 1 | -1/+3 | |
| | ||||||
* | update of code style | Nicolas Clapies | 2004-08-06 | 2 | -12/+47 | |
| | ||||||
* | updated code style | Nicolas Clapies | 2004-08-06 | 1 | -5/+5 | |
| | ||||||
* | Renamed load_notification_msg to process_notification msg, renamed ↵ | Nicolas Clapies | 2004-08-06 | 7 | -84/+112 | |
| | | | | process_request to validate_request, added some goto for code error, little update of the code style, updated examples | |||||
* | - Big step toward unified output. | Romain Chantereay | 2004-08-05 | 1 | -109/+94 | |
| | | | | | | - Enable for feature. - With for path to program (with-python, with-php-config). | |||||
* | *** empty log message *** | Valery Febvre | 2004-08-05 | 1 | -18/+26 | |
| | ||||||
* | lasso_profile_get_identity() & lasso_profile_get_session() return now | Valery Febvre | 2004-08-05 | 1 | -6/+37 | |
| | | | | | | NULL if the identity/session is empty. lasso_profile_is_identity_dirty() & lasso_profile_is_identity_dirty() return now FALSE if the identity/session is NULL. | |||||
* | lasso_server_get_providerID_from_hash() method takes now | Valery Febvre | 2004-08-05 | 2 | -7/+10 | |
| | | | | a hash base64 encoded as argument. | |||||
* | Added automatic detection for the lasso HRef in lasso_node_get_child() | Valery Febvre | 2004-08-05 | 1 | -2/+3 | |
| | ||||||
* | fix in lecp | Nicolas Clapies | 2004-08-05 | 1 | -4/+4 | |
| | ||||||
* | Replaced a lot of wrong issueInstance words by issueInstant | Valery Febvre | 2004-08-05 | 20 | -125/+121 | |
| | | | | | | | Renamed 3 methods: lasso_saml_assertion_set_issueInstant(), lasso_samlp_request_abstract_set_issueInstant(), lasso_samlp_response_abstract_set_issueInstant() | |||||
* | Corrected error due to focus problem. | Romain Chantereay | 2004-08-05 | 1 | -1/+1 | |
| | ||||||
* | PHP build by default | Romain Chantereay | 2004-08-05 | 1 | -1/+1 | |
| | ||||||
* | *** empty log message *** | Nicolas Clapies | 2004-08-05 | 1 | -1/+6 | |
| | ||||||
* | fixed coding style | Nicolas Clapies | 2004-08-05 | 4 | -100/+100 | |
| | ||||||
* | Unified configuration report. | Romain Chantereay | 2004-08-05 | 1 | -1/+1 | |
| | ||||||
* | pkg-config => $PKG_CONFIG | Romain Chantereay | 2004-08-05 | 1 | -1/+1 | |
| | ||||||
* | Fix #231 | Romain Chantereay | 2004-08-05 | 1 | -2/+0 | |
| | ||||||
* | - Fix #234 | Romain Chantereay | 2004-08-05 | 1 | -0/+1 | |
| | ||||||
* | automake/autoconf support for the php binding | Christophe Nowicki | 2004-08-05 | 15 | -47/+132 | |
| | ||||||
* | - Added explanations to libtool versionning system. | Romain Chantereay | 2004-08-05 | 1 | -1/+11 | |
| | | | | | | | - Added explanations in order to fix a "good" version number in order to produce a correct libtool version. - Fixed #229. - Fixed #202. | |||||
* | Remove command line PACKAGE definition (already done in lasso_config.h). | Romain Chantereay | 2004-08-05 | 1 | -1/+3 | |
| | ||||||
* | Unified configure output. (#229) | Romain Chantereay | 2004-08-05 | 1 | -3/+4 | |
| | | | | Corrected some errors with AM_CONDITIONAL bad placed calls. | |||||
* | Use of conditional subdirectories. | Romain Chantereay | 2004-08-05 | 2 | -12/+16 | |
| | | | | This permit automake to automaticaly define a correct DIST_SUBDIRS. | |||||
* | lasso_identity_get_federation() & lasso_identity_add_federation() methods | Valery Febvre | 2004-08-05 | 6 | -34/+68 | |
| | | | | make now a copy of the federation object. | |||||
* | update | Valery Febvre | 2004-08-05 | 1 | -1/+2 | |
| |