debian/0000755000000000000000000000000011633066535007176 5ustar debian/source/0000755000000000000000000000000011633063735010475 5ustar debian/source/format0000644000000000000000000000001411633063735011703 0ustar 3.0 (quilt) debian/compat0000644000000000000000000000000211633063735010373 0ustar 7 debian/control0000644000000000000000000000245011633064232010572 0ustar Source: libauthen-ntlm-perl Section: perl Priority: optional Build-Depends: debhelper (>= 7.0.50~) Build-Depends-Indep: perl, libdigest-hmac-perl, libtest-pod-perl Maintainer: Debian Perl Group Uploaders: Nicholas Bamber , Jonathan Yu Standards-Version: 3.9.2 Homepage: http://search.cpan.org/dist/Authen-NTLM/ Vcs-Git: git://git.debian.org/pkg-perl/packages/libauthen-ntlm-perl.git Vcs-Browser: http://anonscm.debian.org/gitweb/?p=pkg-perl/packages/libauthen-ntlm-perl.git Package: libauthen-ntlm-perl Architecture: all Depends: ${misc:Depends}, ${perl:Depends}, libdigest-hmac-perl Description: authentication module for NTLM Authen::NTLM provides methods to use NTLM authentication. It can be used as an authenticate method with the Mail::IMAPClient module to perform the challenge/response mechanism for NTLM connections or it can be used on its own for NTLM authentication with other protocols (eg. HTTP). . The implementation is a direct port of the code from fetchmail which, itself, has based its NTLM implementation on samba. As such, this code is not especially efficient, however it will still take a fraction of a second to negotiate a login on a PII which is likely to be good enough for most situations. debian/rules0000755000000000000000000000014211633063735010252 0ustar #!/usr/bin/make -f %: dh $@ override_dh_clean: dh_clean -XDES/Makfile.old -XMD4/Makefile.old debian/patches/0000755000000000000000000000000011633066243010621 5ustar debian/patches/path.patch0000644000000000000000000000125511633066243012601 0ustar Author: Nicholas Bamber Subject: Unnecessary paths in .pm Forwarded: no Last-Update: 2011-04-09 --- a/NTLM.pm +++ b/NTLM.pm @@ -1,5 +1,3 @@ -#!/usr/local/bin/perl - package Authen::NTLM; use strict; use Authen::NTLM::DES; --- a/DES/DES.pm +++ b/DES/DES.pm @@ -1,5 +1,3 @@ -#!/usr/local/bin/perl -# # This is an implementation of part of the DES specification. According # to the code this is ported from, this code does NOT enable 2-way # encryption and is, hence, not a cypher and does not appear to come --- a/MD4/MD4.pm +++ b/MD4/MD4.pm @@ -1,5 +1,3 @@ -#!/usr/local/bin/perl -# # This is a partial implentation of the MD4 checksum code. # # NOTE debian/patches/series0000644000000000000000000000001311633063735012033 0ustar path.patch debian/watch0000644000000000000000000000014511633063735010226 0ustar version=3 http://search.cpan.org/dist/NTLM/ .*/NTLM-v?(\d[\d.-]+)\.(?:tar(?:\.gz|\.bz2)?|tgz|zip)$ debian/copyright0000644000000000000000000000210711633063735011130 0ustar Format-Specification: http://anonscm.debian.org/viewvc/dep/web/deps/dep5.mdwn?view=markup&pathrev=135 Maintainer: David (Buzz) Bussenschutt , Mark Bush , Nick Bebout Source: http://search.cpan.org/dist/Authen-NTLM/ Name: Authen-NTLM Files: * Copyright: 2007, David (Buzz) Bussenschutt 2001, Mark Bush [Perl port] 1997 Eric S. Raymond. [usage of code in fetchmail] 1992-1998, Andrew Tridgell [SMB/NetBIOS code] Jeremy Allison [Some contributions to SMB/NetBIOS code] License: GPL-1+ Files: debian/* Copyright: 2011, Nicholas Bamber License: GPL-1+ License: GPL-1+ 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; either version 1, or (at your option) any later version. . On Debian systems, the complete text of version 1 of the GNU General Public License can be found in `/usr/share/common-licenses/GPL-1'. debian/changelog0000644000000000000000000000112711633065615011047 0ustar libauthen-ntlm-perl (1.09-1) unstable; urgency=low [ Ansgar Burchardt ] * debian/control: Convert Vcs-* fields to Git. [ Salvatore Bonaccorso ] * debian/copyright: Replace DEP5 Format-Specification URL from svn.debian.org to anonscm.debian.org URL. [ Nicholas Bamber ] * New upstream release * Raised standards version to 3.9.2 -- Nicholas Bamber Sun, 11 Sep 2011 09:04:13 +0100 libauthen-ntlm-perl (1.08-1) unstable; urgency=low * Initial Release. (Closes: #507669) -- Nicholas Bamber Sat, 09 Apr 2011 11:37:02 +0100