Commit Graph

10 Commits

Author SHA1 Message Date
Kim Woelders 5ca23ce107 Correct write size
ttynvt_write() must on succesful writes return the number of bytes
written.

telnet_tx() always returns 0 (implicitly assuming srv_write() always
succeeds).
2018-07-02 12:39:56 +02:00
Kim Woelders b3f6d61edf Use syslog instead of logfile 2018-06-28 13:41:57 +02:00
Kim Woelders 7a424bc10d Make ttynvt_param global struct and avoid secondary variables 2018-06-28 13:38:27 +02:00
Kim Woelders 8956f3f851 Cleanups
- Consequently use "unsigned int", not "unsigned"
- Indent
- Sort headers
2018-06-28 13:37:25 +02:00
Kim Woelders ac76071e0e Autotoolify 2018-06-28 11:58:03 +02:00
Frank Rolsted Jensen 6337ac09eb support for blocking devices.
- and better handling of broken network connections.
2018-06-21 16:20:28 +02:00
Frank Rolsted Jensen fd4313745f logging connection error messages 2018-06-20 10:10:42 +02:00
Frank Rolsted Jensen a7d760d719 compiler warnings/errors fixed 2018-06-20 08:49:16 +02:00
Frank Rolsted Jensen cf678db1fd version information added to log file 2018-06-19 16:05:45 +02:00
Frank Rolsted Jensen 6556a2ec50 initial 2018-06-19 15:38:46 +02:00