summaryrefslogtreecommitdiffstats
path: root/usr.sbin/ppp
Commit message (Expand)AuthorAgeFilesLines
* Fix some style nitsbrian2000-09-141-11/+13
* Support PPPoATM, disabled for now as /usr/include/netnatm doesn't existbrian2000-09-145-1/+282
* Understand IPPROTO_ESP and IPPROTO_AH packetsbrian2000-09-142-0/+36
* Spelling policebrian2000-09-061-2/+2
* libutil.h is no longer required for setproctitle()brian2000-09-021-5/+0
* Fix resolv.conf line hint: "name-server" -> "nameserver"rse2000-08-312-2/+2
* Use arc4random() instead of random()brian2000-08-312-1/+9
* Don't treat two or more whitespace followed by a comment asbrian2000-08-301-6/+11
* Complain about invalid arguments passed to ``set ifaddr''brian2000-08-301-2/+14
* Correct LogMAXbrian2000-08-291-1/+1
* Use srandom() under OpenBSDbrian2000-08-291-1/+1
* Add LogFILTER logging to log packets allowed by the dial filter andbrian2000-08-285-28/+83
* Support radius accounting, and add a packet count to throughputbrian2000-08-287-5/+206
* Make -DNOSUID (or -DPPP_NOSUID) possible to build ppp without SUIDbrian2000-08-188-4/+70
* Warn that the ``alias'' command is depricated.brian2000-08-181-0/+10
* If we're in MP mode with a single open link, MP link level compressionbrian2000-08-172-34/+83
* ISDN B channels have a bandwidth of 64000, not 65536brian2000-08-161-1/+1
* setproctitle() doesn't need to be called with root privs, so movebrian2000-08-166-28/+20
* Default the bandwidth of an ISDN B channel to 65536bpsbrian2000-08-161-3/+5
* Maintain input and output throughput averages and choose the highestbrian2000-08-159-44/+77
* Calculate the average link throughput using a counter based on thebrian2000-08-156-37/+57
* Don't delete sticky routes when unconfiguring the interface.brian2000-08-142-14/+0
* Index: ppp.8brian2000-08-132-2/+2
* Mention that pppoe requires netgraph(4) and without it, an externalbrian2000-08-102-2/+26
* Allow leading ``!'' characters in authkeys and chat scripts tobrian2000-08-095-9/+33
* If the first character of the ``set title'' argument is `-',brian2000-08-091-1/+4
* Don't mis-interpret sockaddr_in6 structures as sockaddr_in structuresbrian2000-07-201-1/+1
* Describe the new VERSION and COMPILATIONDATE macros and mention that thebrian2000-07-192-8/+30
* Support link identification from rfc1570brian2000-07-1917-22/+176
* Permit multiple ``allow user'' lines in any given sectionbrian2000-07-123-8/+19
* Correct ``set filter'' usagebrian2000-07-122-4/+8
* Fix a rather nasty latency problem that occurs with single tcp sessionsbrian2000-07-121-11/+17
* Allow a ``timeout secs'' filter option to let specific packet typesbrian2000-07-1110-212/+295
* Fix -auto breakage introduced with the last commit.brian2000-07-111-1/+1
* o Log the (payload/size) of all packet types, not just TCP packetsbrian2000-07-078-33/+157
* kldload ng_ether if we need to.brian2000-06-281-2/+8
* Don't assign an MTU based on the peers first-link MRU in MP mode.brian2000-06-241-5/+4
* Fix a printf-style arg cast (again)brian2000-06-231-1/+2
* e.g. -> e.g.,brian2000-06-232-4/+4
* Correct PPPoE in multi-link modebrian2000-06-221-1/+1
* Remove ``nat pptp'' as this is now done transparently by libalias.brian2000-06-206-74/+1
* Allow padding in LQR ECHO requestsbrian2000-06-201-2/+3
* Don't mis-match interface names in iface_Create()brian2000-06-191-2/+3
* Fix a printf-style format errorbrian2000-06-181-1/+1
* A few more hard-sentence breaks.brian2000-06-132-22/+28
* Hard sentence breaks and trailing space tidy-upsbrian2000-06-112-1054/+1708
* Don't oan about padding charactersbrian2000-06-111-2/+0
* Add ``set ifqueue'' to control the size of the outgoing packetbrian2000-06-116-2/+57
* Allow ``set urgent none'' to disable all urgent ports and IPTOS_LOWDELAYbrian2000-06-086-5/+30
* Use mp_CheckAutoloadTimer() rather than mp_StopAutoloadTimer()brian2000-05-311-2/+2
OpenPOWER on IntegriCloud