[Python-modules-commits] [python-ldap3] branch master updated (46db227 -> d680d35)
Brian May
bam at moszumanska.debian.org
Wed Apr 6 03:41:32 UTC 2016
This is an automated email from the git hooks/post-receive script.
bam pushed a change to branch master
in repository python-ldap3.
from 46db227 Use https for git url
new 193a009 Import python-ldap3_1.2.2.orig.tar.gz
new e19b85e record new upstream branch created by importing python-ldap3_1.2.2.orig.tar.gz and merge it
new c07db74 Add changelog entry for 1.2.2-1
new d680d35 Update standards version to 3.9.7
The 4 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails. The revisions
listed as "adds" were already present in the repository and have only
been added to this reference.
Summary of changes:
COPYING.LESSER.txt | 328 +-
COPYING.txt | 1346 +++---
LICENSE.txt | 24 +-
MANIFEST.in | 2 +-
PKG-INFO | 2 +-
README.rst | 184 +-
_version.json | 22 +-
debian/.git-dpm | 14 +-
debian/changelog | 6 +
debian/control | 2 +-
ldap3.egg-info/PKG-INFO | 2 +-
ldap3.egg-info/SOURCES.txt | 2 +-
ldap3/__init__.py | 876 ++--
ldap3/abstract/__init__.py | 62 +-
ldap3/abstract/attrDef.py | 198 +-
ldap3/abstract/attribute.py | 174 +-
ldap3/abstract/entry.py | 24 +-
ldap3/abstract/objectDef.py | 292 +-
ldap3/abstract/operationalAttribute.py | 124 +-
ldap3/abstract/reader.py | 2 +
ldap3/core/connection.py | 2527 +++++------
ldap3/core/server.py | 1058 ++---
ldap3/core/timezone.py | 58 +-
ldap3/core/tls.py | 558 +--
ldap3/core/usage.py | 450 +-
ldap3/extend/__init__.py | 329 +-
ldap3/extend/microsoft/modifyPassword.py | 65 +-
ldap3/extend/novell/getBindDn.py | 82 +-
ldap3/extend/novell/listReplicas.py | 94 +-
ldap3/extend/novell/nmasGetUniversalPassword.py | 98 +-
ldap3/extend/novell/nmasSetUniversalPassword.py | 96 +-
ldap3/extend/novell/partition_entry_count.py | 108 +-
ldap3/extend/novell/replicaInfo.py | 144 +-
ldap3/extend/operation.py | 175 +-
ldap3/extend/standard/PagedSearch.py | 216 +-
ldap3/extend/standard/modifyPassword.py | 124 +-
ldap3/extend/standard/whoAmI.py | 80 +-
ldap3/operation/abandon.py | 76 +-
ldap3/operation/add.py | 140 +-
ldap3/operation/bind.py | 316 +-
ldap3/operation/compare.py | 124 +-
ldap3/operation/delete.py | 94 +-
ldap3/operation/extended.py | 211 +-
ldap3/operation/modify.py | 190 +-
ldap3/operation/modifyDn.py | 124 +-
ldap3/operation/search.py | 1071 ++---
ldap3/operation/unbind.py | 62 +-
ldap3/protocol/controls.py | 80 +-
ldap3/protocol/convert.py | 310 +-
ldap3/protocol/formatters/formatters.py | 544 +--
ldap3/protocol/formatters/standard.py | 378 +-
ldap3/protocol/microsoft.py | 250 +-
ldap3/protocol/novell.py | 194 +-
ldap3/protocol/oid.py | 2416 +++++------
ldap3/protocol/oid2.py | 1189 ------
ldap3/protocol/rfc2696.py | 144 +-
ldap3/protocol/rfc2849.py | 458 +-
ldap3/protocol/rfc3062.py | 182 +-
ldap3/protocol/rfc4511.py | 2002 ++++-----
ldap3/protocol/sasl/digestMd5.py | 304 +-
ldap3/protocol/sasl/external.py | 64 +-
ldap3/protocol/sasl/kerberos.py | 196 +-
ldap3/protocol/sasl/sasl.py | 340 +-
ldap3/protocol/schemas/ad2012R2.py | 4464 ++++++++++----------
ldap3/protocol/schemas/ds389.py | 3430 +++++++--------
ldap3/protocol/schemas/edir888.py | 2264 +++++-----
ldap3/protocol/schemas/slapd24.py | 1516 +++----
ldap3/strategy/async.py | 5 +-
ldap3/strategy/base.py | 1570 +++----
ldap3/strategy/ldifProducer.py | 270 +-
ldap3/strategy/mockAsync.py | 54 +-
ldap3/strategy/mockSync.py | 126 +-
ldap3/strategy/reusable.py | 28 +-
ldap3/utils/asn1.py | 428 +-
ldap3/utils/conv.py | 1 +
ldap3/utils/dn.py | 604 +--
ldap3/utils/hashed.py | 188 +-
ldap3/utils/log.py | 410 +-
ldap3/utils/ntlm.py | 984 ++---
ldap3/utils/repr.py | 86 +-
ldap3/utils/tls_backport.py | 266 +-
ldap3/utils/uri.py | 235 +-
ldap3/version.py | 8 +-
requirements.txt | 2 +-
setup.cfg | 2 +-
setup.py | 152 +-
test/testASN1.py | 70 +-
test/testAbstractionDefs.py | 194 +-
test/testAbstractionSearch.py | 297 +-
test/testAddOperation.py | 88 +-
test/testBindOperation.py | 178 +-
test/testCaseInsensitiveDictionary.py | 582 +--
test/testCheckNames.py | 158 +-
test/testCheckedAttributes.py | 196 +-
test/testCompareOperation.py | 114 +-
test/testConnection.py | 152 +-
test/testControls.py | 106 +-
test/testDeleteOperation.py | 98 +-
test/testDnParsing.py | 216 +-
test/testExceptions.py | 72 +-
test/testExtendedOperations.py | 194 +-
test/testExtensions.py | 148 +-
test/testFormatGeneralizedTime.py | 166 +-
test/testLDIF-change.py | 302 +-
test/testLDIF-content.py | 154 +-
test/testMicrosoftAD.py | 437 +-
test/testMockSyncStrategy.py | 126 +-
test/testModifyDNOperation.py | 136 +-
test/testModifyOperation.py | 206 +-
test/testOfflineSchema.py | 136 +-
test/testParseSearchFilter.py | 174 +-
...testBindOperation.py => testRebindOperation.py} | 187 +-
test/testRestartable.py | 130 +-
test/testSaslPrep.py | 124 +-
test/testSchema.py | 128 +-
test/testSearchOperation.py | 404 +-
test/testSearchOperationJSON.py | 316 +-
test/testTls.py | 266 +-
118 files changed, 21883 insertions(+), 22872 deletions(-)
delete mode 100644 ldap3/protocol/oid2.py
copy test/{testBindOperation.py => testRebindOperation.py} (55%)
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/python-modules/packages/python-ldap3.git
More information about the Python-modules-commits
mailing list