Age | Commit message (Collapse) | Author | |
---|---|---|---|
2015-06-18 | Change license text to APLv2 | Bruce Yinhe | |
2014-01-14 | epmd: Fix -names option on Windows | Johannes Weißl | |
Since 3aa60cc `epmd -names` does not produce any output on Windows anymore. This patch uses fwrite() instead of write() which adds the necessary carriage returns to the output so that it is suitable for the Windows cmd.exe. A test case is added (fails on Windows without the patch). | |||
2013-01-25 | Update copyright years | Björn-Egil Dahlberg | |
2013-01-22 | Add UTF-8 node name support for epmd | Rickard Green | |
2012-08-31 | Update copyright years | Björn-Egil Dahlberg | |
2012-06-05 | Update to work with whitespace in exec path | Lukas Larsson | |
OTP-10106 OTP-10107 | |||
2011-05-18 | Make ssh proxy work with older versions of ssh | Patrik Nyblom | |
2011-05-13 | Mend epmd testcases that test remote access | Patrik Nyblom | |
2011-03-11 | Update copyright years | Björn-Egil Dahlberg | |
2011-02-17 | Rename Suite Callback to Common Test Hook | Lukas Larsson | |
2011-02-17 | Fix formatting for epmd | Lukas Larsson | |
2011-02-17 | Add init_per_suite and end_per_suite | Lukas Larsson | |
2011-02-17 | Add ts_install_scb to suite/0 | Lukas Larsson | |
2011-02-17 | Update epmd tests to conform with common_test standard | Lukas Larsson | |
2010-09-01 | Teach testcases to survive TIME_WAIT overload | Patrik Nyblom | |
2010-08-31 | Teach testcase epmd_SUITE:too_large to accept econnaborted | Patrik Nyblom | |
2010-08-31 | Fix anomalies in epmd not yet reported as security issues | Patrik Nyblom | |
Use erts_(v)snprintf to ensure no buffer overruns in debug printouts. Disallow everything except port and name requests from remote nodes. Disallow kill command even from localhost if alive nodes exist. -relaxed_command_check when starting epmd returns the possibility to kill this epmd when nodes are alive (from localhost). Disallow stop command completely except if -relaxed_command_check is given when epmd was started. Environment variable ERL_EPMD_RELAXED_COMMAND_CHECK can be set to always get -relaxed_command_check. | |||
2010-08-31 | Remove two buffer overflow vulnerabilities in EPMD | Patrik Nyblom | |
2010-08-31 | Remove all support for ancient EPMD protocol | Patrik Nyblom | |
2010-01-25 | Test that "extra" is handled according to specs in ALIVE2_REQ and PORT2_RESP | Klas Johansson | |
2009-11-20 | The R13B03 release.OTP_R13B03 | Erlang/OTP | |