summaryrefslogtreecommitdiff
path: root/usr.sbin/ppp/server.c
Commit message (Expand)AuthorAgeFilesLines
* various: general adoption of SPDX licensing ID tags.Pedro F. Giffuni2017-11-271-0/+2
* Fix multiple instances of the following clang 3.6.0 warning in ppp:Dimitry Andric2015-01-281-1/+1
* Listen to a control socket on an IPv4 as well throughHajimu UMEMOTO2006-09-181-0/+7
* Make ppp WARNS=5 cleanBrian Somers2004-09-051-3/+5
* Include the correct file (stdarg.h) and use va_list rather than _BSD_VA_LIST_Brian Somers2002-08-271-0/+1
* o Clean up some #includesBrian Somers2002-05-141-2/+0
* socket()s first argument should be a protocol family rather than anBrian Somers2002-01-161-3/+3
* socket's first argument is an address family, not a protocol family.Brian Somers2002-01-161-3/+3
* Add some casts.Brian Somers2001-08-191-2/+2
* If AF_INET6 isn't available in the kernel, revert to creating AF_INETBrian Somers2001-08-181-15/+19
* o Add ipv6 support, abstracting most NCP addresses into opaqueBrian Somers2001-08-141-20/+61
* Don't even look at af_family if accept() returns sa->sa_len == 0Brian Somers2001-02-131-0/+4
* Only remove socket files with ``set server open''.Brian Somers2001-01-291-3/+4
* Allow ``set server closed'' to close the diagnostic socket.Brian Somers2001-01-261-39/+111
* Various whitespace changes.Brian Somers2000-10-301-1/+2
* Don't use the umask to chmod local domain server sockets, useBrian Somers2000-05-311-1/+1
* Correct UN_SIZE definitionBrian Somers2000-03-141-1/+1
* To avoid namespace polution in NetBSD:Brian Somers2000-03-141-4/+4
* 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