summaryrefslogtreecommitdiffstats
path: root/usr.sbin/ppp/chat.c
Commit message (Expand)AuthorAgeFilesLines
* MFC: r261900brueffer2014-02-211-0/+5
* Add a bunch of malloc() return checksbrian2004-10-111-3/+4
* Make ppp WARNS=5 cleanbrian2004-09-051-3/+5
* Remove whitespace at the end of lines.brian2002-06-151-2/+2
* o Clean up some #includesbrian2002-05-141-1/+0
* Merge the NETGRAPH branch into HEAD. tty devices now use netgraph's linebrian2002-03-301-3/+5
* Add a ``log'' command for logging specific information.brian2001-11-031-2/+2
* o Add ipv6 support, abstracting most NCP addresses into opaquebrian2001-08-141-0/+5
* Make -DNOSUID (or -DPPP_NOSUID) possible to build ppp without SUIDbrian2000-08-181-0/+2
* Allow leading ``!'' characters in authkeys and chat scripts tobrian2000-08-091-4/+5
* To avoid namespace polution in NetBSD:brian2000-03-141-4/+4
* Add a few missing #includesbrian1999-12-301-0/+1
* Correct usages of getuid() and geteuid()brian1999-12-301-1/+1
* Don't allowt '#' as a comment when it's embedded in quotes:brian1999-12-271-2/+3
* Don't munge ``set dial|login|logout|hangup'' arguments beforebrian1999-12-221-2/+2
* Notice and warn about unterminated quoted strings in commands.brian1999-12-201-3/+10
* Be careful not to re-initialise `struct stat' while it still hasbrian1999-12-031-8/+23
* Introduce ``set logout''; another chat script. This is in preparationbrian1999-10-251-2/+2
* Back out the bogus #ifdef __NetBSD__ #include <signal.h> lines.brian1999-09-211-3/+0
* NetBSD has moved ``extern int errno;'' to signal.h :-/brian1999-09-201-0/+3
* $Id$ -> $FreeBSD$peter1999-08-281-1/+1
* 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
OpenPOWER on IntegriCloud