summaryrefslogtreecommitdiffstats
path: root/usr.sbin/ppp/chat.c
Commit message (Expand)AuthorAgeFilesLines
* Set the close-on-exec flag for all unused descriptors whenbrian1999-08-171-9/+10
* Don't bother read()ing if we ``expect'' nothing in our chat script.brian1999-06-261-2/+2
* If we run out of chat script immediately after a successfully executedbrian1999-06-261-2/+6
* Use the correct pid when substituting PROCESSID.brian1999-06-091-2/+2
* Add some comments, optimise out a few strlen()s andbrian1999-05-271-16/+23
* o Redesign the layering mechanism and make the aliasing code part ofbrian1999-05-081-60/+5
* When executing a command as part of a dial/login/hangupbrian1999-02-121-6/+9
* Initial RADIUS support (using libradius). See the man page forbrian1999-01-281-2/+5
* Untimeout the chat expect timer as soon as we get abrian1998-10-271-1/+2
* o Support callback types NONE, E.164, AUTH and CBCP.brian1998-08-071-4/+7
* Remove redundant includesbrian1998-06-271-2/+1
* o If we come out of select() with only write descriptors thatbrian1998-06-241-2/+6
* o De-staticise things that don't need to be static.brian1998-06-151-2/+2
* o #define the name "tun" in defs.h against the future possibilitybrian1998-05-281-2/+2
* o Move our prompt descriptor list outside of the bundle.brian1998-05-231-2/+1
* MFMP: Make ppp multilink capable.brian1998-05-211-458/+572
* Remove unused #includes.brian1998-01-211-4/+1
* Allow (and document) execution of commands from withinbrian1997-12-271-85/+124
* Cosmetic (style):brian1997-12-241-8/+8
* strncpy(x,y,sizeof(x)) --> strncpy(x,y,sizeof(x)-1)brian1997-12-231-2/+2
* Replacebrian1997-12-181-2/+3
* Fix prototypes.brian1997-11-221-22/+23
* Increase chat script sizes to 512brian1997-11-091-4/+4
* Introduce ID0 logging.brian1997-11-091-10/+2
* o Bump version to 1.3 to reflect major changesbrian1997-10-291-4/+1
* Cosmetic (no functional changes):brian1997-10-261-28/+37
* sleep => nointr_sleepbrian1997-10-241-3/+3
* Cosmetic: Make LogPrintf() calls consistent.brian1997-08-311-26/+26
* Make the code format more in line with style(9).brian1997-08-251-75/+96
* Fix possible buffer overrun while "expect"ingbrian1997-08-171-6/+7
* Allow specification of fallback phone numbers tobrian1997-08-171-5/+8
* Allow a "hangup" capability.brian1997-07-141-1/+4
* Make HUP cause an exit (as it used to), and makebrian1997-07-011-10/+4
* o Fix uptime for direct connections.brian1997-06-231-28/+41
* Overhaul ppp:brian1997-06-091-40/+28
* De-couple ppp from libalias. If libalias isn't there, thebrian1997-05-261-1/+6
* Tidy up the code - bounds checking, returnbrian1997-05-101-16/+34
* Allow up to 40 args in the chat script (was 20).brian1997-05-071-6/+10
* Reviewed by: ache@freebsd.orgbrian1997-03-131-1/+4
* cdefs cleanupache1997-03-091-2/+1
* I remove pending signals completely, they are not useless, they areache1997-03-091-2/+1
* Unpend all signals before execv, it not makes any sense to pend them hereache1997-03-081-2/+2
* Unpend all killing signals to shut down this thing immediately,ache1997-03-081-4/+4
* osreldate.h stuff suggested by: Eivind Eklundbrian1997-02-251-1/+3
* Revert $FreeBSD$ to $Id$peter1997-02-221-1/+1
* Tidy up signal handling.brian1997-02-191-6/+6
* Make the long-awaited change from $Id$ to $FreeBSD$jkh1997-01-141-1/+1
* Fix many buffer overruns in the code. Specifically, disallow ExpandStringimp1997-01-101-24/+43
* Avoid some buffer overrun problems.pst1996-12-151-2/+2
* Prepare for exec properly and check return valuesache1996-06-091-1/+10
OpenPOWER on IntegriCloud