summaryrefslogtreecommitdiff
path: root/erts/epmd
Commit message (Expand)AuthorAgeFilesLines
* Fix syslog definesMatt Lewandowsky2013-09-112-6/+4
* Update copyright yearsBjörn-Egil Dahlberg2013-01-255-5/+5
* Merge branch 'sverk/r16/utf8-atoms'Sverker Eriksson2013-01-234-41/+254
|\
| * Add UTF-8 node name support for epmdRickard Green2013-01-224-41/+254
* | Implement ./otp_build configure --enable-silent-rulesAnthony Ramine2013-01-151-3/+3
|/
* Replace sprintf with erts_snprintf in epmdBjörn-Egil Dahlberg2012-09-072-4/+5
* Update copyright yearsBjörn-Egil Dahlberg2012-08-312-2/+2
* Update to work with whitespace in exec pathLukas Larsson2012-06-053-6/+6
* erts,tools: Fix parallel make for erts/lib_srcRaimo Niskanen2012-01-131-5/+9
* Update copyright yearsBjörn-Egil Dahlberg2011-09-292-2/+2
* Merge branch 'hw/ignore-empty-epmd-address' into devHenrik Nord2011-09-081-1/+2
|\
| * Let epmd ignore empty ERL_EPMD_ADDRESSHolger Weiß2011-07-131-1/+2
* | Merge branch 'ms/epmd-fix-compiler-warnings' into devHenrik Nord2011-08-302-2/+9
|\ \ | |/ |/|
| * epmd: fix compiler warningsMichael Santos2011-06-072-2/+9
* | Fix epmd crash on vxworks caused by faulty argument to selectSverker Eriksson2011-07-272-5/+24
|/
* Update copyright yearsBjörn-Egil Dahlberg2011-05-201-1/+1
* Make ssh proxy work with older versions of sshPatrik Nyblom2011-05-181-1/+1
* Mend epmd testcases that test remote accessPatrik Nyblom2011-05-131-63/+76
* Merge branch 'hw/fix-epmd-perror' into devHenrik Nord2011-04-141-3/+3
|\
| * Fix epmd's dbg_perror() outputHolger Weiß2010-11-131-3/+3
* | Merge branch 'ms/epmd-local-access-check' into devHenrik Nord2011-04-081-3/+8
|\ \
| * | epmd: include host address in local access checkMichael Santos2010-11-261-3/+8
| |/
* | Merge branch 'hw/epmd-bind-to-address' into devHenrik Nord2011-04-084-112/+199
|\ \
| * | Allow user to specify the IP address epmd binds toHolger Weiß2010-11-174-110/+195
| |/
* | Merge branch 'hw/call-chmod-without-f' into devHenrik Nord2011-03-301-1/+1
|\ \
| * | Call chmod without the "-f" flagHolger Weiß2010-11-151-1/+1
| |/
* | Fix typo in epmd helpTuncer Ayaz2011-03-251-1/+1
* | Update copyright yearsBjörn-Egil Dahlberg2011-03-111-1/+1
* | Rename Suite Callback to Common Test HookLukas Larsson2011-02-171-1/+1
* | Update all test specsLukas Larsson2011-02-171-1/+1
* | 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