summaryrefslogtreecommitdiff
path: root/usr.sbin/ppp
AgeCommit message (Expand)Author
2000-10-09If write() gives -1/ENOBUFS, keep the packet and sleep for 1/10thbrian
2000-10-09Create fd_sets big enough to handle getdtablesize() descriptors.brian
2000-10-06Fix byte ordering for CuSeeMe and add some tidy-ups; FreeBSDbrian
2000-09-14Fix some style nitsbrian
2000-09-14Support PPPoATM, disabled for now as /usr/include/netnatm doesn't existbrian
2000-09-14Understand IPPROTO_ESP and IPPROTO_AH packetsbrian
2000-09-07Remove redundant includesbrian
2000-09-06Correct a typo; Dag-Erling Smorgrav <des@ofug.org>brian
2000-09-02strtok() -> strsep()brian
2000-09-02name-server -> nameserverbrian
2000-09-02Don't delete sticky routes on exit as we may not have successfullybrian
2000-09-02Some misc tidyupsbrian
2000-08-31Use arc4random() instead of random()brian
2000-08-30Don't treat two or more whitespace followed by a comment asbrian
2000-08-30Complain about invalid arguments passed to ``set ifaddr''brian
2000-08-29Fix LogMAX; Mark Hannon <markhannon@one.net.au>brian
2000-08-29Use srandom(); Matt Behrens <matt@megaweapon.zigg.com>brian
2000-08-28Add LogFILTER logging to log packets allowed by the dial filter andbrian
2000-08-28Support radius accounting, and add a packet count to throughputbrian
2000-08-18Make -DNOSUID (or -DPPP_NOSUID) possible to build ppp without SUIDbrian
2000-08-18Make -DNOSUID (or -DPPP_NOSUID) possible to build ppp without SUIDbrian
2000-08-18Warn that the ``alias'' command is depricated.brian
2000-08-17If we're in MP mode with a single open link, MP link level compressionbrian
2000-08-16ISDN B channels have a bandwidth of 64000, not 65536brian
2000-08-16If the -p option is used, use setproctitle() to hide it's argumentbrian
2000-08-16setproctitle() doesn't need to be called with root privs, so movebrian
2000-08-16Default the bandwidth of an ISDN B channel to 65536bpsbrian
2000-08-15SIGSEGV fix for FW_PUNCH code (not used in OpenBSD); FreeBSDbrian
2000-08-15Maintain input and output throughput averages and choose the highestbrian
2000-08-15Calculate the average link throughput using a counter based on thebrian
2000-08-13Add forgotten filebrian
2000-08-13Add support for streaming media; FreeBSDbrian
2000-08-11If ``set title'' is given a `-' as the first character of thebrian
2000-08-10Mention that pppoe requires netgraph(4) and without it, an externalbrian
2000-08-09Allow leading ``!'' characters in authkeys and chat scripts tobrian
2000-07-20Don't mis-interpret sockaddr_in6 structures as sockaddr_in structuresbrian
2000-07-19Support link identification from rfc1570brian
2000-07-12Permit multiple ``allow user'' lines in any given sectionbrian
2000-07-12Correct ``set filter'' usagebrian
2000-07-12Fix a rather nasty latency problem that occurs with single tcp sessionsbrian
2000-07-11Allow a ``timeout secs'' filter option to let specific packet typesbrian
2000-07-11Fix -auto breakage introduced with the last commitbrian
2000-07-07o Log the (payload/size) of all packet types, not just TCP packetsbrian
2000-07-03Correct the number of src/dst ports and add some FreeBSD specificbrian
2000-06-28kldload ng_ether if we need to under FreeBSD.brian
2000-06-24Don't assign an MTU based on the peers first-link MRU in MP mode.brian
2000-06-23Fix a printf-style arg cast (again)brian
2000-06-23Improved 227, 229 and EPRT support in the nat code; FreeBSDbrian
2000-06-22Correct PPPoE in multi-link mode; jason@brian
2000-06-20Allow padding in LQR ECHO requestsbrian