Cluster management via SSHOUT

[Releases]
Clone this repo:

Branches

  1. 22ab565 Fix unreachable variable initialization by WHR · 6 months ago 主要
  2. e5fbf15 Set environment variable LANG to override systemd(1) default value by WHR · 6 months ago
  3. ce57891 Fix some logical errors in function destroy_cpanel_securetmp by WHR · 9 months ago
  4. 53e091f Workaround some compatibility issues with Solaris 10 GA by WHR · 10 months ago
  5. f092700 Support obfuscating server name by WHR · 10 months ago
  6. 293ea5d Escape '$' in Unix shell script by WHR · 10 months ago
  7. cbfa655 Preserve 'const' when casting pointer in function 'sync_write' by WHR · 11 months ago
  8. 4470757 Fix build.sh command line example missing "$1" for client name by WHR · 11 months ago
  9. a818ccb Automatically mask and unmask processes of asynchronous shell commands in Linux procfs by WHR · 11 months ago
  10. 975f882 Unmount ssh(1) process mask on process termination by WHR · 11 months ago
  11. d0f30cd Don't use verbose logging in ssh(1) for NDEBUG builds by WHR · 11 months ago
  12. 4ca6c08 Make the command output from function run_shell_command isn't going to exceed SSHOUT_API_PACKET_MAX_LENGTH by WHR · 11 months ago
  13. 1fdf66c Fix function destroy_cpanel_securetmp may close(2) file descriptors in main process if first fork(2) failed by WHR · 11 months ago
  14. a78ca76 Translate the embedded Unix shell script in function destroy_cpanel_securetmp into C by WHR · 11 months ago
  15. ed96992 Overwrite old data when line buffer full in function do_async_shell_command_output by WHR · 11 months ago
  16. 78cec7e Add 'rmenv' command by WHR · 11 months ago
  17. 03a198a Reset SIGPIPE action to default before exec shell by WHR · 11 months ago
  18. d19c6f7 Fix endless loop in function do_async_shell_command_output by WHR · 11 months ago
  19. d8351e6 Make function sshout_send_plain_text_message_fixed_length timeout by WHR · 11 months ago
  20. 47244ea Use a local pid_t variable for calling kill(2) to avoid race-condition by WHR · 11 months ago