summaryrefslogtreecommitdiffstats
path: root/usr.bin/chat/chat.c
Commit message (Collapse)AuthorAgeFilesLines
* Replace various spelling with FALLTHROUGH which is lint()ablecharnier2002-08-251-1/+1
|
* Remove local prototypes for main().jmallett2002-08-191-2/+0
|
* remove __Pimp2002-03-221-62/+34
|
* Use STD{ERR,IN,OUT}_FILENO instead of their numeric values. Thesheldonh2001-07-261-5/+5
| | | | | | | definitions are more readable, and it's possible that they're more portable to pathalogical platforms. Submitted by: David Hill <david@phobia.ms>
* Fix a buffer overflow due to sending strings >1k in length. This is unlikelykris1999-11-251-7/+9
| | | | | | to be a security problem, but it's not totally impossible. OpenBSD take note Reviewed by: imp
* $Id$ -> $FreeBSD$peter1999-08-281-1/+1
|
* Tweaks to allow compiling -Wall (mostly adding "const" to char rcsid[]).archie1998-12-061-1/+2
|
* Merge ppp 2.3.3 -> 2.3.5 changes (for what it's worth)peter1998-06-231-1/+11
|
* merge ppp-2.3.3 changes onto mainlinepeter1998-03-211-718/+698
|
* -Wall cleanup.alex1997-12-291-2/+2
|
* Merge ppp-2.3.1 changes onto mainlinepeter1997-08-221-118/+453
|
* Remove use of program_name variable.charnier1997-06-241-9/+7
|
* make it so that chat doesn't fail when it can't get terminal params..jmg1997-04-021-2/+3
| | | | | | | this allows it to work on non-tty input... also don't warn when this happens as it could get noisy... Silence is Acceptance
* 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.
* Merge in changes from ppp-2.2's chat onto the mainline...peter1995-10-311-244/+427
|
* Remove trailing whitespace.rgrimes1995-05-301-6/+6
|
* Use proper lock dir nameache1994-12-191-2/+2
|
* chat for ppp, from ppp 2.1.2lars1994-11-121-0/+1166
OpenPOWER on IntegriCloud