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
*
Add a ``Usable'' function to the ccp switch. The function
brian
2001-02-04
5
-2
/
+35
*
MPPE_MasterKeyValid is only there if HAVE_DES is defined.
brian
2001-02-04
1
-0
/
+2
*
Don't send an authentication failure response if we fail sending
brian
2001-02-04
1
-13
/
+26
*
Make the MPPE MasterKey Invalid messages a bit clearer (it now
brian
2001-02-04
2
-4
/
+6
*
Untangle some cunfusion between the CLOSE_STAYDOWN, CLOSE_LCP and
brian
2001-02-04
3
-18
/
+21
*
Try to kldload if_tun if we get ENOENT from opening /dev/tunN -
brian
2001-02-02
1
-1
/
+1
*
mdoc(7) police: split punctuation characters + misc fixes.
ru
2001-02-01
2
-82
/
+68
*
Fix some log_Printf() casting
brian
2001-01-29
2
-8
/
+6
*
Only remove socket files with ``set server open''.
brian
2001-01-29
5
-21
/
+31
*
Don't pass PacketAliasProxyRule() a buffer with leading whitespace as it
brian
2001-01-28
1
-1
/
+1
*
Fix arg count
brian
2001-01-26
2
-2
/
+2
*
If executing the stuff from ppp.linkdown results in a state change,
brian
2001-01-26
1
-4
/
+6
*
Allow ``set server closed'' to close the diagnostic socket.
brian
2001-01-26
9
-85
/
+258
*
Fix for NetBSD where
brian
2001-01-22
2
-2
/
+4
*
Handle SECDNS being rejected when PRIDNS is not
brian
2001-01-22
1
-2
/
+5
*
Use fstat to check if descriptor 0 is a socket.
brian
2001-01-14
4
-61
/
+102
*
Log the ``MPPE: MasterKey is invalid...'' message as a CCP
brian
2000-12-29
1
-1
/
+1
*
Prepare for mdoc(7)NG.
ru
2000-12-27
2
-72
/
+72
*
Add a missing dot.
ru
2000-12-15
2
-2
/
+2
*
Correct the documented default behaviour of mschap, mschap81 and MPPE.
brian
2000-12-15
2
-6
/
+6
*
mdoc(7) police: use canonical form of .Dd macro.
ru
2000-12-11
2
-2
/
+2
*
Mention the MTU in ``show iface''.
brian
2000-12-01
1
-2
/
+2
*
Call MSCHAP CHAP80 in ``show lcp'' so that it's consistent with CHAP81.
brian
2000-11-29
1
-1
/
+1
*
Use only the bit after the ``\'' when hashing the challenge in
brian
2000-11-28
1
-1
/
+1
*
Add ``enable/disable tcpmssfixup'', defaulting to enabled.
brian
2000-11-28
11
-22
/
+245
*
various typo and minor punctuation changes.
ben
2000-11-28
2
-14
/
+14
*
mdoc(7) police: use the new features of the Nm macro.
ru
2000-11-20
2
-32
/
+32
*
Some gratuitous whitespace changes.
brian
2000-11-19
2
-16
/
+22
*
Describe how to tunnel properly.
brian
2000-11-19
2
-8
/
+152
*
Accept MSCHAPv2 by default.
brian
2000-11-19
3
-2
/
+6
*
Go back to populating data_len in struct ngpppoe_init_data.
brian
2000-11-16
1
-2
/
+2
*
Be a bit more precise about what ``nat deny_incoming yes'' does.
brian
2000-11-16
2
-10
/
+36
*
Increase M_MAXBUF so that it's greater than HDLCSIZE
brian
2000-11-11
1
-1
/
+1
*
Avoid use of direct troff requests in mdoc(7) manual pages.
ru
2000-11-10
2
-22
/
+20
*
Introduce another global (MPPE_IsServer) so that we initiate the
brian
2000-11-07
3
-7
/
+14
*
Handle being given a connect()ed udp descriptor as stdin rather
brian
2000-11-07
1
-10
/
+31
*
Pass the correct output options to the ccp output initialisation
brian
2000-11-07
2
-4
/
+23
*
Merge some OpenBSD/NetBSD fixes to the recent MPPE/CHAP0x81 update.
brian
2000-11-05
2
-1
/
+30
*
Don't ignore the return from tcsetattr() - moan about it instead.
brian
2000-10-31
1
-7
/
+16
*
Forgotten RELEASE_CRUNCH hack for mppe.c.
hosokawa
2000-10-31
1
-2
/
+2
*
Use the new-style ngpppoe_init_data structure.
brian
2000-10-31
1
-2
/
+1
*
Mention that ``nat deny_incoming'' drops unrecognised IP packets.
brian
2000-10-31
2
-0
/
+6
*
Drop PKT_ALIAS_IGNORED packets if ``nat deny_incoming yes'' is in effect.
brian
2000-10-30
1
-1
/
+5
*
Add ``all'' logging.
brian
2000-10-30
4
-1
/
+29
*
Bump our version to reflect the recent MPPE additions (and ccp struct
brian
2000-10-30
1
-1
/
+1
*
Move the MPPE keysize display in ``show ccp''.
brian
2000-10-30
1
-2
/
+2
*
Various whitespace changes.
brian
2000-10-30
12
-40
/
+77
*
staticise mbuftype()
brian
2000-10-30
1
-1
/
+1
*
Add MPPE and MSChap v2 support (denied and disabled by default)
brian
2000-10-30
15
-26
/
+1003
*
Ignore ``#'' properly when told to
brian
2000-10-28
1
-1
/
+1
[next]