Commits
User selector
Commit History
Commits on May 7, 2026
- committed
- committed
fix(LDAPObject): Prevent memory errors in attrs_from_List
Show description for f3f792eauthored andcommitted
Commits on Aug 7, 2025
feat(ldap.dn): Add support for different formats in `ldap.dn.dn2str()` via flags
Show description for ef837a2authored andcommitted
Commits on Aug 6, 2025
Allow passing None as uri argument to ldap.initialize() (#465)
Show description for 7af3125authored
Commits on Nov 3, 2023
refactor: Remove Python 2 vestiges
Show description for f481010committedrefactor: Merge all header files
Show description for 75a765fcommitted
Commits on Oct 4, 2023
Commits on Sep 1, 2022
Back out the removal of OPT_X_TLS and OPT_X_TLS_CTX options
Show description for b3d6a8cauthored
Commits on Apr 20, 2022
Add TLS version numbers and remove unsupported TLS options
Show description for 5cac85acommitted- committed
Implement support for OPT_X_TLS_PEERCERT
Show description for 610b2eeauthored andcommitted- committed
- committed
Check whether libldap is threadsafe on startup.
Show description for 1e20c2dcommitted
Commits on Sep 17, 2021
Implement OPT_X_SASL_SSF_EXTERNAL setter
Show description for f1c702ecommitted
Commits on Sep 16, 2021
Handle unknown LDAP result code
Show description for d9ded15committed
Commits on Sep 15, 2021
Fix SASL get/set options on big endian platforms
Show description for 84bbf5eauthored andcommitted
Commits on Aug 3, 2021
Add OPT_X_TLS_REQUIRE_SAN
Show description for 2fc51b2committed
Commits on Jun 29, 2020
Fix macOS SDK builds without ldap_init_fd
Show description for 605a34bauthored
Commits on Jun 22, 2020
Remove Python 2 support
Show description for 2be2c6bauthored
Commits on Jun 18, 2020
Drop HAVE_LDAP_INIT_FD
Show description for d45ad6aauthored andcommittedUse openldap.h on OpenLDAP 2.4.48
Show description for f50b197authored andcommitted
Commits on Jun 5, 2020
Make indent again
Show description for 450b2f3authoredAllow LDAP connection from file descriptor
Show description for cb4eb78authored andcommittedCheck valid connection in LDAPObject.set/get_option
Show description for 0870889authored andcommittedFix NULL deref and checks in LDAPmessage_to_python
Show description for 72a4707authoredImprove TLS documentation
Show description for c803bfcauthoredRun make indent on C code
Show description for ed802afauthored andcommittedDon't overallocate memory in attrs_from_List()
Show description for a7671d8authored
Commits on May 18, 2020
Commits on May 7, 2020
- committed
- committed
Attach msgid/controls/... to exceptions (Closes #177, #208)
Show description for f754e35committed- committed