aboutsummaryrefslogtreecommitdiff
path: root/usr.sbin/ppp
Commit message (Expand)AuthorAgeFilesLines
* Detect if a udp socket on STDIN_FILENO is connected by callingBrian Somers2002-01-231-7/+16
* Cross reference the NETWORK ADDRESS TRANSLATION section when describingBrian Somers2002-01-231-1/+5
* socket()s first argument should be a protocol family rather than anBrian Somers2002-01-1611-15/+15
* socket's first argument is an address family, not a protocol family.Brian Somers2002-01-167-10/+10
* When authenticating a name containing a ``\'', attempt to autenticateBrian Somers2002-01-081-9/+50
* Consider PROTO_IPV6 as compressible by CCP.Brian Somers2001-12-091-1/+1
* Pay attention to failures to SIOCAIFADDR and SIOCDIFFADDR.Brian Somers2001-11-301-25/+39
* Don't provide an RTA_GATEWAY sockaddr when we write RTM_CHANGE messagesBrian Somers2001-11-301-6/+0
* Add some DEBUG logging to tell us when interface addresses are beingBrian Somers2001-11-301-0/+14
* Remove the hack that ensures that rt_Update() works on FreeBSD. NowBrian Somers2001-11-231-23/+5
* When writing messages to the routing socket, round sockaddr sizesBrian Somers2001-11-231-12/+19
* Be paranoid about non-zero netmasks being associated with INET addressesBrian Somers2001-11-232-5/+20
* Remove an unused variable (oops)Brian Somers2001-11-231-1/+1
* Don't adjust_linklocal() when pulling a sockaddr out of an ncpaddr orBrian Somers2001-11-233-10/+18
* Remove a bogus log_Id() declBrian Somers2001-11-231-1/+0
* Fix usage for the log commandBrian Somers2001-11-231-1/+1
* Whitespace tweakBrian Somers2001-11-231-1/+1
* Expand the first argument of the ``log'' command if it's a variable.Brian Somers2001-11-221-1/+1
* Document that an UPTIME variable is now availableBrian Somers2001-11-221-0/+2
* Remove unused variablesBrian Somers2001-11-041-5/+2
* Add a ``log'' command for logging specific information.Brian Somers2001-11-0313-44/+104
* Call CCP protocol -1 ``none''Brian Somers2001-11-031-1/+4
* cmott@scientech.com -> cm@linktel.netBrian Somers2001-11-033-4/+4
* Don't avoid setting a 0 second timer in datalink_StartDialTimer() byBrian Somers2001-10-232-13/+11
* ia64 support. Due to the bogus placement of some i4b includes, it isPeter Wemm2001-10-231-1/+1
* Include the right i4b files for NetBSDBrian Somers2001-10-191-0/+5
* Fix AUTH callback negotiations.Brian Somers2001-10-181-2/+2
* When the peer fails to specify an MRU and a 1500 byte MRU is notBrian Somers2001-10-182-4/+8
* Hopefully improve control message passing over Unix domain sockets.David Malone2001-10-041-5/+5
* Keep up with sys/net/rtsock.c,v 1.58.Ruslan Ermilov2001-09-211-1/+1
* sigpause() -> sigsuspend()Brian Somers2001-09-132-8/+15
* Correct alignment issuesBrian Somers2001-09-131-17/+20
* Spell syslog.conf correctlyBrian Somers2001-09-131-1/+1
* Fix a diagnosticBrian Somers2001-09-041-1/+1
* Some cosmetic changes to sync with OpenBSDBrian Somers2001-08-272-1/+4
* Send a reset request for every packet received when our encryptionBrian Somers2001-08-271-0/+2
* Handle return values of 0 from NgRecvMsg() properly.Brian Somers2001-08-241-2/+2
* o Enable IFF_MULTICAST when first opening the tun device (and keep the flagBrian Somers2001-08-213-11/+11
* Handle snprintf() returning < 0 (not just -1)Brian Somers2001-08-201-1/+5
* Properly change old interface addresses so that their destination isBrian Somers2001-08-201-1/+2
* Add some comments to explain what's going on hereBrian Somers2001-08-201-9/+21
* When attempting to change the default route, don't write the gatewayBrian Somers2001-08-201-7/+26
* Add some casts.Brian Somers2001-08-192-3/+3
* Add a missing % in a format string.Brian Somers2001-08-191-1/+1
* Avoid a compiler warningBrian Somers2001-08-191-0/+2
* Better handling for the return of snprintf().Brian Somers2001-08-182-5/+12
* If AF_INET6 isn't available in the kernel, revert to creating AF_INETBrian Somers2001-08-181-15/+19
* Back out the previous fix to deal with kernels that don't support IPv6,Brian Somers2001-08-186-69/+44
* Run correctly on a machine built without AF_INET6 supportBrian Somers2001-08-186-33/+65
* Build properly with -DNOINET6Brian Somers2001-08-181-2/+2