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
*
Fix intended behaviour when the default gateway changes interface.
Ermal
2010-10-02
1
-5
/
+5
*
This breaks the code because the ASSUMPTION is to reload the gateway interfac...
Ermal
2010-10-02
1
-7
/
+4
*
Update code to actually accomplish the intended behavior of NOT reloading the...
gnhb
2010-10-02
1
-4
/
+7
*
Fix height of plus button, reported at http://forum.pfsense.org/index.php/top...
Erik Fonnesbeck
2010-10-01
1
-1
/
+1
*
Be sane at what was supposed to be done.:
Ermal
2010-10-01
1
-1
/
+1
*
Do not show statically configured interfaces as with dynamic gateways because...
Ermal
2010-10-01
1
-0
/
+4
*
Better initialize this.
Ermal
2010-10-01
1
-0
/
+1
*
Do not allow a gateway to be renamed. Possibly a better solution is to rename...
Ermal
2010-10-01
1
-0
/
+2
*
Handle the cases to not save data on config better.
Ermal
2010-10-01
1
-3
/
+7
*
Make sure we do not overwrite the gateway stored in config with a dynamic gat...
Ermal
2010-10-01
2
-10
/
+7
*
Fix the problem of not saving data when most of the information is not being ...
Ermal
2010-10-01
1
-77
/
+66
*
Fix syslog.conf generation. Ticket #929
pierrepomes
2010-10-01
1
-2
/
+4
*
We don't store monitor ip in the <interfaces> config any more.
gnhb
2010-10-01
1
-8
/
+0
*
When a dynamic interface is up, we still need to report that it's "dynamic" t...
gnhb
2010-10-01
1
-1
/
+4
*
cbuechler says monitorip should not be stored in <interfaces><$if>. See ticke...
gnhb
2010-10-01
1
-5
/
+1
*
Ticket #921. Actually reconfigure apinger in case of newip event because it m...
Ermal
2010-09-30
1
-3
/
+3
*
Make this code more readble and clear on what it does.
Ermal
2010-09-30
1
-7
/
+6
*
Remove legacy code for static routes.
Ermal
2010-09-30
1
-4
/
+2
*
Oops fix long standing variable name mistype.
Ermal
2010-09-30
1
-1
/
+1
*
Remove legacy code
Ermal
2010-09-30
1
-8
/
+0
*
Catch up with gateway changes on static routes.
Ermal
2010-09-30
1
-9
/
+3
*
Remove support for this legacy code. The upgrade path handles this.
Ermal
2010-09-30
1
-3
/
+0
*
Revert previous change to enter a hidden value when interface is disabled. GH...
Ermal
2010-09-30
1
-9
/
+6
*
Do not support anymore an ip in the 'gateway' section of an interface.
Ermal
2010-09-30
1
-3
/
+1
*
Remove forgotten code.
Ermal
2010-09-30
1
-2
/
+0
*
Initialize variable properly. Handle the case when the interfaces select box ...
Ermal
2010-09-30
1
-5
/
+10
*
Don't refer to non-existent variable.
gnhb
2010-09-30
1
-1
/
+1
*
Fix state sorting
jim-p
2010-09-29
1
-6
/
+10
*
Update serviceproviders.xml to a newer version
Vinicius Coque
2010-09-29
1
-35
/
+428
*
Clean up Firewall: NAT: 1:1: Edit page.
Erik Fonnesbeck
2010-09-29
1
-31
/
+18
*
Fix input validation with "no rdr" for ticket #570
Erik Fonnesbeck
2010-09-29
1
-10
/
+21
*
Hide redirect and filter rule association fields when "no rdr" is checked. Ti...
Erik Fonnesbeck
2010-09-29
2
-5
/
+18
*
Unhide the source port options on firewall rules when they are not at the def...
Erik Fonnesbeck
2010-09-28
2
-2
/
+7
*
Revert "Shows source ports when they are already defined" - this only made it...
Erik Fonnesbeck
2010-09-28
2
-5
/
+2
*
Simplify the logic here so that it only uses this conditional expression once.
Erik Fonnesbeck
2010-09-28
1
-2
/
+2
*
Revert "Remove unnecessary JS variable" - it had a purpose.
Erik Fonnesbeck
2010-09-28
1
-1
/
+3
*
Define and explain $aliases as a global.
jim-p
2010-09-28
1
-0
/
+3
*
Use a glob here instead of a shell exec.
jim-p
2010-09-28
1
-3
/
+1
*
Carry aliases around as a global so that discover_pkg_rules() can see aliases...
jim-p
2010-09-28
1
-4
/
+4
*
Test before working on what could be an empty value, otherwise it ends up set...
jim-p
2010-09-28
1
-0
/
+2
*
Do not synchronize ip alias. Ticket #882
pierrepomes
2010-09-26
1
-2
/
+4
*
Properly handle reinitializing of variables on the next loop. Reported-by: ht...
Ermal
2010-09-26
1
-1
/
+2
*
Rename to pass-through credits and improve descriptions.
Erik Fonnesbeck
2010-09-25
1
-9
/
+10
*
Separate this control structure from the one before it, change the order, and...
Erik Fonnesbeck
2010-09-25
1
-4
/
+9
*
Display the correct state when the new checkbox has been checked.
Erik Fonnesbeck
2010-09-25
1
-1
/
+1
*
Add an option for allowing clients to pass through the captive portal a limit...
Erik Fonnesbeck
2010-09-24
2
-1
/
+129
*
Fix description for upload of logout page.
Erik Fonnesbeck
2010-09-24
1
-2
/
+1
*
Restore this code so the redirect after logging into the captive portal will ...
Erik Fonnesbeck
2010-09-24
1
-0
/
+2
*
Fix the contents of the captive portal logout popup. Fixes #836
Erik Fonnesbeck
2010-09-23
1
-4
/
+4
*
Add additional acceptable version strings.
jim-p
2010-09-23
1
-2
/
+4
[next]