summaryrefslogtreecommitdiffstats
path: root/usr.sbin/ppp/bundle.c
Commit message (Expand)AuthorAgeFilesLines
* o Add the -foreground switch. This switch behaves like -background exceptbrian1999-08-191-2/+2
* Implement a minimum idle time value as an optional second argumentbrian1999-08-171-11/+38
* Change printf formats %q[du] -> %ll[du]brian1999-08-091-3/+3
* Add ISDN support via isdnd & i4b. This requires versionbrian1999-08-061-3/+2
* o Obsolete the undocumented ``set weight'' command.brian1999-08-051-187/+157
* o Overhaul filtering, adding facilities to jump over rules and tobrian1999-07-271-1/+10
* Disable TUNSLMODE when we first open the tun device.brian1999-06-221-2/+10
* Introduce the ``keep-session'' option. Refer to the manbrian1999-06-021-2/+5
* Remember if MYADDR or HISADDR is used in a filter add tweak allbrian1999-05-311-1/+11
* Move the code for tweaking interface flags into one function.brian1999-05-271-62/+5
* Allow ``host:port/udp'' devices and support ``host:port/tcp'' asbrian1999-05-121-2/+2
* o Redesign the layering mechanism and make the aliasing code part ofbrian1999-05-081-32/+15
* Add support for NetBSDbrian1999-04-261-4/+4
* Undo possible damage done by the new TUNSIFMODE ioctlbrian1999-03-251-1/+13
* Read from fd[0] and write to fd[1] where `fd' is thebrian1999-03-071-12/+12
* Extend the ``set redial'' command to allow incrementalbrian1999-03-041-4/+4
* Bring up auto links despite there being no data queued ifbrian1999-03-011-5/+5
* Don't immediately bring auto links back up in multilinkbrian1999-02-251-3/+3
* Decouple pap & chap output routines from the correspondingbrian1999-02-061-2/+15
* Initial RADIUS support (using libradius). See the man page forbrian1999-01-281-2/+17
* Don't warn when ``add xxxx HISADDR'' fails because HISADDRbrian1999-01-061-3/+4
* Rather than interrupting 10 times per second then checkingbrian1998-12-141-2/+2
* When using ``set device !someprogram'', when ``someprogram''brian1998-12-101-1/+15
* Don't call PacketAliasIn() when we turn around packets destinedbrian1998-10-291-7/+1
* Add ``set proctitle'' for changing argv[0]. All substitutionsbrian1998-10-271-1/+4
* Add ``enable proxyall'' support. This adds proxy ARP entriesbrian1998-10-261-2/+26
* Loosen our restrictions on setting enddisc, mrru,brian1998-10-241-1/+14
* Solve the ``first connection'' problem that occurs onbrian1998-10-221-94/+41
* Sync with OpenBSD ifdefsbrian1998-09-171-4/+8
* Put the IP buffer queues into struct ipcp.brian1998-08-261-6/+6
* If we've got a full output buffer queue and cannot sendbrian1998-08-251-1/+44
* When entering ``term'' mode, don't output any messages untilbrian1998-08-091-1/+3
* o Support callback types NONE, E.164, AUTH and CBCP.brian1998-08-071-2/+3
* On receipt of a sig 15, do a full bundle_Close() even ifbrian1998-08-021-4/+1
* Allow an optional ``!'' in the open, dial & call commands.brian1998-07-291-5/+10
* Silence ``Network unreachable'' warnings when usingbrian1998-07-281-7/+8
* Remove redundant includesbrian1998-06-271-3/+1
* Don't dlopen()/dlsym() libalias, use it in the same waybrian1998-06-271-5/+9
* Cast void * to char * for log_Printf().brian1998-06-271-2/+2
* ``struct tunnel_header'' -> u_int32_t in OpenBSD.brian1998-06-271-2/+1
* o If we come out of select() with only write descriptors thatbrian1998-06-241-3/+6
* Re-initialise our timer service after fork()ingbrian1998-06-201-1/+2
* Create & use fsm2initial(), a function to bring abrian1998-06-201-16/+6
* Make sure our recvmsg() is a SCM_RIGHTS message whenbrian1998-06-181-11/+11
* Change some log levels. ALERTs are only logged whenbrian1998-06-161-14/+12
* Don't bring the modem offline or hangup when ``down lcp''brian1998-06-161-3/+3
* Fix a rather nasty use of `static'. This caused a SEGVbrian1998-06-151-2/+2
* Make `close lcp' just close the LCP layer and not hangup. This isbrian1998-06-151-10/+16
* o Maintain a link-type mask for open datalinks as well asbrian1998-06-121-55/+77
* Update the write descriptor selection set for our data linksbrian1998-06-071-3/+5
OpenPOWER on IntegriCloud