summaryrefslogtreecommitdiff
path: root/usr.sbin/ppp/chat.c
Commit message (Expand)AuthorAgeFilesLines
* This commit was manufactured by cvs2svn to create tagrelease/3.5.0_cvscvs2svn2000-06-251-1/+1
* MF4: Include netgraph support when building with RELEASE_CRUNCHBrian Somers2000-06-011-8/+17
* MFC: Don't memset active chat timers.Brian Somers1999-12-031-8/+23
* MFC: Support PPPoE (PPP over Ethernet), but disabled for now.Brian Somers1999-11-191-2/+2
* $Id$ -> $FreeBSD$Peter Wemm1999-08-291-1/+1
* MFC: Abstract the physical device layer (``show modem'' is now ``showBrian Somers1999-08-231-85/+38
* MFC: Don't scribble if our last arg is expect-send-expectBrian Somers1999-06-261-2/+6
* MFC:Brian Somers1999-03-241-7/+13
* 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
| * De-staticise LQR informationBrian Somers1998-03-131-1/+2
| * o Allow "*" in the password field in ppp.secret (forcing aBrian Somers1998-03-091-12/+9
| * Move phone numbers into struct datalink.Brian Somers1998-03-091-16/+9
| * Implement ABORT strings.Brian Somers1998-02-261-34/+90
| * o Remove the global CcpInfo. It's now part of the datalink.Brian Somers1998-02-231-2/+2
| * Fix empty string skipping when chatting.Brian Somers1998-02-181-2/+4
| * Move the dial, login and hangup scripts into struct datalink.Brian Somers1998-02-161-4/+9
| * Remove some unused variables.Brian Somers1998-02-131-26/+13
| * Update to version 2.0-betaBrian Somers1998-02-131-388/+453
| * Move the terminal/diagnostic socket stuff out of main.cBrian Somers1998-02-101-3/+3
| * o Introduce struct descriptor.Brian Somers1998-02-091-1/+2
| * Move pppVars.physical into the bundle (for the moment).Brian Somers1998-02-061-2/+2
| * Shuffle names and args in modem.hBrian Somers1998-02-061-2/+2
| * Create `struct async' and make it part of `struct physical'.Brian Somers1998-02-021-1/+7
| * Create a new MP branch for `multilink protocol'.Brian Somers1998-01-291-30/+33
| * This commit was manufactured by cvs2svn to create branch 'MP'.cvs2svn1998-01-291-0/+678
* Remove unused #includes.Brian Somers1998-01-211-4/+1
* Allow (and document) execution of commands from withinBrian Somers1997-12-271-85/+124
* Cosmetic (style):Brian Somers1997-12-241-8/+8
* strncpy(x,y,sizeof(x)) --> strncpy(x,y,sizeof(x)-1)Brian Somers1997-12-231-2/+2