Rivoreo Source Code Repositories
src.rivoreo.one
/
net
/
sshout-daemon
/
7cebd159cad57917068155d66ba54cbe935dd527
7cebd15
Merge commit 'afd04f8'
by WHR
· 6 years ago
c8ac77a
Makefile: make sure gcc(1) is a real one, not something fake, before using
by WHR
· 6 years ago
afd04f8
API: fix unsigned integer underflow
by WHR
· 6 years ago
8e5b763
Merge commit '6c5f1b5'
by WHR
· 6 years ago
69af393
API: add API version comparing code for future version updates
by WHR
· 6 years ago
6c5f1b5
Disallow ':' in user name
by WHR
· 6 years ago
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
7fd473f
systemd(1) requiring full path name of executables
by WHR
· 6 years ago
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
2411366
Server: ignore SIGPIPE
by WHR
· 6 years ago
1e3b4f7
Disallow ESC characters in user name
by WHR
· 6 years ago
1bd5daa
Fix compiler warning 'get_pid_from_unix_socket' defined but not used
by WHR
· 6 years ago
205025c
systemd(1) requiring full path name of executables
by WHR
· 6 years ago
b339a91
Merge commit '9facd33'
by WHR
· 6 years ago
9facd33
sshoutcfg: better fixes of public key duplication detection
by WHR
· 6 years ago
1.0.1
8a42b57
sshoutcfg: fix public key duplication detection in subcommand adduser
by WHR
· 6 years ago
039a03a
CLI: hide input line before print
by WHR
· 6 years ago
d8069cb
Server: fix memory corruption after getpeerucred(3C)
by WHR
· 6 years ago
bc91db1
Merge commit '14bc8ff'
by WHR
· 6 years ago
14bc8ff
Change log priority
by WHR
· 6 years ago
a2c5f76
Server: log client PID into wtmpx if available
by WHR
· 6 years ago
0d8db03
CLI: flush stdout after elinks(1) if color is enabled
by WHR
· 6 years ago
e3b9204
CLI: insert a new line at beginning of a prased HTML message
by WHR
· 6 years ago
e0a52e9
Merge commit '3dac745'
by WHR
· 6 years ago
3dac745
CLI: don't over filter useful control characters
by WHR
· 6 years ago
85ebb74
Merge commit '360a8fd'; CLI: filter control characters in plain text message
by WHR
· 6 years ago
360a8fd
Don't print control characters in message; update version number
by WHR
· 6 years ago
3bd135f
Fix escape in shell commands; fix a possible seek error when overwriting old preference value
by WHR
· 6 years ago
e58df5f
CLI: Solaris compatibility fixes
by WHR
· 6 years ago
778456f
Makefile: fix escape in shell commands
by WHR
· 6 years ago
f394ba0
CLI: redisplay user input after elinks(1) outputs
by WHR
· 6 years ago
3c59dbc
Merge commit '329fbf0' from branch 1.0
by WHR
· 6 years ago
329fbf0
sshoutcfg: fix wrong line number in messages
by WHR
· 6 years ago
d65f1db
sshoutcfg: reject key string with new lines when using adduser -a ...
by WHR
· 6 years ago
b71f5d1
Merge commit '5e851eb' from branch 1.0
by WHR
· 6 years ago
5e851eb
API: allow clients with higher API version to be passed
by WHR
· 6 years ago
9e5cb76
CLI: read preference 'showhtml' on start; use option '-force-html' when running elinks(1)
by WHR
· 6 years ago
8f7d6a8
CLI: add HTML parsing support via elinks(1)
by WHR
· 6 years ago
741324e
Add service creation notes in INSTALL
by WHR
· 6 years ago
1.0.0
72e0fa2
Clean up
by WHR
· 6 years ago
97cd62c
Add INSTALL documentation
by WHR
· 6 years ago
3e04a6a
Server: add optional wtmpx logging
by WHR
· 6 years ago
b16ff5d
IRC: don't send JOIN message of current user; bug fixes
by WHR
· 6 years ago
c9346a1
Makefile: add support of DESTDIR variable
by WHR
· 6 years ago
3451c1d
Makefile: check the availability of gcc(1) before use it by default; fix building without .git directory
by WHR
· 6 years ago
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
be0104e
API: add user name in API packet SSHOUT_API_PASS
by WHR
· 6 years ago
0ea2212
Use temporary file build-info.h to provide build information when building
by WHR
· 6 years ago
9a36de7
IRC: add SSHOUT version information in IRC_RPL_MYINFO and IRC_RPL_VERSION
by WHR
· 6 years ago
82a8e39
CLI: add 'version' command
by WHR
· 6 years ago
f5898a0
Server: check and write PID file; sshoutcfg: add removeuser subcommand
by WHR
· 6 years ago
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
86935df
sshoutcfg: print public key type with fingerprint in subcommand listuser
by WHR
· 6 years ago
7d75e34
Add 'install' target in Makefile
by WHR
· 6 years ago
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
4d50f44
CLI: add users preferences support, currently only supported preference is 'alert'
by WHR
· 6 years ago
6c78e37
Don't enable the experimental IRC frontend by default
by WHR
· 6 years ago
889dbc0
sshoutcfg: add public key fingerprint support in subcommand listuser
by WHR
· 6 years ago
339878c
sshoutcfg: also check key format in listuser
by WHR
· 6 years ago
3b59cac
Fix base64_decode returning bigger size than buffer size when overflow
by WHR
· 6 years ago
d813e33
sshoutcfg: some unintelligible changes in key type checking
by WHR
· 6 years ago
c969d93
sshoutcfg: implement key format checking in subcommand adduser
by WHR
· 6 years ago
174ba26
CLI: remove a debug message; sshoutcfg: fix listuser command print results into stderr instead of stdout
by WHR
· 6 years ago
589924f
CLI: add command 'pasteimage' to send image from X clipboard
by WHR
· 6 years ago
35c4b53
Fix trailing space in comments; sshoutcfg: fix exit status -1 after adduser is done
by WHR
· 6 years ago
b158b64
sshoutcfg: trying to remove .ssh/rc if exists
by WHR
· 6 years ago
04444a0
Fix many regression bugs in sshoutcfg(8)
by WHR
· 6 years ago
e3217f9
Fix user input is wrongly redisplayed after some commands
by WHR
· 6 years ago
ba59f38
IRC: ignore colons that not appear at start of arguments; add command 'cli' that equals to no command
by WHR
· 6 years ago
f57458a
sshoutcfg: check .ssh directory, and create it if doesn't exist; fix a bug in send_login
by WHR
· 6 years ago
2ab16da
Add IRC_RPL_ENDOFNAMES
by WHR
· 6 years ago
92ed83b
Add experimental IRC frontend
by WHR
· 6 years ago
ba714cf
CLI: redisplay user's input after printing message
by WHR
· 6 years ago
87eb155
private_buffer buffer should be static, in client_api_do_local_packet
by WHR
· 7 years ago
5aef455
Fix forgot to free(3) in function print_message
by WHR
· 7 years ago
e8877bb
Don't link libreadline for sshoutcfg(8)
by WHR
· 7 years ago
cee277d
Don't print '\r' for log frontend
by WHR
· 7 years ago
a251836
Raise length limitation for local and API packets
by WHR
· 7 years ago
175e8ac
Fix byte order in implementation of API packet SSHOUT_API_MOTD
by WHR
· 7 years ago
bb9c056
Client: support reading large packets
by WHR
· 7 years ago
0716350
Server: fix read large packets
by WHR
· 7 years ago
98cf015
Server: add support of reading large packets without blocking
by WHR
· 7 years ago
a4797de
Fix incorrect byte order in API packet SSHOUT_API_RECEIVE_MESSAGE
by WHR
· 7 years ago
dd04dd7
API implementation bug fix
by WHR
· 7 years ago
42a5d5c
Server: fix error 'dispatch_message: write: Bad file descriptor'
by WHR
· 7 years ago
b8580cc
Fix the clean target in Makefile
by WHR
· 7 years ago
aad25db
Nothing, but a type name change
by WHR
· 7 years ago
3e809e3
Add getmotd and setmotd subcommands in sshoutcfg(8)
by WHR
· 7 years ago
8cab6bd
Implement API packets SSHOUT_API_GET_MOTD and SSHOUT_API_MOTD
by WHR
· 7 years ago
1c39cee
Add MOTD in CLI
by WHR
· 7 years ago
766ac4e
Fix a possible memory leak; reading API packet will block; add a debug message in server
by WHR
· 7 years ago
9f2b941
Add setlocale(3) call in CLI backend to localize date format
by WHR
· 7 years ago
bf31ae3
Implement the log backend
by WHR
· 7 years ago
b95d755
Add packet length check for SSHOUT_API_HELLO packet
by WHR
· 7 years ago
2c6ba68
Implement API packet SSHOUT_API_SEND_MESSAGE
by WHR
· 7 years ago
f3750ac
Implement API packet SSHOUT_API_USER_STATE_CHANGE
by WHR
· 7 years ago
39490b3
Fix a bug in implementation of API packet SSHOUT_API_ONLINE_USERS_INFO; implement API packets SSHOUT_API_RECEIVE_MESSAGE and SSHOUT_API_ERROR
by WHR
· 7 years ago
834bfdc
Change some fields length in API packet SSHOUT_API_ONLINE_USERS_INFO
by WHR
· 7 years ago
6f01290
Implement request API packets SSHOUT_API_HELLO and SSHOUT_API_GET_ONLINE_USER, as well as correponding response API packets SSHOUT_API_PASS and SSHOUT_API_GET_ONLINE_USER
by WHR
· 7 years ago
1002d2e
Client: add tick per minute to indicate date change in CLI backend
by WHR
· 7 years ago
Next »