I just released the first BETA version of the long-time coming, Viewpoint 1.0.0. Give it a shot and submit some pull requests or issues. Viewpoint Github page
zenchild — 14 posts
I am currently re-writing the Viewpoint for Exchange Web Services gem and was hoping to get some use-cases from people so I know better how to drive the features. If you use the gem I would appreciate your input over here. Especially if you have any stories of scaling with it. Many Thanks!.
I just pushed out version 0.5.0 of viewpoint-spws; a rewrite of the previously named viewpoint_spws library. It allows one to talk to Sharepoint through its web services. There is still a lot that needs to be done but the library allows for some basic List manipulation. Viewpoint-SPWS
I just pushed out version 1.1.0 of the Ruby GSSAPI library.
Changes include:
* cleaner loading of MIT or Heimdal libraries (your choice)
* Added support for Ruby 1.8.x because of requests to do so.
* Some minor fixes and improvements to the Simple wrapper
* additional examples
Changes include:
* cleaner loading of MIT or Heimdal libraries (your choice)
* Added support for Ruby 1.8.x because of requests to do so.
* Some minor fixes and improvements to the Simple wrapper
* additional examples
Re-license Ruby-GSSAPI bitly.com
I just re-licensed Ruby-GSSAPI under the MIT license.
http://bitly.com/ruby_gssapi
http://bitly.com/ruby_gssapi
The capistrano_winrm extension just reached version 1. It allows for finer-grained connections to Windows servers as well as Kerberos authentication and encryption to remote boxes on an Active Directory domain. More info here.
Ruby WinRM v1.0rc1 bit.ly
Just pushed out version 1.0rc1 of the Ruby WinRM gem. With it you can run a Windows cmd shell or powershell scripts from Linux or MacOS. This version brings a lot of new features including Krb5 authentication and message encryption for Active Directory connected hosts. Instead of the WinRM service configuration that was once needed with the prior gem you can now simply do a 'winrm quickconfig' on the Windows node and you're off. gem install winrm --version=1.0.0rc1 or check it out on github: http://bit.ly/ruby_winrm
Just published a blog post on creating a Kerberized client/server app in Ruby http://bit.ly/blog_rubygssapi
GSSAPI gem for Ruby bit.ly
Just release a GSSAPI for Ruby: gssapi on Github
It supports GSS Authentication via Kerberos as well as encrypted message passing.
It supports GSS Authentication via Kerberos as well as encrypted message passing.
Just published a gem that allows you to use WinRM for MS Windows systems in Capistrano: http://bit.ly/blog_winrm_cap
How I learned to stop worrying and manage Windows from Linux.
http://bit.ly/blog_winrm_part1
http://bit.ly/blog_winrm_part1
I just launched a BETA release of my newly improved Exchange Web Services library, Viewpoint. The blog post can be found here: http://bit.ly/d7zwHZ
I just posted a blog about using OpenSSL to do string/file encryption => OpenSSL String Encryption.
