summaryrefslogtreecommitdiff
path: root/erts/epmd
Commit message (Expand)AuthorAgeFilesLines
* Fix formatting for epmdLukas Larsson2011-02-171-16/+18
* Add init_per_suite and end_per_suiteLukas Larsson2011-02-171-1/+7
* Add ts_install_scb to suite/0Lukas Larsson2011-02-171-1/+3
* Update epmd tests to conform with common_test standardLukas Larsson2011-02-172-42/+27
* Remove special treatment of EADDRINUSEPatrik Nyblom2011-01-111-15/+5
* check return value of epmd server listen() callSteve Vinoski2011-01-111-2/+14
* Update hint where to find epmd protocol spec in epmd_srv.c.Ralf Doering2010-10-131-2/+4
* Fix ei to build on vxworksBjörn-Egil Dahlberg2010-09-131-0/+4
* Teach testcases to survive TIME_WAIT overloadPatrik Nyblom2010-09-011-13/+21
* Restore null termination of input bufferPatrik Nyblom2010-08-311-0/+3
* Teach testcase epmd_SUITE:too_large to accept econnabortedPatrik Nyblom2010-08-311-2/+7
* Teach epmd_cli.c to not respond 'Killed' when killing deniedPatrik Nyblom2010-08-311-2/+6
* Calculate minimal packet size for ALIVE2 requests correctlyPatrik Nyblom2010-08-311-1/+1
* Document epmd and it's options properly and fixup help textPatrik Nyblom2010-08-311-6/+7
* Fix anomalies in epmd not yet reported as security issuesPatrik Nyblom2010-08-315-36/+262
* Remove two buffer overflow vulnerabilities in EPMDPatrik Nyblom2010-08-313-12/+79
* Remove all support for ancient EPMD protocolPatrik Nyblom2010-08-311-57/+52
* Remove very old protocol from EPMDPatrik Nyblom2010-08-312-144/+9
* epmd: suppress startup messageMichael Santos2010-08-041-1/+1
* allow epmd -stop name to unregister a client from epmdSeven Du2010-07-073-4/+46
* Exit if an error occurs with the listening socketMichael Santos2010-05-032-2/+21
* Merge branch 'bg/remove-stray-ose-support' into devErlang/OTP2010-05-023-140/+10
|\
| * epmd: Remove stray OSE/Delta supportBjörn Gustavsson2010-04-303-133/+3
| * epmd: #ifdef out start_epmd() for other platforms than VxWorksBjörn Gustavsson2010-04-301-2/+2
|/
* Fix compilation of epmd with IPv6 enabledJohn-Mark Bell2010-03-231-10/+2
* Test that "extra" is handled according to specs in ALIVE2_REQ and PORT2_RESPKlas Johansson2010-01-251-25/+135
* Merge branch 'bg/avoid-etop-in-include' into ccase/r13b04_devErlang/OTP2010-01-221-10/+14
|\
| * epmd tests: fix build of test suites on WindowsBjörn Gustavsson2010-01-201-5/+9
|/
* Merge branch 'kj/epmd-port2resp-trunc-extra' into ccase/r13b04_devErlang/OTP2010-01-112-18/+21
|\
| * Handle "extra" field according to specs in ALIVE2_REQ and PORT2_RESP.Klas Johansson2009-12-222-8/+11
|/
* The R13B03 release.OTP_R13B03Erlang/OTP2009-11-2014-0/+3558