summaryrefslogtreecommitdiffstats
path: root/libexec/telnetd/state.c
Commit message (Collapse)AuthorAgeFilesLines
* Very big makeover in the way telnet, telnetd and libtelnet are built.markm2003-07-161-1512/+0
| | | | | | | | | | | | | | | | | | | | | | | Previously, there were two copies of telnet; a non-crypto version that lived in the usual places, and a crypto version that lived in crypto/telnet/. The latter was built in a broken manner somewhat akin to other "contribified" sources. This meant that there were 4 telnets competing with each other at build time - KerberosIV, Kerberos5, plain-old-secure and base. KerberosIV is no longer in the running, but the other three took it in turns to jump all over each other during a "make buildworld". As the crypto issue has been clarified, and crypto _calls_ are not a problem, crypto/telnet has been repo-copied to contrib/telnet, and with this commit, all telnets are now "contribified". The contrib path was chosen to not destroy history in the repository, and differs from other contrib/ entries in that it may be worked on as "normal" BSD code. There is no dangerous crypto in these sources, only a very weak system less strong than enigma(1). Kerberos5 telnet and Secure telnet are now selected by using the usual macros in /etc/make.conf, and the build process is unsurprising and less treacherous.
* Mrege from crypto telnet with "make unifdef". This gets a bunch ofmarkm2003-05-111-4/+4
| | | | $FreeBSD$ tags and some debug variable safety belts.
* Replace various spelling with FALLTHROUGH which is lint()ablecharnier2002-08-251-3/+3
|
* After running a "make unifdef", commit the resultant diffs.markm2001-11-301-52/+42
| | | | This code is now a complete sunset of the crypto (master) code.
* Manually unifdef(1) CRAY, UNICOS, hpux and sun uselsess code.markm2001-08-291-18/+0
|
* Feature merging and diff reduction between this code and crypto telnet.markm2001-08-201-54/+3
| | | | | Also remove conditional (AUTHENTICATION) code as we have never compiled it here, and it is doubtful that it even works in this scenario.
* MFcrypto/telnet/telnetd: Correct semantics of output_data*() and netflush()kris2001-07-231-22/+28
| | | | to ensure deterministic operation
* MFCrypto: fixed the remote buffer overflow.ru2001-07-201-14/+49
|
* Preceed/preceeding are not english words. Use precede or preceding.asmodai2001-02-181-1/+1
|
* Synch: Prefer memmove() over bcopy().asmodai2001-02-071-1/+1
|
* Synch: Properly constify sccsid[].asmodai2001-02-071-1/+1
|
* $Id$ -> $FreeBSD$peter1999-08-281-1/+1
|
* Sync with diffs I found in kerberised versions: -Wall, no `;' in macros.charnier1997-12-081-3/+3
|
* Use err(3). Remove progname and trailing \n in syslog strings.charnier1997-12-031-3/+5
|
* Revert $FreeBSD$ to $Id$peter1997-02-221-1/+1
|
* Make the long-awaited change from $Id$ to $FreeBSD$jkh1997-01-141-1/+1
| | | | | | | | This will make a number of things easier in the future, as well as (finally!) avoiding the Id-smashing problem which has plagued developers for so long. Boy, I'm glad we're not using sup anymore. This update would have been insane otherwise.
* add forgotten $Id$wosch1996-09-221-0/+2
|
* Remove trailing whitespace.rgrimes1995-05-301-1/+1
|
* Remove the scary bits from telnetd - no more encryption left here.csgr1994-08-121-74/+0
| | | | | Only crypt.c in libc remains. Reviewed by: Geoff Rehmet
* BSD 4.4 Lite Libexec Sourcesrgrimes1994-05-271-0/+1620
OpenPOWER on IntegriCloud