public
Description: Provides a single sign-on solution for web applications, implementing the server-end of JA-SIG's CAS protocol.
Homepage: http://code.google.com/p/rubycas-server/
Clone URL: git://github.com/gunark/rubycas-server.git
zuk (author)
Wed May 27 08:40:22 -0700 2009
commit  131742044869acf4339905c52038c346f85d2a3e
tree    44267bda4b3a81df637c8d675bdc2d82bf1ba690
parent  5c8e8e070c612963e396c2193f0e788949f10d2d
name age message
file .gitignore Wed May 06 07:57:13 -0700 2009 ignore pkg dir generated by hoe [zuk]
file CHANGELOG.txt Fri Apr 11 09:10:19 -0700 2008 moved CHANGELOG.txt to History.txt to make new ... [matt.zukowski]
file History.txt Wed May 06 07:10:35 -0700 2009 updated manifest for rake gem build; minor rewo... [zuk]
file LICENSE.txt Thu Dec 20 09:32:42 -0800 2007 fixed readme, license; preparing for 0.5.1 rele... [matt.zukowski]
file Manifest.txt Wed May 06 08:48:35 -0700 2009 added some additional missing files to manifest [zuk]
file PostInstall.txt Fri Sep 26 08:42:41 -0700 2008 updated newgem; now requires at least activerec... [matt.zukowski]
file README.rdoc Thu Nov 20 14:29:23 -0800 2008 updated copyright [zuk]
file Rakefile Fri Sep 26 08:42:41 -0700 2008 updated newgem; now requires at least activerec... [matt.zukowski]
directory bin/ Mon Apr 27 14:41:05 -0700 2009 use the load_picnic script for loading the Picn... [zuk]
file config.example.yml Wed May 06 12:27:16 -0700 2009 renamed the ticket expiry options to be more se... [zuk]
file config.ru Thu Apr 30 11:50:20 -0700 2009 - should now work with Passenger 2.2 thanks to ... [zuk]
directory config/ Wed May 06 15:22:06 -0700 2009 localization should be working again [zuk]
file custom_views.example.rb Wed Aug 22 19:42:59 -0700 2007 Added sample custom views file, may need to be ... [jzylks]
directory lib/ Loading commit data...
directory misc/ Thu Aug 23 14:41:06 -0700 2007 added diagram showing basic CAS sso mechanism ... [matt.zukowski]
directory po/ Wed May 06 15:22:06 -0700 2009 localization should be working again [zuk]
directory public/ Thu Apr 30 10:45:23 -0700 2009 if a favicon.png file exists in the current the... [zuk]
directory resources/ Thu Nov 20 13:36:33 -0800 2008 testing.. this should come through at zuk [zuk]
file rubycas-server.gemspec Wed May 06 10:56:47 -0700 2009 standardized foreign key column names for pgt/t... [zuk]
directory script/ Fri Sep 26 08:42:41 -0700 2008 updated newgem; now requires at least activerec... [matt.zukowski]
file setup.rb Thu Mar 08 15:22:43 -0800 2007 packaged as gem, ready for first public release... [matt.zukowski]
directory tasks/ Fri Nov 14 14:14:04 -0800 2008 localization! (thanks to Antono Vasiljev) git-... [matt.zukowski]
directory test/ Wed May 27 08:40:22 -0700 2009 added some basic testing for clean_service_url ... [zuk]
directory vendor/ Thu Dec 20 11:11:50 -0800 2007 switched to use Picnic git-svn-id: https://rub... [matt.zukowski]
directory website/ Fri Sep 26 08:42:41 -0700 2008 updated newgem; now requires at least activerec... [matt.zukowski]
README.rdoc

RubyCAS-Server

Copyright:Portions contributed by Matt Zukowski are copyright © 2008 Urbacon Ltd. Other portions are copyright of their respective authors.
Authors:See github.com/gunark/rubycas-server/commits/
Homepage:rubycas-server.googlecode.com

For info and installation instructions please see code.google.com/p/rubycas-server

License

RubyCAS-Server is free software; you can redistribute it and/or modify it under the terms of the GNU Lesser General Public License as published by the Free Software Foundation; either version 2 of the License, or (at your option) any later version.

RubyCAS-Server is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details.

You should have received a copy of the GNU Lesser General Public License along with RubyCAS-Server; if not, write to the Free Software Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA