| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Helps building outside srcdir | Frederic Peters | 2006-03-21 | 1 | -1/+1 |
| | | |||||
| * | killed a chicken to restore swig voodoo; hope it is enough, I'm running out | Frederic Peters | 2006-03-20 | 1 | -10/+11 |
| | | | | | of virgins. | ||||
| * | bindings working with swig 1.3.27 | Frederic Peters | 2005-12-10 | 1 | -5/+0 |
| | | |||||
| * | don't patch a lasso_wrap.c that was not just generated by swig. | Frederic Peters | 2005-10-05 | 1 | -1/+2 |
| | | |||||
| * | swig files were split, dependencies needed to be updated | Frederic Peters | 2005-09-27 | 1 | -2/+2 |
| | | |||||
| * | ultra magic swig search&replace; compiles with new debian php packages (and | Frederic Peters | 2005-02-08 | 1 | -0/+7 |
| | | | | | old ones too) | ||||
| * | another php api change bites the dust | Frederic Peters | 2005-02-08 | 1 | -0/+3 |
| | | |||||
| * | first fix for debian php package abi changes; zend_register_internal_class_ex | Frederic Peters | 2005-02-08 | 1 | -0/+5 |
| | | | | | gained a mysterious parameter | ||||
| * | distribute patch_swig_output; it might come handy | Frederic Peters | 2005-02-08 | 1 | -1/+1 |
| | | |||||
| * | removed .bak file on clean | Frederic Peters | 2005-01-26 | 1 | -0/+4 |
| | | |||||
| * | no more php/examples/ subdir | Frederic Peters | 2005-01-25 | 1 | -1/+0 |
| | | |||||
| * | 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 | 33 | -46/+46 |
| | | |||||
| * | SWIG: Added yet another correction in generated PHP lasso_wrap.c for | Emmanuel Raviart | 2005-01-21 | 1 | -0/+6 |
| | | | | | handling of optional arguments. | ||||
| * | SWIG: Added patch for PHP lasso_wrap.c to correct handling of optional | Emmanuel Raviart | 2005-01-21 | 1 | -0/+11 |
| | | | | | arguments in methods. | ||||
| * | don't output licensing comment when starting perfs.php | Frederic Peters | 2005-01-20 | 2 | -7/+1 |
| | | |||||
| * | 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 |
| | | |||||
| * | Extracted the inheritance of nodes from SWIG in a separate file, to remove | Emmanuel Raviart | 2005-01-17 | 1 | -1/+2 |
| | | | | | | | its duplication in Lasso.i. Reorganized Lasso.i. | ||||
| * | SWIG: Renamed getitem to getItem. Idem for setitem. | Emmanuel Raviart | 2005-01-15 | 1 | -71/+71 |
| | | | | | | Java: Added a third binding test. PHP: Corrected header of binding test. | ||||
| * | Updated authors. | Emmanuel Raviart | 2005-01-15 | 3 | -4/+79 |
| | | | | | | | Changed authors & copyright in SWIG and unit tests headers. Extracted binding_tests.py from profiles_tests.py, so that each language has a binding specific test. | ||||
| * | Swig PHP: Added test to accept NULL for dynamic arguments. | Emmanuel Raviart | 2005-01-13 | 1 | -0/+87 |
| | | |||||
| * | Added program to test PHP binding. | Emmanuel Raviart | 2005-01-13 | 1 | -0/+199 |
| | | |||||
| * | Corrected patch to SWIG PHP output. | Emmanuel Raviart | 2005-01-13 | 1 | -4/+1 |
| | | |||||
| * | safe against unfound strings | Frederic Peters | 2005-01-13 | 2 | -0/+5 |
| | | |||||
| * | PHP Binding: Added support for NULL return value. | Emmanuel Raviart | 2005-01-13 | 1 | -18/+50 |
| | | |||||
| * | Corrected SWIG PHP output patch to be pre-C99 compatible. | Emmanuel Raviart | 2005-01-11 | 1 | -15/+4 |
| | | |||||
| * | integrate patch_swig_output.py in PHP swig module build process | Frederic Peters | 2005-01-10 | 1 | -0/+2 |
| | | |||||
| * | changed php swig patch script to use stdin and stdout | Frederic Peters | 2005-01-10 | 1 | -6/+4 |
| | | |||||
| * | 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 |
| | | |||||
