10
I Use This!
Low Activity

Commits : Listings

Analyzed 1 day ago. based on code collected 2 days ago.
Jun 27, 2025 — Jun 27, 2026
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
removed setting class attribute result_code in SSSResponseControl.decodeControlValue() and VLVResponseControl.decodeControlValue More... over 8 years ago
setup.py: added ldap.controls.vlv to py_modules More... over 8 years ago
build checks whether LDAP_API_VERSION is OpenLDAP 2.4.x More... over 8 years ago
removed obsolete back-ward compability constants from common.h More... over 8 years ago
moved code from version.c to ldapmodule.c and removed version.[ch] More... over 8 years ago
only use _ldap when setting LIBLDAP_API_INFO More... over 8 years ago
Tests/ scripts do not directly call SlapdTestCase.setUpClass() anymore More... over 8 years ago
started 2.5.2 More... over 8 years ago
prepare release 2.5.1 More... over 8 years ago
added missing ldap.pkginfo in setup.py More... over 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... over 8 years ago
Added safety assertion when importing _ldap: ldap.pkginfo.__version__ must match _ldap.__version__ More... over 8 years ago
corrected Test02_ReconnectLDAPObject.__doc__ More... over 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... over 8 years ago
removed schema.c and schema.h More... over 8 years ago
ldap.__version__, ldap.__author__ and ldap.__license__ now imported from new sub-module ldap.pkginfo also to setup.py More... over 8 years ago
added distclean.sh More... over 8 years ago
removed schema.h and LDAPinit_schema More... over 8 years ago
removed schema.h and LDAPinit_schema More... over 8 years ago
removed unused code schema.c More... over 8 years ago
removed unused code schema.c More... over 8 years ago
removed stand-alone module dsml More... over 8 years ago
class ldap.async.DSMLWriter removed too More... over 8 years ago
there will never be DSMLv2 support More... over 8 years ago
remove stand-alone module dsml More... over 8 years ago
module dsml was removed => docs obsolete More... over 8 years ago
removed stand-alone module dsml More... over 8 years ago
added requirements.txt, pyasn1>=0.3.7 and pyasn1_modules>=0.1.5 now mandatory for python-ldap 2.5.0+ More... over 8 years ago
bumped Doc/ version to 2.5 More... over 8 years ago
announce pyasn1* modules as Installation prerequisites, do not index C lib names More... over 8 years ago