diff --git a/Build/build-openbsd/Makefile b/Build/build-openbsd/Makefile index ca8e29b..ce91faf 100644 --- a/Build/build-openbsd/Makefile +++ b/Build/build-openbsd/Makefile @@ -1,5 +1,3 @@ -# $Id: Makefile,v 1.6 2017/08/15 16:21:58 stroeder Exp $ - WRKDIST= ${.CURDIR}/../.. VERSION!= sh ${WRKDIST}/Build/version.sh diff --git a/Build/setup.cfg.mingw b/Build/setup.cfg.mingw index b3ef5e0..16ab57f 100644 --- a/Build/setup.cfg.mingw +++ b/Build/setup.cfg.mingw @@ -1,7 +1,5 @@ # Win32 setup.cfg # You have to edit this file to reflect your system configuration -# -# $Id: setup.cfg.mingw,v 1.1 2005/01/25 18:54:46 stroeder Exp $ # Section for compiling the C extension module # for wrapping OpenLDAP 2 libs diff --git a/Build/setup.cfg.suse-linux b/Build/setup.cfg.suse-linux index 884e57a..3ea064d 100644 --- a/Build/setup.cfg.suse-linux +++ b/Build/setup.cfg.suse-linux @@ -1,6 +1,5 @@ # Example for setup.cfg # You have to edit this file to reflect your system configuation -# $Id: setup.cfg.suse-linux,v 1.1 2003/08/20 10:04:34 stroeder Exp $ [_ldap] # Section for compiling the C extension module diff --git a/CHANGES b/CHANGES index 2e740c0..e40996f 100644 --- a/CHANGES +++ b/CHANGES @@ -1512,5 +1512,3 @@ Released 2.0.0pre02 2002-02-01 ---------------------------------------------------------------- Released 1.10alpha3 2000-09-19 - -$Id: CHANGES,v 1.469 2017/10/09 14:54:10 stroeder Exp $ diff --git a/Demo/Lib/ldap/async/ldifwriter.py b/Demo/Lib/ldap/async/ldifwriter.py index f919cd9..8cc4aa5 100644 --- a/Demo/Lib/ldap/async/ldifwriter.py +++ b/Demo/Lib/ldap/async/ldifwriter.py @@ -4,8 +4,6 @@ Written by Michael Stroeder -$Id: ldifwriter.py,v 1.4 2006/03/26 12:23:07 stroeder Exp $ - This example translates the naming context of data read from input, sanitizes some attributes, maps/removes object classes, maps/removes attributes., etc. It's far from being complete though. diff --git a/Demo/Lib/ldap/async/sizelimit.py b/Demo/Lib/ldap/async/sizelimit.py index 9915909..05e439b 100644 --- a/Demo/Lib/ldap/async/sizelimit.py +++ b/Demo/Lib/ldap/async/sizelimit.py @@ -5,8 +5,6 @@ Written by Michael Stroeder -$Id: sizelimit.py,v 1.4 2006/03/26 12:23:07 stroeder Exp $ - This example translates the naming context of data read from input, sanitizes some attributes, maps/removes object classes, maps/removes attributes., etc. It's far from being complete though. diff --git a/Demo/Lib/ldif/ldifcopy.py b/Demo/Lib/ldif/ldifcopy.py index 28c8e6e..498b857 100644 --- a/Demo/Lib/ldif/ldifcopy.py +++ b/Demo/Lib/ldif/ldifcopy.py @@ -4,8 +4,6 @@ Written by Michael Stroeder -$Id: ldifcopy.py,v 1.2 2001/12/12 22:04:49 stroeder Exp $ - This example translates the naming context of data read from input, sanitizes some attributes, maps/removes object classes, maps/removes attributes., etc. It's far from being complete though. diff --git a/Demo/resiter.py b/Demo/resiter.py index 9577d2c..3394524 100644 --- a/Demo/resiter.py +++ b/Demo/resiter.py @@ -4,8 +4,6 @@ See http://www.python-ldap.org for details. -\$Id: resiter.py,v 1.2 2014/11/18 08:27:22 stroeder Exp $ - Python compability note: Requires Python 2.3+ """ diff --git a/Doc/conf.py b/Doc/conf.py index f967586..c52b01d 100644 --- a/Doc/conf.py +++ b/Doc/conf.py @@ -10,8 +10,6 @@ # # All configuration values have a default value; values that are commented out # serve to show the default value. -# -# $Id: conf.py,v 1.31 2017/10/09 15:03:58 stroeder Exp $ import sys diff --git a/Doc/dsml.rst b/Doc/dsml.rst index a3225c8..8b9a460 100644 --- a/Doc/dsml.rst +++ b/Doc/dsml.rst @@ -1,5 +1,3 @@ -.. % $Id: dsml.rst,v 1.6 2016/07/24 15:47:46 stroeder Exp $ - *************************************** :mod:`dsml` DSMLv1 parser and generator *************************************** diff --git a/Doc/index.rst b/Doc/index.rst index 592bb26..b93e9c1 100644 --- a/Doc/index.rst +++ b/Doc/index.rst @@ -2,8 +2,6 @@ python-ldap Documentation ########################## -.. % $Id: index.rst,v 1.10 2017/08/01 17:50:24 stroeder Exp $ - .. topic:: Abstract This document describes the package python-ldap with its various modules. diff --git a/Doc/installing.rst b/Doc/installing.rst index d948a16..116ba6f 100644 --- a/Doc/installing.rst +++ b/Doc/installing.rst @@ -1,5 +1,3 @@ -.. % $Id: installing.rst,v 1.19 2017/10/09 13:48:41 stroeder Exp $ - *********************** Building and installing *********************** diff --git a/Doc/ldap-async.rst b/Doc/ldap-async.rst index 7652ebb..d1c8087 100644 --- a/Doc/ldap-async.rst +++ b/Doc/ldap-async.rst @@ -1,6 +1,3 @@ -.. % $Id: ldap-async.rst,v 1.4 2011/07/28 08:52:01 stroeder Exp $ - - ************************************************************** :py:mod:`ldap.async` Stream-processing of large search results ************************************************************** diff --git a/Doc/ldap-controls.rst b/Doc/ldap-controls.rst index fb9cbce..1520b24 100644 --- a/Doc/ldap-controls.rst +++ b/Doc/ldap-controls.rst @@ -1,6 +1,3 @@ -.. % $Id: ldap-controls.rst,v 1.13 2016/07/24 15:47:46 stroeder Exp $ - - ********************************************************************* :py:mod:`ldap.controls` High-level access to LDAPv3 extended controls ********************************************************************* diff --git a/Doc/ldap-dn.rst b/Doc/ldap-dn.rst index 77db4a1..d78f070 100644 --- a/Doc/ldap-dn.rst +++ b/Doc/ldap-dn.rst @@ -1,6 +1,3 @@ -.. % $Id: ldap-dn.rst,v 1.10 2017/08/16 12:03:33 stroeder Exp $ - - :py:mod:`ldap.dn` LDAP Distinguished Name handling ==================================================== diff --git a/Doc/ldap-extop.rst b/Doc/ldap-extop.rst index 10a9c12..607f3f0 100644 --- a/Doc/ldap-extop.rst +++ b/Doc/ldap-extop.rst @@ -1,5 +1,3 @@ -.. % $Id: ldap-extop.rst,v 1.4 2011/07/22 17:28:46 stroeder Exp $ - ******************************************************************** :py:mod:`ldap.extop` High-level access to LDAPv3 extended operations ******************************************************************** diff --git a/Doc/ldap-filter.rst b/Doc/ldap-filter.rst index bb484a8..577befb 100644 --- a/Doc/ldap-filter.rst +++ b/Doc/ldap-filter.rst @@ -1,6 +1,3 @@ -.. % $Id: ldap-filter.rst,v 1.5 2016/07/24 15:47:46 stroeder Exp $ - - :py:mod:`ldap.filter` LDAP filter handling ============================================ diff --git a/Doc/ldap-modlist.rst b/Doc/ldap-modlist.rst index ad39a3a..64bf578 100644 --- a/Doc/ldap-modlist.rst +++ b/Doc/ldap-modlist.rst @@ -1,6 +1,3 @@ -.. % $Id: ldap-modlist.rst,v 1.6 2017/08/16 12:03:33 stroeder Exp $ - - :py:mod:`ldap.modlist` Generate modify lists ============================================== diff --git a/Doc/ldap-resiter.rst b/Doc/ldap-resiter.rst index 4c854fa..0beabb8 100644 --- a/Doc/ldap-resiter.rst +++ b/Doc/ldap-resiter.rst @@ -1,6 +1,3 @@ -.. % $Id: ldap-resiter.rst,v 1.6 2016/07/24 15:47:46 stroeder Exp $ - - :py:mod:`ldap.resiter` Generator for stream-processing of large search results ============================================================================== diff --git a/Doc/ldap-sasl.rst b/Doc/ldap-sasl.rst index 8436b73..96f13aa 100644 --- a/Doc/ldap-sasl.rst +++ b/Doc/ldap-sasl.rst @@ -1,6 +1,3 @@ -.. % $Id: ldap-sasl.rst,v 1.5 2017/09/05 07:38:45 stroeder Exp $ - - *********************************************** :py:mod:`ldap.sasl` SASL Authentication Methods *********************************************** diff --git a/Doc/ldap-schema.rst b/Doc/ldap-schema.rst index 81c4236..904c243 100644 --- a/Doc/ldap-schema.rst +++ b/Doc/ldap-schema.rst @@ -1,6 +1,3 @@ -.. % $Id: ldap-schema.rst,v 1.4 2011/07/22 17:46:07 stroeder Exp $ - - ******************************************** :py:mod:`ldap.schema` Handling LDAPv3 schema ******************************************** diff --git a/Doc/ldap-syncrepl.rst b/Doc/ldap-syncrepl.rst index 388526e..d3717df 100644 --- a/Doc/ldap-syncrepl.rst +++ b/Doc/ldap-syncrepl.rst @@ -1,5 +1,3 @@ -.. % $Id: ldap-syncrepl.rst,v 1.1 2011/10/26 19:41:27 stroeder Exp $ - ******************************************************************** :py:mod:`ldap.syncrepl` Implementation of a syncrepl consumer ******************************************************************** diff --git a/Doc/ldap.rst b/Doc/ldap.rst index 64573d6..e983f64 100644 --- a/Doc/ldap.rst +++ b/Doc/ldap.rst @@ -1,5 +1,3 @@ -.. % $Id: ldap.rst,v 1.42 2017/09/05 07:38:46 stroeder Exp $ - ******************************************** :py:mod:`ldap` LDAP library interface module ******************************************** diff --git a/Doc/ldapurl.rst b/Doc/ldapurl.rst index e2a4dbd..c13061c 100644 --- a/Doc/ldapurl.rst +++ b/Doc/ldapurl.rst @@ -1,5 +1,3 @@ -.. % $Id: ldapurl.rst,v 1.12 2017/08/16 12:03:33 stroeder Exp $ - ################################### :py:mod:`ldapurl` LDAP URL handling ################################### diff --git a/Doc/ldif.rst b/Doc/ldif.rst index 8a8f6f3..1a9eabc 100644 --- a/Doc/ldif.rst +++ b/Doc/ldif.rst @@ -1,5 +1,3 @@ -.. % $Id: ldif.rst,v 1.11 2017/08/16 12:03:33 stroeder Exp $ - ##################################### :mod:`ldif` LDIF parser and generator ##################################### diff --git a/Doc/slapdtest.rst b/Doc/slapdtest.rst index 49d1403..bd54bb6 100644 --- a/Doc/slapdtest.rst +++ b/Doc/slapdtest.rst @@ -1,5 +1,3 @@ -.. % $Id: slapdtest.rst,v 1.4 2017/08/16 12:17:56 stroeder Exp $ - ################################################################### :mod:`slapdtest` Spawning test instances of OpenLDAP's slapd server ################################################################### diff --git a/INSTALL b/INSTALL index 71bbcef..98dd40c 100644 --- a/INSTALL +++ b/INSTALL @@ -24,5 +24,3 @@ Quick build instructions: edit setup.cfg (see Build/ for platform-specific examples) python setup.py build python setup.py install - -$Id: INSTALL,v 1.10 2011/04/02 22:30:55 stroeder Exp $ diff --git a/LICENCE b/LICENCE index a98c010..1338962 100644 --- a/LICENCE +++ b/LICENCE @@ -1,4 +1,5 @@ -The pyldap package is distributed under Python-style license. + +The python-ldap package is distributed under Python-style license. Standard disclaimer: This software is made available by the author(s) to the public for free diff --git a/Lib/dsml.py b/Lib/dsml.py index 1cd204d..9a93b94 100644 --- a/Lib/dsml.py +++ b/Lib/dsml.py @@ -4,8 +4,6 @@ See https://www.python-ldap.org/ for details. -$Id: dsml.py,v 1.63 2017/09/26 09:40:26 stroeder Exp $ - Python compability note: Tested with Python 2.0+. """ diff --git a/Lib/ldap/__init__.py b/Lib/ldap/__init__.py index 6aa9eac..30c0010 100644 --- a/Lib/ldap/__init__.py +++ b/Lib/ldap/__init__.py @@ -2,8 +2,6 @@ ldap - base module See https://www.python-ldap.org/ for details. - -$Id: __init__.py,v 1.124 2017/09/26 09:40:26 stroeder Exp $ """ # This is also the overall release version number diff --git a/Lib/ldap/async.py b/Lib/ldap/async.py index 707b72d..2cbb488 100644 --- a/Lib/ldap/async.py +++ b/Lib/ldap/async.py @@ -3,8 +3,6 @@ See https://www.python-ldap.org/ for details. -\$Id: async.py,v 1.35 2017/08/15 16:21:58 stroeder Exp $ - Python compability note: Tested on Python 2.0+ but should run on Python 1.5.x. """ diff --git a/Lib/ldap/cidict.py b/Lib/ldap/cidict.py index e6db46d..a1f8fc5 100644 --- a/Lib/ldap/cidict.py +++ b/Lib/ldap/cidict.py @@ -4,11 +4,9 @@ names of variable case. See https://www.python-ldap.org/ for details. - -$Id: cidict.py,v 1.14 2017/08/15 16:14:04 stroeder Exp $ """ -__version__ = """$Revision: 1.14 $""" +__version__ = """$Revision: 1.15 $""" from UserDict import UserDict from string import lower diff --git a/Lib/ldap/controls/__init__.py b/Lib/ldap/controls/__init__.py index 90e49eb..d504d49 100644 --- a/Lib/ldap/controls/__init__.py +++ b/Lib/ldap/controls/__init__.py @@ -4,8 +4,6 @@ See https://www.python-ldap.org/ for details. -$Id: __init__.py,v 1.11 2017/08/15 16:21:58 stroeder Exp $ - Description: The ldap.controls module provides LDAPControl classes. Each class provides support for a certain control. diff --git a/Lib/ldap/controls/deref.py b/Lib/ldap/controls/deref.py index a649d98..d1b5ce9 100644 --- a/Lib/ldap/controls/deref.py +++ b/Lib/ldap/controls/deref.py @@ -4,8 +4,6 @@ (see https://tools.ietf.org/html/draft-masarati-ldap-deref) See https://www.python-ldap.org/ for project details. - -$Id: deref.py,v 1.4 2017/08/15 16:21:58 stroeder Exp $ """ __all__ = [ diff --git a/Lib/ldap/controls/libldap.py b/Lib/ldap/controls/libldap.py index 66d8e51..53a02a4 100644 --- a/Lib/ldap/controls/libldap.py +++ b/Lib/ldap/controls/libldap.py @@ -4,8 +4,6 @@ by OpenLDAP functions See https://www.python-ldap.org/ for details. - -$Id: libldap.py,v 1.4 2017/08/15 16:21:58 stroeder Exp $ """ import _ldap,ldap diff --git a/Lib/ldap/controls/openldap.py b/Lib/ldap/controls/openldap.py index 88facb6..ee7b575 100644 --- a/Lib/ldap/controls/openldap.py +++ b/Lib/ldap/controls/openldap.py @@ -3,8 +3,6 @@ ldap.controls.openldap - classes for OpenLDAP-specific controls See https://www.python-ldap.org/ for project details. - -$Id: openldap.py,v 1.7 2017/08/15 16:21:58 stroeder Exp $ """ import ldap.controls diff --git a/Lib/ldap/controls/pagedresults.py b/Lib/ldap/controls/pagedresults.py index cfd38a6..fcdff36 100644 --- a/Lib/ldap/controls/pagedresults.py +++ b/Lib/ldap/controls/pagedresults.py @@ -4,8 +4,6 @@ (see RFC 2696) See https://www.python-ldap.org/ for project details. - -$Id: pagedresults.py,v 1.3 2017/08/15 16:21:58 stroeder Exp $ """ __all__ = [ diff --git a/Lib/ldap/controls/ppolicy.py b/Lib/ldap/controls/ppolicy.py index f6a7116..a0fa176 100644 --- a/Lib/ldap/controls/ppolicy.py +++ b/Lib/ldap/controls/ppolicy.py @@ -4,8 +4,6 @@ (see https://tools.ietf.org/html/draft-behera-ldap-password-policy) See https://www.python-ldap.org/ for project details. - -$Id: ppolicy.py,v 1.5 2017/08/15 16:21:58 stroeder Exp $ """ __all__ = [ diff --git a/Lib/ldap/controls/psearch.py b/Lib/ldap/controls/psearch.py index 31c9286..e639ed8 100644 --- a/Lib/ldap/controls/psearch.py +++ b/Lib/ldap/controls/psearch.py @@ -4,8 +4,6 @@ (see https://tools.ietf.org/html/draft-ietf-ldapext-psearch) See https://www.python-ldap.org/ for project details. - -$Id: psearch.py,v 1.5 2017/08/15 16:21:58 stroeder Exp $ """ __all__ = [ diff --git a/Lib/ldap/controls/pwdpolicy.py b/Lib/ldap/controls/pwdpolicy.py index 38bdb79..cf9c197 100644 --- a/Lib/ldap/controls/pwdpolicy.py +++ b/Lib/ldap/controls/pwdpolicy.py @@ -4,8 +4,6 @@ (see https://tools.ietf.org/html/draft-vchu-ldap-pwd-policy) See https://www.python-ldap.org/ for project details. - -$Id: pwdpolicy.py,v 1.6 2017/08/15 16:21:58 stroeder Exp $ """ __all__ = [ diff --git a/Lib/ldap/controls/readentry.py b/Lib/ldap/controls/readentry.py index cc411c3..57cefef 100644 --- a/Lib/ldap/controls/readentry.py +++ b/Lib/ldap/controls/readentry.py @@ -4,8 +4,6 @@ (see RFC 4527) See https://www.python-ldap.org/ for project details. - -$Id: readentry.py,v 1.6 2017/08/15 16:21:58 stroeder Exp $ """ import ldap diff --git a/Lib/ldap/controls/sessiontrack.py b/Lib/ldap/controls/sessiontrack.py index 8dced44..9c8a057 100644 --- a/Lib/ldap/controls/sessiontrack.py +++ b/Lib/ldap/controls/sessiontrack.py @@ -4,8 +4,6 @@ (see draft-wahl-ldap-session) See https://www.python-ldap.org/ for project details. - -$Id: sessiontrack.py,v 1.6 2017/08/15 16:21:58 stroeder Exp $ """ from ldap.controls import RequestControl diff --git a/Lib/ldap/controls/simple.py b/Lib/ldap/controls/simple.py index 5899315..d413034 100644 --- a/Lib/ldap/controls/simple.py +++ b/Lib/ldap/controls/simple.py @@ -3,8 +3,6 @@ ldap.controls.simple - classes for some very simple LDAP controls See https://www.python-ldap.org/ for details. - -$Id: simple.py,v 1.11 2017/08/15 16:21:58 stroeder Exp $ """ import struct,ldap diff --git a/Lib/ldap/controls/sss.py b/Lib/ldap/controls/sss.py index c2c973c..bf2773b 100644 --- a/Lib/ldap/controls/sss.py +++ b/Lib/ldap/controls/sss.py @@ -4,8 +4,6 @@ (see RFC 2891) See https://www.python-ldap.org/ for project details. - -$Id: sss.py,v 1.4 2017/08/15 16:21:58 stroeder Exp $ """ __all__ = [ diff --git a/Lib/ldap/controls/vlv.py b/Lib/ldap/controls/vlv.py index d8283d2..d5b0f89 100644 --- a/Lib/ldap/controls/vlv.py +++ b/Lib/ldap/controls/vlv.py @@ -4,8 +4,6 @@ (see draft-ietf-ldapext-ldapv3-vlv) See https://www.python-ldap.org/ for project details. - -$Id: vlv.py,v 1.4 2017/08/15 16:21:58 stroeder Exp $ """ __all__ = [ diff --git a/Lib/ldap/dn.py b/Lib/ldap/dn.py index e8e8927..75465ed 100644 --- a/Lib/ldap/dn.py +++ b/Lib/ldap/dn.py @@ -3,8 +3,6 @@ See https://www.python-ldap.org/ for details. -\$Id: dn.py,v 1.17 2017/08/15 16:21:58 stroeder Exp $ - Compability: - Tested with Python 2.0+ """ diff --git a/Lib/ldap/extop/__init__.py b/Lib/ldap/extop/__init__.py index 10ca8a1..d18c682 100644 --- a/Lib/ldap/extop/__init__.py +++ b/Lib/ldap/extop/__init__.py @@ -3,8 +3,6 @@ See https://www.python-ldap.org/ for details. -\$Id: __init__.py,v 1.5 2017/08/15 16:21:58 stroeder Exp $ - Description: The ldap.extop module provides base classes for LDAPv3 extended operations. Each class provides support for a certain extended operation request and diff --git a/Lib/ldap/extop/dds.py b/Lib/ldap/extop/dds.py index ec71a02..4d156e8 100644 --- a/Lib/ldap/extop/dds.py +++ b/Lib/ldap/extop/dds.py @@ -4,8 +4,6 @@ (see RFC 2589) See https://www.python-ldap.org/ for details. - -$Id: dds.py,v 1.3 2017/08/15 16:21:58 stroeder Exp $ """ from ldap.extop import ExtendedRequest,ExtendedResponse diff --git a/Lib/ldap/filter.py b/Lib/ldap/filter.py index 510f9ce..f5d9278 100644 --- a/Lib/ldap/filter.py +++ b/Lib/ldap/filter.py @@ -3,8 +3,6 @@ See https://www.python-ldap.org/ for details. -\$Id: filter.py,v 1.12 2017/08/15 16:21:58 stroeder Exp $ - Compability: - Tested with Python 2.0+ """ diff --git a/Lib/ldap/functions.py b/Lib/ldap/functions.py index d56bc86..ea763fa 100644 --- a/Lib/ldap/functions.py +++ b/Lib/ldap/functions.py @@ -3,8 +3,6 @@ See https://www.python-ldap.org/ for details. -\$Id: functions.py,v 1.34 2017/08/15 16:21:58 stroeder Exp $ - Compability: - Tested with Python 2.0+ but should work with Python 1.5.x - functions should behave exactly the same like in _ldap diff --git a/Lib/ldap/ldapobject.py b/Lib/ldap/ldapobject.py index 6a39fa3..70ecec7 100644 --- a/Lib/ldap/ldapobject.py +++ b/Lib/ldap/ldapobject.py @@ -3,8 +3,6 @@ See https://www.python-ldap.org/ for details. -\$Id: ldapobject.py,v 1.166 2017/10/09 14:54:10 stroeder Exp $ - Compability: - Tested with Python 2.0+ but should work with Python 1.5.x - LDAPObject class should be exactly the same like _ldap.LDAPObject diff --git a/Lib/ldap/modlist.py b/Lib/ldap/modlist.py index 5a7f0e3..0d1ac40 100644 --- a/Lib/ldap/modlist.py +++ b/Lib/ldap/modlist.py @@ -3,8 +3,6 @@ See https://www.python-ldap.org/ for details. -$Id: modlist.py,v 1.19 2017/08/15 16:21:58 stroeder Exp $ - Python compability note: This module is known to work with Python 2.0+ but should work with Python 1.5.2 as well. diff --git a/Lib/ldap/resiter.py b/Lib/ldap/resiter.py index b86d0be..d8c1368 100644 --- a/Lib/ldap/resiter.py +++ b/Lib/ldap/resiter.py @@ -3,8 +3,6 @@ See https://www.python-ldap.org/ for details. -\$Id: resiter.py,v 1.8 2017/08/15 16:21:58 stroeder Exp $ - Python compability note: Requires Python 2.3+ """ diff --git a/Lib/ldap/sasl.py b/Lib/ldap/sasl.py index cce892a..81438cc 100644 --- a/Lib/ldap/sasl.py +++ b/Lib/ldap/sasl.py @@ -3,8 +3,6 @@ See https://www.python-ldap.org/ for details. -\$Id: sasl.py,v 1.18 2017/08/15 16:21:58 stroeder Exp $ - Description: The ldap.sasl module provides SASL authentication classes. Each class provides support for one SASL mechanism. This is done by diff --git a/Lib/ldap/schema/__init__.py b/Lib/ldap/schema/__init__.py index 4346cd2..2349ae2 100644 --- a/Lib/ldap/schema/__init__.py +++ b/Lib/ldap/schema/__init__.py @@ -2,8 +2,6 @@ ldap.schema - LDAPv3 schema handling See https://www.python-ldap.org/ for details. - -\$Id: __init__.py,v 1.8 2017/08/15 16:21:58 stroeder Exp $ """ from ldap import __version__ diff --git a/Lib/ldap/schema/models.py b/Lib/ldap/schema/models.py index 67b4f29..383705c 100644 --- a/Lib/ldap/schema/models.py +++ b/Lib/ldap/schema/models.py @@ -2,8 +2,6 @@ schema.py - support for subSchemaSubEntry information See https://www.python-ldap.org/ for details. - -\$Id: models.py,v 1.50 2017/08/15 16:21:58 stroeder Exp $ """ import UserDict,ldap.cidict diff --git a/Lib/ldap/schema/subentry.py b/Lib/ldap/schema/subentry.py index 2eac52a..a80f238 100644 --- a/Lib/ldap/schema/subentry.py +++ b/Lib/ldap/schema/subentry.py @@ -2,8 +2,6 @@ ldap.schema.subentry - subschema subentry handling See https://www.python-ldap.org/ for details. - -\$Id: subentry.py,v 1.37 2017/08/15 16:21:58 stroeder Exp $ """ import ldap.cidict,ldap.schema diff --git a/Lib/ldap/schema/tokenizer.py b/Lib/ldap/schema/tokenizer.py index 724f0c5..ede7e21 100644 --- a/Lib/ldap/schema/tokenizer.py +++ b/Lib/ldap/schema/tokenizer.py @@ -2,8 +2,6 @@ ldap.schema.tokenizer - Low-level parsing functions for schema element strings See https://www.python-ldap.org/ for details. - -\$Id: tokenizer.py,v 1.17 2017/08/15 16:21:59 stroeder Exp $ """ import re diff --git a/Lib/ldap/syncrepl.py b/Lib/ldap/syncrepl.py index 8156435..3401c0d 100644 --- a/Lib/ldap/syncrepl.py +++ b/Lib/ldap/syncrepl.py @@ -3,8 +3,6 @@ ldap.syncrepl - for implementing syncrepl consumer (see RFC 4533) See https://www.python-ldap.org/ for project details. - -$Id: syncrepl.py,v 1.8 2017/08/15 16:21:58 stroeder Exp $ """ #__all__ = [ diff --git a/Lib/ldapurl.py b/Lib/ldapurl.py index bd1f42c..c760b33 100644 --- a/Lib/ldapurl.py +++ b/Lib/ldapurl.py @@ -3,8 +3,6 @@ See https://www.python-ldap.org/ for details. -\$Id: ldapurl.py,v 1.99 2017/09/26 09:40:26 stroeder Exp $ - Python compability note: This module only works with Python 2.0+ since 1. string methods are used instead of module string and diff --git a/Lib/ldif.py b/Lib/ldif.py index f38e150..bd5801c 100644 --- a/Lib/ldif.py +++ b/Lib/ldif.py @@ -3,8 +3,6 @@ See https://www.python-ldap.org/ for details. -$Id: ldif.py,v 1.119 2017/09/26 09:40:26 stroeder Exp $ - Python compability note: Tested with Python 2.0+, but should work with Python 1.5.2+. """ diff --git a/Lib/slapdtest.py b/Lib/slapdtest.py index e2fceb1..a09e9e6 100644 --- a/Lib/slapdtest.py +++ b/Lib/slapdtest.py @@ -4,8 +4,6 @@ See https://www.python-ldap.org/ for details. -$Id: slapdtest.py,v 1.22 2017/09/26 09:40:26 stroeder Exp $ - Python compability note: This module only works with Python 2.7.x since """ diff --git a/Modules/LDAPObject.c b/Modules/LDAPObject.c index 5c69cc3..3291379 100644 --- a/Modules/LDAPObject.c +++ b/Modules/LDAPObject.c @@ -1,5 +1,4 @@ -/* See https://www.python-ldap.org/ for details. - * $Id: LDAPObject.c,v 1.98 2017/10/09 13:51:45 stroeder Exp $ */ +/* See https://www.python-ldap.org/ for details. */ #include "common.h" #include "patchlevel.h" diff --git a/Modules/LDAPObject.h b/Modules/LDAPObject.h index be6a01d..4223735 100644 --- a/Modules/LDAPObject.h +++ b/Modules/LDAPObject.h @@ -1,5 +1,4 @@ -/* See https://www.python-ldap.org/ for details. - * $Id: LDAPObject.h,v 1.11 2017/08/15 16:21:59 stroeder Exp $ */ +/* See https://www.python-ldap.org/ for details. */ #ifndef __h_LDAPObject #define __h_LDAPObject diff --git a/Modules/berval.c b/Modules/berval.c index e196b2d..b118669 100644 --- a/Modules/berval.c +++ b/Modules/berval.c @@ -1,5 +1,4 @@ -/* See https://www.python-ldap.org/ for details. - * $Id: berval.c,v 1.2 2017/08/15 16:21:59 stroeder Exp $ */ +/* See https://www.python-ldap.org/ for details. */ #include "common.h" #include "berval.h" diff --git a/Modules/berval.h b/Modules/berval.h index c635dec..514e9f9 100644 --- a/Modules/berval.h +++ b/Modules/berval.h @@ -1,5 +1,4 @@ -/* See https://www.python-ldap.org/ for details. - * $Id: berval.h,v 1.2 2017/08/15 16:21:59 stroeder Exp $ */ +/* See https://www.python-ldap.org/ for details. */ #ifndef __h_berval #define __h_berval diff --git a/Modules/common.c b/Modules/common.c index 61fb6f7..7d3ac8b 100644 --- a/Modules/common.c +++ b/Modules/common.c @@ -1,6 +1,5 @@ /* Miscellaneous common routines - * See https://www.python-ldap.org/ for details. - * $Id: common.c,v 1.4 2017/08/15 16:21:59 stroeder Exp $ */ + * See https://www.python-ldap.org/ for details. */ #include "common.h" diff --git a/Modules/common.h b/Modules/common.h index c1744df..e29e20d 100644 --- a/Modules/common.h +++ b/Modules/common.h @@ -1,6 +1,5 @@ /* common utility macros - * See https://www.python-ldap.org/ for details. - * $Id: common.h,v 1.9 2017/08/15 16:21:59 stroeder Exp $ */ + * See https://www.python-ldap.org/ for details. */ #ifndef __h_common #define __h_common diff --git a/Modules/constants.c b/Modules/constants.c index b7f0757..2c0ec1d 100644 --- a/Modules/constants.c +++ b/Modules/constants.c @@ -1,6 +1,5 @@ /* constants defined for LDAP - * See https://www.python-ldap.org/ for details. - * $Id: constants.c,v 1.60 2017/08/15 16:21:59 stroeder Exp $ */ + * See https://www.python-ldap.org/ for details. */ #include "common.h" #include "constants.h" diff --git a/Modules/constants.h b/Modules/constants.h index 7ff856d..eb76612 100644 --- a/Modules/constants.h +++ b/Modules/constants.h @@ -1,5 +1,4 @@ -/* See https://www.python-ldap.org/ for details. - * $Id: constants.h,v 1.7 2017/08/15 16:21:59 stroeder Exp $ */ +/* See https://www.python-ldap.org/ for details. */ #ifndef __h_constants_ #define __h_constants_ diff --git a/Modules/errors.c b/Modules/errors.c index 765b830..3731965 100644 --- a/Modules/errors.c +++ b/Modules/errors.c @@ -1,8 +1,7 @@ /* * errors that arise from ldap use * Most errors become their own exception - * See https://www.python-ldap.org/ for details. - * $Id: errors.c,v 1.31 2017/08/15 16:21:59 stroeder Exp $ */ + * See https://www.python-ldap.org/ for details. */ #include "common.h" #include "errors.h" diff --git a/Modules/errors.h b/Modules/errors.h index a5c65f0..32aebff 100644 --- a/Modules/errors.h +++ b/Modules/errors.h @@ -1,5 +1,4 @@ -/* See https://www.python-ldap.org/ for details. - * $Id: errors.h,v 1.7 2017/08/15 16:21:59 stroeder Exp $ */ +/* See https://www.python-ldap.org/ for details. */ #ifndef __h_errors_ #define __h_errors_ diff --git a/Modules/functions.c b/Modules/functions.c index c25f34e..b2dbf83 100644 --- a/Modules/functions.c +++ b/Modules/functions.c @@ -1,5 +1,4 @@ -/* See https://www.python-ldap.org/ for details. - * $Id: functions.c,v 1.28 2017/08/15 16:21:59 stroeder Exp $ */ +/* See https://www.python-ldap.org/ for details. */ #include "common.h" #include "functions.h" diff --git a/Modules/functions.h b/Modules/functions.h index 0f9850e..854a940 100644 --- a/Modules/functions.h +++ b/Modules/functions.h @@ -1,11 +1,8 @@ -/* See https://www.python-ldap.org/ for details. - * $Id: functions.h,v 1.5 2017/08/15 16:21:59 stroeder Exp $ */ +/* See https://www.python-ldap.org/ for details. */ #ifndef __h_functions_ #define __h_functions_ -/* $Id: functions.h,v 1.5 2017/08/15 16:21:59 stroeder Exp $ */ - #include "common.h" extern void LDAPinit_functions( PyObject* ); diff --git a/Modules/ldapcontrol.c b/Modules/ldapcontrol.c index 96162e7..0bf86a1 100644 --- a/Modules/ldapcontrol.c +++ b/Modules/ldapcontrol.c @@ -1,5 +1,4 @@ -/* See https://www.python-ldap.org/ for details. - * $Id: ldapcontrol.c,v 1.22 2017/08/15 16:21:59 stroeder Exp $ */ +/* See https://www.python-ldap.org/ for details. */ #include "common.h" #include "LDAPObject.h" diff --git a/Modules/ldapcontrol.h b/Modules/ldapcontrol.h index 0d5e8da..1c09d95 100644 --- a/Modules/ldapcontrol.h +++ b/Modules/ldapcontrol.h @@ -1,5 +1,4 @@ -/* See https://www.python-ldap.org/ for details. - * $Id: ldapcontrol.h,v 1.7 2017/08/15 16:21:59 stroeder Exp $ */ +/* See https://www.python-ldap.org/ for details. */ #ifndef __h_ldapcontrol #define __h_ldapcontrol diff --git a/Modules/ldapmodule.c b/Modules/ldapmodule.c index 60e4d33..7d8ed2f 100644 --- a/Modules/ldapmodule.c +++ b/Modules/ldapmodule.c @@ -1,5 +1,4 @@ -/* See https://www.python-ldap.org/ for details. - * $Id: ldapmodule.c,v 1.10 2017/08/15 16:21:59 stroeder Exp $ */ +/* See https://www.python-ldap.org/ for details. */ #include "common.h" #include "version.h" diff --git a/Modules/message.c b/Modules/message.c index e44c390..33127b6 100644 --- a/Modules/message.c +++ b/Modules/message.c @@ -1,5 +1,4 @@ -/* See https://www.python-ldap.org/ for details. - * $Id: message.c,v 1.20 2017/08/15 16:21:59 stroeder Exp $ */ +/* See https://www.python-ldap.org/ for details. */ #include "common.h" #include "message.h" diff --git a/Modules/message.h b/Modules/message.h index 87d5523..b4f60eb 100644 --- a/Modules/message.h +++ b/Modules/message.h @@ -1,5 +1,4 @@ -/* See https://www.python-ldap.org/ for details. - * $Id: message.h,v 1.7 2017/08/15 16:21:59 stroeder Exp $ */ +/* See https://www.python-ldap.org/ for details. */ #ifndef __h_message #define __h_message diff --git a/Modules/options.c b/Modules/options.c index 740cda2..a437ca4 100644 --- a/Modules/options.c +++ b/Modules/options.c @@ -1,5 +1,4 @@ -/* See https://www.python-ldap.org/ for details. - * $Id: options.c,v 1.43 2017/08/15 16:21:59 stroeder Exp $ */ +/* See https://www.python-ldap.org/ for details. */ #include "common.h" #include "errors.h" diff --git a/Modules/options.h b/Modules/options.h index 3223f2c..dd61320 100644 --- a/Modules/options.h +++ b/Modules/options.h @@ -1,5 +1,4 @@ -/* See https://www.python-ldap.org/ for details. - * $Id: options.h,v 1.5 2017/08/15 16:21:59 stroeder Exp $ */ +/* See https://www.python-ldap.org/ for details. */ int LDAP_optionval_by_name(const char *name); int LDAP_set_option(LDAPObject *self, int option, PyObject *value); diff --git a/Modules/schema.c b/Modules/schema.c index d5818af..fb38b0a 100644 --- a/Modules/schema.c +++ b/Modules/schema.c @@ -1,5 +1,4 @@ -/* See https://www.python-ldap.org/ for details. - * $Id: schema.c,v 1.9 2017/08/15 16:21:59 stroeder Exp $ */ +/* See https://www.python-ldap.org/ for details. */ #include "common.h" diff --git a/Modules/schema.h b/Modules/schema.h index 7694afd..eee00a3 100644 --- a/Modules/schema.h +++ b/Modules/schema.h @@ -1,5 +1,4 @@ -/* See https://www.python-ldap.org/ for details. - * $Id: schema.h,v 1.6 2017/08/15 16:21:59 stroeder Exp $ */ +/* See https://www.python-ldap.org/ for details. */ #ifndef __h_schema_ #define __h_schema_ diff --git a/Modules/version.c b/Modules/version.c index 8e4e63c..b706b8e 100644 --- a/Modules/version.c +++ b/Modules/version.c @@ -1,6 +1,5 @@ /* Set release version - * See https://www.python-ldap.org/ for details. - * $Id: version.c,v 1.5 2017/08/15 16:21:59 stroeder Exp $ */ + * See https://www.python-ldap.org/ for details. */ #include "common.h" diff --git a/Modules/version.h b/Modules/version.h index 270b201..4d76b34 100644 --- a/Modules/version.h +++ b/Modules/version.h @@ -1,6 +1,5 @@ /* Set release version - * See https://www.python-ldap.org/ for details. - * $Id: version.h,v 1.5 2017/08/15 16:21:59 stroeder Exp $ */ + * See https://www.python-ldap.org/ for details. */ #ifndef __h_version_ #define __h_version_ diff --git a/README b/README index 6d4b93c..d8e88bb 100644 --- a/README +++ b/README @@ -98,5 +98,3 @@ Acknowledgements: Thanks! We may have missed someone: please mail us if we have omitted your name. - -$Id: README,v 1.26 2017/08/15 16:21:58 stroeder Exp $ diff --git a/TODO b/TODO index fdee89e..456cfea 100644 --- a/TODO +++ b/TODO @@ -26,6 +26,3 @@ Tests/ - Clean up and finish the mess of small test scripts started. - Create a test script that exercises everything with a server holding the BLITS test data set - ------------------------------------------------------------------- -$Id: TODO,v 1.39 2015/01/10 16:58:52 stroeder Exp $ diff --git a/Tests/__init__.py b/Tests/__init__.py index 3c212f0..b7b5378 100644 --- a/Tests/__init__.py +++ b/Tests/__init__.py @@ -3,8 +3,6 @@ Automatic tests for python-ldap See https://www.python-ldap.org/ for details. - -$Id: __init__.py,v 1.6 2017/08/15 16:17:29 stroeder Exp $ """ import t_cext diff --git a/Tests/t_cext.py b/Tests/t_cext.py index ee1fd60..6add784 100644 --- a/Tests/t_cext.py +++ b/Tests/t_cext.py @@ -3,8 +3,6 @@ Automatic tests for python-ldap's C wrapper module _ldap See https://www.python-ldap.org/ for details. - -$Id: t_cext.py,v 1.25 2017/10/09 14:40:48 stroeder Exp $ """ import os diff --git a/Tests/t_cidict.py b/Tests/t_cidict.py index ab79b28..3f9e8e4 100644 --- a/Tests/t_cidict.py +++ b/Tests/t_cidict.py @@ -3,8 +3,6 @@ Automatic tests for python-ldap's module ldap.cidict See https://www.python-ldap.org/ for details. - -$Id: t_cidict.py,v 1.3 2017/09/04 07:47:29 stroeder Exp $ """ # from Python's standard lib diff --git a/Tests/t_ldap_dn.py b/Tests/t_ldap_dn.py index 1507d2e..043cc70 100644 --- a/Tests/t_ldap_dn.py +++ b/Tests/t_ldap_dn.py @@ -3,8 +3,6 @@ Automatic tests for python-ldap's module ldap.dn See https://www.python-ldap.org/ for details. - -$Id: t_ldap_dn.py,v 1.6 2017/09/04 07:47:29 stroeder Exp $ """ # from Python's standard lib diff --git a/Tests/t_ldap_filter.py b/Tests/t_ldap_filter.py index f50a217..5eda05d 100644 --- a/Tests/t_ldap_filter.py +++ b/Tests/t_ldap_filter.py @@ -3,8 +3,6 @@ Automatic tests for python-ldap's module ldap.filter See https://www.python-ldap.org/ for details. - -$Id: t_ldap_filter.py,v 1.5 2017/09/04 07:47:29 stroeder Exp $ """ # from Python's standard lib diff --git a/Tests/t_ldap_functions.py b/Tests/t_ldap_functions.py index 1928c67..cdd2ffb 100644 --- a/Tests/t_ldap_functions.py +++ b/Tests/t_ldap_functions.py @@ -3,8 +3,6 @@ Automatic tests for python-ldap's module ldap.functions See https://www.python-ldap.org/ for details. - -$Id: t_ldap_functions.py,v 1.4 2017/09/04 07:47:29 stroeder Exp $ """ # from Python's standard lib diff --git a/Tests/t_ldap_modlist.py b/Tests/t_ldap_modlist.py index d7a9336..a206cde 100644 --- a/Tests/t_ldap_modlist.py +++ b/Tests/t_ldap_modlist.py @@ -3,8 +3,6 @@ Automatic tests for python-ldap's module ldap.modlist See https://www.python-ldap.org/ for details. - -$Id: t_ldap_modlist.py,v 1.3 2017/08/15 16:21:59 stroeder Exp $ """ import unittest diff --git a/Tests/t_ldap_schema_subentry.py b/Tests/t_ldap_schema_subentry.py index 879d02e..de6421a 100644 --- a/Tests/t_ldap_schema_subentry.py +++ b/Tests/t_ldap_schema_subentry.py @@ -3,8 +3,6 @@ Automatic tests for python-ldap's class ldap.schema.SubSchema See https://www.python-ldap.org/ for details. - -$Id: t_ldap_schema_subentry.py,v 1.3 2017/08/15 16:21:59 stroeder Exp $ """ import unittest diff --git a/Tests/t_ldap_schema_tokenizer.py b/Tests/t_ldap_schema_tokenizer.py index 72711f5..d676e8a 100644 --- a/Tests/t_ldap_schema_tokenizer.py +++ b/Tests/t_ldap_schema_tokenizer.py @@ -3,8 +3,6 @@ Automatic tests for python-ldap's module ldap.schema.tokenizer See https://www.python-ldap.org/ for details. - -$Id: t_ldap_schema_tokenizer.py,v 1.11 2017/08/15 16:21:59 stroeder Exp $ """ import unittest diff --git a/Tests/t_ldapobject.py b/Tests/t_ldapobject.py index e8fe6ac..60e9bdb 100644 --- a/Tests/t_ldapobject.py +++ b/Tests/t_ldapobject.py @@ -3,8 +3,6 @@ Automatic tests for python-ldap's module ldap.ldapobject See https://www.python-ldap.org/ for details. - -$Id: t_ldapobject.py,v 1.10 2017/09/04 14:59:57 stroeder Exp $ """ import os diff --git a/Tests/t_ldapurl.py b/Tests/t_ldapurl.py index 161e99c..c87b752 100644 --- a/Tests/t_ldapurl.py +++ b/Tests/t_ldapurl.py @@ -3,8 +3,6 @@ Automatic tests for python-ldap's module ldapurl See https://www.python-ldap.org/ for details. - -$Id: t_ldapurl.py,v 1.14 2017/09/04 07:47:29 stroeder Exp $ """ import unittest diff --git a/Tests/t_ldif.py b/Tests/t_ldif.py index 551d7ae..4898f76 100644 --- a/Tests/t_ldif.py +++ b/Tests/t_ldif.py @@ -3,8 +3,6 @@ Automatic tests for python-ldap's module ldif See https://www.python-ldap.org/ for details. - -$Id: t_ldif.py,v 1.25 2017/10/09 13:27:42 stroeder Exp $ """ # from Python's standard lib diff --git a/setup.cfg b/setup.cfg index aa23527..10dafc9 100644 --- a/setup.cfg +++ b/setup.cfg @@ -1,7 +1,5 @@ # Example for setup.cfg # You have to edit this file to reflect your system configuation -# -# $Id: setup.cfg,v 1.32 2015/06/21 17:50:43 stroeder Exp $ # Section for compiling the C extension module # for wrapping OpenLDAP 2 libs diff --git a/setup.py b/setup.py index ec3a4be..7318c41 100644 --- a/setup.py +++ b/setup.py @@ -2,8 +2,6 @@ setup.py - Setup package with the help Python's DistUtils See https://www.python-ldap.org/ for details. - -$Id: setup.py,v 1.80 2017/08/15 16:21:58 stroeder Exp $ """ has_setuptools = False