aboutsummaryrefslogtreecommitdiff
path: root/usr.sbin/ppp/bundle.c
Commit message (Expand)AuthorAgeFilesLines
* Allow ``host:port/udp'' devices and support ``host:port/tcp'' asBrian Somers1999-05-121-2/+2
* o Redesign the layering mechanism and make the aliasing code part ofBrian Somers1999-05-081-32/+15
* Add support for NetBSDBrian Somers1999-04-261-4/+4
* Undo possible damage done by the new TUNSIFMODE ioctlBrian Somers1999-03-251-1/+13
* Read from fd[0] and write to fd[1] where `fd' is theBrian Somers1999-03-071-12/+12
* Extend the ``set redial'' command to allow incrementalBrian Somers1999-03-041-4/+4
* Bring up auto links despite there being no data queued ifBrian Somers1999-03-011-5/+5
* Don't immediately bring auto links back up in multilinkBrian Somers1999-02-251-3/+3
* Decouple pap & chap output routines from the correspondingBrian Somers1999-02-061-2/+15
* Initial RADIUS support (using libradius). See the man page forBrian Somers1999-01-281-2/+17
* Don't warn when ``add xxxx HISADDR'' fails because HISADDRBrian Somers1999-01-061-3/+4
* Rather than interrupting 10 times per second then checkingBrian Somers1998-12-141-2/+2
* When using ``set device !someprogram'', when ``someprogram''Brian Somers1998-12-101-1/+15
* Don't call PacketAliasIn() when we turn around packets destinedBrian Somers1998-10-291-7/+1
* Add ``set proctitle'' for changing argv[0]. All substitutionsBrian Somers1998-10-271-1/+4
* Add ``enable proxyall'' support. This adds proxy ARP entriesBrian Somers1998-10-261-2/+26
* Loosen our restrictions on setting enddisc, mrru,Brian Somers1998-10-241-1/+14
* Solve the ``first connection'' problem that occurs onBrian Somers1998-10-221-94/+41
* Sync with OpenBSD ifdefsBrian Somers1998-09-171-4/+8
* Put the IP buffer queues into struct ipcp.Brian Somers1998-08-261-6/+6
* If we've got a full output buffer queue and cannot sendBrian Somers1998-08-251-1/+44
* When entering ``term'' mode, don't output any messages untilBrian Somers1998-08-091-1/+3
* o Support callback types NONE, E.164, AUTH and CBCP.Brian Somers1998-08-071-2/+3
* On receipt of a sig 15, do a full bundle_Close() even ifBrian Somers1998-08-021-4/+1
* Allow an optional ``!'' in the open, dial & call commands.Brian Somers1998-07-291-5/+10
* Silence ``Network unreachable'' warnings when usingBrian Somers1998-07-281-7/+8
* Remove redundant includesBrian Somers1998-06-271-3/+1
* Don't dlopen()/dlsym() libalias, use it in the same wayBrian Somers1998-06-271-5/+9
* Cast void * to char * for log_Printf().Brian Somers1998-06-271-2/+2
* ``struct tunnel_header'' -> u_int32_t in OpenBSD.Brian Somers1998-06-271-2/+1
* o If we come out of select() with only write descriptors thatBrian Somers1998-06-241-3/+6
* Re-initialise our timer service after fork()ingBrian Somers1998-06-201-1/+2
* Create & use fsm2initial(), a function to bring aBrian Somers1998-06-201-16/+6
* Make sure our recvmsg() is a SCM_RIGHTS message whenBrian Somers1998-06-181-11/+11
* Change some log levels. ALERTs are only logged whenBrian Somers1998-06-161-14/+12
* Don't bring the modem offline or hangup when ``down lcp''Brian Somers1998-06-161-3/+3
* Fix a rather nasty use of `static'. This caused a SEGVBrian Somers1998-06-151-2/+2
* Make `close lcp' just close the LCP layer and not hangup. This isBrian Somers1998-06-151-10/+16
* o Maintain a link-type mask for open datalinks as well asBrian Somers1998-06-121-55/+77
* Update the write descriptor selection set for our data linksBrian Somers1998-06-071-3/+5
* Put the correct pid in /var/run/tunX.pidBrian Somers1998-06-061-2/+2
* o If there's a session leader left running for a descriptorBrian Somers1998-05-291-2/+6
* o Make modes consistent throughout ppp. The same strings are usedBrian Somers1998-05-291-18/+18
* o #define the name "tun" in defs.h against the future possibilityBrian Somers1998-05-281-86/+149
* o Don't forget to close our transfer socket if we cannotBrian Somers1998-05-281-4/+10
* o Only do the /bin/cat bit when we're transferring our ctty.Brian Somers1998-05-251-3/+3
* o Don't try to transfer tty device descriptors as there's no way ofBrian Somers1998-05-251-13/+103
* Show the link mode in `show links'.Brian Somers1998-05-231-3/+4
* Oops - patch failed in last commit ????Brian Somers1998-05-231-7/+1
* o Move our prompt descriptor list outside of the bundle.Brian Somers1998-05-231-129/+18