• Stefy Lanza (nextime / spora )'s avatar
    Fix wssshc registration message to send password instead of request_id · 28431321
    Stefy Lanza (nextime / spora ) authored
    - Added send_registration_message() function to websocket library
    - Updated wssshc.c to use send_registration_message() instead of send_json_message()
    - Registration message now sends: {"type":"register","client_id":"<id>","password":"<password>"}
    - Instead of: {"type":"register","client_id":"<id>","request_id":"<password>"}
    - Server can now properly authenticate clients with passwords
    28431321
Name
Last commit
Last update
..
debian Loading commit data...
man Loading commit data...
configure.sh Loading commit data...
tunnel.c Loading commit data...
tunnel.h Loading commit data...
websocket.c Loading commit data...
websocket.h Loading commit data...
wsscp.c Loading commit data...
wssh_ssl.c Loading commit data...
wssh_ssl.h Loading commit data...
wsssh.c Loading commit data...
wssshc.c Loading commit data...
wssshlib.c Loading commit data...
wssshlib.h Loading commit data...