Project

General

Profile

Activity

From 03/03/2013 to 04/01/2013

04/01/2013

08:45 PM Revision 3c98b3f7: Whitespace/HTML fixes
Jim Pingle
08:41 PM Revision 4f3bb062: Allow using virtual IPs (or "any") for ping source. Fixup ipv4/ipv6 selection.
Jim Pingle
04:57 PM Revision 2eaa97b9: Clarify notes when there is an error reaching the openvpn management daemon for service status. Also, add service controls to the openvpn status page.
Jim Pingle
03:40 PM Revision 9d7204aa: Consider packages that set enable to 'false' or 'off'
Renato Botelho
03:35 PM Revision 17c56f4a: Merge pull request #501 from phildd/master
Support for disabled services on services status displays rbgarga
02:56 PM Revision 0ad707c6: Do not allow to rename a gateway group, as it is for gateways. Fixes #2914
Renato Botelho
02:30 AM Revision fc7f02c6: Do not display disabled services on services status widget
phildd
02:26 AM Revision ccfc0269: Check for disabled services when displaying service lists
phildd

03/29/2013

07:29 PM Revision a6637a31: Merge pull request #500 from ExolonDX/master
Tidy up HTML boolean operators Jim Pingle
07:25 PM Revision ce0117f7: Update HTML boolean operators
Updated CHECKED, SELECTED and DISABLED boolean operator Colin Fleming
03:58 PM Revision 3d74b803: Use is_module_loaded() to test these to avoid code duplication.
Jim Pingle
08:44 AM Revision 30ca7b7e: Resync OpenVPN instances that use any changed gateway groups
Phil Davis
08:42 AM Revision 8bca0805: Remember whcih gateway groups have been edited
Phil Davis
08:40 AM Revision 99cc103b: Provide openvpn_resync_gwgroup function
Allows all OpenVPN servers and clients that use a particular gateway group to be resynced in one easy call. Phil Davis

03/28/2013

07:25 PM Revision a8f5790a: Fix whitespaces and indent
Renato Botelho
12:00 PM Revision 7a47e299: Avoid send user to top of the page when you open add new gateway box
Renato Botelho

03/27/2013

02:11 PM Revision 3ffdcd4e: Add a new class called addgatewaybox to make it easier to respect custom themes. Fixes #2900
Conflicts:
usr/local/www/interfaces.php
usr/local/www/themes/_corporate/all.css
usr/local/www...
Renato Botelho
11:38 AM Revision d6307bd3: Fixes #1477. Use the new parameter to reduce igmpproxy logging level
Ermal LUÇI

03/26/2013

08:33 PM Revision 4d8a1ec2: Move status file to a ram disk to avoid possible latency issues
Ermal LUÇI
12:43 PM Revision 4ad1e4ea: Add a new class called addgatewaybox to make it easier to respect custom themes. Fixes #2900
Renato Botelho
11:47 AM Revision 1500614c: Correct code and initialize properly variables escpecially arrays. Also do fixes and simplificate to make it more readble
Ermal LUÇI
11:08 AM Revision 2ba95a31: Correct check from previous code path simplification
Ermal LUÇI
11:07 AM Revision dea0921d: Initialize some arrays to avoid php issues and also use list() here to avoid double array dereference
Ermal LUÇI
10:53 AM Revision fd34d6a9: Simplify a bit code branching no change on functionality
Ermal LUÇI
07:41 AM Revision 58c40f9c: Merge pull request #498 from ExolonDX/master
Tidy up "shaper.inc" XHTML Ermal Luçi

03/25/2013

09:46 PM Revision 6f1bcc36: Tidy up "shaper.inc" XHTML
Close INPUT tags
Close IMG tags and add "alt" parameter
Change ONCLICK and ONCHANGE to lowercase
Colin Fleming
06:46 PM Revision 7fed35c8: Give the process time to exit before running a new one
Ermal LUÇI
03:02 PM Revision 2269e286: Merge pull request #497 from phildd/master
Do not bother with bogonsv6 if IPv6 allow is off Ermal Luçi
01:05 PM Revision 939cc57a: Fix file name reference
Warren Baker
12:33 PM Revision 3d73a44d: Use configured dns servers on radvd.conf, fixes #2905
Renato Botelho
11:26 AM Revision aa95e7da: Merge pull request #495 from phil-davis/master
Dynamic DNS add option for verbose logging rbgarga
10:38 AM Revision 8550a21c: Improve bogonsv6 checks during update
Improvements to using pfctl to check the existence of the bogonsv6 table. phildd
07:54 AM Revision 594eef24: Merge pull request #496 from ExolonDX/master
Tidy up "shaper.inc" and "firewall_shapper.php" XHTML Ermal Luçi

03/24/2013

12:45 PM Revision c858c609: Do not bother with bogonsv6 if IPv6 allow is off
Only implement the bogonsv6 table if IPv6 allow is on. Otherwise, if it looks like there would be room for the table ... phildd
12:43 PM Revision e714e996: Do not bother with bogonsv6 if IPv6 allow is off
The rules already block all IPv6 when IPv6 allow is off, so it is a waste of 70,000+ table entries of V6 bogons. On s... phildd

