1. 234b780 Merge branch 'master' of ssh://git.code.sf.net/p/sshout/daemon-code by WHR · 6 years ago
  2. 3066ef9 Disallow terminal bell character in user name by WHR · 6 years ago
  3. 1cd846e Add patch level to the version number to prepare next release by WHR · 6 years ago
  4. 4398f1d CLI: change user list format by WHR · 6 years ago
  5. acb85c8 IRC: support IRC commands ending with a space by WHR · 6 years ago
  6. 7b7f48c Makefile: disable compiler warning 'cast from pointer to integer of different size' by WHR · 6 years ago
  7. 490faef Merge commit 'a5a30bb' from branch 1.0 by WHR · 6 years ago
  8. a5a30bb CLI: fix null pointer dereferencing when a command line contains only whitespace characters by WHR · 6 years ago
  9. 7cf239e Client: exit on parent process (usually sshd) exits by WHR · 6 years ago
  10. 44d5778 Server: fix segmentation fault after very large local packet received; API: fix format type by WHR · 6 years ago
  11. 0a488ab Server: fix segmentation fault after very large local packet received; API: fix format type by WHR · 6 years ago
  12. 7cebd15 Merge commit 'afd04f8' by WHR · 6 years ago
  13. c8ac77a Makefile: make sure gcc(1) is a real one, not something fake, before using by WHR · 6 years ago
  14. afd04f8 API: fix unsigned integer underflow by WHR · 6 years ago
  15. 8e5b763 Merge commit '6c5f1b5' by WHR · 6 years ago
  16. 69af393 API: add API version comparing code for future version updates by WHR · 6 years ago
  17. 6c5f1b5 Disallow ':' in user name by WHR · 6 years ago
  18. 9bb5ec7 Disallow ESC characters in user name; sshoutcfg: fix fopen(3) doesn't place reading position at the beginning of a file when using "a+" in non-GNU systems by WHR · 6 years ago
  19. 7fd473f systemd(1) requiring full path name of executables by WHR · 6 years ago
  20. 7730a18 sshoutcfg: fix fopen(3) doesn't place reading position at the beginning of a file when using "a+" in non-GNU systems by WHR · 6 years ago
  21. 2411366 Server: ignore SIGPIPE by WHR · 6 years ago
  22. 1e3b4f7 Disallow ESC characters in user name by WHR · 6 years ago
  23. 1bd5daa Fix compiler warning 'get_pid_from_unix_socket' defined but not used by WHR · 6 years ago
  24. 205025c systemd(1) requiring full path name of executables by WHR · 6 years ago
  25. b339a91 Merge commit '9facd33' by WHR · 6 years ago
  26. 9facd33 sshoutcfg: better fixes of public key duplication detection by WHR · 6 years ago 1.0.1
  27. 8a42b57 sshoutcfg: fix public key duplication detection in subcommand adduser by WHR · 6 years ago
  28. 039a03a CLI: hide input line before print by WHR · 6 years ago
  29. d8069cb Server: fix memory corruption after getpeerucred(3C) by WHR · 6 years ago
  30. bc91db1 Merge commit '14bc8ff' by WHR · 6 years ago
  31. 14bc8ff Change log priority by WHR · 6 years ago
  32. a2c5f76 Server: log client PID into wtmpx if available by WHR · 6 years ago
  33. 0d8db03 CLI: flush stdout after elinks(1) if color is enabled by WHR · 6 years ago
  34. e3b9204 CLI: insert a new line at beginning of a prased HTML message by WHR · 6 years ago
  35. e0a52e9 Merge commit '3dac745' by WHR · 6 years ago
  36. 3dac745 CLI: don't over filter useful control characters by WHR · 6 years ago
  37. 85ebb74 Merge commit '360a8fd'; CLI: filter control characters in plain text message by WHR · 6 years ago
  38. 360a8fd Don't print control characters in message; update version number by WHR · 6 years ago
  39. 3bd135f Fix escape in shell commands; fix a possible seek error when overwriting old preference value by WHR · 6 years ago
  40. e58df5f CLI: Solaris compatibility fixes by WHR · 6 years ago
  41. 778456f Makefile: fix escape in shell commands by WHR · 6 years ago
  42. f394ba0 CLI: redisplay user input after elinks(1) outputs by WHR · 6 years ago
  43. 3c59dbc Merge commit '329fbf0' from branch 1.0 by WHR · 6 years ago
  44. 329fbf0 sshoutcfg: fix wrong line number in messages by WHR · 6 years ago
  45. d65f1db sshoutcfg: reject key string with new lines when using adduser -a ... by WHR · 6 years ago
  46. b71f5d1 Merge commit '5e851eb' from branch 1.0 by WHR · 6 years ago
  47. 5e851eb API: allow clients with higher API version to be passed by WHR · 6 years ago
  48. 9e5cb76 CLI: read preference 'showhtml' on start; use option '-force-html' when running elinks(1) by WHR · 6 years ago
  49. 8f7d6a8 CLI: add HTML parsing support via elinks(1) by WHR · 6 years ago
  50. 741324e Add service creation notes in INSTALL by WHR · 6 years ago 1.0.0
  51. 72e0fa2 Clean up by WHR · 6 years ago
  52. 97cd62c Add INSTALL documentation by WHR · 6 years ago
  53. 3e04a6a Server: add optional wtmpx logging by WHR · 6 years ago
  54. b16ff5d IRC: don't send JOIN message of current user; bug fixes by WHR · 6 years ago
  55. c9346a1 Makefile: add support of DESTDIR variable by WHR · 6 years ago
  56. 3451c1d Makefile: check the availability of gcc(1) before use it by default; fix building without .git directory by WHR · 6 years ago
  57. bb9c0be Fix build with Readline 7; fix LDFLAGS isn't used in Makefile; rename macros VERSION and VERSION_STRING to avoid conflict by WHR · 6 years ago
  58. be0104e API: add user name in API packet SSHOUT_API_PASS by WHR · 6 years ago
  59. 0ea2212 Use temporary file build-info.h to provide build information when building by WHR · 6 years ago
  60. 9a36de7 IRC: add SSHOUT version information in IRC_RPL_MYINFO and IRC_RPL_VERSION by WHR · 6 years ago
  61. 82a8e39 CLI: add 'version' command by WHR · 6 years ago
  62. f5898a0 Server: check and write PID file; sshoutcfg: add removeuser subcommand by WHR · 6 years ago
  63. c1d09c1 Use install(1) instead of cp(1) to copy files for 'install' target in Makefile; fix an missing dot in man page sshoutcfg(8) by WHR · 6 years ago
  64. 86935df sshoutcfg: print public key type with fingerprint in subcommand listuser by WHR · 6 years ago
  65. 7d75e34 Add 'install' target in Makefile by WHR · 6 years ago
  66. ce077ba Add user name checking for invalid characters in client and sshoutcfg(8); Fix some sign-compare warnings; sshoutcfg: fix bus error when parsing malformed key by WHR · 6 years ago
  67. 4d50f44 CLI: add users preferences support, currently only supported preference is 'alert' by WHR · 6 years ago
  68. 6c78e37 Don't enable the experimental IRC frontend by default by WHR · 6 years ago
  69. 889dbc0 sshoutcfg: add public key fingerprint support in subcommand listuser by WHR · 6 years ago
  70. 339878c sshoutcfg: also check key format in listuser by WHR · 6 years ago
  71. 3b59cac Fix base64_decode returning bigger size than buffer size when overflow by WHR · 6 years ago
  72. d813e33 sshoutcfg: some unintelligible changes in key type checking by WHR · 6 years ago
  73. c969d93 sshoutcfg: implement key format checking in subcommand adduser by WHR · 6 years ago
  74. 174ba26 CLI: remove a debug message; sshoutcfg: fix listuser command print results into stderr instead of stdout by WHR · 6 years ago
  75. 589924f CLI: add command 'pasteimage' to send image from X clipboard by WHR · 6 years ago
  76. 35c4b53 Fix trailing space in comments; sshoutcfg: fix exit status -1 after adduser is done by WHR · 6 years ago
  77. b158b64 sshoutcfg: trying to remove .ssh/rc if exists by WHR · 6 years ago
  78. 04444a0 Fix many regression bugs in sshoutcfg(8) by WHR · 6 years ago
  79. e3217f9 Fix user input is wrongly redisplayed after some commands by WHR · 6 years ago
  80. ba59f38 IRC: ignore colons that not appear at start of arguments; add command 'cli' that equals to no command by WHR · 6 years ago
  81. f57458a sshoutcfg: check .ssh directory, and create it if doesn't exist; fix a bug in send_login by WHR · 6 years ago
  82. 2ab16da Add IRC_RPL_ENDOFNAMES by WHR · 6 years ago
  83. 92ed83b Add experimental IRC frontend by WHR · 6 years ago
  84. ba714cf CLI: redisplay user's input after printing message by WHR · 6 years ago
  85. 87eb155 private_buffer buffer should be static, in client_api_do_local_packet by WHR · 7 years ago
  86. 5aef455 Fix forgot to free(3) in function print_message by WHR · 7 years ago
  87. e8877bb Don't link libreadline for sshoutcfg(8) by WHR · 7 years ago
  88. cee277d Don't print '\r' for log frontend by WHR · 7 years ago
  89. a251836 Raise length limitation for local and API packets by WHR · 7 years ago
  90. 175e8ac Fix byte order in implementation of API packet SSHOUT_API_MOTD by WHR · 7 years ago
  91. bb9c056 Client: support reading large packets by WHR · 7 years ago
  92. 0716350 Server: fix read large packets by WHR · 7 years ago
  93. 98cf015 Server: add support of reading large packets without blocking by WHR · 7 years ago
  94. a4797de Fix incorrect byte order in API packet SSHOUT_API_RECEIVE_MESSAGE by WHR · 7 years ago
  95. dd04dd7 API implementation bug fix by WHR · 7 years ago
  96. 42a5d5c Server: fix error 'dispatch_message: write: Bad file descriptor' by WHR · 7 years ago
  97. b8580cc Fix the clean target in Makefile by WHR · 7 years ago
  98. aad25db Nothing, but a type name change by WHR · 7 years ago
  99. 3e809e3 Add getmotd and setmotd subcommands in sshoutcfg(8) by WHR · 7 years ago
  100. 8cab6bd Implement API packets SSHOUT_API_GET_MOTD and SSHOUT_API_MOTD by WHR · 7 years ago