An open API service providing commit metadata for open source projects.

GitHub / ruby-ldap/ruby-net-ldap / commits

Pure Ruby LDAP library

SHA Message Author Date Stats
3aeb9952 merge Merge remote-tracking branch 'origin/master' into release-scripts Jerry Cheung <j****h@w****m> about 11 years ago
826e31c0 merge Merge branch 'release-0.9.0' Jerry Cheung <j****h@w****m> about 11 years ago
04393666 bump version and update history Jerry Cheung <j****h@w****m> about 11 years ago
ec744302 merge Merge pull request #152 from ruby-ldap/fix-gemspec-warnings Jerry Cheung <j****y@g****m> about 11 years ago
35c80564 make dev dependencies not open ended Jerry Cheung <j****h@w****m> about 11 years ago
41916477 merge Merge remote-tracking branch 'origin/master' into release-scripts Jerry Cheung <j****h@w****m> about 11 years ago
d47607a3 merge Merge pull request #151 from ruby-ldap/0.9.0-changelog-edits Jerry Cheung <j****y@g****m> about 11 years ago
b72ca0f2 add AD capabilities querying to history Jerry Cheung <j****h@w****m> about 11 years ago
bcd03d0e tweak wording Jerry Cheung <j****h@w****m> about 11 years ago
03648c60 merge Merge pull request #150 from ruby-ldap/active-directory-supported-capabilities Jerry Cheung <j****y@g****m> about 11 years ago
0c44785e add activedirectory supportedCapabilities Jerry Cheung <j****h@w****m> about 11 years ago
bb18fc67 alpa sort capability attributes list Jerry Cheung <j****h@w****m> about 11 years ago
27885ff8 merge Merge pull request #149 from ruby-ldap/0.9.0-changelog-draft Jerry Cheung <j****y@g****m> about 11 years ago
96170f3c specify >= 1.9.3 required Jerry Cheung <j****h@w****m> about 11 years ago
9e1af51a add clean-up section Jerry Cheung <j****h@w****m> about 11 years ago
f94ecc23 make bug fixes language consistent Jerry Cheung <j****h@w****m> about 11 years ago
ce30b216 merge Merge pull request #147 from ruby-ldap/add-contributing Jerry Cheung <j****y@g****m> about 11 years ago
b5fad167 clarify gem version Jerry Cheung <j****h@w****m> about 11 years ago
78c3c423 fix urls Jerry Cheung <j****h@w****m> about 11 years ago
7b801fc1 merge Merge pull request #142 from ruby-ldap/true-ber Matt Todd <c****y@g****m> about 11 years ago
9cd7d397 changes for 0.9.0 Jerry Cheung <j****h@w****m> about 11 years ago
f658a866 Add BER integration test for true value Matt Todd <c****y@g****m> about 11 years ago
0df44b0c merge Merge pull request #146 from ruby-ldap/gemspec-cleanup Jerry Cheung <j****y@g****m> about 11 years ago
a8225602 merge Merge branch 'master' into true-ber Matt Todd <c****y@g****m> about 11 years ago
bee19aee propose new release process Jerry Cheung <j****h@w****m> about 11 years ago
2091729f add contributing guide Jerry Cheung <j****h@w****m> about 11 years ago
0b733771 merge Merge pull request #144 from ruby-ldap/queue-reads-everywhere Matt Todd <c****y@g****m> about 11 years ago
95264932 simplify how development dependencies are declared Jerry Cheung <j****h@w****m> about 11 years ago
be86fe97 use a string for required_ruby_version Jerry Cheung <j****h@w****m> about 11 years ago
c6243060 requirement does not actually limit anything Jerry Cheung <j****h@w****m> about 11 years ago
41b22f4b remove rubygems_version Jerry Cheung <j****h@w****m> about 11 years ago
d1241820 Use queued_read for bind_sasl Matt Todd <c****y@g****m> about 11 years ago
47017f16 Use queued_read for bind_simple Matt Todd <c****y@g****m> about 11 years ago
6186e419 Use queued_read for start_tls Matt Todd <c****y@g****m> about 11 years ago
e015dfb0 Use queued_read for delete operation Matt Todd <c****y@g****m> about 11 years ago
4132f28f Use queued_read for rename operation Matt Todd <c****y@g****m> about 11 years ago
04bad5f2 Can't use keyword args in 1.9 Matt Todd <c****y@g****m> about 11 years ago
8b77189c Use queued_read in modify Matt Todd <c****y@g****m> about 11 years ago
c00105eb Unit test queued_read and usage Matt Todd <c****y@g****m> about 11 years ago
eedec06d merge Merge pull request #145 from ruby-ldap/update-ruby-requirement Jerry Cheung <j****y@g****m> about 11 years ago
e0582da9 merge Merge branch 'master' into queue-reads-everywhere Matt Todd <c****y@g****m> about 11 years ago
a4f15c85 remove duplidate test_files definition Jerry Cheung <j****h@w****m> about 11 years ago
cc32757f rubyforge is no more Jerry Cheung <j****h@w****m> about 11 years ago
153879aa require ruby >= 1.9.3 Jerry Cheung <j****h@w****m> about 11 years ago
5b54513a merge Merge pull request #141 from ruby-ldap/magic-number-cleanup Matt Todd <c****y@g****m> about 11 years ago
39fdf349 merge Merge pull request #137 from ruby-ldap/search-integration-tests Jerry Cheung <j****y@g****m> about 11 years ago
55845c23 previous test was filtering to one user Jerry Cheung <j****h@w****m> about 11 years ago
a748ddf6 consolidate search size tests Jerry Cheung <j****h@w****m> about 11 years ago
7baeda36 remove skip fixed by #140 Jerry Cheung <j****h@w****m> about 11 years ago
9febcbec merge Merge remote-tracking branch 'origin/master' into search-integration-tests Jerry Cheung <j****h@w****m> about 11 years ago
b225088e Replace hardcoded application specific tags with constants Matt Todd <c****y@g****m> about 11 years ago
91cac8a9 Add missing app IDs based on spec Matt Todd <c****y@g****m> about 11 years ago
811aad8e Add request app ID, document relevant spec sections Matt Todd <c****y@g****m> about 11 years ago
b8ffde7d Use queued_read for Net::LDAP::Connection#add Matt Todd <c****y@g****m> about 11 years ago
bb798c4d Add failing test for add nested in an open search Matt Todd <c****y@g****m> about 11 years ago
ab7b60c0 Force encoding to ASCII-8BIT Matt Todd <c****y@g****m> about 11 years ago
480bd170 Encode true as xFF Matt Todd <c****y@g****m> about 11 years ago
14b2d14c Use result code constants in tests Matt Todd <c****y@g****m> about 11 years ago
2d494c36 Consider non-error result codes as successful Matt Todd <c****y@g****m> about 11 years ago
63eae4aa Check specific search success result codes Matt Todd <c****y@g****m> about 11 years ago
89a4f8bd Replace magic number with result code constant Matt Todd <c****y@g****m> about 11 years ago
450bed62 Add explicit result code constants, update string mapping Matt Todd <c****y@g****m> about 11 years ago
f40c46e0 merge Merge pull request #115 from jch/search-timeout Jerry Cheung <j****y@g****m> about 11 years ago
69c7593a Assert search returns a truthy value Matt Todd <c****y@g****m> about 11 years ago
a460d4a4 Discard unneeded event data Matt Todd <c****y@g****m> about 11 years ago
17d3201e return partial results when exceeding search time limit Jerry Cheung <j****h@w****m> about 11 years ago
4358f9ce failing test for time limit search Jerry Cheung <j****h@w****m> about 11 years ago
44281c4f merge Merge remote-tracking branch 'origin/master' into search-timeout Jerry Cheung <j****h@w****m> about 11 years ago
e5e47a44 add base to search Jerry Cheung <j****h@w****m> about 11 years ago
3320248b merge Merge pull request #140 from randx/fix-size-option-in-search Jerry Cheung <j****y@g****m> about 11 years ago
6842f331 parameter is named time Jerry Cheung <j****h@w****m> about 11 years ago
8c111230 rename timelimit to time Jerry Cheung <j****h@w****m> about 11 years ago
f8520845 missed a spot during merge Jerry Cheung <j****h@w****m> about 11 years ago
b0828d49 change search instrumentation field s/limit/size/ Jerry Cheung <j****h@w****m> about 11 years ago
4c1f95a3 merge Merge remote-tracking branch 'origin/master' into search-timeout Jerry Cheung <j****h@w****m> about 11 years ago
db7bdf5c merge Merge pull request #133 from ruby-ldap/open-integration-tests Matt Todd <c****y@g****m> about 11 years ago
f3a25154 Fix test_search_with_size case
Signed-off-by: Dmitriy Zaporozhets <d****s@g****m>
Dmitriy Zaporozhets <d****s@g****m> about 11 years ago
0536b42d Add explanatory comment Matt Todd <c****y@g****m> about 11 years ago
77e5899e merge Merge branch 'master' into open-integration-tests Matt Todd <c****y@g****m> about 11 years ago
ea124f27 merge Merge pull request #139 from ruby-ldap/search-connection-cleanup Matt Todd <c****y@g****m> about 11 years ago
b0bc2155 Add additional integration test for ldap.search with result
Signed-off-by: Dmitriy Zaporozhets <d****s@g****m>
Dmitriy Zaporozhets <d****s@g****m> about 11 years ago
bd4f3fd3 merge Merge pull request #138 from ruby-ldap/read-queue-by-message_id Matt Todd <c****y@g****m> about 11 years ago
e8e0e282 Avoid magic number in success case of ldap search
Signed-off-by: Dmitriy Zaporozhets <d****s@g****m>
Dmitriy Zaporozhets <d****s@g****m> about 11 years ago
9adc5876 Avoid using magic number in ldap.search
Signed-off-by: Dmitriy Zaporozhets <d****s@g****m>
Dmitriy Zaporozhets <d****s@g****m> about 11 years ago
75cda5a1 Remove unnecessary assert in ldap.search return code test
Signed-off-by: Dmitriy Zaporozhets <d****s@g****m>
Dmitriy Zaporozhets <d****s@g****m> about 11 years ago
40bcac31 Fix test for ldap.search return codes
Signed-off-by: Dmitriy Zaporozhets <d****s@g****m>
Dmitriy Zaporozhets <d****s@g****m> about 11 years ago
2a2bf1a6 Fix size option for ldap.search method
Signed-off-by: Dmitriy Zaporozhets <d****s@g****m>
Dmitriy Zaporozhets <d****s@g****m> about 11 years ago
74bb8b36 Document search args with relevant RFC sections Matt Todd <c****y@g****m> about 11 years ago
40190937 Include required search base, fix test DN Matt Todd <c****y@g****m> about 11 years ago
549b1d94 Skip fixture add if exists Matt Todd <c****y@g****m> about 11 years ago
dc4db0e9 Cleanup Net::LDAP::Connection#search arg handling Matt Todd <c****y@g****m> about 11 years ago
1e591698 Clear search's message queue, instrument unread messages Matt Todd <c****y@g****m> about 11 years ago
6cbb814d Extract message_queue accessor, documentation, cleanup Matt Todd <c****y@g****m> about 11 years ago
acd676e3 Extract queued_read(message_id) method Matt Todd <c****y@g****m> about 11 years ago
9c4b45b5 Fix message_id in test Matt Todd <c****y@g****m> about 11 years ago
91618d67 Include message ID in event payload Matt Todd <c****y@g****m> about 11 years ago
8f4745d4 Pull queued messages first, queue messages unless ID matches Matt Todd <c****y@g****m> about 11 years ago
70cb1f96 Accept message_id as param to write Matt Todd <c****y@g****m> about 11 years ago
49fd5c93 merge Merge branch 'master' into open-integration-tests Matt Todd <c****y@g****m> about 11 years ago
a47e3576 Block specificity strikes again Matt Todd <c****y@g****m> about 11 years ago

← Back to repository