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
/
ipcp.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
Decouple pap & chap output routines from the corresponding
brian
1999-02-06
1
-4
/
+1
*
Encode & Decode the PROTOCOMP fields correctly.
brian
1999-02-02
1
-14
/
+41
*
Initial RADIUS support (using libradius). See the man page for
brian
1999-01-28
1
-16
/
+41
*
Add ``enable proxyall'' support. This adds proxy ARP entries
brian
1998-10-26
1
-5
/
+47
*
Solve the ``first connection'' problem that occurs on
brian
1998-10-22
1
-144
/
+127
*
Sync with OpenBSD ifdefs
brian
1998-09-17
1
-4
/
+8
*
Don't cast potentially unaligned addresses to pointers to
brian
1998-09-04
1
-14
/
+16
*
Put the IP buffer queues into struct ipcp.
brian
1998-08-26
1
-3
/
+4
*
o Support callback types NONE, E.164, AUTH and CBCP.
brian
1998-08-07
1
-2
/
+2
*
o Fix remaining sizeof problems for 64 bit machines.
brian
1998-06-27
1
-11
/
+8
*
More u_long -> u_int32_t
brian
1998-06-27
1
-3
/
+3
*
Remove redundant includes
brian
1998-06-27
1
-2
/
+1
*
Don't dlopen()/dlsym() libalias, use it in the same way
brian
1998-06-27
1
-3
/
+6
*
Add ``ipcp'' as an optional argument to ``open'', and make
brian
1998-06-25
1
-7
/
+13
*
Change some log levels. ALERTs are only logged when
brian
1998-06-16
1
-4
/
+4
*
Fix a rather nasty use of `static'. This caused a SEGV
brian
1998-06-15
1
-2
/
+2
*
Give ``load'' optional context. It's now possible to
brian
1998-06-15
1
-10
/
+10
*
o Maintain a link-type mask for open datalinks as well as
brian
1998-06-12
1
-2
/
+2
*
o Make modes consistent throughout ppp. The same strings are used
brian
1998-05-29
1
-4
/
+4
*
o Move our prompt descriptor list outside of the bundle.
brian
1998-05-23
1
-2
/
+2
*
MFMP: Make ppp multilink capable.
brian
1998-05-21
1
-380
/
+786
*
Remove unused #includes.
brian
1998-01-21
1
-5
/
+2
*
Allow an optional delay when specifying "set openmode active".
brian
1998-01-20
1
-4
/
+5
*
Allow "set vj" for changing the default number of slots
brian
1998-01-18
1
-6
/
+48
*
o Allow the use of HISADDR as the first arg to "add".
brian
1998-01-05
1
-1
/
+38
*
Show who closes the diagnostic connection.
brian
1997-12-27
1
-2
/
+5
*
Cosmetic (style):
brian
1997-12-24
1
-15
/
+15
*
Use sizeof cftypes128 for NCFTYPES128 macro, not sizeof cftypes !
brian
1997-12-24
1
-2
/
+2
*
If the peer asks for IP 0.0.0.0, choose an IP ourselves
brian
1997-12-19
1
-2
/
+3
*
Allow random IP number allocation to peer.
brian
1997-12-13
1
-9
/
+30
*
Correct cftypes128 index.
brian
1997-12-06
1
-2
/
+2
*
Remove duplicate REJECTED macro.
brian
1997-12-04
1
-24
/
+18
*
Abstract the CCP layer a level.
brian
1997-12-03
1
-14
/
+27
*
Fix prototypes.
brian
1997-11-22
1
-5
/
+7
*
Add throughput logging (disabled by default).
brian
1997-11-18
1
-58
/
+18
*
Update the cftypes arrays according to rfc1700.
brian
1997-11-14
1
-7
/
+28
*
Finish the security improvements:
brian
1997-11-11
1
-2
/
+2
*
Don't pass global vars as args.
brian
1997-11-08
1
-7
/
+7
*
o Bump version to 1.3 to reflect major changes
brian
1997-10-29
1
-1
/
+2
*
Cosmetic:
brian
1997-10-26
1
-1
/
+2
*
Cosmetic (no functional changes):
brian
1997-10-26
1
-43
/
+51
*
Ask for VJ slot id compression by default.
brian
1997-10-17
1
-2
/
+2
*
Support VJ maximum slot identifiers != 15.
brian
1997-10-07
1
-1
/
+6
*
Bring CCP and IPCP layers down properly when LCP
brian
1997-09-03
1
-9
/
+39
*
Cosmetic: Make LogPrintf() calls consistent.
brian
1997-08-31
1
-14
/
+11
*
Make the code format more in line with style(9).
brian
1997-08-25
1
-124
/
+112
*
Expand the "set stopped" command so that it can
brian
1997-08-20
1
-28
/
+30
*
Correct the forth arg to "set ifaddr". If specified,
brian
1997-08-19
1
-7
/
+13
*
Set up the alias address before executing
brian
1997-07-29
1
-3
/
+3
*
Add "set server" to control the server socket.
brian
1997-06-25
1
-2
/
+2
[next]