03/23/2013

09:12 PM Revision 7da5315d: Tidy up "shaper" and "firewall shaper" XHTML
Update VALIGN
Deprecated the ampersand in ANCHOR tags
Update TYPE in script
Colin Fleming

03/22/2013

07:22 PM Revision e680b2f9: Add checks to make sure CP hard timeout is less or equal DHCP server default lease time. It fixes #2899
Renato Botelho
06:05 PM Revision ab1cf455: Add PHP shell playback script to control services from the command line (works like Status > Services)
Jim Pingle
05:28 PM Revision 8b88ac79: Simplify this code
Jim Pingle
04:44 PM Revision ee6e6011: Move these service control functions into service-utils.inc so they may be re-used.
Jim Pingle
04:41 PM Revision 1e503870: Dynamic DNS add option for verbose logging
The verbose log option is "set or not set" in the config and needs to be passed to subroutines as a boolean true or f... Phil Davis
04:28 PM Revision 87b91672: Dynamic DNS add option for verbose logging
Put most log messages inside "if verbose logging". Things that are always logged are actual errors and success messag... Phil Davis
04:25 PM Revision c8c90b81: Dynamic DNS add option for verbose logging
This will allow the user to decide if they want all the noise in syslog. It defaults to off, so the log messages will... Phil Davis
03:52 PM Revision a868fc48: Merge pull request #494 from ExolonDX/branch_06
Tidy up "shaper.inc" XHTML Jim Pingle
03:47 PM Revision 0fa05f45: Tidy up "shaper.inc" XHTML
Add CDATA sections to javascript
Close off the BR tags
Colin Fleming
03:10 PM Revision 327e6f2d: Merge pull request #493 from ExolonDX/branch_05
Tidy up "traffic shaper wizard" XHTML Jim Pingle
03:10 PM Revision 9d5c0544: Merge pull request #492 from ExolonDX/branch_04
Tidy up "traffic shaper layer7" XHTML Jim Pingle
03:09 PM Revision 2ef6bfbb: Merge pull request #491 from ExolonDX/branch_03
Tidy up "traffic shaper limiter" XHTML Jim Pingle
03:08 PM Revision 86632dbc: Merge pull request #490 from ExolonDX/branch_02
Tidy up "traffic shaper queue" XHTML Jim Pingle
03:08 PM Revision 4a8dba5e: Merge pull request #489 from ExolonDX/branch_01
Tidy up "traffic shaper" XHTML Jim Pingle
02:58 PM Revision 4271dfb8: Tidy up "traffic shaper wizard" XHTML
Move "tree.css" to the HEAD statement and manually close the HEAD
statement
Close BR and P tags
Colin Fleming
02:54 PM Revision e750c0af: Tidy up "traffic shaper layer7" XHTML
Close INPUT, BR, P and IMG tags
Add "alt" to IMG tags
Add CDATA section to scripts
Move "tree.css" and "tree.js" to t...
Colin Fleming
02:42 PM Revision 2174be22: Tidy up "traffic shaper limiter" XHTML
Close INPUT, BR, IMG and P tags
Add "alt" to IMG tags
Deprecate ampersand in ANCHOR tags
Add CDATA section to scripts...
Colin Fleming
02:35 PM Revision f6b81501: Tidy up "traffic shaper queue" XHTML
Deprecate the ampersand in the ANCHOR tag
Close BR and P tags
Move "tree.css" and "tree.js" to the HEAD statement and...
Colin Fleming
02:29 PM Revision df5c0bc0: Tidy up "traffic shaper" XHTML
Close INPUT, BR and P tags
Update PHP Shorthand tag
Spelling mistake
Move "tree.css" and "tree.js" to the HEAD statem...
Colin Fleming

03/21/2013

04:20 PM Revision b2f73235: Fix wording/formatting of promisc option
Jim Pingle
03:01 PM Revision f06ce79d: Bump this a bit to allow for faster speed
Ermal LUÇI
03:00 PM Revision b2b002cd: Reduce a bit the entropy collection sources to not hurt performance. There are plenty of other sources on today systems
Ermal LUÇI
02:53 PM Revision 87dfd826: Escape the argument to avoid potential issues
Ermal LUÇI
02:48 PM Revision 6d76984a: No need for nocsrf here too
Ermal LUÇI
02:47 PM Revision 0e0f9b9b: Merge pull request #486 from 01101001c/master
Thermal Sensors Widget (for pfSense v2.1-BETA1 and up). Ermal Luçi
02:45 PM Revision cfa0c336: No need to set it for the system information widget
Ermal LUÇI
02:43 PM Revision 8760cbbc: No need to set nocsrf from my testing
Ermal LUÇI
01:26 PM Revision e52cb3a4: Respect the product name here.
Jim Pingle
01:09 PM Revision dadf8ebb: use a custom sysDescr for snmp similar to m0n0wall's format. Fixes #2893
Jim Pingle
08:21 AM Revision 4c15d006: Merge pull request #488 from phil-davis/master
DynDNS status widget async update Ermal Luçi
02:51 AM Revision b23e1a70: DynDNS status widget add 5 minute refresh
It was easy to add the code to refresh the status every 5 minutes. I think 5 minutes is a reasonable refresh time for... Phil Davis

