aboutsummaryrefslogtreecommitdiff
path: root/usr.sbin/ppp/chat.c
Commit message (Expand)AuthorAgeFilesLines
* Add a bunch of malloc() return checksBrian Somers2004-10-111-3/+4
* Make ppp WARNS=5 cleanBrian Somers2004-09-051-3/+5
* Remove whitespace at the end of lines.Brian Somers2002-06-151-2/+2
* o Clean up some #includesBrian Somers2002-05-141-1/+0
* Merge the NETGRAPH branch into HEAD. tty devices now use netgraph's lineBrian Somers2002-03-301-3/+5
* Add a ``log'' command for logging specific information.Brian Somers2001-11-031-2/+2
* o Add ipv6 support, abstracting most NCP addresses into opaqueBrian Somers2001-08-141-0/+5
* Make -DNOSUID (or -DPPP_NOSUID) possible to build ppp without SUIDBrian Somers2000-08-181-0/+2
* Allow leading ``!'' characters in authkeys and chat scripts toBrian Somers2000-08-091-4/+5
* To avoid namespace polution in NetBSD:Brian Somers2000-03-141-4/+4
* Add a few missing #includesBrian Somers1999-12-301-0/+1
* Correct usages of getuid() and geteuid()Brian Somers1999-12-301-1/+1
* Don't allowt '#' as a comment when it's embedded in quotes:Brian Somers1999-12-271-2/+3
* Don't munge ``set dial|login|logout|hangup'' arguments beforeBrian Somers1999-12-221-2/+2
* Notice and warn about unterminated quoted strings in commands.Brian Somers1999-12-201-3/+10
* Be careful not to re-initialise `struct stat' while it still hasBrian Somers1999-12-031-8/+23
* Introduce ``set logout''; another chat script. This is in preparationBrian Somers1999-10-251-2/+2
* Back out the bogus #ifdef __NetBSD__ #include <signal.h> lines.Brian Somers1999-09-211-3/+0
* NetBSD has moved ``extern int errno;'' to signal.h :-/Brian Somers1999-09-201-0/+3
* $Id$ -> $FreeBSD$Peter Wemm1999-08-281-1/+1
* Set the close-on-exec flag for all unused descriptors whenBrian Somers1999-08-171-9/+10
* Don't bother read()ing if we ``expect'' nothing in our chat script.Brian Somers1999-06-261-2/+2
* If we run out of chat script immediately after a successfully executedBrian Somers1999-06-261-2/+6
* Use the correct pid when substituting PROCESSID.Brian Somers1999-06-091-2/+2
* Add some comments, optimise out a few strlen()s andBrian Somers1999-05-271-16/+23
* o Redesign the layering mechanism and make the aliasing code part ofBrian Somers1999-05-081-60/+5
* When executing a command as part of a dial/login/hangupBrian Somers1999-02-121-6/+9
* Initial RADIUS support (using libradius). See the man page forBrian Somers1999-01-281-2/+5
* Untimeout the chat expect timer as soon as we get aBrian Somers1998-10-271-1/+2
* o Support callback types NONE, E.164, AUTH and CBCP.Brian Somers1998-08-071-4/+7
* Remove redundant includesBrian Somers1998-06-271-2/+1
* o If we come out of select() with only write descriptors thatBrian Somers1998-06-241-2/+6
* o De-staticise things that don't need to be static.Brian Somers1998-06-151-2/+2
* o #define the name "tun" in defs.h against the future possibilityBrian Somers1998-05-281-2/+2
* o Move our prompt descriptor list outside of the bundle.Brian Somers1998-05-231-2/+1
* MFMP: Make ppp multilink capable.Brian Somers1998-05-211-458/+572
|\
| * Cosmetic: Make our external function names consistent.Brian Somers1998-05-011-37/+37
| * o Explicitly set the close-on-exec flag of descriptor 3 beforeBrian Somers1998-05-011-19/+11
| * o Create a new ``timer'' log level. This lets us ``setBrian Somers1998-04-301-1/+2
| * o Add the link name to modem diagnostics.Brian Somers1998-04-281-1/+2
| * Tidy up the use of struct pppTimer.Brian Somers1998-04-191-4/+1
| * Destroy struct chat when it's finished in struct datalink.Brian Somers1998-04-181-6/+6
| * Cosmetic: Clean up warnings.Brian Somers1998-04-181-10/+11
| * o Fix chats expect-send-expect - it shouldn't beBrian Somers1998-04-101-6/+7
| * o Move alias function pointers into loadalias.cBrian Somers1998-04-071-3/+3
| * Remove unused includes.Brian Somers1998-04-061-10/+1
| * Move authname and authkey into struct bundle and only allowBrian Somers1998-04-031-4/+16
| * o Move struct lcp and struct ccp into struct link.Brian Somers1998-04-031-1/+4
| * Make struct bundle into a sort of `struct descriptor'.Brian Somers1998-03-201-2/+2
| * Remove more globalsBrian Somers1998-03-131-2/+1