1
I Use This!
Inactive

Commits : Listings

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