summaryrefslogtreecommitdiffstats
path: root/usr.sbin/ppp/server.c
Commit message (Expand)AuthorAgeFilesLines
* Listen to a control socket on an IPv4 as well throughume2006-09-181-0/+7
* Make ppp WARNS=5 cleanbrian2004-09-051-3/+5
* Include the correct file (stdarg.h) and use va_list rather than _BSD_VA_LIST_brian2002-08-271-0/+1
* o Clean up some #includesbrian2002-05-141-2/+0
* socket()s first argument should be a protocol family rather than anbrian2002-01-161-3/+3
* socket's first argument is an address family, not a protocol family.brian2002-01-161-3/+3
* Add some casts.brian2001-08-191-2/+2
* If AF_INET6 isn't available in the kernel, revert to creating AF_INETbrian2001-08-181-15/+19
* o Add ipv6 support, abstracting most NCP addresses into opaquebrian2001-08-141-20/+61
* Don't even look at af_family if accept() returns sa->sa_len == 0brian2001-02-131-0/+4
* Only remove socket files with ``set server open''.brian2001-01-291-3/+4
* Allow ``set server closed'' to close the diagnostic socket.brian2001-01-261-39/+111
* Various whitespace changes.brian2000-10-301-1/+2
* Don't use the umask to chmod local domain server sockets, usebrian2000-05-311-1/+1
* Correct UN_SIZE definitionbrian2000-03-141-1/+1
* To avoid namespace polution in NetBSD:brian2000-03-141-4/+4
* 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
* Don't destroy the old server socket another ``set server''brian1999-03-081-5/+11
* Correctly drop existing connections when reopening the diagnosticbrian1999-03-071-2/+2
* PR: 7469brian1998-08-021-2/+6
* Remove redundant includesbrian1998-06-271-19/+1
* o If we come out of select() with only write descriptors thatbrian1998-06-241-2/+3
* Change some log levels. ALERTs are only logged whenbrian1998-06-161-2/+2
* o Move our prompt descriptor list outside of the bundle.brian1998-05-231-46/+71
* MFMP: Make ppp multilink capable.brian1998-05-211-62/+166
* MFMP: LogWARN rather than LogERROR when we can't createbrian1998-02-181-5/+5
* Remove unused #includes.brian1998-01-211-2/+1
* Cosmetic (style):brian1997-12-241-3/+3
* Add (BSD) copyright headers.brian1997-12-211-2/+26
* Zero struct sockaddr_??s before filling them in.brian1997-12-211-1/+3
* Abstract the CCP layer a level.brian1997-12-031-2/+1
* Fix prototypes.brian1997-11-221-3/+2
* Finish the security improvements:brian1997-11-111-3/+3
* Don't create a diagnostic socket by default.brian1997-11-091-5/+8
* Increase chat script sizes to 512brian1997-11-091-2/+2
* Introduce ID0 logging.brian1997-11-091-6/+7
* Cosmetic (no functional changes):brian1997-10-261-19/+15
* Correct ppp authentication defaults in interactivebrian1997-09-091-0/+12
* Install as group ``network''brian1997-09-041-7/+18
* Make the code format more in line with style(9).brian1997-08-251-63/+62
* Allow specification of a umask for local socketbrian1997-06-301-1/+5
* Add "set server" to control the server socket.brian1997-06-251-0/+120
OpenPOWER on IntegriCloud