03/20/2013

10:14 PM Revision 8f38fd8d: Merge pull request #487 from rdlugosz/change_apinger_status_path
Track apinger status in /var/run instead of /tmp Ermal Luçi
09:58 PM Revision 07615045: No need for the ::(separators) they will be there
Ermal LUÇI
09:53 PM Revision d9377608: Check lower bound as well
Ermal LUÇI
08:41 PM Revision 733c6f89: The default gateway for 6rd type is $prefix|$wanv4::$wanv4gw. Also add support for variable length v4 prefix for 6rd
Ermal LUÇI
08:07 PM Revision a1776dcf: Rearrange this manual outbound NAT rule generation loop -- fixes unnecessary duplication of Localhost and VPN rules.
Jim Pingle
07:58 PM Revision 33cc1e86: Add the user/time tracking to Port forwards and outbound NAT also.
Jim Pingle
05:26 PM Revision daffbc34: While I'm here, fix an IPv6 ICMP easy rule issue.
Jim Pingle
05:26 PM Revision ba1d9714: Track user/time a firewall rule was created and last updated, and show this information at the bottom of the page when viewing the firewall rule. Have various places in the system that create rules add a proper entry to indicate their origin.
Jim Pingle
04:05 PM Revision 919ff1f0: To actually use the linklocal of :1 delete the auto assigned linklocal
Ermal LUÇI
02:19 PM Revision c1dcb7ab: DynDNS status widget async update
The Dynamic DNS status widget performs remote operations to the www to check the cached dynamic DNS IP against the ac... Phil Davis
09:01 AM Revision 3e3ff931: Track apinger status in /var/run instead of /tmp
This is a one line status file updated every few seconds. It would be
better to store this in /var/run since that is ...
Ryan Dlugosz

03/19/2013

08:27 PM Revision ccc5f959: Remove even this seems dhclient is smart enough to avoid this by itself
Ermal LUÇI
08:19 PM Revision a9518178: Remove functions that are not used now with once mode of rtsold
Ermal LUÇI
08:06 PM Revision 4e6667b2: Simplify a bit logic
Renato Botelho
08:01 PM Revision e5a27e16: Fix typo
Renato Botelho
07:57 PM Revision b8ded125: Use full patch
Ermal LUÇI
07:56 PM Revision 9b6010ff: Run rtsold only for one reply since it will spam with dhcp6c processes otherwise. Also remove ambiguity by using curlies in functions
Ermal LUÇI
07:03 PM Revision 10e000f7: Fix missed ;
Jim Pingle
06:52 PM Revision def432e6: Make sure file has content before call route delete
Renato Botelho
06:36 PM Revision 46e27ea7: Respect 'States' option from Advanced/Misc
- Respect this option and do not clean states when it's configured
- Create /etc/rc.kill_states to be easier to check...
Renato Botelho
06:36 PM Revision 9cc119c2: Remove redundant call
Renato Botelho
06:36 PM Revision 2c27096c: Improve ppp-linkdown:
- Improve readability giving name to parameter variables
- Add path for all command calls
Renato Botelho
06:36 PM Revision 6d5460e6: Fix default route deletion
Renato Botelho
06:36 PM Revision 94b49d82: Fix indent
Renato Botelho
04:28 PM Revision 6d0473b4: Bring down even rtsold process
Ermal LUÇI
04:28 PM Revision 1af4f4e0: Bring down even rtsold process
Ermal LUÇI
04:23 PM Revision 673c2f8b: Actually enforce for not dhcp6 interfaces
Ermal LUÇI
04:21 PM Revision fa5bf66f: Relax after bootup enforcement since its not needed anymore
Ermal LUÇI
04:21 PM Revision 29f2f07a: The workflow is rtsold calls dhcp6c which calls rc.newwanipv6 to make the configuration more consistent
Ermal LUÇI
01:52 PM Revision 7fd67662: Do not run this during startup since it will be called anyhow
Ermal LUÇI
01:16 PM Revision 961a0fa5: Use propper variable for is_ipaddrv6 test
Ermal LUÇI
01:14 PM Revision 64f89bfa: Correct typo that prevents dhcpv6 to generate proper subnet info. Also use already caluclated variable
Ermal LUÇI
12:47 PM Revision 145cc518: Fix the Cellular strength indicator, rssi was always reporting 8 because we didn't use the variable.
The dBm values array was reversed, corrected Seth Mos
12:23 PM Revision 7488a9e0: Fix whitespace and indent
Renato Botelho
11:56 AM Revision a56d8b08: Initialize array
Ermal LUÇI
11:55 AM Revision f7f27780: Remove not used call
Ermal LUÇI
11:55 AM Revision c55a0f0c: Do not do useless work before needed
Ermal LUÇI
11:15 AM Revision deb39cf2: When reconfiguring interfaces with dhcp types set try to kill any previous dhcp process of the interface already running
Ermal LUÇI
11:10 AM Revision bd66cf32: Do not cleanup states on this call
Ermal LUÇI
09:59 AM Revision 03bfe2ad: Define bogon tables where they should be
Ermal LUÇI
09:53 AM Revision 24cdea2f: Use proper interface for reply-to in case of 6rd/6to4
Ermal LUÇI
12:08 AM Revision 4fc54000: Thermal Sensors Widget (for pfSense v2.1-BETA1 and up).
Original post: http://forum.pfsense.org/index.php/topic,59193.0.html 01101001c

