Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | Swig: Added a patch to PHP, so that it handles correctly dynamic cast of | Emmanuel Raviart | 2005-01-09 | 1 | -0/+129 | |
| | | | | | function results. [Note: Patch is not integrated in Makefile.am.] | |||||
* | removed hack to get to lib; it doesn't seem to work elsewhere. | Frederic Peters | 2005-01-09 | 1 | -6/+3 | |
| | ||||||
* | port of perfs.c to PHP (it is surprisingly faster than the C version). | Frederic Peters | 2005-01-08 | 1 | -0/+74 | |
| | ||||||
* | don't use $< since it fails with BSD make. | Frederic Peters | 2004-12-29 | 1 | -1/+1 | |
| | ||||||
* | Commited Nicolas SWIG binding for WSF since he is on vacation. | Frederic Peters | 2004-12-23 | 1 | -1/+1 | |
| | ||||||
* | 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. | |||||
* | Isolated CFLAGS to be used when compiling Lasso in LASSO_CORE_CFLAGS; don't use | Frederic Peters | 2004-12-17 | 1 | -1/+1 | |
| | | | | | those when compiling tests in order to catch errors in headers. Also moved a few things in header files; need more thinking about 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 | 4 | -23/+12 | |
| | ||||||
* | 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 | |
| | ||||||
* | remove swig -noproxy option for PHP | Christophe Nowicki | 2004-09-07 | 1 | -1/+1 | |
| | ||||||
* | Added php sample-sp to the distribution. | Romain Chantereay | 2004-09-07 | 3 | -0/+11 | |
| | ||||||
* | PHP Idp Sample : | Christophe Nowicki | 2004-09-06 | 12 | -39/+613 | |
| | | | | | | - form for creating metadata - sso support - small README with installation instruction | |||||
* | another serie of ignored files | Frederic Peters | 2004-09-02 | 2 | -0/+13 | |
| | ||||||
* | things were overcomplicated; simplify a bit (for example the DEPDIR dirty | Frederic Peters | 2004-09-02 | 1 | -27/+10 | |
| | | | | | things was necessary because variables were overused; ask me for details if you want) | |||||
* | 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 | |
| | ||||||
* | Serious rewrite of the automake file. | Romain Chantereay | 2004-08-23 | 1 | -12/+16 | |
| | | | | | | | | 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. | |||||
* | REmoved now useless binding files. | Romain Chantereay | 2004-08-23 | 28 | -4067/+0 | |
| | | | | See attic for more information. | |||||
* | Now PHP Binding is handled by SWIG. | Romain Chantereay | 2004-08-23 | 1 | -21/+23 | |
| | ||||||
* | Bug correction in last PHP changes. | Emmanuel Raviart | 2004-08-21 | 1 | -4/+3 | |
| | ||||||
* | Updated "Writing a SP" doc & PHP binding to Lasso API change. | Emmanuel Raviart | 2004-08-21 | 4 | -17/+17 | |
| | ||||||
* | Modified PHP bindings in an attempt to add new argument to method | Emmanuel Raviart | 2004-08-20 | 4 | -8/+11 | |
| | | | | lasso_build_authn_request_msg. | |||||
* | Modified PHP extension installation directory, now it is prefixed. | Romain Chantereay | 2004-08-20 | 1 | -2/+1 | |
| | ||||||
* | cleaned Makefile.am (I'm curious about the NULL= idiom; where did it come ↵ | Frederic Peters | 2004-08-20 | 1 | -9/+4 | |
| | | | | from ?) | |||||
* | 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 | |
| | ||||||
* | more logical comparaison | Christophe Nowicki | 2004-08-19 | 1 | -1/+1 | |
| |