debian/0000755000000000000000000000000012166503167007175 5ustar debian/compat0000644000000000000000000000000212166502345010370 0ustar 9 debian/copyright0000644000000000000000000000427712166502345011137 0ustar Format: http://www.debian.org/doc/packaging-manuals/copyright-format/1.0/ Upstream-Name: libntlm Upstream-Contact: Simon Josefsson Source: http://www.nongnu.org/libntlm/ Files: * Copyright: Copyright (C) 2002, 2004, 2005, 2006, 2008 Simon Josefsson Copyright (C) 1999-2001 Grant Edwards Copyright (C) 2004 Frediano Ziglio Copyright (C) 1998-1999 Brian Bruns License: LGPLv2+ The library has two source code files. Quoting smbencrypt.c: . * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Library General Public License * as published by the Free Software Foundation; either version 2 of * the License, or (at your option) any later version. * * This library 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 * Library General Public License for more details. * * You should have received a copy of the GNU Library General Public * License along with this library; if not, write to the Free Software * Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA * 02110-1301, USA. . Quoting smbutil.c: . * This file is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public * License as published by the Free Software Foundation; either * version 2.1 of the License, or (at your option) any later version. * * This file 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 * Lesser General Public License for more details. * * You should have received a copy of the GNU Lesser General Public * License along with this file; if not, write to the Free Software * Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA * 02110-1301, USA. . On Debian GNU/Linux systems, the complete text of the LGPLv2 and LGPLv2.1 licenses can be found in /usr/share/common-licenses/LGPL-2 and /usr/share/common-licenses/LGPL-2.1. . Some shared files from autoconf, automake, libtool, gnulib etc have different license. debian/libntlm0.symbols0000644000000000000000000000057112166502345012330 0ustar libntlm.so.0 libntlm0 #MINVER# buildSmbNtlmAuthRequest@Base 1.2 buildSmbNtlmAuthRequest_noatsplit@Base 1.2 buildSmbNtlmAuthResponse@Base 1.2 buildSmbNtlmAuthResponse_noatsplit@Base 1.2 dumpSmbNtlmAuthChallenge@Base 1.2 dumpSmbNtlmAuthRequest@Base 1.2 dumpSmbNtlmAuthResponse@Base 1.2 ntlm_check_version@Base 1.2 ntlm_smb_encrypt@Base 1.2 ntlm_smb_nt_encrypt@Base 1.2 debian/rules0000755000000000000000000000006112166502442010245 0ustar #! /usr/bin/make -f %: dh $@ --with autoreconf debian/watch0000644000000000000000000000010512166502345010217 0ustar version=3 http://www.nongnu.org/libntlm/releases/libntlm-(.+).tar.gz debian/README.source0000644000000000000000000000157712166502345011363 0ustar We describe here one way to work with the package sources. Initialize cowbuilder: sudo cowbuilder --create --distribution sid --mirror http://http.debian.net/debian --debootstrapopts "--keyring=/usr/share/keyrings/debian-archive-keyring.gpg" --basepath /var/cache/pbuilder/base-debian-sid.cow Optionally update cowbuilder: sudo cowbuilder --update --basepath /var/cache/pbuilder/base-debian-sid.cow Clone the repository: git clone git://gitorious.org/libntlm-dpkg/libntlm-dpkg.git Build the package: git-buildpackage --git-pristine-tar --git-builder="pdebuild --auto-debsign --pbuilder cowbuilder -- --twice --basepath /var/cache/pbuilder/base-debian-sid.cow" If all goes well, you should have newly built packages in /var/cache/pbuilder/result/. Update the package to a new upstream release (don't forget debian/changelog): git-import-orig --pristine-tar /path/to/new-release.tar.gz debian/control0000644000000000000000000000313512166502345010577 0ustar Source: libntlm Priority: optional Maintainer: Debian XMPP Maintainers Uploaders: Thadeu Lima de Souza Cascardo , Simon Josefsson Build-Depends: debhelper (>= 9), autotools-dev, dh-autoreconf Standards-Version: 3.9.4 Section: libs Homepage: http://www.nongnu.org/libntlm/ Vcs-Git: git://gitorious.org/libntlm-dpkg/libntlm-dpkg.git Vcs-Browser: https://gitorious.org/libntlm-dpkg/libntlm-dpkg Package: libntlm0-dev Section: libdevel Architecture: any Depends: libntlm0 (= ${binary:Version}), ${misc:Depends} Description: Development files for the NTLM authentication library Libntlm is a library that implements Microsoft's NTLM authentication. This package contains all the files necessary for developing programs with NTLM support. Package: libntlm0 Architecture: any Multi-Arch: same Pre-Depends: ${misc:Pre-Depends} Depends: ${shlibs:Depends}, ${misc:Depends} Description: NTLM authentication library NTLM is an authentication protocol used in various Microsoft network protocol implementations and supported by the NTLM Security Support Provider ("NTLMSSP"). Originally used for authentication and negotiation of secure DCE/RPC, NTLM is also used throughout Microsoft's systems as an integrated single sign-on mechanism. . NTLM employs a challenge-response mechanism for authentication, in which clients are able to prove their identities without sending a password to the server. It consists of three messages, commonly referred to as Type 1 (negotiation), Type 2 (challenge) and Type 3 (authentication). debian/libntlm0-dev.install0000644000000000000000000000010512166502345013053 0ustar usr/include/* usr/lib/*/lib*.a usr/lib/*/lib*.so usr/lib/*/pkgconfig debian/libntlm0.install0000644000000000000000000000002412166502345012277 0ustar usr/lib/*/lib*.so.* debian/docs0000644000000000000000000000001412166502345010040 0ustar NEWS README debian/changelog0000644000000000000000000000557612166503051011054 0ustar libntlm (1.4-1) unstable; urgency=low * New upstream version. - Calls AM_PROG_AR. Closes: #713321 - Tarball contains all files. Dropping the dh_auto_clean workaround. -- Simon Josefsson Mon, 08 Jul 2013 11:23:20 +0200 libntlm (1.2-3) unstable; urgency=low * Moved from experimental to unstable. -- Simon Josefsson Tue, 14 May 2013 11:18:36 +0200 libntlm (1.2-2) experimental; urgency=low * Add README.source. * Bump compat from 5 to 9. * Build-Depend on autotools-dev and dh-autoreconf. * Bump Standards-Version from 3.8.4 to 3.9.4. * Update Homepage field with current URL. * Add Vcs-Git and Vcs-Browser fields. * Make multiarch friendly. * Use machine readable copyright file. * Drop *.dirs files. * Add libntlm0.symbols file. * Rewrite rules file, now uses "dh". * Added source/format as 3.0 (quilt). * Update watch file. -- Simon Josefsson Sat, 11 May 2013 23:37:28 +0200 libntlm (1.2-1) unstable; urgency=low * New Upstream Version. Closes: #554722 * Add ${misc:Depends} to binaries' Depends since we use debhelper. This makes lintian happier. * Update Standards-Version to 3.8.4. We still use GNU style variables for architecture specification, but that's because we use them with upstream build system, as allowed by policy. * Change Maintainer to XMPP team and add Simon Josefsson as uploader. -- Thadeu Lima de Souza Cascardo Tue, 30 Mar 2010 12:26:30 -0300 libntlm (1.1-1) unstable; urgency=low * New Upstream Version * Remove test.txt from debian docs, thanks Ted Percival. Closes: #471587 * Backup and restore autogenerated files. * There's no /usr/share/pkgconfig/ any more. * Remove autotools-dev build-dependency. * Complies with Standards Version 3.8.2. -- Thadeu Lima de Souza Cascardo Sat, 11 Jul 2009 22:49:39 -0300 libntlm (1.0-1) UNRELEASED; urgency=low * New upstream release. * Updates debhelper compat level to 5. * Uses Homepage header field instead of pseudo-header in description. * Package complies with policy 3.7.3 since last version. * Package complies with policy 3.8.1 (only required change was homepage). * Backup and restore autoconf files in configure and clean rules. -- Thadeu Lima de Souza Cascardo Wed, 01 Apr 2009 13:57:00 -0300 libntlm (0.3.13-1) unstable; urgency=low * New upstream release (Closes: #432220) * New maintainer (Closes: #443445) * Uses substvar binary:Version instead of Source-Version for binary NMUs * Complies with policy 3.7.2.2 * Does not ignore make clean errors -- Thadeu Lima de Souza Cascardo Fri, 21 Sep 2007 10:14:45 -0300 libntlm (0.3.10-1) unstable; urgency=low * Initial release (Closes: #364073). -- Yvan Bassuel Fri, 21 Apr 2006 15:34:54 +0200 debian/source/0000755000000000000000000000000012166502345010472 5ustar debian/source/format0000644000000000000000000000001412166502345011700 0ustar 3.0 (quilt)