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
*
Merge pull request #506 from phildd/master
Ermal Luçi
2013-04-03
1
-2
/
+1
|
\
|
*
Disabled package is also indicated by enable blank
phildd
2013-04-03
1
-2
/
+1
*
|
Merge pull request #499 from phil-davis/master
Ermal Luçi
2013-04-03
3
-0
/
+39
|
\
\
|
|
/
|
/
|
|
*
Resync OpenVPN instances that use any changed gateway groups
Phil Davis
2013-03-29
1
-0
/
+9
|
*
Remember whcih gateway groups have been edited
Phil Davis
2013-03-29
1
-0
/
+1
|
*
Provide openvpn_resync_gwgroup function
Phil Davis
2013-03-29
1
-0
/
+29
*
|
Fix URL add when you break sequence for addresses and details, shile I'm here...
Renato Botelho
2013-04-02
1
-13
/
+12
*
|
Preserve all URLs when one of them is invalid
Renato Botelho
2013-04-02
1
-4
/
+6
*
|
Back to previous tab when click on Cancel
Renato Botelho
2013-04-02
1
-1
/
+1
*
|
Preserve old URLs when an error happens, also, fix descriptions save for URLs
Renato Botelho
2013-04-02
1
-6
/
+11
*
|
Simplify logic
Renato Botelho
2013-04-02
1
-11
/
+3
*
|
Switch states view to use popen to speed it up and use less memory (should be...
jim-p
2013-04-02
1
-52
/
+54
*
|
Show a little indicator icon if the direction of a firewall log entry is OUT,...
jim-p
2013-04-02
2
-3
/
+7
*
|
Fix up traceroute page to allow it to use all possible source addresses, add ...
jim-p
2013-04-02
1
-74
/
+115
*
|
Fix/simplify some logic
jim-p
2013-04-02
1
-4
/
+4
*
|
Return to correct tab after save or delete an alias
Renato Botelho
2013-04-02
2
-9
/
+19
*
|
Fix whitespaces, indent and add a missing <tr>
Renato Botelho
2013-04-02
1
-105
/
+110
*
|
Avoid adding URLs to filterdns.conf. It fixes #2921
Renato Botelho
2013-04-02
1
-1
/
+1
*
|
Save URLs and URL Table details
Renato Botelho
2013-04-02
1
-0
/
+8
*
|
Fix whitespaces and indent
Renato Botelho
2013-04-02
1
-124
/
+127
*
|
Fixup source address options on Test Port page.
jim-p
2013-04-02
1
-21
/
+23
*
|
Move some code to a function to avoid future duplication. Allow autocomplete ...
jim-p
2013-04-02
2
-20
/
+26
*
|
Rename "Interface" to "Source Address" on ping page to more accurately reflec...
jim-p
2013-04-02
1
-6
/
+6
*
|
Use a better description for this column.
jim-p
2013-04-02
1
-2
/
+2
*
|
Add OpenVPN interfaces as potential ping sources, too.
jim-p
2013-04-02
1
-1
/
+14
*
|
Fix service status for OpenVPN peer-to-peer client/server instances.
jim-p
2013-04-02
1
-14
/
+10
*
|
Whitespace/HTML fixes
jim-p
2013-04-01
1
-90
/
+85
*
|
Allow using virtual IPs (or "any") for ping source. Fixup ipv4/ipv6 selection.
jim-p
2013-04-01
1
-21
/
+45
*
|
Clarify notes when there is an error reaching the openvpn management daemon f...
jim-p
2013-04-01
2
-15
/
+46
*
|
Consider packages that set enable to 'false' or 'off'
Renato Botelho
2013-04-01
1
-1
/
+4
*
|
Merge pull request #501 from phildd/master
rbgarga
2013-04-01
2
-4
/
+17
|
\
\
|
*
|
Do not display disabled services on services status widget
phildd
2013-04-01
1
-1
/
+1
|
*
|
Check for disabled services when displaying service lists
phildd
2013-04-01
1
-3
/
+16
*
|
|
Do not allow to rename a gateway group, as it is for gateways. Fixes #2914
Renato Botelho
2013-04-01
1
-1
/
+4
|
/
/
*
|
Merge pull request #500 from ExolonDX/master
Jim P
2013-03-29
1
-122
/
+122
|
\
\
|
*
|
Update HTML boolean operators
Colin Fleming
2013-03-29
1
-122
/
+122
|
|
/
*
|
Use is_module_loaded() to test these to avoid code duplication.
jim-p
2013-03-29
1
-4
/
+2
|
/
*
Fix whitespaces and indent
Renato Botelho
2013-03-28
1
-50
/
+39
*
Avoid send user to top of the page when you open add new gateway box
Renato Botelho
2013-03-28
1
-2
/
+4
*
Fixes #1477. Use the new parameter to reduce igmpproxy logging level
Ermal
2013-03-27
1
-1
/
+2
*
Add a new class called addgatewaybox to make it easier to respect custom them...
Renato Botelho
2013-03-26
9
-5
/
+53
*
Correct code and initialize properly variables escpecially arrays. Also do fi...
Ermal
2013-03-26
1
-84
/
+82
*
Correct check from previous code path simplification
Ermal
2013-03-26
1
-1
/
+1
*
Initialize some arrays to avoid php issues and also use list() here to avoid ...
Ermal
2013-03-26
1
-4
/
+6
*
Simplify a bit code branching no change on functionality
Ermal
2013-03-26
1
-31
/
+33
*
Merge pull request #498 from ExolonDX/master
Ermal Luçi
2013-03-26
1
-72
/
+72
|
\
|
*
Tidy up "shaper.inc" XHTML
Colin Fleming
2013-03-25
1
-72
/
+72
*
|
Give the process time to exit before running a new one
Ermal
2013-03-25
1
-1
/
+3
*
|
Merge pull request #497 from phildd/master
Ermal Luçi
2013-03-25
2
-7
/
+27
|
\
\
|
*
|
Improve bogonsv6 checks during update
phildd
2013-03-25
1
-2
/
+2
[next]