summaryrefslogtreecommitdiff
path: root/usr.sbin/ppp/prompt.c
Commit message (Expand)AuthorAgeFilesLines
* MF4: Include netgraph support when building with RELEASE_CRUNCHBrian Somers2000-06-011-5/+6
* MFC: Support PPPoE (PPP over Ethernet), but disabled for now.Brian Somers1999-11-191-1/+6
* $Id$ -> $FreeBSD$Peter Wemm1999-08-291-1/+1
* MFC: Abstract the physical device layer (``show modem'' is now ``showBrian Somers1999-08-231-1/+2
* o Support ranges in ``alias port''.Brian Somers1999-04-201-2/+3
* MFC:Brian Somers1999-03-241-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-13/+21
* 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-109/+173
* 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
* De-staticise LQR informationBrian Somers1998-03-131-1/+2
* Do authentication at the datalink level, not the bundle level.Brian Somers1998-03-011-1/+2
* Create struct fsm_parent. FSMs are created with one of these,Brian Somers1998-02-271-2/+2
* o Remove the global CcpInfo. It's now part of the datalink.Brian Somers1998-02-231-3/+5
* Add datalink state DATALINK_READY to indicate when the datalinkBrian Somers1998-02-171-20/+28
* Keep a handle on our current ``term'' in struct promptBrian Somers1998-02-171-15/+11
* Introduce the ``link'' command for controllingBrian Somers1998-02-171-13/+10
* Sort out (fix) the `term' command.Brian Somers1998-02-171-1/+21
* Create struct datalink.Brian Somers1998-02-161-4/+9
* Update to version 2.0-betaBrian Somers1998-02-131-6/+13
* Move the terminal/diagnostic socket stuff out of main.cBrian Somers1998-02-101-0/+383