summaryrefslogtreecommitdiffstats
path: root/usr.sbin/ppp/route.c
Commit message (Expand)AuthorAgeFilesLines
* Rebuild the list of interface numbers to names if we're tryingbrian1999-08-261-3/+13
* o Redesign the layering mechanism and make the aliasing code part ofbrian1999-05-081-1/+2
* Initial RADIUS support (using libradius). See the man page forbrian1999-01-281-26/+36
* Solve the ``first connection'' problem that occurs onbrian1998-10-221-3/+4
* Don't lose an allocated pointer if realloc() fails.brian1998-08-171-4/+9
* Silence ``Network unreachable'' warnings when usingbrian1998-07-281-6/+6
* o Fix remaining sizeof problems for 64 bit machines.brian1998-06-271-8/+8
* Don't assume ``sizeof(u_long) == 4''brian1998-06-271-3/+3
* Change some log levels. ALERTs are only logged whenbrian1998-06-161-2/+3
* o De-staticise things that don't need to be static.brian1998-06-151-3/+9
* Fix a rather nasty use of `static'. This caused a SEGVbrian1998-06-151-2/+2
* Fix a couple of warnings noted with -Wall on FreeBSD-2.1.5.brian1998-06-101-5/+1
* MFMP: Make ppp multilink capable.brian1998-05-211-200/+183
* Fix diagnostic typo.brian1998-04-251-2/+2
* Add extraneous braces to stiffle warnings from gcc-2.8brian1998-03-131-8/+9
* Remove unused #includes.brian1998-01-211-3/+2
* Reimplement proxy-arp address stuff using sysctl().brian1998-01-191-3/+2
* Remember any number of interface names.brian1998-01-111-13/+28
* Allow 6 byte interface names (for >tun99)brian1998-01-111-2/+2
* Allow "add! dst mask gw" (note the ``!'') to do anbrian1997-12-301-19/+27
* Write to the routing socket as uid 0. It's not good enoughbrian1997-12-271-2/+2
* Show who closes the diagnostic connection.brian1997-12-271-4/+6
* Cosmetic (style):brian1997-12-241-11/+11
* Don't depend on a u_long being 32 bits.brian1997-12-171-6/+9
* Fix a potential overflow where, if the label passed on the commandbrian1997-12-171-3/+3
* Do 2 passes when "delete all"ing. The first pass removesbrian1997-12-151-28/+54
* Allow random IP number allocation to peer.brian1997-12-131-6/+36
* Only allow one arg to `delete' - the mask & gateway aren't necessary.brian1997-12-071-34/+44
* Understand ``sockaddr_dl''s where sdl_nlen != 0brian1997-12-041-24/+25
* Understand how to derive the names of interfacesbrian1997-11-221-34/+28
* Fix prototypes.brian1997-11-221-8/+10
* Interpret AF_LINK sockaddrs correctly in show/delete route.brian1997-11-151-175/+230
* Finish the security improvements:brian1997-11-111-2/+2
* Increase chat script sizes to 512brian1997-11-091-1/+2
* Introduce ID0 logging.brian1997-11-091-7/+12
* Don't include RTA_GATEWAY in rtm_addrs unless it's specified.brian1997-11-091-2/+3
* Don't pass global vars as args.brian1997-11-081-10/+10
* Cosmetic (no functional changes):brian1997-10-261-17/+19
* Cosmetic: Make LogPrintf() calls consistent.brian1997-08-311-10/+13
* Make the code format more in line with style(9).brian1997-08-251-102/+110
* Fix file descriptor leaks.brian1997-07-281-4/+8
* Fix "delete all".brian1997-06-201-10/+6
* Fix "delete ...", it now only insists onbrian1997-06-131-5/+19
* Overhaul ppp:brian1997-06-091-86/+56
* Tidy up the code - bounds checking, returnbrian1997-05-101-2/+2
* Revert $FreeBSD$ to $Id$peter1997-02-221-1/+1
* Make the long-awaited change from $Id$ to $FreeBSD$jkh1997-01-141-1/+1
* Fix up programs which expect <net/if.h> to include <sys/time.h> to insteadwollman1996-12-101-8/+12
* 1. Room to calculate MD5 for CHAP negotiation is shorter thanjkh1996-10-121-4/+6
* Add support for the Evil Microsoft ppp extentions. Yes, they did itjkh1996-10-061-8/+31
OpenPOWER on IntegriCloud