summaryrefslogtreecommitdiff
path: root/server
Commit message (Expand)AuthorAge
...
* Use a temporary file to write the server PID fileRuss Allbery2014-01-22
* Clean up assumptions about free(NULL) and NULL pointersRuss Allbery2014-01-22
* Rename struct confline to struct ruleRuss Allbery2014-01-22
* Reorganize the process struct a bitRuss Allbery2014-01-22
* Move more child processing into the event loopRuss Allbery2014-01-22
* Fix a minor server memory leak on helpRuss Allbery2014-01-22
* Use an evbuffer to store input data for a processRuss Allbery2014-01-22
* Simplify process I/O socketsRuss Allbery2014-01-22
* Remove unnecessary includes from server/commands.cRuss Allbery2014-01-22
* Suppress debug messages for each argumentRuss Allbery2014-01-22
* Use sysdie on failure before exec when running commandsRuss Allbery2014-01-22
* Switch to bufferevents for standard output and errorRuss Allbery2014-01-22
* Convert stdin handling to use a buffereventRuss Allbery2014-01-22
* Use socketpair instead of pipe for server child processesRuss Allbery2014-01-22
* Send the maximum permissible amount of MESSAGE_OUTPUT dataRuss Allbery2014-01-22
* Switch the process event loop to libeventRuss Allbery2014-01-17
* Add remctl server implementation detailsRuss Allbery2014-01-13
* Add support for systemd socket activation and notificationRuss Allbery2014-01-05
* Add support for upstart's expect stop protocolRuss Allbery2014-01-05
* Update to rra-c-util 5.1 and C TAP Harness 2.4Russ Allbery2014-01-05
* Change my email address to eagle@eyrie.orgRuss Allbery2014-01-05
* Report better error message on bind failureRuss Allbery2013-12-26
* Add a regression test for truncation of large outputRuss Allbery2013-05-30
* Fix race condition in remctld with output before process endRuss Allbery2013-05-30
* Remove dead store in the server codeRuss Allbery2013-03-15
* Don't create server PID file until the network is readyRuss Allbery2012-09-25
* Fix file descriptor leak in checking ACL filesRuss Allbery2012-09-24
* Close some memory leaks in server configuration parsingRuss Allbery2012-09-24
* Free the allocated request argv after running a summary commandRuss Allbery2012-05-10
* Fix a couple of memory allocation bugs with summary supportRuss Allbery2012-05-10
* Be more aggressive about closing the client connection on errorRuss Allbery2012-05-10
* Some coding style and ordering cleanup of help/summary supportRuss Allbery2012-05-08
* Add help interface to remctl commandsJon Robertson2012-05-08
* Fix comment typo in server/remctld.cRuss Allbery2012-03-20
* Additional cleanup of the remctld user configuration supportRuss Allbery2012-02-22
* Add server configuration option to run as a different userAndrew Mortensen2012-02-22
* Map timeout errors to a token error codeRuss Allbery2012-02-19
* Only impose a network timeout on the server, not a session limitRuss Allbery2012-02-18
* Use timeout support for all network operationsRuss Allbery2012-02-18
* Compile cleanly with -D_FORTIFY_SOURCE=2 and -Wcast-alignRuss Allbery2012-02-09
* Assume keepalive for all commands except MESSAGE_COMMANDRuss Allbery2011-10-05
* Refactor server token handlingRuss Allbery2011-10-05
* Rename handle_commands to handle_messagesRuss Allbery2011-10-05
* Introduce protocol version 3 and the NOOP commandRuss Allbery2011-09-26
* Fix uninitialized variable in remctld standalone server codeRuss Allbery2011-05-31
* Change the Stanford copyright statement to use the official formRuss Allbery2011-05-31
* Add support for a -b server flag to set the bind addressRuss Allbery2011-05-31
* Move accepting connections to a utility functionRuss Allbery2011-05-25
* Bind to both IPv4 and IPv6 addresses when run as a standalone serverRuss Allbery2011-05-14
* Update warning flags for GCC 4.6.1Russ Allbery2011-05-14