Commit Graph

  • 0ccf5d468e remove debug code <bdauvergne@entrouvert.com> 1207329425 +0200 2008-04-04 19:17:05 +0200
  • f921077901 separate instal into 2 new targets: install-files and install-directories, useful to update local install when debugging <bdauvergne@entrouvert.com> 1207327682 +0200 2008-04-04 18:48:02 +0200
  • 8d3648aeb7 remove suggestion by sylvain for lasso_lib position <bdauvergne@entrouvert.com> 1207327648 +0200 2008-04-04 18:47:28 +0200
  • 13de6a0438 do not bork when config file is absent <bdauvergne@entrouvert.com> 1207327452 +0200 2008-04-04 18:44:12 +0200
  • 69511a0c54 * new class to store future HTTP request. <bdauvergne@entrouvert.com> 1207326860 +0200 2008-04-04 18:34:20 +0200
  • 0938ce9219 * start of a endpoint class * add a new session parameter LogoutMethod, to store a way to make logout, like an HttpRequest <bdauvergne@entrouvert.com> 1207326812 +0200 2008-04-04 18:33:32 +0200
  • b8fb24273b fix include path for a debia install <bdauvergne@entrouvert.com> 1207326545 +0200 2008-04-04 18:29:05 +0200
  • 2f84b62f55 remove all superfluous error handling code, handling of error code only where necessary <bdauvergne@entrouvert.com> 1207326377 +0200 2008-04-04 18:26:17 +0200
  • 2091b68c0b fix packaging problems <bdauvergne@entrouvert.com> 1207326322 +0200 2008-04-04 18:25:22 +0200
  • aa62025e5d restore default datadir <bdauvergne@entrouvert.com> 1207326289 +0200 2008-04-04 18:24:49 +0200
  • 3b026c8610 * fixed default usage of DummySession ind endpoints/saml2/login and federate. * improve AutoPersistent->findFederation(..): try all the possible source of federation inline: first the nameId in the profile object, then the userId if present, finally the nameIDs extracted from the dump. * add i/o error handling to LassoSPKitConfig and comments * add a promp for the config key 'default_return_url' in LassoSPKitConfigGen * add new loggin functions: lassospkit_errlog and lassospkit_infolog. Positive error code from lasso should result in an infolog message. * import an error handler from php.net but don't use it by default. * LassoSPKitSaml2: handle SOAP nidmanagement request, move keep/restoreProfile to common class. * multi federation works, slo soap works (but signature verification is wrong) and defederation soap also. <bdauvergne@entrouvert.com> 1206981455 +0200 2008-03-31 18:37:35 +0200
  • 055fb75096 * propagate change in public_api <bdauvergne@entrouvert.com> 1206975055 +0200 2008-03-31 16:50:55 +0200
  • 561f5d206a remove debuglog line <bdauvergne@entrouvert.com> 1206975040 +0200 2008-03-31 16:50:40 +0200
  • aa12c5dc64 add nameidmanagement idp initiated soap <bdauvergne@entrouvert.com> 1206975001 +0200 2008-03-31 16:50:01 +0200
  • 3b770e28d0 remove double .php <bdauvergne@entrouvert.com> 1206974976 +0200 2008-03-31 16:49:36 +0200
  • 8d91b92202 fix typo, add return <bdauvergne@entrouvert.com> 1206965400 +0200 2008-03-31 14:10:00 +0200
  • 0daab03bd6 change _redirect suffi to _url, add new public api lassospkit_configure_url <bdauvergne@entrouvert.com> 1206962498 +0200 2008-03-31 13:21:38 +0200
  • cf5c82d67f explode when datadir is not configure, mkdir datadir if not existent <bdauvergne@entrouvert.com> 1206962159 +0200 2008-03-31 13:15:59 +0200
  • fbf4835ae0 merge of contributions from Sylvain Beucler * Makefile: remove ending slash from dest directories, set owner of data directory to www-data * saml2.php: use baseUrl config key as baseUrl for generating metadatas * fix orthographe accés => accès * locate lasso.php using init_get('extension_dir') * add handling of .php extension fo lassospkit_configgen.inc.ph <bdauvergne@entrouvert.com> 1206961631 +0200 2008-03-31 13:07:11 +0200
  • e93b9286e8 * config: add a new config key 'showExtension' default is 1 and means that every URL to endpoints should contain the '.php' extension. If MultiView is configured you can set it to 0. * metadata: honor the showExtension configuration flag. <bdauvergne@entrouvert.com> 1206961329 +0200 2008-03-31 13:02:09 +0200
  • 28eab18f22 remove debug code <bdauvergne@entrouvert.com> 1206728195 +0100 2008-03-28 19:16:35 +0100
  • ebb0a8b09d replace isset by array_key_exists <bdauvergne@entrouvert.com> 1206728179 +0100 2008-03-28 19:16:19 +0100
  • 1708a24d6e fix the cookie path <bdauvergne@entrouvert.com> 1206728133 +0100 2008-03-28 19:15:33 +0100
  • 3604b913d3 add a .ini loader in lassospkit_config.inc.php <bdauvergne@entrouvert.com> 1206724781 +0100 2008-03-28 18:19:41 +0100
  • be331ab5c1 bump version to 0.2 <bdauvergne@entrouvert.com> 1206722856 +0100 2008-03-28 17:47:36 +0100
  • 57ce2df5b0 use a GET parameter instead of a session variable to transmit return_url <bdauvergne@entrouvert.com> 1206722837 +0100 2008-03-28 17:47:17 +0100
  • b2cd02f414 esthetic change <? instead of <?php <bdauvergne@entrouvert.com> 1206722804 +0100 2008-03-28 17:46:44 +0100
  • 552be0afc8 add new config keys <bdauvergne@entrouvert.com> 1206722747 +0100 2008-03-28 17:45:47 +0100
  • 4970271796 set the cookie early by getting the Singleton object <bdauvergne@entrouvert.com> 1206722720 +0100 2008-03-28 17:45:20 +0100
  • b5b13bbf97 update of todos <bdauvergne@entrouvert.com> 1206640091 +0100 2008-03-27 18:48:11 +0100
  • d6ee2168f5 do not reset id before deleting the file associated with id <bdauvergne@entrouvert.com> 1206640082 +0100 2008-03-27 18:48:02 +0100
  • 2fad124bd8 move logging at appropriate place <bdauvergne@entrouvert.com> 1206640055 +0100 2008-03-27 18:47:35 +0100
  • 494d8a262d remove a file before overwriting it with file_put_contents <bdauvergne@entrouvert.com> 1206639877 +0100 2008-03-27 18:44:37 +0100
  • ca28cd7cf9 remove debugging code <bdauvergne@entrouvert.com> 1206637048 +0100 2008-03-27 17:57:28 +0100
  • 5be399607d * test userid fonction <bdauvergne@entrouvert.com> 1206635693 +0100 2008-03-27 17:34:53 +0100
  • cb2471d7b1 handle error in the binding <bdauvergne@entrouvert.com> 1206635686 +0100 2008-03-27 17:34:46 +0100
  • 4fe204832f absent cookie file means logout, so change cookie id <bdauvergne@entrouvert.com> 1206635648 +0100 2008-03-27 17:34:08 +0100
  • 9cc9126f21 forgotten in last rev <bdauvergne@entrouvert.com> 1206635591 +0100 2008-03-27 17:33:11 +0100
  • 2c61e720ad do not clober the existing userid if present when loading federation informations <bdauvergne@entrouvert.com> 1206635559 +0100 2008-03-27 17:32:39 +0100
  • b8f8189c2b * remove all session_start() * execute session_start() in lassospkit_utils_session if $use_session == 1 * in endpoints/saml2 if an exception occur use it as the error message and return to the error relaystate * in autopersistent use the userID as a key if nothing else * add a timeout for lasso own session of 1 hour <bdauvergne@entrouvert.com> 1206634136 +0100 2008-03-27 17:08:56 +0100
  • f9dccf39fb * add parameter to set_user_id <bdauvergne@entrouvert.com> 1206633987 +0100 2008-03-27 17:06:27 +0100
  • db0c492287 slo idp initiated still not working <bdauvergne@entrouvert.com> 1206630442 +0100 2008-03-27 16:07:22 +0100
  • 770ff3e143 do not use the PHP session, implement our own <bdauvergne@entrouvert.com> 1206630374 +0100 2008-03-27 16:06:14 +0100
  • b107ec0b7e ajout des anciens logs <bdauvergne@entrouvert.com> 1206618754 +0100 2008-03-27 12:52:34 +0100
  • 4cebb47113 premier commit <bdauvergne@entrouvert.com> 1206618689 +0100 2008-03-27 12:51:29 +0100