Commit Graph

44 Commits

Author SHA1 Message Date
Christophe Nowicki 9388bdfc57 IdP PHP : logout is working 2004-09-07 15:55:11 +00:00
Christophe Nowicki c47ce0d0fb remove swig -noproxy option for PHP 2004-09-07 12:56:17 +00:00
Romain Chantereay 4234a511c3 Added php sample-sp to the distribution. 2004-09-07 11:22:18 +00:00
Christophe Nowicki 7acad8e5e7 PHP Idp Sample :
- form for creating metadata
- sso support
- small README with installation instruction
2004-09-06 16:24:26 +00:00
Frédéric Péters 180834d924 another serie of ignored files 2004-09-02 19:35:52 +00:00
Frédéric Péters 3038de92ed things were overcomplicated; simplify a bit (for example the DEPDIR dirty
things was necessary because variables were overused; ask me for details if you
want)
2004-09-02 17:47:59 +00:00
Christophe Nowicki 2f84299228 PHP IdP Sample :
- setup system is working
- user management (add, delete, etc ...)
- sso login in progress
2004-09-01 15:01:59 +00:00
Christophe Nowicki 12076bfc00 Fix addProvider bug 2004-09-01 08:18:06 +00:00
Christophe Nowicki 78bf15ec27 new version of the PHP service provider made with the new Swig PHP binding 2004-08-31 10:17:55 +00:00
Romain Chantereay 20eb1ff2e3 Serious rewrite of the automake file.
The php extension is now named lasso.

The LTLIBRARIES if for 'php_extension' and no more 'lib'.

The swig command invokation is updated to use the new php extension name.
2004-08-23 17:21:25 +00:00
Romain Chantereay 579eae8b88 REmoved now useless binding files.
See attic for more information.
2004-08-23 14:39:34 +00:00
Romain Chantereay b2dc7bcf64 Now PHP Binding is handled by SWIG. 2004-08-23 14:39:09 +00:00
Emmanuel Raviart f557c7e506 Bug correction in last PHP changes. 2004-08-21 18:41:42 +00:00
Emmanuel Raviart 45590d2687 Updated "Writing a SP" doc & PHP binding to Lasso API change. 2004-08-21 17:38:59 +00:00
Emmanuel Raviart adaea63f60 Modified PHP bindings in an attempt to add new argument to method
lasso_build_authn_request_msg.
2004-08-20 20:01:18 +00:00
Romain Chantereay 9f215bfebd Modified PHP extension installation directory, now it is prefixed. 2004-08-20 15:58:45 +00:00
Frédéric Péters d1a6ec7678 cleaned Makefile.am (I'm curious about the NULL= idiom; where did it come from ?) 2004-08-20 09:46:17 +00:00
Christophe Nowicki 42e6495ad1 new setup system 2004-08-20 09:45:38 +00:00
Christophe Nowicki e795166451 Setup PHP Interface in progress ;0) 2004-08-19 15:56:23 +00:00
Christophe Nowicki fcf8baffaf more logical comparaison 2004-08-19 14:26:14 +00:00
Christophe Nowicki d6c3b12af8 logout 2004-08-19 13:55:00 +00:00
Christophe Nowicki 6efe72288a PHP Binding :
Added lasso_profile_set_session_from_dump
Now lasso_cast_to_profile take to different reources
Sample SP :
Logout in progress
2004-08-19 10:29:28 +00:00
Christophe Nowicki 0950f7558c Rename install.php to setup.php 2004-08-18 15:49:49 +00:00
Christophe Nowicki 131a818d24 Service Provider written in PHP (login is working and logout will work soon ;0) 2004-08-18 15:03:56 +00:00
Christophe Nowicki 712ff1a9f7 Add environ/lasso_logout.c 2004-08-18 14:56:01 +00:00
Christophe Nowicki 167608159f Add logout functions : lasso_logout_new, lasso_logout_init_request, lasso_logout_build_request_msg 2004-08-18 14:55:19 +00:00
Christophe Nowicki 856bb4e885 rename lasso_login_set_identity_from_dump to lasso_profile_set_identity_from_dump 2004-08-17 15:44:45 +00:00
Christophe Nowicki 73c8f9754b fix cvs sticky state problem. 2004-08-17 15:25:58 +00:00
Christophe Nowicki ac83eafc82 Added lasso_session_dump 2004-08-17 15:25:04 +00:00
Christophe Nowicki 57cf0ef24f added lasso_login_set_identity_from_dump 2004-08-17 15:22:01 +00:00
Christophe Nowicki c436305e6e fix cvs sticky state ;( 2004-08-17 15:20:59 +00:00
Christophe Nowicki c398b83f37 Add lasso_profile_get_identity, lasso_profile_is_identity_dirty, lasso_profile_get_session, lasso_profile_is_session_dirty 2004-08-16 15:03:48 +00:00
Christophe Nowicki 300bf558e7 Added lasso_login_process_response_msg and fix a minor bug in lib_authn_request (bool) 2004-08-16 13:25:59 +00:00
Christophe Nowicki f82f883008 remove all debug messages. 2004-08-12 16:09:32 +00:00
Christophe Nowicki 6b7e13d372 fix bool value in lasso_lib_authn_request_set_forceauthn 2004-08-12 12:04:56 +00:00
Christophe Nowicki f617fa6014 fixed wrong args num for lasso_login_init_authn_request 2004-08-12 10:40:37 +00:00
Christophe Nowicki 8d1a83c51c Added new PHP Unit test for Lasso Login and Lasso Server. 2004-08-10 13:36:28 +00:00
Christophe Nowicki f58f17bd11 add php unit test support. just run php -f php/run-tests.php 2004-08-10 11:35:43 +00:00
Christophe Nowicki 18352ddb39 Removed the param 'remote_providerID' of lasso_login_init_authn_request() method
Added a param 'remote_providerID' in lasso_login_build_authn_request_msg() method
Fix compilation warnings, avoid multiple definitions and REGISTER_STRING_CONSTANT
2004-08-10 08:33:41 +00:00
Christophe Nowicki 75149f3aa1 PHP_PREFIX in configure.ac. Add good LDFLAGS and LIBADD to php/Makefile.am
Now php load the lasso extension :

$ php -m  | grep lasso
lasso
2004-08-06 14:12:58 +00:00
Christophe Nowicki aa92c6c1c2 remove COMPILE_DL_LASSO ... now php can load lasso.so 2004-08-06 13:50:12 +00:00
Christophe Nowicki ca4d402384 install module in `php-config --extension-dir` in state of /usr/lib 2004-08-06 09:34:44 +00:00
Christophe Nowicki b12193e68f automake/autoconf support for the php binding 2004-08-05 15:26:38 +00:00
Christophe Nowicki f3e2bfbb4f first php binding import 2004-08-04 16:12:49 +00:00