summaryrefslogtreecommitdiffstats
path: root/usr.sbin/ppp/route.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* Add RTF_STATIC to default route's flags in the hope that routed will nopeter1996-08-131-2/+2
* Here is a diff of /usr/src/usr.sbin/ppp against current. The diffsphk1996-05-111-4/+5
* Final cleanup for now. -Wall is now silent. A couple of bogons found.phk1996-01-111-2/+2
* Clean up mesage log facility stuff accordng to Joradn's question.amurai1995-07-081-2/+4
* Remove trailing whitespace.rgrimes1995-05-301-2/+2
* New user Process PPP based on iij-ppp0.94beta2.amurai1995-02-261-25/+30
* (no commit message)amurai1995-01-311-0/+392
OpenPOWER on IntegriCloud