Subversion Repositories oidplus

Rev

Go to most recent revision | Show changed files | Details | Compare with Previous | Blame | RSS feed

Filtering Options

Rev Age Author Path Log message Diff
511 2021-01-18 01:13:07 daniel-marschall /trunk/ Security: Added "INSIDE_OIDPLUS" constant to include files to avoid generating error messages when an include file is accessed directly
Updated copyright notices to 2021
 
461 2020-11-04 22:30:07 daniel-marschall /trunk/  
459 2020-11-04 14:32:51 daniel-marschall /trunk/ New class: OIDplusRAAuthInfo  
458 2020-10-27 15:54:15 daniel-marschall /trunk/  
457 2020-10-27 15:32:00 daniel-marschall /trunk/ Various smaller security tweaks  
453 2020-10-26 14:21:59 daniel-marschall /trunk/ Security: Auth-Plugins now also generate hashes.
Security: New setting to select default RA hashing algorithm.
Security: New auth plugin A3 "BCrypt".
 
277 2020-04-25 02:27:11 daniel-marschall /trunk/ Introducing new plugin architecture (manifest.ini)  
224 2020-03-19 20:32:14 daniel-marschall /trunk/ OIDplus now automatically registeres the plugins. The plugins do not need to register themselves through the singleton.  
222 2020-03-19 15:13:37 daniel-marschall /trunk/ Plugins now contain following information: name, version, author, description; visible in admin area  
221 2020-03-18 17:40:03 daniel-marschall /trunk/ New plugin type "RA authentication plugin"