summaryrefslogtreecommitdiffstats
path: root/usr.sbin/ppp
Commit message (Expand)AuthorAgeFilesLines
* 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
* Don't use the umask to chmod local domain server sockets, usebrian2000-05-311-1/+1
* If the fsm header reports a length greater than the packet size,brian2000-05-261-1/+8
* Remove an unused variablebrian2000-05-261-1/+1
* When we do a ``dial'' or ``open'' from DATALINK_READY, go tobrian2000-05-262-7/+8
* Fix a topy (if (expr); command;)brian2000-05-251-1/+1
* The name /var/log/alias.log is *not* likely to change in the nearbrian2000-05-242-2/+0
* Mention what ``enable proxy'' actually doesbrian2000-05-242-2/+6
* Honour ``set speed sync'' and ``set device !program'' whenbrian2000-05-241-13/+32
* Mention it in the log file when we HUP a process thatbrian2000-05-241-0/+2
* Don't attempt to fputs(NULL, fp) when ``enable dns'' is given andbrian2000-05-241-2/+3
* Always pass packets through libalias when NAT is enabled.brian2000-05-231-14/+2
* Return -2 when tcp_OpenConnection() fails so that ppp doesn'tbrian2000-05-221-4/+4
* Be more verbose when a second link doesn't match the first because thebrian2000-05-221-0/+6
* Fix a typobrian2000-05-111-1/+1
* Mention that the default is to let external traffic route tobrian2000-05-113-11/+19
* Correct a bad bug in m_prepend()brian2000-05-071-3/+5
* Remove a rogue spacebrian2000-04-131-1/+1
* Add a missing ``break''brian2000-04-091-0/+1
* When running ppp -background, show comfort messages showingbrian2000-04-076-40/+74
* I didn't get this right the last time....brian2000-04-061-13/+20
* Pass me the pointy hat.gj2000-04-041-2/+8
* Plug two file descriptor leaksbrian2000-04-031-2/+6
* Nuke csu_hdr from struct cspace. csu_hdr is not used anywhere in thegj2000-04-031-7/+1
* Allow authname to be changed at any phase, just emit a warningbrian2000-03-311-4/+4
* Use INADDR_NONE with PacketAliasSetTarget() if no args are given tobrian2000-03-313-1/+11
* Undo the damage done to this file in my last commitbrian2000-03-311-1/+1
OpenPOWER on IntegriCloud