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 (BSD) copyright headers.
brian
1997-12-21
27
-59
/
+703
*
Cosmetic: Test for comment lines after the lenght has been established.
brian
1997-12-21
1
-4
/
+2
*
Allow multiple (comma seperated) devices on the "set device" line.
brian
1997-12-21
6
-51
/
+81
*
Mention that leading whitespace is ignored when identifying comments.
brian
1997-12-21
2
-4
/
+6
*
Zero struct sockaddr_??s before filling them in.
brian
1997-12-21
1
-1
/
+3
*
Allow leading whitespace before '#' when identifying comments.
brian
1997-12-21
1
-1
/
+3
*
Cosmetic: Remove blank lines, add .Pp where necessary.
brian
1997-12-21
2
-698
/
+92
*
Reset our "ifaddr" to zero if the "set ifaddr" fails in
brian
1997-12-19
1
-2
/
+4
*
If the peer asks for IP 0.0.0.0, choose an IP ourselves
brian
1997-12-19
1
-2
/
+3
*
Replace
brian
1997-12-18
3
-6
/
+9
*
Don't log the actual password when command-logging
brian
1997-12-18
3
-5
/
+42
*
Don't depend on a u_long being 32 bits.
brian
1997-12-17
1
-6
/
+9
*
char filename[200] => char filename[MAXPATHLEN]
brian
1997-12-17
1
-2
/
+2
*
Log the source of client connections to the diagnostic port.
brian
1997-12-17
1
-8
/
+32
*
Remove useless comparison.
brian
1997-12-17
1
-3
/
+1
*
If we've got a descriptor table that's bigger than an
brian
1997-12-17
1
-1
/
+12
*
o Log ******** instead of the actual password for "set authkey"
brian
1997-12-17
4
-43
/
+197
*
Fix a potential overflow where, if the label passed on the command
brian
1997-12-17
2
-5
/
+6
*
Wrap long lines
brian
1997-12-16
2
-8
/
+10
*
Correct return values from alias routines.
brian
1997-12-15
2
-14
/
+18
*
Use LogWARN for command usage messages and unrecognised
brian
1997-12-15
2
-4
/
+4
*
Do 2 passes when "delete all"ing. The first pass removes
brian
1997-12-15
1
-28
/
+54
*
Allow random IP number allocation to peer.
brian
1997-12-13
18
-143
/
+504
*
Deal with inflate() returning avail_in == avail_out == 0
brian
1997-12-08
1
-2
/
+18
*
Correct usage of `add' and `delete'.
brian
1997-12-08
1
-2
/
+2
*
Fix PAP, CHAP & LQR req (I broke the byte ordering when
brian
1997-12-07
3
-16
/
+70
*
Only allow one arg to `delete' - the mask & gateway aren't necessary.
brian
1997-12-07
4
-126
/
+170
*
Correct cftypes128 index.
brian
1997-12-06
1
-2
/
+2
*
Understand ``sockaddr_dl''s where sdl_nlen != 0
brian
1997-12-04
1
-24
/
+25
*
Remove duplicate REJECTED macro.
brian
1997-12-04
1
-24
/
+18
*
Initialize ccpstate when CCP comes down.
brian
1997-12-04
1
-32
/
+19
*
Parenthesise the REJECTED macro.
brian
1997-12-04
1
-2
/
+2
*
Identify rejected protocol types according to rfc1700.
brian
1997-12-04
1
-4
/
+130
*
Fix the CCP Type field value for DEFLATE.
brian
1997-12-03
8
-48
/
+203
*
Abstract the CCP layer a level.
brian
1997-12-03
24
-286
/
+1209
*
Display connect time as 0 if we've never been
brian
1997-11-26
1
-3
/
+3
*
Fix the help command (broken when I re-prototyped
brian
1997-11-23
1
-20
/
+33
*
Up the version number to 1.5.
brian
1997-11-22
1
-3
/
+3
*
Understand how to derive the names of interfaces
brian
1997-11-22
1
-34
/
+28
*
Fix prototypes.
brian
1997-11-22
62
-752
/
+823
*
Allow zero args to "cvs log".
brian
1997-11-18
1
-2
/
+2
*
Fix interactive mode so that it doesn't require a passwd (again!).
brian
1997-11-18
1
-1
/
+4
*
Add throughput logging (disabled by default).
brian
1997-11-18
12
-234
/
+329
*
Remove the outq error in "show modem".
brian
1997-11-18
1
-2
/
+2
*
DropClient() when read() returns 0 (as it did before).
brian
1997-11-18
1
-2
/
+2
*
Add and use a DropClient() function for closing the diagnostic port.
brian
1997-11-18
4
-35
/
+30
*
Don't SetLabel() 'till we've done the SelectSystem(). This
brian
1997-11-17
1
-13
/
+17
*
Add id strings to tun.[ch].
brian
1997-11-17
6
-18
/
+43
*
Abstract data read from and written to the tun device,
brian
1997-11-16
8
-55
/
+130
*
Interpret AF_LINK sockaddrs correctly in show/delete route.
brian
1997-11-15
1
-175
/
+230
[next]