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
/
defs.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
Make -foreground a proper option (allowing ``allow mode foreground'',
brian
1999-11-28
1
-0
/
+1
*
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
*
$Id$ -> $FreeBSD$
peter
1999-08-28
1
-1
/
+1
*
Handle unterminated quoted strings without dup'ing the last character
brian
1999-05-27
1
-3
/
+3
*
o Redesign the layering mechanism and make the aliasing code part of
brian
1999-05-08
1
-1
/
+167
*
#include <errno.h>, not <sys/errno.h>
brian
1999-04-26
1
-2
/
+2
*
Parse IP addresses more securely - specifically, don't allow
brian
1999-02-25
1
-1
/
+38
*
Remove redundant includes
brian
1998-06-27
1
-1
/
+3
*
o De-staticise things that don't need to be static.
brian
1998-06-15
1
-2
/
+2
*
o Make modes consistent throughout ppp. The same strings are used
brian
1998-05-29
1
-5
/
+5
*
srandomdev() isn't available in all 2.* versions. Only
brian
1998-05-29
1
-2
/
+2
*
MFMP: Make ppp multilink capable.
brian
1998-05-21
1
-61
/
+58
*
Correct #ifdef for __FreeBSD__ < 3
brian
1998-03-13
1
-2
/
+3
*
Remove unused #includes.
brian
1998-01-21
1
-2
/
+1
*
Typo in error message.
brian
1997-12-30
1
-2
/
+2
*
Show who closes the diagnostic connection.
brian
1997-12-27
1
-3
/
+4
*
Cosmetic (style):
brian
1997-12-24
1
-3
/
+3
*
strncpy(x,y,sizeof(x)) --> strncpy(x,y,sizeof(x)-1)
brian
1997-12-23
1
-2
/
+2
*
Add (BSD) copyright headers.
brian
1997-12-21
1
-2
/
+26
*
Fix prototypes.
brian
1997-11-22
1
-2
/
+7
*
Add and use a DropClient() function for closing the diagnostic port.
brian
1997-11-18
1
-1
/
+17
*
Add id strings to tun.[ch].
brian
1997-11-17
1
-1
/
+29
*
Finish the security improvements:
brian
1997-11-11
1
-2
/
+19
*
Cosmetic (no functional changes):
brian
1997-10-26
1
-0
/
+26