index
:
FreeBSD-src
RELENG_2_2
RELENG_2_3
RELENG_2_3_0
RELENG_2_3_1
RELENG_2_3_2
RELENG_2_3_3
RELENG_2_3_4
RELENG_2_4
RELENG_2_4_4
RELENG_2_4_OLD
devel
devel-11
releng/10.1
releng/10.3
releng/11.0
releng/11.1
stable/10
stable/11
Raptor Engineering's fork of pfsense FreeBSD src with pfSense changes
Raptor Engineering, LLC
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
usr.sbin
/
ppp
/
route.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
Don't delete sticky routes when unconfiguring the interface.
brian
2000-08-14
1
-12
/
+0
*
Don't mis-interpret sockaddr_in6 structures as sockaddr_in structures
brian
2000-07-20
1
-1
/
+1
*
Add the ``resolv'' command for telling ppp how to deal with resolv.conf.
brian
2000-03-14
1
-1
/
+17
*
Don't include netinet6/in6.h directly.
brian
2000-03-14
1
-3
/
+0
*
Don't ``break'' when we come accross a non-RTM_IFINFO type
brian
2000-03-14
1
-1
/
+1
*
When ppp can't identify the relevant name, don't use "???", use
brian
2000-03-14
1
-5
/
+5
*
The interface list that comes back from the PF_ROUTE/NET_RT_IFLIST mib
brian
2000-03-14
1
-56
/
+56
*
Support IP6 addresses in ``show route''
brian
2000-03-14
1
-12
/
+88
*
Back out the bogus #ifdef __NetBSD__ #include <signal.h> lines.
brian
1999-09-21
1
-3
/
+0
*
NetBSD has moved ``extern int errno;'' to signal.h :-/
brian
1999-09-20
1
-0
/
+3
*
$Id$ -> $FreeBSD$
peter
1999-08-28
1
-1
/
+1
*
Rebuild the list of interface numbers to names if we're trying
brian
1999-08-26
1
-3
/
+13
*
o Redesign the layering mechanism and make the aliasing code part of
brian
1999-05-08
1
-1
/
+2
*
Initial RADIUS support (using libradius). See the man page for
brian
1999-01-28
1
-26
/
+36
*
Solve the ``first connection'' problem that occurs on
brian
1998-10-22
1
-3
/
+4
*
Don't lose an allocated pointer if realloc() fails.
brian
1998-08-17
1
-4
/
+9
*
Silence ``Network unreachable'' warnings when using
brian
1998-07-28
1
-6
/
+6
*
o Fix remaining sizeof problems for 64 bit machines.
brian
1998-06-27
1
-8
/
+8
*
Don't assume ``sizeof(u_long) == 4''
brian
1998-06-27
1
-3
/
+3
*
Change some log levels. ALERTs are only logged when
brian
1998-06-16
1
-2
/
+3
*
o De-staticise things that don't need to be static.
brian
1998-06-15
1
-3
/
+9
*
Fix a rather nasty use of `static'. This caused a SEGV
brian
1998-06-15
1
-2
/
+2
*
Fix a couple of warnings noted with -Wall on FreeBSD-2.1.5.
brian
1998-06-10
1
-5
/
+1
*
MFMP: Make ppp multilink capable.
brian
1998-05-21
1
-200
/
+183
*
Fix diagnostic typo.
brian
1998-04-25
1
-2
/
+2
*
Add extraneous braces to stiffle warnings from gcc-2.8
brian
1998-03-13
1
-8
/
+9
*
Remove unused #includes.
brian
1998-01-21
1
-3
/
+2
*
Reimplement proxy-arp address stuff using sysctl().
brian
1998-01-19
1
-3
/
+2
*
Remember any number of interface names.
brian
1998-01-11
1
-13
/
+28
*
Allow 6 byte interface names (for >tun99)
brian
1998-01-11
1
-2
/
+2
*
Allow "add! dst mask gw" (note the ``!'') to do an
brian
1997-12-30
1
-19
/
+27
*
Write to the routing socket as uid 0. It's not good enough
brian
1997-12-27
1
-2
/
+2
*
Show who closes the diagnostic connection.
brian
1997-12-27
1
-4
/
+6
*
Cosmetic (style):
brian
1997-12-24
1
-11
/
+11
*
Don't depend on a u_long being 32 bits.
brian
1997-12-17
1
-6
/
+9
*
Fix a potential overflow where, if the label passed on the command
brian
1997-12-17
1
-3
/
+3
*
Do 2 passes when "delete all"ing. The first pass removes
brian
1997-12-15
1
-28
/
+54
*
Allow random IP number allocation to peer.
brian
1997-12-13
1
-6
/
+36
*
Only allow one arg to `delete' - the mask & gateway aren't necessary.
brian
1997-12-07
1
-34
/
+44
*
Understand ``sockaddr_dl''s where sdl_nlen != 0
brian
1997-12-04
1
-24
/
+25
*
Understand how to derive the names of interfaces
brian
1997-11-22
1
-34
/
+28
*
Fix prototypes.
brian
1997-11-22
1
-8
/
+10
*
Interpret AF_LINK sockaddrs correctly in show/delete route.
brian
1997-11-15
1
-175
/
+230
*
Finish the security improvements:
brian
1997-11-11
1
-2
/
+2
*
Increase chat script sizes to 512
brian
1997-11-09
1
-1
/
+2
*
Introduce ID0 logging.
brian
1997-11-09
1
-7
/
+12
*
Don't include RTA_GATEWAY in rtm_addrs unless it's specified.
brian
1997-11-09
1
-2
/
+3
*
Don't pass global vars as args.
brian
1997-11-08
1
-10
/
+10
*
Cosmetic (no functional changes):
brian
1997-10-26
1
-17
/
+19
*
Cosmetic: Make LogPrintf() calls consistent.
brian
1997-08-31
1
-10
/
+13
[next]