summaryrefslogtreecommitdiffstats
path: root/usr.sbin/ppp
Commit message (Expand)AuthorAgeFilesLines
* mdoc(7) police: .Va -> .Ev.ru2002-03-151-1/+1
* Use the return value from snprintf() to keep a track of the length ofbrian2002-03-131-16/+17
* Handle B460800 and B921600 being defined in <termios.h>brian2002-03-121-0/+6
* Don't drop the last character from ut_line in ID0logout().brian2002-03-051-7/+8
* Don't blow away ``set escape'' settings when we've completed thebrian2002-03-043-2/+9
* Document NGM_PPPOE_ACNAME handling.brian2002-02-201-0/+6
* Handle NGM_PPPOE_ACNAME messages.brian2002-02-201-0/+5
* o Move NTOHL() and associated macros into <sys/param.h>. These aremike2002-02-181-0/+2
* Detect if a udp socket on STDIN_FILENO is connected by callingbrian2002-01-231-7/+16
* Cross reference the NETWORK ADDRESS TRANSLATION section when describingbrian2002-01-231-1/+5
* socket()s first argument should be a protocol family rather than anbrian2002-01-1611-15/+15
* socket's first argument is an address family, not a protocol family.brian2002-01-167-10/+10
* When authenticating a name containing a ``\'', attempt to autenticatebrian2002-01-081-9/+50
* Consider PROTO_IPV6 as compressible by CCP.brian2001-12-091-1/+1
* Pay attention to failures to SIOCAIFADDR and SIOCDIFFADDR.brian2001-11-301-25/+39
* Don't provide an RTA_GATEWAY sockaddr when we write RTM_CHANGE messagesbrian2001-11-301-6/+0
* Add some DEBUG logging to tell us when interface addresses are beingbrian2001-11-301-0/+14
* Remove the hack that ensures that rt_Update() works on FreeBSD. Nowbrian2001-11-231-23/+5
* When writing messages to the routing socket, round sockaddr sizesbrian2001-11-231-12/+19
* Be paranoid about non-zero netmasks being associated with INET addressesbrian2001-11-232-5/+20
* Remove an unused variable (oops)brian2001-11-231-1/+1
* Don't adjust_linklocal() when pulling a sockaddr out of an ncpaddr orbrian2001-11-233-10/+18
* Remove a bogus log_Id() declbrian2001-11-231-1/+0
* Fix usage for the log commandbrian2001-11-231-1/+1
* Whitespace tweakbrian2001-11-231-1/+1
* Expand the first argument of the ``log'' command if it's a variable.brian2001-11-221-1/+1
* Document that an UPTIME variable is now availablebrian2001-11-221-0/+2
* Remove unused variablesbrian2001-11-041-5/+2
* Add a ``log'' command for logging specific information.brian2001-11-0313-44/+104
* Call CCP protocol -1 ``none''brian2001-11-031-1/+4
* cmott@scientech.com -> cm@linktel.netbrian2001-11-033-4/+4
* Don't avoid setting a 0 second timer in datalink_StartDialTimer() bybrian2001-10-232-13/+11
* ia64 support. Due to the bogus placement of some i4b includes, it ispeter2001-10-231-1/+1
* Include the right i4b files for NetBSDbrian2001-10-191-0/+5
* Fix AUTH callback negotiations.brian2001-10-181-2/+2
* When the peer fails to specify an MRU and a 1500 byte MRU is notbrian2001-10-182-4/+8
* Hopefully improve control message passing over Unix domain sockets.dwmalone2001-10-041-5/+5
* Keep up with sys/net/rtsock.c,v 1.58.ru2001-09-211-1/+1
* sigpause() -> sigsuspend()brian2001-09-132-8/+15
* Correct alignment issuesbrian2001-09-131-17/+20
* Spell syslog.conf correctlybrian2001-09-131-1/+1
* Fix a diagnosticbrian2001-09-041-1/+1
* Some cosmetic changes to sync with OpenBSDbrian2001-08-272-1/+4
* Send a reset request for every packet received when our encryptionbrian2001-08-271-0/+2
* Handle return values of 0 from NgRecvMsg() properly.brian2001-08-241-2/+2
* o Enable IFF_MULTICAST when first opening the tun device (and keep the flagbrian2001-08-213-11/+11
* Handle snprintf() returning < 0 (not just -1)brian2001-08-201-1/+5
* Properly change old interface addresses so that their destination isbrian2001-08-201-1/+2
* Add some comments to explain what's going on herebrian2001-08-201-9/+21
* When attempting to change the default route, don't write the gatewaybrian2001-08-201-7/+26
OpenPOWER on IntegriCloud