index
:
pfsense
RELENG_1_2
RELENG_2_0
RELENG_2_1
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_0
RELENG_2_4_4
master
Raptor Engineering's fork of the main repository for pfSense
Raptor Engineering, LLC
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
Commit message (
Expand
)
Author
Age
Files
Lines
*
Adding file that keeps track of obsoleted files. We'll start with
Scott Ullrich
2008-09-08
1
-0
/
+3
*
Clarify operation in progress
Scott Ullrich
2008-09-08
1
-1
/
+1
*
* Rename to interfaces.php
Scott Ullrich
2008-09-08
1
-2
/
+2
*
Rename to interfaces.php
Scott Ullrich
2008-09-08
1
-1
/
+1
*
Correct a bug where we attempt to kill an OpenVPN process even though its
Matthew Grooms
2008-09-08
1
-13
/
+21
*
Revert the dh parameters generation back to 1024 bits. There were several
Matthew Grooms
2008-09-08
1
-1
/
+1
*
Log why we're writing a new config out
Bill Marquette
2008-09-08
1
-1
/
+1
*
No need to use a reference to the array, if it doesn't exist already
Bill Marquette
2008-09-08
1
-3
/
+3
*
fix 4.6->4.7 upgrade check
Bill Marquette
2008-09-08
1
-1
/
+1
*
Use correct octal mode
Seth Mos
2008-09-07
1
-2
/
+2
*
Correct mode setting to correct permissions in octal mode
Seth Mos
2008-09-07
1
-1
/
+1
*
Remove unused and possibly erroneous code.
Ermal Luçi
2008-09-07
1
-24
/
+0
*
Add my name to the copyrights, i think i changed enough of this file!
Ermal Luçi
2008-09-07
2
-0
/
+2
*
Delete interfaces_lan.php we have a unified interface config.
Ermal Luçi
2008-09-07
1
-235
/
+0
*
Try to reconfigure interfaces if assigned when edited. For gif and gre this d...
Ermal Luçi
2008-09-07
2
-0
/
+9
*
Merge lan configuration to the interfaces_wan.php page wich does the configur...
Ermal Luçi
2008-09-07
11
-140
/
+53
*
set auto channel properly
Chris Buechler
2008-09-07
1
-4
/
+4
*
Use different names for pppoe and pptp fields so that problems reported by
Ermal Luçi
2008-09-07
3
-38
/
+54
*
Add an action even onChange so something can be done even without a mouse.
Ermal Luçi
2008-09-07
2
-2
/
+2
*
* (Re)Implement a 'None' type for interface config which allows to assign int...
Ermal Luçi
2008-09-07
2
-458
/
+270
*
Reflect the change on convert_friendly_interface_to_real... into get_real_wa...
Ermal Luçi
2008-09-07
1
-2
/
+2
*
When restarting an OpenVPN process, don't send a term signal and expect it
Matthew Grooms
2008-09-07
1
-5
/
+17
*
Remove references to lbpool - this is no longer in use in 1.3
Bill Marquette
2008-09-07
2
-46
/
+0
*
uncomment the commented out functionality that actually restarts sshd
Bill Marquette
2008-09-07
1
-2
/
+2
*
WPA is optional, hence shouldn't be <strong>
Chris Buechler
2008-09-07
1
-1
/
+1
*
Cleanup output text
Scott Ullrich
2008-09-07
1
-4
/
+6
*
we don't care if rm can't find old dhcpd database files
Bill Marquette
2008-09-07
1
-1
/
+1
*
fix debug code that never worked and make it disabled by default
Bill Marquette
2008-09-07
1
-2
/
+4
*
Semicolons after if's apparently parse...but it's not terribly helpful
Bill Marquette
2008-09-07
1
-2
/
+2
*
Eliminate unneeded ,
Scott Ullrich
2008-09-07
1
-1
/
+1
*
Check to see if key exists before unsetting
Scott Ullrich
2008-09-07
1
-1
/
+2
*
Check to see if a interface has a dhcp key before trying to unset
Scott Ullrich
2008-09-07
1
-1
/
+2
*
Hide misc errors that occur on / when we have a read-only filesystem (livecd).
Scott Ullrich
2008-09-06
1
-1
/
+1
*
* Cleanup php fastcgi files better
Scott Ullrich
2008-09-06
1
-1
/
+2
*
Add conf.default to the unionfs roster
Scott Ullrich
2008-09-06
1
-0
/
+3
*
Allow bin sbin and boot writing
Scott Ullrich
2008-09-06
1
-1
/
+10
*
Correctly use defaults
Seth Mos
2008-09-06
1
-3
/
+3
*
Do not update platform on cvssync runs
Scott Ullrich
2008-09-06
1
-0
/
+1
*
It is now technically possible to cvssync livecd for testing :)
Scott Ullrich
2008-09-06
1
-2
/
+8
*
Remove modulate state per ticket 1730
Seth Mos
2008-09-06
1
-2
/
+0
*
rc.cdrom already outputs its status
Scott Ullrich
2008-09-06
1
-3
/
+0
*
Minor re-work of OpenVPN configuration. Use operational modes to determine
Matthew Grooms
2008-09-06
5
-189
/
+610
*
* Show operations in progress
Scott Ullrich
2008-09-06
2
-5
/
+8
*
Move cvssync functions to /root/
Scott Ullrich
2008-09-06
1
-4
/
+10
*
Use root unionfs, this saves a bit of memory.
Scott Ullrich
2008-09-06
1
-1
/
+1
*
Cleanup text
Scott Ullrich
2008-09-06
1
-1
/
+1
*
Move unionfs commands earlier
Scott Ullrich
2008-09-06
1
-12
/
+12
*
Correct CDROM check
Scott Ullrich
2008-09-06
1
-1
/
+1
*
* Mount /root unionfs writable
Scott Ullrich
2008-09-06
1
-8
/
+12
*
Mount /usr/ with write access using UNIONFS.
Scott Ullrich
2008-09-06
1
-0
/
+8
[next]