0
I Use This!
Very Low Activity

Commits : Listings

Analyzed 1 day ago. based on code collected 1 day ago.
Aug 05, 2024 — Aug 05, 2025
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
documentation for modify More... over 19 years ago
supported search scopes and attribute-only searches. More... over 19 years ago
supported LDAP delete More... over 19 years ago
documentation tweaks More... over 19 years ago
minor verbiage tweaks. Removed COPYING which only makes sense for GPL. More... over 19 years ago
verbiage tweak and acknowledged Austin. More... over 19 years ago
Added version number. Removed RELEASE_NOTES in favor of ChangeLog. Removed COPYING in favor of LICENCE. More... over 19 years ago
Added the framework for release. I haven't actually verified this yet for Net::LDAP, but I used the same framework for the recent release of MIME::Types. Some pieces of the code may need to be moved around to better handle the testing framework in the Rakefile and the pre-setup.rb file. To make this work, you will need the meta_project, gmailer, and archive-tar-minitar gems. More... over 19 years ago
spelling error More... over 19 years ago
lost superfluous default methods More... over 19 years ago
documentation More... over 19 years ago
documentation More... over 19 years ago
Improved the search-result handling More... over 19 years ago
Significant mods to LDAP#search More... over 19 years ago
documentation More... over 19 years ago
Added a password-hash generator. More... over 19 years ago
added an error message string (65) More... over 19 years ago
documents More... over 19 years ago
documentation More... over 19 years ago
readme text More... over 19 years ago
Added LDAP#modify_rdn as a synonym for LDAP#rename. More... over 19 years ago
Changed LDAP#add, LDAP#modify and LDAP#delete to return T/F instead of a numeric LDAP code. More... over 19 years ago
Changed LDAP#search to return T/F instead of numeric LDAP code, and adjusted the tests accordingly. More... over 19 years ago
Fixed tests to handle the new error return from LDAP#bind. More... over 19 years ago
Converted LDAP#bind to return T/F and added LDAP::get_operation_result to retrieve extended error information. More... over 19 years ago
Implemented Net::LDAP::open More... over 19 years ago
Refactored the Net::LDAP methods to prepare for the implementation of Net::LDAP::open More... over 19 years ago
Added Dataset::to_ldif More... over 19 years ago
Removed dependency on Base64, which doesn't seem to appear on all Ruby versions. More... over 19 years ago
Started a Dataset implementation that will be used to hold search-results and LDIFs. More... over 19 years ago