03/18/2013

04:11 PM Revision ff5674dc: Remove useless function calls
Ermal LUÇI
04:01 PM Revision da9dd1b4: Unset the ip from the cache to retrieve the right ip
Ermal LUÇI
03:54 PM Revision 6fb66736: Correct get_interface_subnetv6 and use get_interface_ipv6 during dhcp config generation. Also initialize some arrays to avoid warnings
Ermal LUÇI
03:28 PM Revision e9d156fd: If gatway is dynamic the type cannot be determined, trim the code trying to do something impossible. While here optimize a bit
Ermal LUÇI
02:55 PM Revision 909de400: Try to remove as much as possible _stf special case through the code
Ermal LUÇI
02:40 PM Revision 6e46ff86: Do a check of interface existing
Ermal LUÇI
02:38 PM Revision 1b2f460a: Use the new functionality on get_real_interface to get the _stf interface when needed
Ermal LUÇI
02:36 PM Revision b6c1f22f: Use get_interface_ipv6 on rc.newwanipv6 to and teach it to flush the cache on optional parameter. Also teach get_real_interface about the tedios ipv6 tunnel interfaces and return them when ipv6 family is specified
Ermal LUÇI
01:32 PM Revision f6461410: Avoid trying to remove an invalid IP
Renato Botelho
11:18 AM Revision 67864df7: Properly tune rc.linkup for dual stack
Ermal LUÇI
10:41 AM Revision 1d66a364: Handle _stf interface in convertion from real to friendly. Also do no cal lpfSense_module function if not used
Ermal LUÇI

03/17/2013

