telnetd for GNO
Go to file
Stephen Heumann a1e8056a8b Remove (most) instances of casting between incompatible function pointer types in telnet/commands.c.
This was generally resolved by adding extra unused parameters to functions, to standardize their signature to what their pointer was being cast to.

This should avoid issues of possible stack corruption due to the ORCA/C calling convention.
2015-06-01 17:33:25 -05:00
arpa Add baud rate support to telnet(1) 2014-11-11 04:06:05 +00:00
libtelnet Add an implementation for GNO of posix_openpt and related functions for handling ptys. 2015-06-01 16:25:56 -05:00
sys More small changes for GNO and ORCA/C compatibility. 2015-05-31 19:52:28 -05:00
telnet Remove (most) instances of casting between incompatible function pointer types in telnet/commands.c. 2015-06-01 17:33:25 -05:00
telnetd Fix a couple link errors in telnetd related to ORCA/C's handling of externs. 2015-06-01 16:42:47 -05:00
Makefile Add a GNO-specific makefile, and move stuff that's common between GNO and OS X makefiles to a file included by both of them. 2015-05-31 16:21:53 -05:00
Makefile.common Add an implementation for GNO of posix_openpt and related functions for handling ptys. 2015-06-01 16:25:56 -05:00
Makefile.mk Divide telnet sources into two segments. 2015-05-31 23:44:46 -05:00