~ubuntu-branches/ubuntu/precise/nss-pam-ldapd/precise-security

« back to all changes in this revision

Viewing changes to debian/copyright

  • Committer: Package Import Robot
  • Author(s): Arthur de Jong
  • Date: 2011-09-04 21:00:00 UTC
  • mfrom: (14.1.4 experimental)
  • Revision ID: package-import@ubuntu.com-20110904210000-pe3u91iga88vtr16
Tags: 0.8.4
* Upload to unstable
* switch to using the member attribute by default instead of
  uniqueMember (backwards incompatible change)
* only return "x" as a password hash when the object has the shadowAccount
  objectClass and nsswitch.conf is configured to do shadow lookups using
  LDAP (this avoids some problems with pam_unix)
* fix problem with partial attribute name matches in DN (thanks Timothy
  White)
* fix a problem with objectSid mappings with recent versions of OpenLDAP
  (patch by Wesley Mason)
* set the socket timeout in a connection callback to avoid timeout
  issues during the SSL handshake (patch by Stefan Völkel)
* check for unknown variables in pam_authz_search
* only check password expiration when authenticating, only check account
  expiration when doing authorisation
* make buffer sizes consistent and grow all buffers holding string
  representations of numbers to be able to hold 64-bit numbers
* update AX_PTHREAD from autoconf-archive
* support querying DNS SRV records from a different domain than the current
  one (based on a patch by James M. Leddy)
