summaryrefslogtreecommitdiffstats
path: root/usr.sbin/ppp/prompt.c
Commit message (Expand)AuthorAgeFilesLines
* Make ppp WARNS=5 cleanbrian2004-09-051-5/+8
* If IPCP is disabled, susccess of IPV6CP negotiation is sufficientume2003-03-281-0/+5
* Replace various spelling with FALLTHROUGH which is lint()ablecharnier2002-08-251-1/+1
* Remove whitespace at the end of lines.brian2002-06-151-1/+1
* o Clean up some #includesbrian2002-05-141-1/+0
* o Add ipv6 support, abstracting most NCP addresses into opaquebrian2001-08-141-0/+5
* MAXHOSTNAME includes space for a NULbrian2001-03-091-1/+1
* MAXPATHLEN -> PATH_MAXbrian2001-03-081-2/+2
* Allow ``set server closed'' to close the diagnostic socket.brian2001-01-261-2/+2
* Support link identification from rfc1570brian2000-07-191-1/+1
* To avoid namespace polution in NetBSD:brian2000-03-141-4/+4
* Notice and warn about unterminated quoted strings in commands.brian1999-12-201-1/+2
* 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
* When logging warning messages, there are now three scenarios:brian1999-09-061-1/+6
* $Id$ -> $FreeBSD$peter1999-08-281-1/+1
* o Redesign the layering mechanism and make the aliasing code part ofbrian1999-05-081-1/+2
* Handle the detection of frames even if we read thembrian1999-04-031-2/+3
* Initial RADIUS support (using libradius). See the man page forbrian1999-01-281-1/+4
* Put the IP buffer queues into struct ipcp.brian1998-08-261-4/+4
* When entering ``term'' mode, don't output any messages untilbrian1998-08-091-4/+1
* o Support callback types NONE, E.164, AUTH and CBCP.brian1998-08-071-1/+2
* Don't disable ^D in interactive mode.brian1998-07-041-2/+4
* 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-4/+4
* o Don't dump core with ~m in term mode.brian1998-06-161-14/+39
* o De-staticise things that don't need to be static.brian1998-06-151-5/+6
* Don't assume stdout is a tty in interactive modebrian1998-05-271-14/+22
* o Move our prompt descriptor list outside of the bundle.brian1998-05-231-11/+5
* MFMP: Make ppp multilink capable.brian1998-05-211-0/+522
OpenPOWER on IntegriCloud