1
I Use This!
Inactive

Commits : Listings

Analyzed 9 minutes ago. based on code collected 1 day ago.
Aug 29, 2025 — Aug 29, 2026
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Version 0.9.20 More... about 8 years ago
Merge pull request #43 from kou/support-tls-newctx-option More... about 8 years ago
Support LDAP_OPT_X_TLS_NEWCTX More... about 8 years ago
Merge pull request #39 from umanoda/replaced_tab_to_spaces More... about 10 years ago
s/\t/:space:/g test/*.rb More... about 10 years ago
Version 0.9.19. Fixed parsing of LDIF with CR LF line separators (GH-38) More... about 10 years ago
Version 0.9.18 More... over 10 years ago
Merge pull request #36 from hsuenaga/backout-issue32 More... over 10 years ago
backout issue32 to compile for ruby-1.8.x. More... over 10 years ago
Merge pull request #34 from ReadmeCritic/master More... over 10 years ago
Update README URLs based on HTTP redirects More... over 10 years ago
Version 0.9.17 More... over 11 years ago
Merge pull request #32 from hsuenaga/fix-issue31 More... over 11 years ago
Fix system stack overflow in LDAPEntry(GH-31) More... over 11 years ago
Version 0.9.16 More... almost 13 years ago
Fixed undefined method 'each' in LDAP::LDIF.mods_to_ldif (GH-26) More... almost 13 years ago
Version 0.9.15 More... about 13 years ago
Merge pull request #25 from kou/rename-accept-nil-new-parent-dn More... about 13 years ago
Accept nil for new_parent_dn for rename More... about 13 years ago
Added Brian Leake and David Campbell into THANKS list More... about 13 years ago
Version 0.9.14 More... about 13 years ago
Merge pull request #24 from kou/add-missing-rename-check More... about 13 years ago
Merge pull request #23 from kou/fix-build-error More... about 13 years ago
Add missing ldap_raname_s() function availability check More... about 13 years ago
Fix build error with GCC 4.8.1 More... about 13 years ago
Merge pull request #22 from dacamp/master More... about 13 years ago
Added LDAP_OPT_NETWORK_TIMEOUT for openLDAP More... about 13 years ago
Merge pull request #21 from marek-veber/master More... about 13 years ago
Add function: conn.rename(dn, new_rdn, new_parent_dn, delete_old_rdn, sctrls, cctrls) => self Modify the RDN of the entry with DN, dn, giving it the new RDN in parent new_parent_dn, new_rdn. If delete_old_rdn is true, the old RDN value will be deleted from the entry More... about 13 years ago
Merge pull request #20 from pwillred/no_canon More... about 13 years ago