summaryrefslogtreecommitdiffstats
path: root/secure/libexec/telnetd/sys_term.c
Commit message (Collapse)AuthorAgeFilesLines
* Secure telnet is now in eBones.markm1996-11-071-2324/+0
|
* Same as non-secure telnetd, add support for ``-P altlogin'' to specifypeter1996-08-131-3/+9
| | | | an alternate /usr/bin/login type program to be run.
* Remove LD_NOSTD_PATH unsetenv, it isn't exist anymoreache1995-10-241-1/+0
|
* Fix original patch error with ! before strncmpache1995-10-201-4/+10
| | | | Zap only needed LD_* variables
* Don't allow LD_* env. variables to be trickedache1995-10-201-3/+25
| | | | Submitted by: Sam Hartman <hartmans@mit.edu>
* sys_term.c: killed sleep(1) as this should no longer be a problem withdg1995-09-111-6/+0
| | | | | | the move of startslave(). telnetd.c: fix bug introduced with the move of startslave()...the number of arguments was wrong and "level" and "user_name" had to be made globals.
* Move erase cleanup outside linemode conditionalpst1995-09-061-1/+1
|
* Set erase character for login: prompt.pst1995-09-051-1/+5
| | | | Submitted by: Peter Wemm & John Capo
* When hostname len > 8, name replaced with dot notation when -u flagpst1995-07-201-7/+19
| | | | | | | | | | | | | | | | | | | not specified (default case). Use _PATH_* for utmp/wtmp. Support for >32 PTYs. >Submitted by: Heikki Suonsivu <hsu@cs.hut.fi> Plug already known security hole. (Brought over from 1.1.5): Fixed security problem with telnetd, which allowed telnet -l -hcert.org localhost to change the user's host in utmp. Thanks to Matthew Green <mrgreen@@mame.mu.oz.au> for showing me this one. >Reviewed by: karl, guido >Submitted by: mrgreen@mame.mu.oz.au Obtained from: FreeBSD insecure telnetd
* Update telnet to the 95.05.31 release.pst1995-07-201-35/+181
| | | | Obtained from: Dave Borman <dab@cray.com>
* Remove trailing whitespace.rgrimes1995-05-301-3/+3
|
* Move the telnetd with encryption to src/securecsgr1994-08-121-0/+2135
This needs tidying up and having makefiles sorted out later. Reviewed by: Geoff Rehmet
OpenPOWER on IntegriCloud