03:11 PM Revision 9072d260: Merge pull request #485 from N0YB/Diag_DNS_Lookup_Dialog_Output
Diag DNS Lookup Dialog Output Ermal Luçi
12:19 AM Revision fe74228f: Diag DNS Lookup Dialog Output
Display DNS lookup results in a dialog box rather than browsing away from the current page (Dashboard Firewall Widget... N0YB

03/16/2013

09:09 PM Revision ba6b2811: Merge pull request #484 from N0YB/System_Firewall_Logs_Filtering
Just a Couple Minor Tweaks Jim Pingle
09:07 PM Revision c3b8ad61: Just a Couple Minor Tweaks
N0YB
04:09 PM Revision e074fb75: Use killbypid instead of a killall that never works
Renato Botelho
02:47 PM Revision 6a69bc65: Use realif on dhcp6 pid filename since find_dhcp6c_process() looks for it and cannot kill it
Renato Botelho
01:32 PM Revision 6d529efd: Fix indent and whitespaces
Renato Botelho
11:56 AM Revision 2abfec49: Initialize array to silence warnings on foreach
Renato Botelho
11:34 AM Revision fba196c3: Avoid deleting the RA Subnet when IP is invalid, also simplify it a bit
Renato Botelho
11:26 AM Revision e1968b0d: Fix indent and whitespaces
Renato Botelho

03/15/2013

01:40 PM Revision 628a5dc9: Merge pull request #483 from N0YB/System_Firewall_Logs_Filtering
System Firewall Log Filtering by Fields Jim Pingle
09:17 AM Revision 74c6d36f: System Firewall Log Filtering by Fields
Previous filter form retained for raw logs view. N0YB
09:16 AM Revision e46adb09: Merge pull request #482 from mdima/master
Fixes IPSec Status for natted tunnels Chris Buechler
09:13 AM Revision 1bad1025: Fixes IPSec Status for natted tunnels
See http://redmine.pfsense.org/issues/2884 for details.
Thanks, Michele
Michele Di Maria

03/14/2013

05:08 PM Revision d632dd5a: Check if IP is already configured on console setup
Renato Botelho
03:20 PM Revision 08e9c732: Use empty which is more strict
Ermal LUÇI

03/13/2013

07:00 PM Revision 016f2459: Merge pull request #481 from phil-davis/master
Enhance tmp and var size checks Jim Pingle
06:56 PM Revision 8ad8b044: Enhance tmp and var size checks
Gets rid of the following console "unexpected operator" messages during boot:
Mounting filesystems...
[: -gt: unexpec...
Phil Davis
06:54 PM Revision 7d88b426: Re-enable admin user if it's disabled when 'Reset webConfigurator password' option is used. Fixes #2877
Renato Botelho
01:28 PM Revision 672e373e: Clarify what "Allow IPv6" does and does not control. Ticket #2874
Jim Pingle
09:55 AM Revision 5077b1e4: fixup text
Chris Buechler
08:14 AM Revision d06be1a7: Do more strick checks for avoiding http://forum.pfsense.org/index.php/topic,59847.0.html
Ermal LUÇI

03/12/2013

05:59 PM Revision efc0e29a: Move tmp/var init to just after mount of /cf so that the sizing works properly on NanoBSD. Fix input validation for sizes. Add note about needing a reboot to apply the settings.
Jim Pingle
02:37 PM Revision a1f735b3: Do not route do default gw when rule gw is down
- Add a new advanced misc option to change the behaviour
- When it is set and rule has its own gateway, that is down,...
Renato Botelho
02:04 PM Revision 4f537e93: Fix indent and whitespaces
Renato Botelho
06:48 AM Revision ac135e42: use logging on the block all v6 rules if default is log
Chris Buechler
02:16 AM Revision e92e83d4: Add the ability for full installs to optionally use RAM disks for /tmp and /var, and to allow selecting a size for /tmp and /var RAM disks on both Full installs and NanoBSD.
I think I caught most of the edge cases for transitioning into and out of RAM disk mode, and preserving data across r... Jim Pingle

03/11/2013

02:44 PM Revision 94ca4e0d: Be more careful when performing a ping to use the correct ping type if an IP address is entered.
Jim Pingle
06:25 AM Revision 6db58224: move the "block all v6" rules back to where they should be, fix comment
Chris Buechler
01:46 AM Revision a876f1ed: point to new github repo
Chris Buechler
01:44 AM Revision d5280de6: update github repo location
Chris Buechler

03/09/2013

08:53 PM Revision 8436f2e3: Fix spelling.
Jim Pingle
12:33 PM Revision 6062f0f3: Merge pull request #480 from phil-davis/master
Services Status Widget remove leftover > Ermal Luçi
10:20 AM Revision bb9aaf95: Services Status Widget remove leftover >
Phil Davis
12:44 AM Revision 70fee79c: fix text. Fixes #2863
Chris Buechler

03/08/2013

07:35 PM Revision 99dcc489: Use the process name rather to avoid the infamous file not found error
Warren Baker
07:13 PM Revision 6e0fc523: Merge pull request #479 from ExolonDX/master
Use HTMLENTITIES to deprecate the ampersand in page title URI Jim Pingle
06:50 PM Revision a1560c1b: Use HTMLENTITIES to deprecate the ampersand
Colin Fleming
05:41 PM Revision 60cd1864: Ignore vim swap files
Renato Botelho
01:54 PM Revision 76254caa: Be consistent on vlan checks
Renato Botelho
01:48 PM Revision f5c2bf1e: Fix logic inversion from 126ff5b264
Renato Botelho
01:48 PM Revision 43c6c9af: Check if MTU is already with correct value before change it
Renato Botelho
01:48 PM Revision be2c39b6: When parent is not assigned, reset it and all vlans without mtu set to default
Renato Botelho
01:48 PM Revision 3f3252f6: When reset parent to default mtu, deal with all VLANs too
Renato Botelho
01:48 PM Revision a976c633: Set vlanifs early and use it on more places to simplify logic
Renato Botelho
01:48 PM Revision 20eb8203: Consider parent mtu when it's set instead of default one
Renato Botelho
01:47 PM Revision 5ee6ce25: Simplify a bit the logic
Renato Botelho
01:47 PM Revision 1f9ecbcd: Pass parent interface to link_interface_to_vlans
Renato Botelho
01:47 PM Revision 8306b774: Fix typo on var name
Renato Botelho
01:47 PM Revision a1d36777: Fix typo s/assgined/assigned/
Renato Botelho
01:31 PM Revision 7965c38f: Be consistent on the check
Ermal LUÇI
01:30 PM Revision a58a9ece: Be consistent on the check
Ermal LUÇI
01:20 PM Revision b783eaf2: Prevent mtu bigger than 9000
Ermal LUÇI
08:45 AM Revision a362a23a: Solve the issue when changing vlan parent mtu and leaving its childs with older mtu.
Ermal LUÇI
01:33 AM Revision ca3301b4: Merge pull request #470 from ExolonDX/branch_01
Tidy up System:General Setup XHTML Jim Pingle
01:32 AM Revision 6ffa67cf: Merge pull request #471 from ExolonDX/branch_02
Tidy up System:Advanced:Admin XHTML Jim Pingle
01:32 AM Revision 8dd57961: Merge pull request #472 from ExolonDX/branch_03
Tidy up System:Advanced:FirewallNat XHTML Jim Pingle
01:31 AM Revision 05f74604: Merge pull request #473 from ExolonDX/branch_04
Tidy up System:Advanced:Network XHTML Jim Pingle
01:30 AM Revision 0202cdda: Merge pull request #474 from ExolonDX/branch_06
Tidy up System:Advanced:Tunables XHTML Jim Pingle
01:30 AM Revision 6a03a312: Merge pull request #475 from ExolonDX/branch_07
Tidy up System:Advanced:Notifications XHTML Jim Pingle
01:29 AM Revision f7830817: Merge pull request #476 from ExolonDX/branch_08
Tidy up System:Advanced:Misc XHTML Jim Pingle

03/07/2013

09:23 PM Revision 481e09b3: Tidy up System:Advanced:Misc XHTML
Close BR tags
Close INPUT tags
Update CDATA secions in script tags
Update HTML boolean operators
Colin Fleming
09:14 PM Revision 846ac60f: Tidy up System:Advanced:Notifications XHTML
Close INPUT tags Colin Fleming
09:08 PM Revision a5a61609: Tidy up System:Advanced:Tunables XHTML
Deprecate ampersand
Close INPUT tags
Colin Fleming
08:56 PM Revision 3410a6c5: Tidy up System:Advanced:Network XHTML
Close BR tags
Update CDATA sections in script tags
Update HTML boolean operators
Colin Fleming
08:51 PM Revision 8712fab6: Tidy up System:Advanced:FirewallNat XHTML
Close BR tags
Updated HTML boolean operators
Colin Fleming
08:41 PM Revision 3c119b78: Tidy up System:Advanced:Admin XHTML
Added proper CDATA sections to scripts
Updated HTML boolean operators
Close BR tagas
Close INPUT tags
Colin Fleming
08:32 PM Revision 925020e7: Tidy up System:General Setup XHTML
Close INPUT tags
Tidy up HTML boolean operators
Colin Fleming
06:53 PM Revision af8d854c: Fix variable name reference, fixes port display after lan IP reset.
Jim Pingle
06:43 PM Revision c988ed09: Merge pull request #469 from phil-davis/master
Fix stale bandwidth-by-IP table entries Jim Pingle
06:25 PM Revision 5356362c: Fix stale bandwidth-by-IP table entries
When the number of valid rows in the table reduced by more than 1 between updates, stale entries were left displayed ... Phil Davis
02:21 PM Revision 1dedfdd1: More fixes
Ermal LUÇI
02:18 PM Revision 2c07529a: Remove debug code
Ermal LUÇI
02:17 PM Revision 6d1594eb: Correct code to apply the mtu correctly
Ermal LUÇI
01:59 PM Revision 4ffa46bf: Correctly handle mtu changing between vlans
Ermal LUÇI
01:28 PM Revision 0d0d4a27: Validate MTU changes for VLANs and let user change it again
Renato Botelho
01:18 PM Revision 6696d2cd: Change parent only if its mtu is smaller
Ermal LUÇI
01:17 PM Revision c9e33dd3: Merge pull request #468 from phil-davis/master
Bandwidth by IP - allow filter by local and remote Jim Pingle
01:08 PM Revision da11e022: Bandwidth by IP - allow filter by local and remote
Phil Davis
01:05 PM Revision a02ce260: Bandwidth by IP - allow filter by local and remote
Phil Davis
12:04 PM Revision e17e1b8a: Skip vlan checks for being configured vlan as well
Ermal LUÇI
12:02 PM Revision 694f2b72: Only treat interesting interfaces
Ermal LUÇI
12:00 PM Revision 2fff3ba2: Make this work better and not always go over things for setting mtu
Ermal LUÇI
11:46 AM Revision 1e08ce64: Hopefully is correct now
Ermal LUÇI
11:45 AM Revision b1939343: Set mtu to the correct interface
Ermal LUÇI
11:43 AM Revision 672137f4: Correct which mtu value is used to be correct
Ermal LUÇI
11:42 AM Revision 59297ade: Sprinkle some XXX just for being consistent
Ermal LUÇI
11:40 AM Revision d35233da: Correct this behaviour of properly honoring the configured mtu
Ermal LUÇI
10:18 AM Revision f42193a4: Try to fix the issue reported on http://forum.pfsense.org/index.php/topic,59746.0.html
Ermal LUÇI
10:03 AM Revision 1befdbf8: Tune up a bit dhclient-script and call the kill state command only once its enough
Ermal LUÇI
09:48 AM Revision eff8ea7d: Merge pull request #467 from phil-davis/master
Bandwidth by IP - display static map names also when FQDN selected rbgarga
09:18 AM Revision 2dbd8924: Bandwidth by IP - display static map names also when FQDN selected
If display FQDN was selected, and an IP had no reverse lookup FQDN, but did have a DHCP static mapping, the static ma... Phil Davis
05:20 AM Revision 379ec2f7: Merge pull request #464 from phil-davis/master
Add display by host name option to Traffic Graph Chris Buechler
03:21 AM Revision 8389a461: Traffic Graph add option to display FQDN
Phil Davis
03:19 AM Revision 232d38ab: Traffic Graph add option to display FQDN
It was easy to give the user the choice of displaying IP Address, just the Host Name or the FQDN. And the display wra... Phil Davis
12:11 AM Revision 2158b1ce: Fix gettext/link
Jim Pingle
12:09 AM Revision 386963d5: Merge pull request #462 from N0YB/Diagnostics_Packet_Capture_Promiscuous_Mode_Option
Add Promiscuous Mode Option to Diagnostics Packet Capture Interface Jim Pingle

03/06/2013

07:05 PM Revision f8c8d65c: Fix issue in version_compare that can cause versions to be wrongly marked incompatible
Stilez y
06:37 PM Revision 30406b49: Merge pull request #465 from stilez/master
Typo in variable name rbgarga
06:29 PM Revision 2379c48e: IPsec status corrections, should fix #2861
Jim Pingle
06:27 PM Revision 1a8c81e7: version_compare_dates(): typo $$a
Stilez y
05:58 PM Revision ba6a4606: Fix doubled $
Jim Pingle
03:02 PM Revision c16f7c5c: Add display by host name to Traffic Graph
Phil Davis
01:41 PM Revision 4006a437: Add display by host name to Traffic Graph
Phil Davis
01:37 PM Revision 3697adb2: Print the error message from LDAP in the log for a bind failure.
Jim Pingle
01:06 PM Revision b710a078: Merge pull request #463 from phil-davis/master
Add DNS Forwarder option to not forward private reverse lookups Jim Pingle
12:14 PM Revision 0a7985ba: Add DNS Forwarder option to not forward private reverse lookups
Phil Davis
12:11 PM Revision 7bdd28fb: Add DNS Forwarder option to not forward private reverse lookups
Currently, reverse lookups of private IP addresses that are not resolved on the pfSense box itself (e.g. like 192.168... Phil Davis
12:10 PM Revision dcddb2fa: You can have multiple 6rd tunnels now days
Ermal LUÇI
09:34 AM Revision 8d64d6b5: Add Promiscuous Mode Option to Diagnostics Packet Capture Interface
Also fix couple mismatched table cell tags
Some NIC's do not work well if placed into promiscuous mode
N0YB
04:10 AM Revision 2459be50: clean up text a bit, make link more apparent
Chris Buechler
04:06 AM Revision 0f7668fb: DNS servers are optional
Chris Buechler
04:06 AM Revision 9cd89a2d: descr is optional
Chris Buechler

03/05/2013

07:57 PM Revision 1fadb9d1: Remove old ip information even from the tracking interface as well so that track6 config code does not get confused. Fixes #2627
Ermal LUÇI
07:53 PM Revision afe4f2da: Remove old ip information so that track6 config does not get confused. Fixes #2627
Ermal LUÇI
07:30 PM Revision efd60dc4: Merge pull request #461 from ExolonDX/branch_32
Tidy up "wol" widget XHTML Jim Pingle
07:29 PM Revision d4a5f36b: Merge pull request #460 from ExolonDX/branch_31
Tidy up "smart" widget XHTML Jim Pingle
07:29 PM Revision 2686516d: Merge pull request #459 from ExolonDX/branch_30
Tidy up "services" widget XHTML Jim Pingle
07:26 PM Revision e0977d20: Merge pull request #458 from ExolonDX/branch_28
Tidy up "picture" and "rss" widget XHTML Jim Pingle
07:24 PM Revision 23b531c6: Merge pull request #457 from ExolonDX/branch_27
Tidy up "log" widget XHTML Jim Pingle
07:24 PM Revision 8bca8c46: Merge pull request #456 from ExolonDX/branch_26
Tidy up "ipsec" and "load balancer" widgets XHTML Jim Pingle
07:23 PM Revision 800a628e: Merge pull request #455 from ExolonDX/branch_25
Tidy up "gmirror" and "installed packages" widgets XHTML Jim Pingle
07:22 PM Revision 456bae65: Merge pull request #454 from ExolonDX/branch_23
Tidy up "gateways" widgets XHTML Jim Pingle
07:22 PM Revision 6af76e87: Merge pull request #453 from ExolonDX/branch_22
Tidy up "carp_status" widget XHTML Jim Pingle
07:17 PM Revision a038e6b4: Merge pull request #452 from ExolonDX/branch_21
Tidy up "captive portal" widget XHTML Jim Pingle
07:12 PM Revision ebaf7d05: Tidy up "wol" widget XHTML
Added summary to table tag
Added ALT to img tag
Closed IMG tag
Moved nowrap to class definition
Deprecated the ampers...
Colin Fleming
07:07 PM Revision 7aff41fe: Give the rules their own number and swap table numbers to correct statistics gathering.
Ermal LUÇI
07:03 PM Revision 623ee867: Tidy up "smart" widget XHTML
Added a new include file.
Added summart to table tag
Colin Fleming
06:56 PM Revision bb877f44: Tidy up "services" widget XHTML
Added ALT to img tags
Closed off IMG tags
Deprecated the ampersand in HREF tag
Added summary to table tags
Moved nowr...
Colin Fleming
06:38 PM Revision eabce399: Tidy up widget XHTML
Close input tags
Change target _NEW to _BLANK
Add ALT to img tags
Add CDATA sections to scipts.
Changed name in FORM ...
Colin Fleming
06:25 PM Revision 59261d32: Tidy up "log" widget XHTML
Add CDATA section to scripts
Close INPUT tag
Deprecate HTML boolean operators SELECTED and CHECKED
Removed duplicate ...
Colin Fleming
06:15 PM Revision ab28bba4: Tidy up widgets XHTML
Add summary to TABLE tags
Moved nowrap to class definition
Colin Fleming
06:12 PM Revision 8c5a9058: Tidy up widgets XHTML
Added summary to TABLE tags
Closed BR tags
Added alt to IMG tags
Tidied up CDATA section in scritps.
Colin Fleming
05:42 PM Revision 8e4bb27f: Tidy up "gateways" widgets XHTML
Added summary to table tags
Created new INC file to jump from the dashboard to the gateway status
page
Colin Fleming
05:32 PM Revision 7a1f4f1f: Tidy up "carp_status" widget XHTML
Add ALT to img tags
Close img tags
Colin Fleming
05:28 PM Revision 0b1d867b: Tidy up "captive portal" widget XHTML
Depracated the ampersand in HREF
Move nowrap to the class definition.
Colin Fleming
05:18 PM Revision 09644517: Merge pull request #451 from ExolonDX/branch_05
Tidy up "interface status" widget XHTML Jim Pingle
05:16 PM Revision 08fe64a1: Merge pull request #450 from ExolonDX/branch_04
Tidy up "interface_statistics" widgets XHTML Jim Pingle
05:09 PM Revision 44076525: Merge pull request #449 from ExolonDX/branch_03
Tidy up "shortcuts.inc" XHTML Jim Pingle
05:08 PM Revision 319f65ec: Tidy up widget XHTML
Close BR tag
Close INPUT tag
Depcrated ampersand in HREF
Added ALT to img tag
Added close body tag
Added close htm tag
Colin Fleming
05:04 PM Revision 3f716aa6: Merge pull request #448 from ExolonDX/branch_01
Tidy up "system_information" widgets XHTML Jim Pingle
04:58 PM Revision bb1a8946: Tidy up widget XHTML
Removed duplicte TR tag
Move norwap to the class definition.
Colin Fleming
04:52 PM Revision 94fbacae: Tidy up XHTML
Added ALT to img tag Colin Fleming
04:32 PM Revision 9c07440e: Tidy up widgets XHTML
Close BR tag
Add CDATA sections to scripts
HTML width paramter must be a whole number, not a decimal.
Colin Fleming
11:49 AM Revision bcab1b07: Make get_static routes behave correctly with aliases
Ermal LUÇI
11:03 AM Revision 46209e0b: Make sure some value is present here during boot
Ermal LUÇI
10:38 AM Revision 695aa325: Merge pull request #447 from phil-davis/master
DNS Forwarder allow blank forwarding IP address Ermal Luçi
09:46 AM Revision 5f5bd76b: DNS Forwarder example text
It was a bit silly putting the examples inside gettext() calls - they should not be translated to other languages in ... Phil Davis
09:17 AM Revision 4560c2d1: DNS Forwarder allow null forwarding address
dnsmasq allows a blank forwarding IP address to be specified in --server parameters. In that case, dnsmasq will attem... Phil Davis
09:02 AM Revision 6f8679af: DNS Forwarder allow null forwarding address
dnsmasq allows a blank forwarding IP address to be specified in --server parameters. In that case, dnsmasq will attem... Phil Davis

03/04/2013

09:20 PM Revision e82e8700: Merge pull request #446 from un0x/master
Added IE Mobile for WP8 to list of mobile browsers Jim Pingle
07:56 PM Revision 9b64b52d: Use the correct interface number (old code broke for >= 10)
Jim Pingle
07:55 PM Revision 7f078046: Use the correct interface number (old code broke for >= 10)
Jim Pingle
12:57 PM Revision e12ad49f: Save ppp info and realif on interfaces.apply to be able to cleanup old configuration when changing interface type. Fixes #2758
Renato Botelho
12:50 PM Revision 4a735210: Make parent interface and all VLANs use the same MTU. Fixes #2786
Renato Botelho
12:37 PM Revision 74889b22: When adding a new static route, check if network address conflicts with interfaces. It will complement ticket #2852
Renato Botelho
12:08 PM Revision e480d64b: Fix validation of conflict between interface ip address and static routes. Fixes #2852
Renato Botelho
11:30 AM Revision b241b144: Merge pull request #445 from phil-davis/master
Services status widget display 1st sentence of description rbgarga
10:09 AM Revision 41af581e: Services status widget display 1st sentence of description
Some packages (e.g. bandwidthd, dansguardian, HAVP, nmap, squid3...) have a very verbose package description. This is... Phil Davis
09:25 AM Revision 397bff13: Merge pull request #436 from phil-davis/master
Add DynDNS No-IP Free account support Chris Buechler
01:22 AM Revision 672d7e7b: Config file formating:
FIX - Add new line after comment so first option statement is on uncommented line.
Prefix send host-name with tab.
N0YB
01:02 AM Revision 96a7ddb7: Fix GPS lat/lon code to properly convert to the format Google wants for the link.
Jim Pingle

03/03/2013

05:26 PM Revision 8588508a: Merge pull request #444 from mdima/master
Just make the page validate as XHTML Jim Pingle
02:50 PM Revision 84903059: Just make the page validate as XHTML
The only XHTML errors remaining are the ones of the general includes.  Michele Di Maria
 

Also available in: Atom