summaryrefslogtreecommitdiffstats
path: root/libexec/telnetd/utility.c
Commit message (Collapse)AuthorAgeFilesLines
* After running a "make unifdef", commit the resultant diffs.markm2001-11-301-67/+42
| | | | This code is now a complete sunset of the crypto (master) code.
* Feature merging and diff reduction between this code and crypto telnet.markm2001-08-201-79/+8
| | | | | 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-15/+18
| | | | to ensure deterministic operation
* MFCrypto: fixed the remote buffer overflow.ru2001-07-201-248/+126
|
* Filter out some more magic environment variables used by libraries linkedkris2000-10-311-2/+2
| | | | | | | | with telnetd. This should really be done with a positive filter - i.e. only allow through a configured list of variables. Also do some buffer-safety cleanups while I'm here - I don't think these are exploitable.
* $Id$ -> $FreeBSD$peter1999-08-281-1/+1
|
* Avoid stairstep effect on output of 'if=...' file.steve1998-05-031-2/+6
| | | | | PR: part of 6492 Submitted by: Chip Norkus via Doug White <studded@san.rr.com>
* Sync with diffs I found in kerberised versions: -Wall, no `;' in macros.charnier1997-12-081-1/+1
|
* Use err(3). Remove progname and trailing \n in syslog strings.charnier1997-12-031-10/+12
|
* Revert $FreeBSD$ to $Id$peter1997-02-221-1/+1
|
* Added support for %s (sysname) %m (machine) %r (release) and %v (version)davidn1997-02-021-0/+25
| | | | prompt macros to agree with getty(8).
* 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.
* Some buffer overrun fixes and removed check for username starting with "-"pst1997-01-071-1/+2
| | | | | | (replacied it with a getopt stopper (--) instead, which is more correct). Obtained from: OpenBSD
* add forgotten $Id$wosch1996-09-221-0/+2
|
* Localize timeache1996-05-071-0/+10
|
* Remove trailing whitespace.rgrimes1995-05-301-6/+6
|
* Remove the scary bits from telnetd - no more encryption left here.csgr1994-08-121-121/+0
| | | | | Only crypt.c in libc remains. Reviewed by: Geoff Rehmet
* BSD 4.4 Lite Libexec Sourcesrgrimes1994-05-271-0/+1192
OpenPOWER on IntegriCloud