Age | Commit message (Collapse) | Author | |
---|---|---|---|
2016-06-02 | eldap: increase test suite timetrap | Hans Nilsson | |
A couple of test machines seem to have slow networking (?), so the remote eldap server initialization is aborted in init_per_suite | |||
2016-05-24 | eldap: ts-macros replaced | Hans Nilsson | |
2016-05-05 | Ignore tcp errors during close request to eldap | Daniil Fedotov | |
If underlying tcp connection is closed and LDAP operation returned tcp error, then client applications tend to close ldap handle with eldap:close. This will cause do_unbind to throw gen_tcp_error, which is unhandled and will be sent to linked process as {nocatch, {gen_tcp_error, ...}}. eldap should ignore gen_tcp_error during close, because it will be closing anyway. | |||
2016-03-15 | update copyright-year | Henrik Nord | |
2016-02-25 | Merge branch 'maint' | Hans Nilsson | |
2016-02-22 | eldap: referral resultCode | Hans Nilsson | |
2016-02-17 | Eliminate use of test_server.hrl and test_server_line.hrl | Björn Gustavsson | |
As a first step to removing the test_server application as as its own separate application, change the inclusion of test_server.hrl to an inclusion of ct.hrl and remove the inclusion of test_server_line.hrl. | |||
2015-06-18 | Change license text to APLv2 | Bruce Yinhe | |
2015-05-06 | eldap: Test suite uppdated to new time handling | Hans Nilsson | |
2014-12-17 | eldap: Remove trailing white space. | Hans Nilsson | |
2014-12-17 | eldap: Test cases for a few return values (open, close) | Hans Nilsson | |
2014-12-17 | eldap: updated eldap:close in tests | Hans Nilsson | |
2014-12-17 | eldap: Corrects SSL over IPv6 test. | Hans Nilsson | |
2014-12-17 | eldap: Removes eldap_misc_SUITE that is now included in eldap_basic_SUITE. | Hans Nilsson | |
2014-12-17 | eldap: Add encode/decode tests. | Hans Nilsson | |
2014-12-17 | eldap: Merge eldap_connections_SUITE into eldab_basic_SUITE | Hans Nilsson | |
2014-12-17 | eldap: Adds ssl to connections test suite | Hans Nilsson | |
2014-12-17 | eldap: Updates basic test suite | Hans Nilsson | |
- Splits one large testcase into smaller ones. - Makes tests independent - Adds some tests. | |||
2014-10-30 | eldap: extensibleMatch added. | Hans Nilsson | |
2014-10-14 | eldap: dynamically excludes unsupported ip versions. | Hans Nilsson | |
2014-09-18 | eldap: New very basic test suite. | Hans Nilsson | |
2014-08-25 | Fix misspellings of 'another' | Tuncer Ayaz | |
2014-03-21 | eldap: Fix asn.1 decode into binaries | Hans Nilsson | |
2014-02-24 | Add test suites performing app and appup file checks | Tobias Schlager | |
Add the mentioned test suites for *all* library and touched non-library applications. | |||
2013-11-14 | [eldap, inets]: fix testcases when ssl not is present | Fredrik Gustafsson | |
2013-10-28 | eldap: Changed instruction in test/README | Hans Nilsson | |
2013-10-28 | eldap: Add START_TLS (OTP-11336) | Hans Nilsson | |
2012-06-05 | Update to work with whitespace in exec path | Lukas Larsson | |
OTP-10106 OTP-10107 | |||
2012-05-02 | Fix include issues in when building tests | Lukas Larsson | |
2012-03-22 | [eldap] Add dereference options in search | Peter Lund | |
And fix search reply when no object is found | |||
2012-03-21 | [eldap] Add infrastructure | Dan Gudmundsson | |