* fix a problem with uninitialised memory while parsing the tls_ciphers
  option (closes: #638872) (but doesn't work yet due to #640384)
* implement bounds checking of numeric values read from LDAP (patch by
  Jakub Hrozek)
* correctly support large uid and gid values from LDAP (patch by Jakub
  Hrozek)
* improvements to the configure script (patch by Jakub Hrozek)
* switch to dh for debian/rules and bump debhelper compatibility to 8
* build Debian packages with multiarch support
* ship shlibs (but still no symbol files) for libnss-ldapd since that was
  the easiest way to support multiarch
* fix output in init script when restarting nslcd (closes: #637132)
* correctly handle leading and trailing spaces in preseeded debconf uri
  option (patch by Andreas B. Mundt) (closes: #637863)
* support spaces around database names in /etc/nsswitch.conf while
  configuring package (closes: #640185)
* updated Russian debconf translation by Yuri Kozlov (closes: #637751)
* updated French debconf translation by Christian Perrier (closes: #637756)
* added Slovak debconf translation by Slavko (closes: #637759)
* updated Danish debconf translation by Joe Hansen (closes :#637763)
* updated Brazilian Portuguese debconf translation by Denis Doria
* updated Portuguese debconf translation by Américo Monteiro
* updated Japanese debconf translation by Kenshi Muto (closes: #638195)
* updated Czech debconf translation by Miroslav Kure (closes: #639026)
* updated German debconf translation by Chris Leick (closes: #639107)
* updated Spanish debconf translation by Francisco Javier Cuadrado
  (closes: #639236)
* updated Dutch debconf translation by Arthur de Jong with help from Paul
  Gevers and Jeroen Schot

Show diffs side-by-side

added added

removed removed

Lines of Context:
7
7
 
8
8
In 2006 Arthur de Jong of West Consuling forked the library to split it into a
9
9
thin NSS part and a server part. Most of the code was rewritten.
 
10
 
 
11
The software was renamed to nss-pam-ldapd when PAM code contributed by Howard
 
12
Chu for the OpenLDAP nssov module was integrated. Solaris compatibility was
 
13
developed by Ted C. Cheng of Symas Corporation.
 
14
 
10
15
http://arthurdejong.org/nss-pam-ldapd/
11
16
 
12
17
Arthur de Jong is both the upstream and Debian package maintainer, so there
18
23
 
19
24
  Copyright (C) 1997-2006 Luke Howard
20
25
  Copyright (C) 2006-2007 West Consulting
21
 
  Copyright (C) 2006-2009 Arthur de Jong
 
26
  Copyright (C) 2006-2011 Arthur de Jong
22
27
  Copyright (C) 2009 Howard Chu
 
28
  Copyright (C) 2010 Symas Corporation
23
29
 
24
30
  This library is free software; you can redistribute it and/or
25
31
  modify it under the terms of the GNU Lesser General Public
39
45
covered by the GNU Lesser General Public License:
40
46
 
41
47
compat/pagectrl.c: Copyright (C) 2002 Max Caines
 
48
debian/po/ca.po:   Copyright (C) 2004 Free Software Foundation, Inc.
42
49
debian/po/da.po:   Copyright (C) 2008 Jonas Smedegaard
43
 
debian/po/ca.po:   Copyright (C) 2004 Free Software Foundation, Inc.
 
50
debian/po/da.po:   Copyright (C) 2010, 2011 Joe Hansen
 
51
debian/po/de.po:   Copyright (C) 2004 Erik Schanze
44
52
debian/po/es.po:   Copyright (C) 2007 Rudy Godoy Guillén
45
 
debian/po/de.po:   Copyright (C) 2004 Erik Schanze
46
 
debian/po/fr.po:   Copyright (C) 2007 Cyril Brulebois
47
 
debian/po/fr.po:   Copyright (C) 2007 Philippe Batailler
48
 
debian/po/pt.po:   Copyright (C) 2007 Américo Monteiro
49
 
debian/po/vi.po:   Copyright (C) 2005 Free Software Foundation, Inc.
 
53
debian/po/es.po:   Copyright (C) 2009, 2010, 2011 Software in the Public Interest
 
54
debian/po/fi.po:   Copyright (C) 2009 Esko Arajärvi
 
55
debian/po/fr.po:   Copyright (C) 2007, 2009, 2010 Debian French l10n team
 
56
debian/po/vi.po:   Copyright (C) 2010 Free Software Foundation, Inc.
 
57
nss/bsdnss.c:      Copyright (C) 2003 Jacques Vidrine
 
58
nss/bsdnss.c:      Copyright (C) 2006 Artem Kazakov
 
59
nss/bsdnss.c:      Copyright (C) 2009 Alexander V. Chernikov
50
60
 
51
61
The distribution includes code from the Autoconf and Automake suites. This
52
62
code is either licensed under the GNU General Public License with the extra
53
63
permission to use it in a configure script under the licensing terms of that
54
64
configure script or gives unlimited permission to copy and/or distribute it
55
65
with or without modifications. The code is
56
 
  Copyright (C) 1996-2007 Free Software Foundation, Inc.
 
66
  Copyright (C) 1996-2010 Free Software Foundation, Inc.
57
67
(years aggregated).
58
68
 
59
 
The file m4/acx_pthread.m4 contains the following copyright statement:
60
 
 
61
 
  Copyright (c) 2007 Steven G. Johnson <stevenj@alum.mit.edu>
62
 
 
63
 
  This program is free software: you can redistribute it and/or
64
 
  modify it under the terms of the GNU General Public License as
65
 
  published by the Free Software Foundation, either version 3 of the
66
 
  License, or (at your option) any later version.
 
69
The file m4/ax_pthread.m4 contains the following copyright statement:
 
70
 
 
71
  Copyright (c) 2008 Steven G. Johnson <stevenj@alum.mit.edu>
 
72
  Copyright (c) 2011 Daniel Richard G. <skunk@iSKUNK.ORG>
 
73
 
 
74
  This program is free software: you can redistribute it and/or modify it
 
75
  under the terms of the GNU General Public License as published by the
 
76
  Free Software Foundation, either version 3 of the License, or (at your
 
77
  option) any later version.
67
78
 
68
79
  This program is distributed in the hope that it will be useful, but
69
80
  WITHOUT ANY WARRANTY; without even the implied warranty of
70
 
  MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
71
 
  General Public License for more details.
72
 
 
73
 
  You should have received a copy of the GNU General Public License
74
 
  along with this program. If not, see
75
 
  <http://www.gnu.org/licenses/>.
76
 
 
77
 
  As a special exception, the respective Autoconf Macro's copyright
78
 
  owner gives unlimited permission to copy, distribute and modify the
79
 
  configure scripts that are the output of Autoconf when processing
80
 
  the Macro. You need not follow the terms of the GNU General Public
81
 
  License when using or distributing such scripts, even though
82
 
  portions of the text of the Macro appear in them. The GNU General
83
 
  Public License (GPL) does govern all other use of the material that
84
 
  constitutes the Autoconf Macro.
85
 
 
86
 
  This special exception to the GPL applies to versions of the
87
 
  Autoconf Macro released by the Autoconf Macro Archive. When you
88
 
  make and distribute a modified version of the Autoconf Macro, you
89
 
  may extend this special exception to the GPL to apply to your
90
 
  modified version as well.
 
81
  MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General
 
82
  Public License for more details.
 
83
 
 
84
  You should have received a copy of the GNU General Public License along
 
85
  with this program. If not, see <http://www.gnu.org/licenses/>.
 
86
 
 
87
  As a special exception, the respective Autoconf Macro's copyright owner
 
88
  gives unlimited permission to copy, distribute and modify the configure
 
89
  scripts that are the output of Autoconf when processing the Macro. You
 
90
  need not follow the terms of the GNU General Public License when using
 
91
  or distributing such scripts, even though portions of the text of the
 
92
  Macro appear in them. The GNU General Public License (GPL) does govern
 
93
  all other use of the material that constitutes the Autoconf Macro.
 
94
 
 
95
  This special exception to the GPL applies to versions of the Autoconf
 
96
  Macro released by the Autoconf Archive. When you make and distribute a
 
97
  modified version of the Autoconf Macro, you may extend this special
 
98
  exception to the GPL to apply to your modified version as well.