OSSP CVS Repository

ossp - History for /ossp-pkg/ase/ase.cgi.main.pl
Not logged in
[Honeypot]  [Browse]  [Home]  [Login]  [Reports
[Search]  [Ticket]  [Timeline
  [Directory]  [Show Milestones

DateVersion Description
2007-Apr-14 22:59    1.56    Check-in [5930]: ops, this should have been not committed, of course By rse. (diff)
2007-Apr-14 22:55    1.55    Check-in [5928]: Provide a first cut for an Apache 1.3.x mod_ase module which on-the-fly parses the ASE-CERT cookie, validates its signature and in case it is valid converts the certificate information into CGI environment variables. By rse. (diff)
2007-Apr-14 21:40    1.54    Check-in [5925]: use HTTP Host header first By rse. (diff)
2007-Apr-14 21:02    1.53    Check-in [5922]: remove more warnings By rse. (diff)
2007-Apr-13 19:36    1.52    Check-in [5911]: make session expiry configurable and display it on logout By rse. (diff)
2007-Apr-13 19:27    1.51    Check-in [5909]: cleanup logout function naming and source code order By rse. (diff)
2007-Apr-13 19:24    1.50    Check-in [5908]: cleanup naming of functions By rse. (diff)
2007-Apr-13 13:58    1.49    Check-in [5899]: Disable Tooltips for MSIE as it causes some fields to disappear (seems to be a bug related to z-index). By rse. (diff)
2007-Apr-12 23:28    1.48    Check-in [5891]: Provide a low-level "dump" RPC for remote dumping the membership records of the database. Authentication is done via simple pre-shared secret. By rse. (diff)
2007-Apr-12 16:04    1.47    Check-in [5889]: use ASE-SID in companion to ASE-CERT for the session id By rse. (diff)
2007-Apr-12 16:00    1.46    Check-in [5887]: Allow ASE-CERT cookies to be set for local and third-party websites, containing a certificate for the authenticated user. By rse. (diff)
2007-Apr-10 21:49    1.45    Check-in [5873]: Fix IO::All usage under newer versions of IO::All (>= 0.37) where IO::All::io() has to be called without package prefix. By rse. (diff)
2007-Apr-06 22:45    1.44    Check-in [5867]: fix XHTML By rse. (diff)
2007-Apr-05 12:34    1.43    Check-in [5847]: be more harmless by waiting longer before popping up tooltips By rse. (diff)
2007-Apr-05 11:41    1.42    Check-in [5843]: Add tooltips to Login, Enrollment and Recovery workflow. By rse. (diff)
2007-Apr-04 22:46    1.41    Check-in [5841]: Switch the login workflow implementation from multiple dispatch functions to a single dispatch function. By rse. (diff)
2007-Apr-04 22:40    1.40    Check-in [5840]: cleanup scode code By rse. (diff)
2007-Apr-04 22:38    1.39    Check-in [5839]: Switch the enrollment workflow implementation from multiple dispatch functions to a single dispatch function. By rse. (diff)
2007-Apr-04 17:44    1.38    Check-in [5836]: Perform session validation check to make sure that after an account is deleted from the database ("resign"), any still open browser sessions immediately become "logged out". By rse. (diff)
2007-Apr-04 16:13    1.37    Check-in [5827]: o Move requirement regular expressions from code to configuration. o Allow arbitrary configured notice messages to be displayed on entitlement and resign pages. o Small markup and text cleanups. o Put button for reaching login page onto entitlement page where the user waits for the email. By rse. (diff)
2007-Mar-30 21:09    1.36    Check-in [5824]: fix HTML page loading By rse. (diff)
2007-Mar-30 20:24    1.35    Check-in [5818]: Add first cut for "heartbeat" functionality which allows us to automatically get rid of ancient accounts. By rse. (diff)
2007-Mar-30 12:09    1.34    Check-in [5811]: provide minimum installation procedure By rse. (diff)
2007-Mar-30 11:36    1.33    Check-in [5806]: rename ase.css to ase.ui.css and ase.html to ase.ui.html to bundle all user interface stuff together in the same filesystem prefix namespace By rse. (diff)
2007-Mar-30 10:51    1.32    Check-in [5801]: move blacklist into config file By rse. (diff)
2007-Mar-29 10:42    1.31    Check-in [5784]: polish the canvas style By rse. (diff)
2007-Mar-28 21:44    1.30    Check-in [5781]: o Add some JavaScript based user-interface experience improvement by rendering a open/close black/red/green lock at the right side of the password login field to on-the-fly indicate to the user whether the password field content is (already or still not) secure for transmission.

o Add support for secure password transaction via plain HTTP by calculating the SHA-1 digest "sha1(pw)" of the password "pw" on the client-side with JavaScript and sending "SHA1:"+sha1(pw) instead of "pw" to the server via HTTP.

The JavaScript code is based on jQuery and a subset of RSE's forthcoming jscrypto library. By rse. (diff)

2007-Mar-23 10:23    1.29    Check-in [5766]: implement instant notifications By rse. (diff)
2007-Mar-22 14:39    1.28    Check-in [5734]: move shared menu code into own file and rename overview to profile By rse. (diff)
2007-Mar-21 08:35    1.27    Check-in [5725]: cleanup recovery stub By rse. (diff)
2007-Mar-20 22:22    1.26    Check-in [5722]: Add resign functionality. By rse. (diff)
2007-Mar-20 21:49    1.25    Check-in [5719]: use strict XHTML, please By rse. (diff)
2007-Mar-20 18:42    1.24    Check-in [5712]: replace more hard-coded things By rse. (diff)
2007-Mar-20 18:39    1.23    Check-in [5711]: Switch database access code from plain DBI to DBIx::Simple. By rse. (diff)
2007-Mar-20 18:05    1.22    Check-in [5708]: fix config stuff By rse. (diff)
2007-Mar-19 22:07    1.21    Check-in [5704]: add support for an OSSP::cfg based config file ase.cfg and move out the name (which has to be different at least on OpenPKG.org) By rse. (diff)
2007-Mar-19 21:13    1.20    Check-in [5703]: bump year in copyright messages By rse. (diff)
2005-Nov-23 18:56    1.19    Check-in [5324]: add caching of externally loaded resources in order to speed up OSSP ase server part again By rse. (diff)
2005-Nov-23 17:28    1.18    Check-in [5323]: speed up processing of OSSP ase server by performing a lazy/deferred loading of half of the extension modules By rse. (diff)
2005-Nov-23 15:28    1.17    Check-in [5321]: major overhaul of client side (again) By rse. (diff)
2005-Nov-22 17:12    1.16    Check-in [5319]: major overhaul of server canvas processing and major cleanups of client side By rse. (diff)
2005-Nov-22 14:38    1.15    Check-in [5317]: fix cookie handling, output content-length headers, etc By rse. (diff)
2005-Nov-22 11:29    1.14    Check-in [5316]: correctly shutdown objects, else at least CGI::Session dumps core when writing the session to disk By rse. (diff)
2005-Nov-21 22:29    1.13    Check-in [5307]: flush work of this evening: cleanups and fixes By rse. (diff)
2005-Nov-21 18:30    1.12    Check-in [5306]: add identification to HTTP response, too By rse. (diff)
2005-Nov-21 10:07    1.11    Check-in [5301]: finally fix the URL rewritings during canvas embedding By rse.
2005-Nov-16 14:13    1.10    Check-in [5299]: ok, flush my work until now: intended functionality is fully hammered in; initial redirects from application to ASE work; embedding of ASE into application screen work, etc By rse. (diff)
2005-Nov-10 08:54    1.9    Check-in [5294]: use OSSP::ase::server as package and print program name in error message By rse. (diff)
2005-Nov-09 23:49    1.8    Check-in [5293]: add initial cut for RPC By rse. (diff)
2005-Nov-09 17:46    1.7    Check-in [5290]: DB_File is no longer needed and replace home-brewn switchto() function with forward() from CGI::Application::Plugin::Forward By rse. (diff)
2005-Nov-09 17:20    1.6    Check-in [5288]: CGI::Session::Driver::sqlite now works, so switch to using it and provide a minimum embed canvas mode By rse. (diff)
2005-Nov-09 17:02    1.5    Check-in [5287]: fix name under CGI::Session 4.0 world order By rse. (diff)
2005-Aug-29 19:35    1.4    Check-in [5113]: provide an OpenPKG independent default webpage By rse. (diff)
2005-Aug-29 17:23    1.3    Check-in [5110]: apply strict XHTML rendering and allow better website embedding By rse. (diff)
2005-Aug-29 14:43    1.2    Check-in [5107]: add loader functionality and use it to reference files By rse. (diff)
2005-Aug-29 10:25    1.1    Check-in [5106]: split rather large ASE into smaller chunks By rse.

CVSTrac 2.0.1