debian/0000755000000000000000000000000012204750162007165 5ustar debian/rules0000755000000000000000000000070111706454355010256 0ustar #!/usr/bin/make -f #export DH_VERBOSE=1 # # Uncomment to ignore all test failures (but the tests will run anyway) #export DH_RUBY_IGNORE_TESTS=all # # Uncomment to ignore some test failures (but the tests will run anyway). # Valid values: #export DH_RUBY_IGNORE_TESTS=ruby1.8 ruby1.9.1 require-rubygems # # If you need to specify the .gemspec (eg there is more than one) #export DH_RUBY_GEMSPEC=gem.gemspec %: dh $@ --buildsystem=ruby --with ruby debian/watch0000644000000000000000000000014511706454355010231 0ustar version=3 http://pkg-ruby-extras.alioth.debian.org/cgi-bin/gemwatch/rubyntlm .*/rubyntlm-(.*).tar.gz debian/source/0000755000000000000000000000000011706454355010500 5ustar debian/source/format0000644000000000000000000000001411706454355011706 0ustar 3.0 (quilt) debian/ruby-rubyntlm.docs0000644000000000000000000000000711706454355012702 0ustar README debian/copyright0000644000000000000000000000667712160614607011144 0ustar Format: http://www.debian.org/doc/packaging-manuals/copyright-format/1.0/ Upstream-Name: rubyntlm Source: http://rubyforge.org/projects/rubyntlm Files: * Copyright: © 2005,2006 yrock © 2006 Minero Aoki © 2006 Kohei Kajimoto License: GPL or Ruby Files: debian/* Copyright: 2012 Gunnar Wolf License: GPL License: GPL This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation. . This program 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 General Public License along with this package; if not, write to the Free Software Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA . On Debian systems, the full text of the GNU General Public License can be found in the file `/usr/share/common-licenses/GPL'. License: Ruby 1. You may make and give away verbatim copies of the source form of the software without restriction, provided that you duplicate all of the original copyright notices and associated disclaimers. . 2. You may modify your copy of the software in any way, provided that you do at least ONE of the following: . a) place your modifications in the Public Domain or otherwise make them Freely Available, such as by posting said modifications to Usenet or an equivalent medium, or by allowing the author to include your modifications in the software. . b) use the modified software only within your corporation or organization. . c) rename any non-standard executables so the names do not conflict with standard executables, which must also be provided. . d) make other distribution arrangements with the author. . 3. You may distribute the software in object code or executable form, provided that you do at least ONE of the following: . a) distribute the executables and library files of the software, together with instructions (in the manual page or equivalent) on where to get the original distribution. . b) accompany the distribution with the machine-readable source of the software. . c) give non-standard executables non-standard names, with instructions on where to get the original software distribution. . d) make other distribution arrangements with the author. . 4. You may modify and include the part of the software into any other software (possibly commercial). But some files in the distribution are not written by the author, so that they are not under this terms. . They are gc.c(partly), utils.c(partly), regex.[ch], st.[ch] and some files under the ./missing directory. See each file for the copying condition. . 5. The scripts and library files supplied as input to or produced as output from the software do not automatically fall under the copyright of the software, but belong to whomever generated them, and may be sold commercially, and may be aggregated with this software. . 6. THIS SOFTWARE IS PROVIDED "AS IS" AND WITHOUT ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, WITHOUT LIMITATION, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE. debian/control0000644000000000000000000000207412204750162010573 0ustar Source: ruby-ntlm Section: ruby Priority: optional Maintainer: Debian Ruby Extras Maintainers Uploaders: Gunnar Wolf Build-Depends: debhelper (>= 7.0.50~), gem2deb (>= 0.2.13~), ruby-rspec Standards-Version: 3.9.4 Vcs-Git: git://anonscm.debian.org/pkg-ruby-extras/ruby-ntlm.git Vcs-Browser: http://anonscm.debian.org/gitweb?p=pkg-ruby-extras/ruby-ntlm.git;a=summary Homepage: http://rubyforge.org/projects/rubyntlm XS-Ruby-Versions: all Package: ruby-ntlm Architecture: all XB-Ruby-Versions: ${ruby:Versions} Depends: ${shlibs:Depends}, ${misc:Depends}, ruby | ruby-interpreter Description: NTLM authentication client for Ruby NTLM (NT LAN Manager) is an authentication protocol used in various Microsoft network protocol implementations. It employs a challenge-response mechanism for authentication, in which clients are able to prove their identities without sending a password to the server. This Ruby library provides message creator and parser for the NTLM authentication. It supports NTLM v1 only. debian/compat0000644000000000000000000000000211706454355010376 0ustar 7 debian/changelog0000644000000000000000000000141012204746717011046 0ustar ruby-ntlm (0.3.4-1) unstable; urgency=low * Team upload. * New upstream release. * Add missing build-dep (ruby-rspec) (Closes: #718159) * Complete the package description -- Guillaume Bouteille Tue, 20 Aug 2013 21:38:18 +0200 ruby-ntlm (0.3.2-1) unstable; urgency=low * New upstream release * Standards-version 3.9.2 → 3.9.4 (no changes needed) * Patch to include kconv no longer needed — Dropped. * Tests are now located at spec/unit/ntlm_spec.rb. Modify build information to run that instead of old path. -- Gunnar Wolf Wed, 26 Jun 2013 10:08:19 -0500 ruby-ntlm (0.1.1-1) unstable; urgency=low * Initial release (Closes: #656370) -- Gunnar Wolf Wed, 18 Jan 2012 13:50:54 -0600 debian/ruby-rubyntlm.examples0000644000000000000000000000001311706454355013565 0ustar examples/* debian/ruby-tests.rb0000644000000000000000000000012712204740431011631 0ustar require './lib/net/ntlm.rb' require 'rspec/autorun' require './spec/unit/ntlm_spec.rb'