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
*
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
*
Introduce a forth IP packet queue. Urgent packets with
brian
1999-09-07
1
-43
/
+68
*
o Split the two IPCP queues into three - one for FSM data
brian
1999-09-04
1
-1
/
+112
*
$Id$ -> $FreeBSD$
peter
1999-08-28
1
-1
/
+1
*
o Add the -foreground switch. This switch behaves like -background except
brian
1999-08-19
1
-4
/
+4
*
o Obsolete the undocumented ``set weight'' command.
brian
1999-08-05
1
-2
/
+2
*
Don't use static variables if we don't have to.
brian
1999-06-08
1
-3
/
+2
*
Don't IPCP TLD if we're already doing it. This prevents
brian
1999-06-08
1
-19
/
+23
*
o Alter the mbuf type as it's processed by different layers.
brian
1999-06-02
1
-3
/
+5
*
Remember if MYADDR or HISADDR is used in a filter add tweak all
brian
1999-05-31
1
-3
/
+6
*
Deal with the fact that as we now mbuf_Read the fsm
brian
1999-05-09
1
-2
/
+2
*
o Redesign the layering mechanism and make the aliasing code part of
brian
1999-05-08
1
-19
/
+12
*
Add support for NetBSD
brian
1999-04-26
1
-4
/
+4
*
#include <errno.h>, not <sys/errno.h>
brian
1999-04-26
1
-2
/
+2
*
Correct some ntohl/htonl bogons in the netmask handling.
brian
1999-03-03
1
-11
/
+23
*
Allow control over the number of ConfigREQ & TermREQ attempts
brian
1999-02-26
1
-11
/
+27
*
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
[next]