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
*
MAXHOSTNAME includes space for a NUL
brian
2001-03-09
1
-1
/
+1
*
MAXPATHLEN -> PATH_MAX
brian
2001-03-08
1
-1
/
+1
*
Handle SECDNS being rejected when PRIDNS is not
brian
2001-01-22
1
-2
/
+5
*
Support radius accounting, and add a packet count to throughput
brian
2000-08-28
1
-0
/
+11
*
Don't delete sticky routes when unconfiguring the interface.
brian
2000-08-14
1
-2
/
+0
*
Support link identification from rfc1570
brian
2000-07-19
1
-1
/
+1
*
Allow ``set urgent none'' to disable all urgent ports and IPTOS_LOWDELAY
brian
2000-06-08
1
-1
/
+3
*
Fix a topy (if (expr); command;)
brian
2000-05-25
1
-1
/
+1
*
Don't attempt to fputs(NULL, fp) when ``enable dns'' is given and
brian
2000-05-24
1
-2
/
+3
*
Add the ``resolv'' command for telling ppp how to deal with resolv.conf.
brian
2000-03-14
1
-118
/
+221
*
Fix some printf-style argument bugs
brian
2000-03-14
1
-1
/
+2
*
Introduce LOCALNAT and LOCALRAD defines so that the sources can stay
brian
2000-03-14
1
-3
/
+4
*
When ppp can't identify the relevant name, don't use "???", use
brian
2000-03-14
1
-24
/
+23
*
Add a bunch of `const's and fix a typo.
brian
1999-12-27
1
-3
/
+3
*
Cosmetic: Make struct mbuf more like kernel mbufs.
brian
1999-12-20
1
-2
/
+2
*
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
[next]