telnetd/telnetd
Stephen Heumann f659286e00 Rewrite environment-cleaning code to not directly modify environ or its contents.
The old code didn't work correctly with GNO's environ implementation and could lead to crashes.
2016-01-09 18:04:58 -06:00
..
defs.h Add an implementation for GNO of posix_openpt and related functions for handling ptys. 2015-06-01 16:25:56 -05:00
ext.h When forking the child process, wait until the child has exec'd before continuing in the parent. 2016-01-09 12:46:38 -06:00
global.c Get rid of __FBSDID macros, which aren't defined in GNO (and thus prevent compilation). 2015-05-30 22:26:48 -05:00
pathnames.h Use correct path for login on GNO. 2016-01-07 20:07:53 -06:00
slc.c Get rid of __FBSDID macros, which aren't defined in GNO (and thus prevent compilation). 2015-05-30 22:26:48 -05:00
state.c Eliminate large stack-allocated buffers, and set the stack size to 1.5k. 2016-01-08 23:45:11 -06:00
sys_term.c Rewrite environment-cleaning code to not directly modify environ or its contents. 2016-01-09 18:04:58 -06:00
telnetd.8 List authentication types supported with "-X" taken from the libtelnet 2008-08-29 00:04:37 +00:00
telnetd.c When forking the child process, wait until the child has exec'd before continuing in the parent. 2016-01-09 12:46:38 -06:00
telnetd.h Rewrite environment-cleaning code to not directly modify environ or its contents. 2016-01-09 18:04:58 -06:00
termstat.c Get rid of __FBSDID macros, which aren't defined in GNO (and thus prevent compilation). 2015-05-30 22:26:48 -05:00
utility.c When forking the child process, wait until the child has exec'd before continuing in the parent. 2016-01-09 12:46:38 -06:00