7
I Use This!
Inactive

Commits : Listings

Analyzed about 12 hours ago. based on code collected about 12 hours ago.
Feb 28, 2025 — Feb 28, 2026
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
When an authentication failure occurs (because the user submitted invalid credentials or the login ticket is missing), the server now returns a 401 (Unauthorized) response instead of 200.
Matt Zukowski
as matt.zukowski
More... about 18 years ago
now that we've switched to picnic, casserver.rb is no longer runnable on it's own... must be launched by picnic
Matt Zukowski
as matt.zukowski
More... about 18 years ago
use SHA256 instead of SHA1
Matt Zukowski
as matt.zukowski
More... about 18 years ago
added note about SQLEncrypted
Matt Zukowski
as matt.zukowski
More... about 18 years ago
added SQLEncrypted authenticator (thanks to Ben Mabey)
Matt Zukowski
as matt.zukowski
More... about 18 years ago
more robust loading of picnic gem
Matt Zukowski
as matt.zukowski
More... about 18 years ago
added note about Picnic dependency
Matt Zukowski
as matt.zukowski
More... about 18 years ago
updated manifest
Matt Zukowski
as matt.zukowski
More... about 18 years ago
switched to use Picnic
Matt Zukowski
as matt.zukowski
More... about 18 years ago
git-svn-id: https://rubycas-server.googlecode.com/svn/trunk@196 fffcb96a-a727-0410-ad3e-7b35c796b8d7
Matt Zukowski
as matt.zukowski
More... about 18 years ago
releasing version 0.5.1
Matt Zukowski
as matt.zukowski
More... about 18 years ago
fixed readme, license; preparing for 0.5.1 release
Matt Zukowski
as matt.zukowski
More... about 18 years ago
added missing vendor files to manifest
Matt Zukowski
as matt.zukowski
More... over 18 years ago
fixed typo
Matt Zukowski
as matt.zukowski
More... over 18 years ago
changed to correct license preamble (should be LGPL not GPL)
Matt Zukowski
as matt.zukowski
More... over 18 years ago
- switched to Crypt::ISAAC for generating random ticket strings - crypt-isaac_0.9.1 is bundled with rubycas-server
Matt Zukowski
as matt.zukowski
More... over 18 years ago
releasing 0.5.0
Matt Zukowski
as matt.zukowski
More... over 18 years ago
added note about fixed MySQL example config
Matt Zukowski
as matt.zukowski
More... over 18 years ago
database configuration parameter should be 'host:', not 'server:' -- fixes #22
Matt Zukowski
as matt.zukowski
More... over 18 years ago
- webrick can now launch with SSL disabled - fixed glaring issue with login form action not being set correctly in many cases
Matt Zukowski
as matt.zukowski
More... over 18 years ago
updated changelog with info about gatewayed logouts
Matt Zukowski
as matt.zukowski
More... over 18 years ago
more explicit check for the gateway value
Matt Zukowski
as matt.zukowski
More... over 18 years ago
if gateway, then logout now redirects back to service after doing its business, as requested in issue #18
Matt Zukowski
as matt.zukowski
More... over 18 years ago
now works correctly when no ldap filter is specified; fixes #20
Matt Zukowski
as matt.zukowski
More... over 18 years ago
table names have been shortened to work with Oracle; fixes #15
Matt Zukowski
as matt.zukowski
More... over 18 years ago
added small note explaining fall-through authenticator functionality
Matt Zukowski
as matt.zukowski
More... over 18 years ago
these directories shouldn't have been committed...
Matt Zukowski
as matt.zukowski
More... over 18 years ago
camping-1.5.180 is now bundled with rubycas-server... this will be the case until .180 is officially released; resolves #14
Matt Zukowski
as matt.zukowski
More... over 18 years ago
added diagram showing basic CAS sso mechanism
Matt Zukowski
as matt.zukowski
More... over 18 years ago
Added sample custom views file, may need to be more fleshed out More... over 18 years ago