Sha256: 739e304f177e9bf0c537e67dfe4a78f10d23221d2676070126113a6428cd6fc7

Contents?: true

Size: 623 Bytes

Versions: 23

Compression:

Stored size: 623 Bytes

Contents

= Ruby/NTLM -- NTLM Authentication Library for Ruby

Ruby/NTLM provides message creator and parser for the NTLM authentication.

Some features:
* Independent from non-standard Ruby libraries.
* Supports NTLM and NTLMv2 reponses.

== Simple Example

* Creating NTLM Type 1 message

   t1 = NTLM::Message::Type1.new()

* Parsing NTLM Type 2 message from server

   t2 = NTLM::Message.parse(message_from_server)

* Creating NTLM Type 3 message

   t3 = t2.response({:user => 'user', :password => 'passwd'})

== Support

You can find Ruby/NTLM RubyForge page at http://rubyforge.org/projects/rubyntlm.

Version data entries

23 entries across 23 versions & 11 rubygems

Version Path
husc-0.2.1 vendor/bundle/gems/ntlm-http-0.1.1/README
husc-0.2.0 vendor/bundle/gems/ntlm-http-0.1.1/README
husc-0.1.1 vendor/bundle/gems/ntlm-http-0.1.1/README
husc-0.1.0 vendor/bundle/gems/ntlm-http-0.1.1/README
vagrant-tiktalik-0.0.3 vendor/bundle/ruby/2.0.0/gems/rubyntlm-0.1.1/README
frameworks-capybara-0.2.0.rc6 vendor/bundle/ruby/1.8/gems/ntlm-http-0.1.1/README
frameworks-capybara-0.2.0.rc5 vendor/bundle/ruby/1.8/gems/ntlm-http-0.1.1/README
frameworks-capybara-0.2.0.rc4 vendor/bundle/ruby/1.8/gems/ntlm-http-0.1.1/README
frameworks-capybara-0.2.0.rc3 vendor/bundle/ruby/1.8/gems/ntlm-http-0.1.1/README
frameworks-capybara-0.2.0.rc2 vendor/bundle/ruby/1.8/gems/ntlm-http-0.1.1/README
domo-0.0.5 vendor/bundle/ruby/1.9.1/gems/ntlm-http-0.1.1/README
search_biomodel-1.0.0 search_biomodel/ruby/1.8/gems/pyu-ntlm-http-0.1.3.1/README
xaop-ntlm-http-0.1.1.2 README
pyu-ntlm-http-0.1.3.1 README
pyu-ntlm-http-0.1.3 README
pyu-ntlm-http-0.1.2.1 README
johnreitano-ntlm-http-0.1.1.2 README
johnreitano-ntlm-http-0.1.1 README
johnreitano-ntlm-http-0.1.1.1 README
pyu-ntlm-http-0.1.1.1 README