10
I Use This!
Low Activity

Commits : Listings

Analyzed about 12 hours ago. based on code collected about 12 hours ago.
Jan 24, 2025 — Jan 24, 2026
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
docstring cosmetics More... about 8 years ago
module ldif now uses functions b64encode() and b64decode() More... about 8 years ago
added LDIF test with line-folded, base64-encoded attribute More... about 8 years ago
use new-style classes in ldapurl More... about 8 years ago
fixed var usage when failing in test_bad_change_records() More... about 8 years ago
removed all dependencies on modules string and types More... about 8 years ago
removed almost all assert statements in ldap.schema.models, removed importing of types module More... about 8 years ago
stick to naming convention with LDAPinit_pkginfo() More... about 8 years ago
C module _ldap now also gets __author__ and __license__ set from ldap.pkginfo same like __version__ More... about 8 years ago
always use bytes() for UUID() constructor in ldap.syncrepl More... about 8 years ago
white-space cleaning More... about 8 years ago
announce minor changes for 2.5.2 in Modules/ and Lib/ More... about 8 years ago
removed setting class attribute result_code in SSSResponseControl.decodeControlValue() and VLVResponseControl.decodeControlValue More... about 8 years ago
setup.py: added ldap.controls.vlv to py_modules More... about 8 years ago
build checks whether LDAP_API_VERSION is OpenLDAP 2.4.x More... about 8 years ago
removed obsolete back-ward compability constants from common.h More... about 8 years ago
moved code from version.c to ldapmodule.c and removed version.[ch] More... about 8 years ago
only use _ldap when setting LIBLDAP_API_INFO More... about 8 years ago
Tests/ scripts do not directly call SlapdTestCase.setUpClass() anymore More... about 8 years ago
started 2.5.2 More... about 8 years ago
prepare release 2.5.1 More... about 8 years ago
added missing ldap.pkginfo in setup.py More... about 8 years ago
* The methods SSSResponseControl.decodeControlValue() and VLVResponseControl.decodeControlValue() now follow the coding convention to use camel-cased ASN.1 name as class attribute name. The old class names are still set for back-ward compability but should not be used in new code because they might be removed in a later release. * removed SSSRequestControl from ldap.controls.KNOWN_RESPONSE_CONTROLS More... about 8 years ago
Added safety assertion when importing _ldap: ldap.pkginfo.__version__ must match _ldap.__version__ More... about 8 years ago
corrected Test02_ReconnectLDAPObject.__doc__ More... about 8 years ago
For 2.5.x mandatory prerequisites are: Python 2.7.x, pyasn1 0.3.7+ and pyasn1_modules 0.1.5+ More... about 8 years ago
removed schema.c and schema.h More... about 8 years ago
ldap.__version__, ldap.__author__ and ldap.__license__ now imported from new sub-module ldap.pkginfo also to setup.py More... about 8 years ago
added distclean.sh More... about 8 years ago
removed schema.h and LDAPinit_schema More... about 8 years ago