summaryrefslogtreecommitdiffstats
path: root/php
Commit message (Collapse)AuthorAgeFilesLines
...
* Swig: Added a patch to PHP, so that it handles correctly dynamic cast ofEmmanuel Raviart2005-01-091-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 Peters2005-01-091-6/+3
|
* port of perfs.c to PHP (it is surprisingly faster than the C version).Frederic Peters2005-01-081-0/+74
|
* don't use $< since it fails with BSD make.Frederic Peters2004-12-291-1/+1
|
* Commited Nicolas SWIG binding for WSF since he is on vacation.Frederic Peters2004-12-231-1/+1
|
* Updated list of files generated by SWIG in C# and Java bindings; fixed PHPFrederic Peters2004-12-212-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 useFrederic Peters2004-12-171-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 filesFrederic Peters2004-12-143-0/+9
|
* Group misc functions into misc.php on the idp and spChristophe Nowicki2004-09-2320-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 metadataChristophe Nowicki2004-09-232-0/+10
|
* fix problem with the sso, now the user can do more than one sso session.Christophe Nowicki2004-09-223-71/+125
|
* Added ProfileBrwsPostChristophe Nowicki2004-09-221-18/+36
|
* PHP session are stored in the databaseChristophe Nowicki2004-09-201-0/+86
|
* PHP session are now stored in the databaseChristophe Nowicki2004-09-2017-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 ProviderChristophe Nowicki2004-09-1716-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 Nowicki2004-09-1612-115/+258
|
* For multiple virtual hosts with certificat you need to set the CN.Christophe Nowicki2004-09-161-1/+5
| | | | It's fixed in the PHP sample README.
* README for the PHP samples is now complete. Can someone try it?Christophe Nowicki2004-09-162-31/+68
|
* Added sample xml metadata in the distributionChristophe Nowicki2004-09-1510-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 Nowicki2004-09-158-87/+332
| | | | | Every actions on the idp, sp will be logged inside the database, syslog a file.
* now the user list show federationsChristophe Nowicki2004-09-131-7/+60
|
* split source code of singleSignOn.php in many functionsChristophe Nowicki2004-09-136-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 Nowicki2004-09-107-18/+11
|
* Use header("Location: $url\n\n") instead of header("Location: $url")Christophe Nowicki2004-09-1011-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 selectChristophe Nowicki2004-09-083-1/+30
| | | | the authentification methode (HTTP Basic or HTML Form).
* please use spaces between variable names and valuesFrederic Peters2004-09-084-23/+12
|
* added edit sp metadata to the setup systemChristophe Nowicki2004-09-084-37/+102
|
* nice user browserChristophe Nowicki2004-09-081-7/+49
|
* oups ;(Christophe Nowicki2004-09-081-0/+11
|
* SOAP request read problem fixedChristophe Nowicki2004-09-084-108/+177
| | | | SSO is now working much better
* IdP PHP : logout is workingChristophe Nowicki2004-09-078-22/+150
|
* remove swig -noproxy option for PHPChristophe Nowicki2004-09-071-1/+1
|
* Added php sample-sp to the distribution.Romain Chantereay2004-09-073-0/+11
|
* PHP Idp Sample :Christophe Nowicki2004-09-0612-39/+613
| | | | | | - form for creating metadata - sso support - small README with installation instruction
* another serie of ignored filesFrederic Peters2004-09-022-0/+13
|
* things were overcomplicated; simplify a bit (for example the DEPDIR dirtyFrederic Peters2004-09-021-27/+10
| | | | | things was necessary because variables were overused; ask me for details if you want)
* PHP IdP Sample :Christophe Nowicki2004-09-018-0/+974
| | | | | | - setup system is working - user management (add, delete, etc ...) - sso login in progress
* Fix addProvider bugChristophe Nowicki2004-09-011-1/+1
|
* new version of the PHP service provider made with the new Swig PHP bindingChristophe Nowicki2004-08-318-0/+1051
|
* Serious rewrite of the automake file.Romain Chantereay2004-08-231-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 Chantereay2004-08-2328-4067/+0
| | | | See attic for more information.
* Now PHP Binding is handled by SWIG.Romain Chantereay2004-08-231-21/+23
|
* Bug correction in last PHP changes.Emmanuel Raviart2004-08-211-4/+3
|
* Updated "Writing a SP" doc & PHP binding to Lasso API change.Emmanuel Raviart2004-08-214-17/+17
|
* Modified PHP bindings in an attempt to add new argument to methodEmmanuel Raviart2004-08-204-8/+11
| | | | lasso_build_authn_request_msg.
* Modified PHP extension installation directory, now it is prefixed.Romain Chantereay2004-08-201-2/+1
|
* cleaned Makefile.am (I'm curious about the NULL= idiom; where did it come ↵Frederic Peters2004-08-201-9/+4
| | | | from ?)
* new setup systemChristophe Nowicki2004-08-208-75/+162
|
* Setup PHP Interface in progress ;0)Christophe Nowicki2004-08-191-96/+172
|
* more logical comparaisonChristophe Nowicki2004-08-191-1/+1
|