[lnkForumImage]
TotalShareware - Download Free Software

Confronta i prezzi di migliaia di prodotti.
Asp Forum
 Home | Login | Register | Search 


 

Forums >

comp.lang.ruby

[ANN] ruby-kerberos

snacktime

9/20/2006 5:59:00 PM

I just put up a first release of kerberos bindings for ruby on
rubyforge. The distribution is just a tarball with an extconf.rb, the
c extension, some basic rdocs, and examples in example.rb. License is
BSD. This is for MIT kerberos only. Tested on Freebsd with kerberos
5-1.4.3. Compiled and minimally tested on linux. I have no windows
compiler or experience using one, but if someone wants to contribute a
win32 binary I'll be happy to put it up.

http://rubyforge.org/proj...

1 Answer

snacktime

9/20/2006 6:03:00 PM

0

Forgot to mention. It might be a good idea to look at my code before
using it. This is basically my first C program, so I'm not at all
sure it's safe to use and won't blow up on you in some nasty way.

Enjoy!