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
Commit message (
Expand
)
Author
Age
Files
Lines
*
Merge from head
sjg
2014-05-08
1
-1
/
+1
|
\
|
*
Use src.opts.mk in preference to bsd.own.mk except where we need stuff
imp
2014-05-06
1
-1
/
+1
*
|
Merge head
sjg
2014-04-28
4
-31
/
+8
|
\
\
|
|
/
|
*
Garbage collect long time obsoleted (or never used) stuff from routing API.
glebius
2014-03-15
1
-17
/
+2
|
*
In chat_UpdateSet(), initialize the input buffer to prevent stale data
brueffer
2014-02-14
1
-0
/
+5
|
*
mdoc: minor paragraph fixes.
joel
2014-02-08
1
-13
/
+0
|
*
Fix logic error. MPPE only accepts protocol numbers 0x21 through 0xFA.
kevlo
2013-10-16
1
-1
/
+1
*
|
Merge from head
sjg
2013-09-05
5
-45
/
+17
|
\
\
|
|
/
|
*
Remove ancient code for FreeBSD 2.x compatibility.
rmh
2013-07-05
2
-12
/
+3
|
*
Move ppp.8.m4 back to ppp.8 and de-ifdef it.
brian
2013-06-02
2
-32
/
+13
|
*
- Correct mispellings of the word occurrence
gabor
2013-04-17
1
-1
/
+1
*
|
Updated dependencies
sjg
2013-03-11
1
-0
/
+1
*
|
Updated dependencies
sjg
2013-02-16
1
-2
/
+0
*
|
Sync with HEAD.
obrien
2013-02-08
4
-15
/
+14
|
\
\
|
|
/
|
*
Retire struct sockaddr_inarp.
glebius
2013-01-31
1
-3
/
+2
|
*
A number of places in the source tree still reference cuad.* after
eadler
2012-12-08
3
-12
/
+12
|
|
|
\
*
-
.
\
Sync from head
sjg
2012-11-04
3
-43
/
+24
|
\
\
\
|
|
|
/
|
|
/
|
|
*
|
remove duplicate semicolons where possible.
eadler
2012-10-22
1
-1
/
+1
|
*
|
Some 3G modems return the wrong signature in echo packets and make it
n_hibma
2012-10-12
1
-1
/
+2
|
*
|
mdoc fixes.
joel
2012-09-08
1
-41
/
+21
|
|
/
*
|
Sync FreeBSD's bmake branch with Juniper's internal bmake branch.
marcel
2012-08-22
1
-0
/
+29
|
/
*
Fix build:
delphij
2012-05-23
1
-7
/
+7
*
Handle NULL return from crypt(3). Mostly from DragonFly
kevlo
2012-02-22
1
-1
/
+3
*
Fix warning when compiling with gcc46:
eadler
2012-01-20
1
-2
/
+1
*
Fix warning when compiling with gcc46:
eadler
2012-01-20
1
-2
/
+1
*
Fix warning when compiling with gcc46:
eadler
2012-01-20
1
-2
/
+1
*
Spelling fixes for usr.sbin/
uqs
2011-12-30
6
-12
/
+12
*
Remove duplicated header files
kevlo
2011-06-24
1
-1
/
+0
*
Add "iface name" and "iface description" commands.
brian
2011-02-07
8
-24
/
+177
*
Log if fopen() fails.
glebius
2010-10-18
1
-1
/
+4
*
Bugfix: Reset the packet counters at the same time as the byte counts.
n_hibma
2010-09-18
1
-2
/
+2
*
Ethernet vlan(4) interfaces have valid Ethernet link layer addresses but
jhb
2010-08-06
1
-0
/
+1
*
Need to set the proper flag bit when inserting ARP
qingli
2010-03-18
1
-1
/
+1
*
Unbreak world WITHOUT_NETGRAPH.
antoine
2010-01-16
1
-0
/
+3
*
Port ppp(8) to utmpx.
ed
2010-01-13
4
-55
/
+32
*
Don't refer to pppd(8).
trasz
2009-12-28
1
-6
/
+5
*
Document that ppp handles pipe(2) descriptors specially in -direct mode.
brian
2009-08-25
1
-1
/
+14
*
When ``ppp -direct'' is invoked by a program that uses pipe(2) to
brian
2009-08-24
4
-126
/
+305
*
When realloc()ing device memory for transfer to another ppp process,
brian
2009-08-24
3
-11
/
+13
*
Don't get stuck in an infinite loop comparing (short++ <= maxshort)
brian
2009-07-19
1
-3
/
+2
*
Add a missing phrase.
brian
2009-07-05
1
-1
/
+1
*
Fix a race that can stall the timer when we remove a timer that has another
brian
2009-05-26
1
-14
/
+23
*
Conditionally add the interface name and address if available
bz
2009-04-20
4
-4
/
+14
*
While we currently still seem to have a gateway address, for future
bz
2009-04-20
1
-2
/
+5
*
Back out r186308:
bz
2009-04-20
1
-3
/
+1
*
In case the peer address was already configured on the interface
bz
2009-04-13
1
-0
/
+1
*
The ppp application relies on the if_tun interface to properly
qingli
2008-12-19
1
-1
/
+3
*
This main goals of this project are:
qingli
2008-12-15
1
-2
/
+10
*
Make ppp use <termios.h>, not <sys/tty.h>.
ed
2008-06-05
1
-1
/
+1
*
Remove ISDN4BSD (I4B) from HEAD as it is not MPSAFE and
bz
2008-05-26
4
-484
/
+2
[next]