aboutsummaryrefslogtreecommitdiff
path: root/usr.sbin/ppp/route.c
Commit message (Expand)AuthorAgeFilesLines
* o Redesign the layering mechanism and make the aliasing code part ofBrian Somers1999-05-081-1/+2
* Initial RADIUS support (using libradius). See the man page forBrian Somers1999-01-281-26/+36
* Solve the ``first connection'' problem that occurs onBrian Somers1998-10-221-3/+4
* Don't lose an allocated pointer if realloc() fails.Brian Somers1998-08-171-4/+9
* Silence ``Network unreachable'' warnings when usingBrian Somers1998-07-281-6/+6
* o Fix remaining sizeof problems for 64 bit machines.Brian Somers1998-06-271-8/+8
* Don't assume ``sizeof(u_long) == 4''Brian Somers1998-06-271-3/+3
* Change some log levels. ALERTs are only logged whenBrian Somers1998-06-161-2/+3
* o De-staticise things that don't need to be static.Brian Somers1998-06-151-3/+9
* Fix a rather nasty use of `static'. This caused a SEGVBrian Somers1998-06-151-2/+2
* Fix a couple of warnings noted with -Wall on FreeBSD-2.1.5.Brian Somers1998-06-101-5/+1
* MFMP: Make ppp multilink capable.Brian Somers1998-05-211-200/+183
|\
| * Always add! all sticky routes in route_Change so thatBrian Somers1998-05-161-3/+1
| * Categorize the fields in struct bundle, and make the tunnelBrian Somers1998-05-061-3/+3
| * Don't allow duplicate sticky routes.Brian Somers1998-05-061-2/+3
| * Create `struct sticky_route'.Brian Somers1998-05-051-1/+127
| * Cosmetic: Make our external function names consistent.Brian Somers1998-05-011-20/+20
| * o Add the link name to modem diagnostics.Brian Somers1998-04-281-1/+2
| * Make gcc-2.8.1 build ppp cleanly.Brian Somers1998-04-251-5/+5
| * o Allocate new CCP protocol options if they've beenBrian Somers1998-04-191-2/+3
| * o Move alias function pointers into loadalias.cBrian Somers1998-04-071-2/+2
| * Remove unused includes.Brian Somers1998-04-061-9/+1
| * Deglobalise `struct prompt':Brian Somers1998-04-031-10/+12
| * o Move struct lcp and struct ccp into struct link.Brian Somers1998-04-031-2/+6
| * Make struct bundle into a sort of `struct descriptor'.Brian Somers1998-03-201-2/+2
| * Move VJ compression state and stats into struct ipcp.Brian Somers1998-03-161-1/+4
| * Move filter sets into struct bundle.Brian Somers1998-03-161-1/+2
| * Move the IPCP into struct bundle.Brian Somers1998-03-131-2/+2
| * De-staticise LQR informationBrian Somers1998-03-131-1/+2
| * Create struct fsm_parent. FSMs are created with one of these,Brian Somers1998-02-271-2/+2
| * Move the terminal/diagnostic socket stuff out of main.cBrian Somers1998-02-101-20/+18
| * o Hook the FSMs into our bundle.Brian Somers1998-02-071-26/+1
| * Bring the routing seqno into struct bundle.Brian Somers1998-02-021-2/+2
| * Create `struct bundle' - the top level control structure.Brian Somers1998-02-021-133/+9
| * Move the global FSMs into their relevent structures.Brian Somers1998-01-311-1/+2
| * Create `struct link' - the logical link from whichBrian Somers1998-01-301-1/+3
| * o Move global/static IPCP data into IpcpInfo.Brian Somers1998-01-291-5/+7
| * This commit was manufactured by cvs2svn to create branch 'MP'.cvs2svn1998-01-291-0/+577
* Fix diagnostic typo.Brian Somers1998-04-251-2/+2
* Add extraneous braces to stiffle warnings from gcc-2.8Brian Somers1998-03-131-8/+9
* Remove unused #includes.Brian Somers1998-01-211-3/+2
* Reimplement proxy-arp address stuff using sysctl().Brian Somers1998-01-191-3/+2
* Remember any number of interface names.Brian Somers1998-01-111-13/+28
* Allow 6 byte interface names (for >tun99)Brian Somers1998-01-111-2/+2
* Allow "add! dst mask gw" (note the ``!'') to do anBrian Somers1997-12-301-19/+27
* Write to the routing socket as uid 0. It's not good enoughBrian Somers1997-12-271-2/+2
* Show who closes the diagnostic connection.Brian Somers1997-12-271-4/+6
* Cosmetic (style):Brian Somers1997-12-241-11/+11
* Don't depend on a u_long being 32 bits.Brian Somers1997-12-171-6/+9
* Fix a potential overflow where, if the label passed on the commandBrian Somers1997-12-171-3/+3