Age | Commit message (Expand) | Author |
2011-09-08 | Merge branch 'hw/ignore-empty-epmd-address' into dev | Henrik Nord |
2011-08-30 | Merge branch 'ms/epmd-fix-compiler-warnings' into dev | Henrik Nord |
2011-07-27 | Fix epmd crash on vxworks caused by faulty argument to select | Sverker Eriksson |
2011-07-13 | Let epmd ignore empty ERL_EPMD_ADDRESS | Holger Weiß |
2011-06-07 | epmd: fix compiler warnings | Michael Santos |
2011-05-20 | Update copyright years | Björn-Egil Dahlberg |
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-04-14 | Merge branch 'hw/fix-epmd-perror' into dev | Henrik Nord |
2011-04-08 | Merge branch 'ms/epmd-local-access-check' into dev | Henrik Nord |
2011-04-08 | Merge branch 'hw/epmd-bind-to-address' into dev | Henrik Nord |
2011-03-30 | Merge branch 'hw/call-chmod-without-f' into dev | Henrik Nord |
2011-03-25 | Fix typo in epmd help | Tuncer Ayaz |
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 | Update all test specs | 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 |
2011-01-11 | Remove special treatment of EADDRINUSE | Patrik Nyblom |
2011-01-11 | check return value of epmd server listen() call | Steve Vinoski |
2010-11-26 | epmd: include host address in local access check | Michael Santos |
2010-11-17 | Allow user to specify the IP address epmd binds to | Holger Weiß |
2010-11-15 | Call chmod without the "-f" flag | Holger Weiß |
2010-11-13 | Fix epmd's dbg_perror() output | Holger Weiß |
2010-10-13 | Update hint where to find epmd protocol spec in epmd_srv.c. | Ralf Doering |
2010-09-13 | Fix ei to build on vxworks | Björn-Egil Dahlberg |
2010-09-01 | Teach testcases to survive TIME_WAIT overload | Patrik Nyblom |
2010-08-31 | Restore null termination of input buffer | Patrik Nyblom |
2010-08-31 | Teach testcase epmd_SUITE:too_large to accept econnaborted | Patrik Nyblom |
2010-08-31 | Teach epmd_cli.c to not respond 'Killed' when killing denied | Patrik Nyblom |
2010-08-31 | Calculate minimal packet size for ALIVE2 requests correctly | Patrik Nyblom |
2010-08-31 | Document epmd and it's options properly and fixup help text | Patrik Nyblom |
2010-08-31 | Fix anomalies in epmd not yet reported as security issues | Patrik Nyblom |
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-08-31 | Remove very old protocol from EPMD | Patrik Nyblom |
2010-08-04 | epmd: suppress startup message | Michael Santos |
2010-07-07 | allow epmd -stop name to unregister a client from epmd | Seven Du |
2010-05-03 | Exit if an error occurs with the listening socket | Michael Santos |
2010-05-02 | Merge branch 'bg/remove-stray-ose-support' into dev | Erlang/OTP |
2010-04-30 | epmd: Remove stray OSE/Delta support | Björn Gustavsson |
2010-04-30 | epmd: #ifdef out start_epmd() for other platforms than VxWorks | Björn Gustavsson |
2010-03-23 | Fix compilation of epmd with IPv6 enabled | John-Mark Bell |
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 |
2010-01-20 | epmd tests: fix build of test suites on Windows | Björn Gustavsson |
2010-01-11 | Merge branch 'kj/epmd-port2resp-trunc-extra' into ccase/r13b04_dev | Erlang/OTP |
2009-12-22 | Handle "extra" field according to specs in ALIVE2_REQ and PORT2_RESP. | Klas Johansson |