summaryrefslogtreecommitdiff
path: root/usr.sbin/ppp/prompt.c
Commit message (Expand)AuthorAgeFilesLines
* various: general adoption of SPDX licensing ID tags.Pedro F. Giffuni2017-11-271-0/+2
* Make ppp WARNS=5 cleanBrian Somers2004-09-051-5/+8
* If IPCP is disabled, susccess of IPV6CP negotiation is sufficientHajimu UMEMOTO2003-03-281-0/+5
* Replace various spelling with FALLTHROUGH which is lint()ablePhilippe Charnier2002-08-251-1/+1
* Remove whitespace at the end of lines.Brian Somers2002-06-151-1/+1
* o Clean up some #includesBrian Somers2002-05-141-1/+0
* o Add ipv6 support, abstracting most NCP addresses into opaqueBrian Somers2001-08-141-0/+5
* MAXHOSTNAME includes space for a NULBrian Somers2001-03-091-1/+1
* MAXPATHLEN -> PATH_MAXBrian Somers2001-03-081-2/+2
* Allow ``set server closed'' to close the diagnostic socket.Brian Somers2001-01-261-2/+2
* Support link identification from rfc1570Brian Somers2000-07-191-1/+1
* To avoid namespace polution in NetBSD:Brian Somers2000-03-141-4/+4
* Notice and warn about unterminated quoted strings in commands.Brian Somers1999-12-201-1/+2
* 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
* When logging warning messages, there are now three scenarios:Brian Somers1999-09-061-1/+6
* $Id$ -> $FreeBSD$Peter Wemm1999-08-281-1/+1
* o Redesign the layering mechanism and make the aliasing code part ofBrian Somers1999-05-081-1/+2
* Handle the detection of frames even if we read themBrian Somers1999-04-031-2/+3
* Initial RADIUS support (using libradius). See the man page forBrian Somers1999-01-281-1/+4
* Put the IP buffer queues into struct ipcp.Brian Somers1998-08-261-4/+4
* When entering ``term'' mode, don't output any messages untilBrian Somers1998-08-091-4/+1
* o Support callback types NONE, E.164, AUTH and CBCP.Brian Somers1998-08-071-1/+2
* Don't disable ^D in interactive mode.Brian Somers1998-07-041-2/+4
* 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-4/+4
* o Don't dump core with ~m in term mode.Brian Somers1998-06-161-14/+39
* o De-staticise things that don't need to be static.Brian Somers1998-06-151-5/+6
* Don't assume stdout is a tty in interactive modeBrian Somers1998-05-271-14/+22
* o Move our prompt descriptor list outside of the bundle.Brian Somers1998-05-231-11/+5
* MFMP: Make ppp multilink capable.Brian Somers1998-05-211-1/+1
* o Protect against expected NULL fdset pointers.Brian Somers1998-05-101-1/+3
* Cosmetic: Make our external function names consistent.Brian Somers1998-05-011-18/+18
* Tidy up the use of struct pppTimer.Brian Somers1998-04-191-2/+1
* Cosmetic: Clean up warnings.Brian Somers1998-04-181-4/+4
* Pass all command arguments around with struct cmdargs ratherBrian Somers1998-04-141-4/+4
* o Remove the `mode' global - it's now per physical device.Brian Somers1998-04-101-35/+31
* We don't require a newline before the prompt if we've doneBrian Somers1998-04-081-2/+3
* Remove MODE_ALIAS and add AliasEnabled() macro.Brian Somers1998-04-071-2/+2
* Remove unused includes.Brian Somers1998-04-061-5/+1
* Make ^Z, bg & fg work. We don't muck around withBrian Somers1998-04-051-3/+44
* Initialise the local log mask.Brian Somers1998-04-041-1/+2
* o Move VarMSChap into struct chap, and remove `set encrypt'Brian Somers1998-04-031-5/+10
* Deglobalise `struct prompt':Brian Somers1998-04-031-110/+174
* o Move struct lcp and struct ccp into struct link.Brian Somers1998-04-031-19/+12
* Make struct bundle into a sort of `struct descriptor'.Brian Somers1998-03-201-2/+2
* Move VJ compression state and stats into struct ipcp.Brian Somers1998-03-161-1/+4
* Move `CleaningUp' into struct bundle.Brian Somers1998-03-161-2/+2
* Move filter sets into struct bundle.Brian Somers1998-03-161-1/+2
* Move the IPCP into struct bundle.Brian Somers1998-03-131-3/+3