aboutsummaryrefslogtreecommitdiff
path: root/usr.sbin/ppp/server.c
Commit message (Expand)AuthorAgeFilesLines
* MFC: Support -DPPP_CONFDIRBrian Somers2001-05-171-39/+112
* MFC: Reset MPPE_MasterKeyValid when the bundle closesBrian Somers2001-02-221-0/+4
* MFC: Add MPPE, MSChapv2 and tcpmssfixupBrian Somers2000-12-181-1/+2
* MFC: Handle open/dial from state DATALINK_READY properlyBrian Somers2000-06-031-1/+1
* MFC:Brian Somers2000-03-211-5/+5
* 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
* Don't destroy the old server socket another ``set server''Brian Somers1999-03-081-5/+11
* Correctly drop existing connections when reopening the diagnosticBrian Somers1999-03-071-2/+2
* PR: 7469Brian Somers1998-08-021-2/+6
* Remove redundant includesBrian Somers1998-06-271-19/+1
* o If we come out of select() with only write descriptors thatBrian Somers1998-06-241-2/+3
* Change some log levels. ALERTs are only logged whenBrian Somers1998-06-161-2/+2
* o Move our prompt descriptor list outside of the bundle.Brian Somers1998-05-231-46/+71
* MFMP: Make ppp multilink capable.Brian Somers1998-05-211-62/+166
|\
| * o Protect against expected NULL fdset pointers.Brian Somers1998-05-101-1/+2
| * Cosmetic: Make our external function names consistent.Brian Somers1998-05-011-21/+21
| * o Add the link name to modem diagnostics.Brian Somers1998-04-281-2/+2
| * Cosmetic: Clean up warnings.Brian Somers1998-04-181-6/+6
| * o Remove the `mode' global - it's now per physical device.Brian Somers1998-04-101-17/+27
| * Remove MODE_ALIAS and add AliasEnabled() macro.Brian Somers1998-04-071-3/+1
| * o Move alias function pointers into loadalias.cBrian Somers1998-04-071-2/+2
| * Remove unused includes.Brian Somers1998-04-061-4/+1
| * Deglobalise `struct prompt':Brian Somers1998-04-031-40/+41
| * o Move struct lcp and struct ccp into struct link.Brian Somers1998-04-031-6/+1
| * Make struct bundle into a sort of `struct descriptor'.Brian Somers1998-03-201-2/+2
| * o Remove the global CcpInfo. It's now part of the datalink.Brian Somers1998-02-231-2/+2
| * LogWARN rather than LogERROR when we can't createBrian Somers1998-02-181-5/+5
| * Create struct datalink.Brian Somers1998-02-161-1/+3
| * Update to version 2.0-betaBrian Somers1998-02-131-2/+2
| * Move the terminal/diagnostic socket stuff out of main.cBrian Somers1998-02-101-10/+10
| * Pass the fdset to descriptor_Read & descriptor_WriteBrian Somers1998-02-101-3/+3
| * Make the server descriptor into a `sort' of struct descriptor.Brian Somers1998-02-091-8/+108
| * Create `struct bundle' - the top level control structure.Brian Somers1998-02-021-3/+3
| * This commit was manufactured by cvs2svn to create branch 'MP'.cvs2svn1998-01-291-0/+169
* MFMP: LogWARN rather than LogERROR when we can't createBrian Somers1998-02-181-5/+5
* Remove unused #includes.Brian Somers1998-01-211-2/+1
* Cosmetic (style):Brian Somers1997-12-241-3/+3
* Add (BSD) copyright headers.Brian Somers1997-12-211-2/+26
* Zero struct sockaddr_??s before filling them in.Brian Somers1997-12-211-1/+3
* Abstract the CCP layer a level.Brian Somers1997-12-031-2/+1
* Fix prototypes.Brian Somers1997-11-221-3/+2
* Finish the security improvements:Brian Somers1997-11-111-3/+3
* Don't create a diagnostic socket by default.Brian Somers1997-11-091-5/+8
* Increase chat script sizes to 512Brian Somers1997-11-091-2/+2
* Introduce ID0 logging.Brian Somers1997-11-091-6/+7
* Cosmetic (no functional changes):Brian Somers1997-10-261-19/+15
* Correct ppp authentication defaults in interactiveBrian Somers1997-09-091-0/+12
* Install as group ``network''Brian Somers1997-09-041-7/+18