| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Remove php samples from the lasso repository | Christophe Nowicki | 2005-01-25 | 46 | -5844/+0 |
| | | | | | | | | | I'm still working on it. I will release an independant Pear package for Lasso 0.6. The pear package repository is here: https://meuh.dyndns.org/cgi-bin/viewcvs.cgi/lasso_pear/ | ||||
| * | Updated Copyright and authors. | Emmanuel Raviart | 2005-01-22 | 30 | -43/+43 |
| | | |||||
| * | create a isDBError function | Christophe Nowicki | 2005-01-18 | 2 | -110/+89 |
| | | | | | update sso code for the new lasso api | ||||
| * | change idp and sp fqdn (add .lasso.lan) | Christophe Nowicki | 2005-01-18 | 1 | -2/+2 |
| | | |||||
| * | update metadata | Christophe Nowicki | 2005-01-18 | 2 | -18/+57 |
| | | |||||
| * | update metadata | Christophe Nowicki | 2005-01-18 | 2 | -18/+56 |
| | | |||||
| * | change constants name | Christophe Nowicki | 2005-01-18 | 1 | -5/+6 |
| | | |||||
| * | fix LassoServer call | Christophe Nowicki | 2005-01-18 | 2 | -25/+62 |
| | | |||||
| * | add a gen_keys.sh script for generating automatically ssl keys | Christophe Nowicki | 2005-01-18 | 4 | -2/+67 |
| | | |||||
| * | Updated list of files generated by SWIG in C# and Java bindings; fixed PHP | Frederic Peters | 2004-12-21 | 2 | -14/+15 |
| | | | | | | Makefile.am; use $(srcdir) to get correct directory in code generation python scrips. make distcheck works after that. | ||||
| * | ignore generated files | Frederic Peters | 2004-12-14 | 3 | -0/+9 |
| | | |||||
| * | Group misc functions into misc.php on the idp and sp | Christophe Nowicki | 2004-09-23 | 20 | -147/+1108 |
| | | | | | | | | Add Federation Terminaison metadata on the idp and sp Add view off federation on the sp Add cancel federation button on the sp and idp Defederation is not working yet | ||||
| * | Add Federation Federation Termination metadata | Christophe Nowicki | 2004-09-23 | 2 | -0/+10 |
| | | |||||
| * | fix problem with the sso, now the user can do more than one sso session. | Christophe Nowicki | 2004-09-22 | 3 | -71/+125 |
| | | |||||
| * | Added ProfileBrwsPost | Christophe Nowicki | 2004-09-22 | 1 | -18/+36 |
| | | |||||
| * | PHP session are stored in the database | Christophe Nowicki | 2004-09-20 | 1 | -0/+86 |
| | | |||||
| * | PHP session are now stored in the database | Christophe Nowicki | 2004-09-20 | 17 | -316/+570 |
| | | | | | | | | A now table was added 'sso_session' for storing information about the PHP Session, it's possible to view logged user Logout destroy the PHP session in the IdP Bug : user can't sso twice ;( | ||||
| * | log viewer for the Service Provider and the Identity Provider | Christophe Nowicki | 2004-09-17 | 16 | -193/+652 |
| | | | | | | | added logger for in many files updated idp1 metadata, added .php extension added session viewer for the sp (you will be able to view online users) | ||||
| * | New logging system with a web interface. | Christophe Nowicki | 2004-09-16 | 12 | -115/+258 |
| | | |||||
| * | For multiple virtual hosts with certificat you need to set the CN. | Christophe Nowicki | 2004-09-16 | 1 | -1/+5 |
| | | | | | It's fixed in the PHP sample README. | ||||
| * | README for the PHP samples is now complete. Can someone try it? | Christophe Nowicki | 2004-09-16 | 2 | -31/+68 |
| | | |||||
| * | Added sample xml metadata in the distribution | Christophe Nowicki | 2004-09-15 | 10 | -64/+290 |
| | | | | | | Added a README file, this file explain howto setup a PHP IdP/SP, it's not fully documented yet. Work in progress. | ||||
| * | New logging system based on Pear::Log package. | Christophe Nowicki | 2004-09-15 | 8 | -87/+332 |
| | | | | | | Every actions on the idp, sp will be logged inside the database, syslog a file. | ||||
| * | now the user list show federations | Christophe Nowicki | 2004-09-13 | 1 | -7/+60 |
| | | |||||
| * | split source code of singleSignOn.php in many functions | Christophe Nowicki | 2004-09-13 | 6 | -136/+287 |
| | | | | | | added support for http basic authentification remove useless "?SID=" values | ||||
| * | change header("Location $url\n\n") to header("Location $url\r\n\r\n") | Christophe Nowicki | 2004-09-10 | 7 | -18/+11 |
| | | |||||
| * | Use header("Location: $url\n\n") instead of header("Location: $url") | Christophe Nowicki | 2004-09-10 | 11 | -147/+186 |
| | | | | | | | Secure every SQL query with the quoteSmart methode. Completely rewrite singleSignOn.php, now the code is more easy to understand and more clean. | ||||
| * | Improve setup system : edit metadata and allow the administrator to select | Christophe Nowicki | 2004-09-08 | 3 | -1/+30 |
| | | | | | the authentification methode (HTTP Basic or HTML Form). | ||||
| * | please use spaces between variable names and values | Frederic Peters | 2004-09-08 | 3 | -20/+9 |
| | | |||||
| * | added edit sp metadata to the setup system | Christophe Nowicki | 2004-09-08 | 4 | -37/+102 |
| | | |||||
| * | nice user browser | Christophe Nowicki | 2004-09-08 | 1 | -7/+49 |
| | | |||||
| * | oups ;( | Christophe Nowicki | 2004-09-08 | 1 | -0/+11 |
| | | |||||
| * | SOAP request read problem fixed | Christophe Nowicki | 2004-09-08 | 4 | -108/+177 |
| | | | | | SSO is now working much better | ||||
| * | IdP PHP : logout is working | Christophe Nowicki | 2004-09-07 | 8 | -22/+150 |
| | | |||||
| * | Added php sample-sp to the distribution. | Romain Chantereay | 2004-09-07 | 2 | -0/+10 |
| | | |||||
| * | PHP Idp Sample : | Christophe Nowicki | 2004-09-06 | 12 | -39/+613 |
| | | | | | | | - form for creating metadata - sso support - small README with installation instruction | ||||
| * | PHP IdP Sample : | Christophe Nowicki | 2004-09-01 | 8 | -0/+974 |
| | | | | | | | - setup system is working - user management (add, delete, etc ...) - sso login in progress | ||||
| * | Fix addProvider bug | Christophe Nowicki | 2004-09-01 | 1 | -1/+1 |
| | | |||||
| * | new version of the PHP service provider made with the new Swig PHP binding | Christophe Nowicki | 2004-08-31 | 8 | -0/+1051 |
| | | |||||
| * | REmoved now useless binding files. | Romain Chantereay | 2004-08-23 | 10 | -1246/+0 |
| | | | | | See attic for more information. | ||||
| * | Updated "Writing a SP" doc & PHP binding to Lasso API change. | Emmanuel Raviart | 2004-08-21 | 3 | -8/+8 |
| | | |||||
| * | Modified PHP bindings in an attempt to add new argument to method | Emmanuel Raviart | 2004-08-20 | 3 | -3/+3 |
| | | | | | lasso_build_authn_request_msg. | ||||
| * | new setup system | Christophe Nowicki | 2004-08-20 | 8 | -75/+162 |
| | | |||||
| * | Setup PHP Interface in progress ;0) | Christophe Nowicki | 2004-08-19 | 1 | -96/+172 |
| | | |||||
| * | logout | Christophe Nowicki | 2004-08-19 | 3 | -15/+57 |
| | | |||||
| * | PHP Binding : | Christophe Nowicki | 2004-08-19 | 2 | -11/+40 |
| | | | | | | | | Added lasso_profile_set_session_from_dump Now lasso_cast_to_profile take to different reources Sample SP : Logout in progress | ||||
| * | Rename install.php to setup.php | Christophe Nowicki | 2004-08-18 | 3 | -5/+53 |
| | | |||||
| * | Service Provider written in PHP (login is working and logout will work soon ;0) | Christophe Nowicki | 2004-08-18 | 8 | -0/+798 |
| | | |||||
| * | first php binding import | Christophe Nowicki | 2004-08-04 | 3 | -0/+166 |
