Age | Commit message (Collapse) | Author | |
---|---|---|---|
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 | |
2010-01-22 | Merge branch 'bg/avoid-etop-in-include' into ccase/r13b04_dev | Erlang/OTP | |
* bg/avoid-etop-in-include: epmd tests: fix build of test suites on Windows system test: fix build of test suites on Windows | |||
2010-01-20 | epmd tests: fix build of test suites on Windows | Björn Gustavsson | |
On Windows, the ERL_TOP environment variable contains a path that only is valid for cygwin-enabled programs, such as 'make'. It is not meaningful to pass the value of $ERL_TOP in the -I option to the Erlang compiler, because the Erlang emulator does not interpret cygwin paths correctly. Therefore, -include("test_server.hrl") will fail to find test_server.hrl. Work around the problem by creating an Emakefile and let ts:run() take care of the build (ts:run() will set up the include path so that test_server.hrl can be found). | |||
2009-11-20 | The R13B03 release.OTP_R13B03 | Erlang/OTP | |