Project

General

Profile

Activity

From 01/31/2012 to 02/29/2012

02/28/2012

11:03 PM Revision 66a346b4: Fix formatting and move setting back to system.
Erik Fonnesbeck
10:33 PM Revision 970ca1b7: Moved beep option to notifications page
Yehuda Katz
09:45 PM Revision feef287e: Remove obsolete files after gitsync
Erik Fonnesbeck
09:29 PM Revision 6c046206: Merge pull request #59 from Joecowboy/Time-format-change
Time format change Jim Pingle
07:32 PM Revision dfb4dcaa: Allow specifying the branch name after the repository URL for gitsync command-line arguments and remove an unnecessary use of the backtick operator.
Erik Fonnesbeck
07:22 PM Revision 2044cb61: Allow specifying the branch name after the repository URL for gitsync command-line arguments and remove an unnecessary use of the backtick operator.
Erik Fonnesbeck
05:57 PM Revision 0b29093b: Show lagg protocol and member interfaces on Status > Interfaces. Implements #2242
Jim Pingle
05:48 PM Revision ce3da5d2: Show lagg protocol and member interfaces on Status > Interfaces. Implements #2242
Jim Pingle
05:41 PM Revision d63b89af: Fix filename used in check for existence of the uniprocessor kernel to match the one that was being used to extract.
Erik Fonnesbeck
05:14 PM Revision e684290f: Fixup the kernel upgrade code a bit to be safer, and assume SMP in the default case, and also warn if there was a problem. Should fix #1427
Jim Pingle

02/27/2012

11:58 PM Revision 3e139f90: Adding multi-language support to WebGUI
Vinícius Coque
09:51 PM Revision d54353ae: Redirect stderr to stdout on exec.php so errors are visible.
Jim Pingle
08:44 PM Revision bf34d0de: Ticket #2205 - Add prefork setting
Pierre POMES
04:07 PM Revision a7a13168: Add small patch from #466 to make interface names clickable on Interfaces > (assign). Implements #466
Jim Pingle

02/26/2012

09:21 PM Revision 47335ae3: Fix gen_subnetv6_max(), used to display the end of available range in dhcp server ipv6
Pierre POMES
08:31 PM Revision 37459b48: Turn off suhosin in hunt for #2214
Scott Ullrich
08:27 PM Revision 8919256f: Crank up debug logging to help gear up for #2214
Scott Ullrich
09:31 AM Revision bb9d70d2: Fix code that was accidentally replaced with an older version of the code.
Erik Fonnesbeck
08:21 AM Revision d17263ec: Make sure we set the extension dir to wherever our xml.so lives.
Seth Mos
06:20 AM Revision adaa3f75: Commenting those lines out because the form fields are not generated because they are commented out in the code. This fixes javascript error and now will disable all form fields when interface is disabled.
Daniel Rasmussen
04:22 AM Revision 42f74491: Fix comment, unbreak interfaces.inc
Jim Pingle
01:06 AM Revision df321263: need to break out of foreach loop once it finds there is a local time has been selected by any interface of DHCP.
Daniel Rasmussen
12:58 AM Revision ee0f23b4: I now parses the xml tags in the dhcpdv6 to check if an interface for DHCPv6 lease is using local time if not defaults to UTC time.
Daniel Rasmussen
12:38 AM Revision e085eba5: I now parses the xml tags in the dhcpd to check if an interface for DHCP lease is using local time if not defaults to UTC time.
Daniel Rasmussen

02/25/2012

11:18 PM Revision 138208bf: Changed the variable name from timeformtchangev6 to dhcpv6leaseinlocaltime per jim-p request and it will now write the xml dhcpv6leaseinlocaltime in the dhcpv6 sub catagory in the config.xml file.
Daniel Rasmussen
10:57 PM Revision f365fa90: Changed the variable name to dhcpleaseinlocaltime from timeformatchange per jim-p request and moved xml tag into dhcpd.
Daniel Rasmussen
10:35 PM Revision 48fd9e48: removed the timeformate change and putting it in the dhcpd and dhcpdv6 which will be generated by interface code. New XML tags will be <dhcpleaseinlocaltime/> and <dhcpv6leaseinlocaltime/>
Daniel Rasmussen
09:37 PM Revision f426a6fd: Merge pull request #58 from Joecowboy/Time-format-change
Time format change Seth Mos
09:32 PM Revision 468618f0: Added the the choice for DHCPv6 leases of local time over default UTC time.
Daniel Rasmussen
09:29 PM Revision 7d1e0109: Added choice of UTC time or local time for DHCP leases.
Daniel Rasmussen
09:25 PM Revision 7d0ad4ec: Added check box for DHCPv6 lease time to select local time instead of the default UTC time.
Daniel Rasmussen
09:17 PM Revision 6215694a: Added check box for changing from UTC time to local time display on DHCP leases.
Daniel Rasmussen
09:10 PM Revision 293cd289: Added Time format change XML tag for both DHCP and DHCPv6 if you want to use local time instead of UTC for leases.
Daniel Rasmussen
05:52 PM Revision 350471d5: Always configure a link local address when configuring a carp with a IPv6 address.
Seth Mos
04:12 PM Revision a3de8b9e: Ticket #1917: fix typos, fix domain-search for dhcpv6
Pierre POMES
12:46 PM Revision f55b6cbb: Write out a default router file for the srd interface
Seth Mos
12:32 PM Revision d500e296: Adding gateway support for 6rd support, does not add route yet.
Adds to ticket #2117 Seth Mos
11:46 AM Revision 12215bfb: Update the interfaces.php for 6rd support, reflects variable changes
Adds to ticket #2117 Seth Mos
11:43 AM Revision 3f383504: Add 6rd backend code support, adds rules for proto 41 traffic for 6rd on WAN so that the tunnel works.
Adds to ticket #2117 Seth Mos

02/24/2012

03:56 AM Revision 42a3cbab: Ticket #1917 - DHCP server support for multiple domains in search list
Pierre POMES
01:06 AM Revision c04237e9: Carry over the key length on input errors when creating a certificate signing request. Ticket #2233
Erik Fonnesbeck
01:00 AM Revision b805ef90: Carry over the key length on input errors when creating a certificate signing request. Fixes #2233
Erik Fonnesbeck

02/23/2012

09:24 PM Revision d3a2337a: While we're at it, allow hostnames for syslog servers, since that is also valid.
Jim Pingle
07:32 PM Revision 310a7a05: Change case of "NOTE" for consistency with the pages for the other tabs.
Erik Fonnesbeck
07:23 PM Revision 0b84b200: Change case of "NOTE" for consistency with other pages and fix a misspelling.
Erik Fonnesbeck
04:37 PM Revision e34a7abb: Reformat syslog settings, cleanup whitespace, reword some awkward English, add more detail.
Jim Pingle
03:53 PM Revision 8d2a614b: Put the end of code marker :)
Ermal LUÇI
03:53 PM Revision 4a8a90ff: Allow users to enter a port number when adding a remote syslog server.
Jim Pingle
01:48 PM Revision 7be46353: If no rules are defined on the floating rules tab, show a more relevant message.
Jim Pingle
01:36 PM Revision a86c158d: Make the reboot time estimate a little more realisitic.
Jim Pingle
11:06 AM Revision b738cea7: Missed removing the function from here as well
Warren Baker
08:35 AM Revision 4b0e8c91: No need for extra function and touching of file, just set the value and use grep from XML to determine to beep or not
Warren Baker
05:37 AM Revision a2263f0c: Merge pull request #56 from yakatz/beep
Option to disable startup/shutdown sounds Chris Buechler
04:17 AM Revision 5e4d70a0: Option to disable startup/shutdown sounds
Yehuda Katz
01:15 AM Revision 1b9c5e4d: Merge pull request #55 from yakatz/dyndns
Fixing existing DynDNS force-update feature. Redmine bug #2228 Scott Ullrich
01:02 AM Revision f3b2b2a4: Fixing existing DynDNS force-update feature. Redmine bug #2228
Yehuda Katz

02/22/2012

07:43 PM Revision 3a12bcc4: For nat reflection inetd rules, udp/dgram requires wait, instead of nowait/0. Might help with UDP reflection.
Jim Pingle
07:26 PM Revision 40ce0d68: For nat reflection inetd rules, udp/dgram requires wait, instead of nowait/0. Might help with UDP reflection.
Jim Pingle
12:01 PM Revision f581cb10: only skip adding default gateway if OLSR is actually enabled, and log why you're skipping it, otherwise it's tons of "fun" to dig in and figure out what's going on.
Chris Buechler
11:22 AM Revision ced52898: only skip adding default gateway if OLSR is actually enabled, and log why you're skipping it, otherwise it's tons of "fun" to dig in and figure out what's going on.
Chris Buechler

02/21/2012

10:42 AM Revision 055e182f: Don't add the description either when the condition is not met, in case other required fields are later added.
Erik Fonnesbeck
08:04 AM Revision 2481045f: Merge pull request #54 from jeandebogue/patch-2
Remove the -S $SRCIP to ping and added a timeout. Seth Mos
07:55 AM Revision d4e37b2e: Remove the -S $SRCIP to ping and added a timeout.
jeandebogue
07:52 AM Revision fad0e014: Update usr/local/bin/ping_hosts.sh
jeandebogue
07:04 AM Revision b9ee8686: Revert "Remove the -S $SRCIP to ping and added a timeout."
This is functionality that can not be removed to properly keep VPN tunnels alive.
This reverts commit d4e37b2edd51cc...
Seth Mos
05:32 AM Revision 1d50d8d9: ARP table is singular
Chris Buechler
05:31 AM Revision e6ec6b25: ARP table is singular
Chris Buechler

02/20/2012

09:34 PM Revision 0e354866: Use PHP's built-in RFC 2822 date format, rather than trying to make our own.
Jim Pingle
09:33 PM Revision 4582ef41: Use PHP's built-in RFC 2822 date format, rather than trying to make our own.
Jim Pingle
01:55 PM Revision 9beeae5a: Rather use -c to check for line count, we then dont have to deal with extra whitespaces
Warren Baker
02:46 AM Revision 206aa9fc: Ticket #2205 - Add input validation, keep same logic as 2.0.1 and abore for default values
Pierre POMES
12:25 AM Revision 259f606e: Ticket #2205 - Main logic for relayd global settings screen, still need to add stuff (input validation, etc) before closing ticket
Pierre POMES

02/18/2012

07:39 PM Revision cb2d0164: Add missing ;
Scott Ullrich
06:33 PM Revision f4782390: Merge pull request #51 from Joecowboy/master
Fix for White Space causing an error with Wifi Mode Scott Ullrich
06:25 PM Revision ebc2ee61: A friend of mine was having the same issue that was stated in another pull request with the explode function and white space. So when you commit changes on WLAN would throw and error stating MODE must have SSID set. Dropped the explode function all together, initialized the array first and then pushed the SSID onto the array if Mode is set to Access in your wireless configuration. No more Mode set issue. :D
Daniel Rasmussen

02/15/2012

03:42 PM Revision e32805d9: Merge pull request #49 from yakatz/master
2038 bug in user manager Seth Mos
02:57 AM Revision 37129ab8: Ticket #2157. Add missing call to relayd_configure()
Pierre POMES
01:29 AM Revision 4d148b59: Convert strtotime() to DateTime object to fix 2038 roll-over issue.
Yehuda Katz

02/14/2012

06:53 PM Revision eaf23c17: Add button to download a .p12 of a cert+key. Implements #2147
Jim Pingle
06:52 PM Revision be065c25: Add button to download a .p12 of a cert+key. Implements #2147
Jim Pingle
06:03 PM Revision a5a483e0: Reject an interface without a subnet as a network source in the IPsec Phase 2 GUI. Fixes ticket #2201
Jim Pingle
06:02 PM Revision d8ee5cfe: Reject an interface without a subnet as a network source in the IPsec Phase 2 GUI. Fixes ticket #2201
Jim Pingle
05:32 PM Revision cf0a2714: Don't let an empty subnet into racoon.conf, it can cause parse errors. Ticket #2201
Jim Pingle
05:00 PM Revision 50e6e274: Don't let an empty subnet into racoon.conf, it can cause parse errors. Ticket #2201
Jim Pingle

02/13/2012

08:07 PM Revision 009685b8: Fix reference to PPTP secondary RADIUS server shared secret.
See http://forum.pfsense.org/index.php/topic,46103.0/topicseen.html Jim Pingle
08:06 PM Revision 846a6dc2: Fix reference to PPTP secondary RADIUS server shared secret.
See http://forum.pfsense.org/index.php/topic,46103.0/topicseen.html Jim Pingle
07:47 PM Revision 02de5c07: Correct checking if a gif is part of bridge so that it actually works correctly adding a gif after having created it on bootup
Ermal LUÇI
07:47 PM Revision ae0dde65: Correct checking if a gif is part of bridge so that it actually works correctly adding a gif after having created it on bootup
Ermal LUÇI

02/11/2012

05:09 AM Revision c93b202d: Change to embed to prevent IE9 from misbehaving. Ticket #2165
Erik Fonnesbeck

02/10/2012

07:49 PM Revision 0c1f27ff: Correct disconnection of macs
Ermal LUÇI

02/08/2012

09:04 PM Revision 10fb17c1: Resolves #2052. Remove duplicate rule
Ermal LUÇI
09:03 PM Revision c92fb4c4: Resolves #2052. Remove duplicate rule
Ermal LUÇI
12:08 PM Revision 09f638b6: Make sure to pass the string, not the array
Seth Mos
11:54 AM Revision 51c57aae: Perform actual 128 bit operations to make sure we get the math right.
Seth Mos
07:59 AM Revision fa3ee91d: Another try to eliminate the warning 'PHP Warning: Cannot modify header information - headers already sent by (output started at /etc/inc/authgui.inc:201) in /usr/local/www/guiconfig.inc on line 47'
Ermal LUÇI
07:59 AM Revision 9252d093: Another try to eliminate the warning 'PHP Warning: Cannot modify header information - headers already sent by (output started at /etc/inc/authgui.inc:201) in /usr/local/www/guiconfig.inc on line 47'
Ermal LUÇI
06:38 AM Revision c58715af: Change to embed to prevent IE9 from misbehaving. Ticket #2165
Erik Fonnesbeck
05:32 AM Revision c28fae2f: Revert "Check if a session already exists to avoid errors issued by php on sesion_start being called on existing session"
This reverts commit 9b2de7e2a6afab31e1a62ac8d54435975a22a9a7. Erik Fonnesbeck

02/07/2012

08:35 PM Revision 9b2de7e2: Check if a session already exists to avoid errors issued by php on sesion_start being called on existing session
Ermal LUÇI
08:26 PM Revision 2890cae5: Fixes #2082. Actually just correct the log to display the correct information
Ermal LUÇI
08:24 PM Revision fbdc4b56: Fixes #2082. Actually just correct the log to display the correct information
Ermal LUÇI
08:20 PM Revision 443abb31: Fixes #2082. Correct checking of existing session to take into consideration when possible/needed the mac address
Ermal LUÇI
08:19 PM Revision 843a6fe2: Fixes #2082. Correct checking of existing session to take into consideration when possible/needed the mac address
Ermal LUÇI
08:01 PM Revision 5c0d5003: Correct field name
Ermal LUÇI
07:06 PM Revision 67e73dcd: Fixes #1999. Upgrade bvoucher config as well during CP upgrade to multi-instance
Ermal LUÇI
04:30 PM Revision c7fc14a1: Since the CARP interface name changed to vip, devd needs to follow that change as well.
Jim Pingle
04:29 PM Revision 125a1098: Since the CARP interface name changed to vip, devd needs to follow that change as well.
Jim Pingle

02/06/2012

04:12 PM Revision 8b320242: Unset previously set voucher sync information
Ermal LUÇI
04:10 PM Revision 2720e1ce: Unset previously set voucher sync information
Ermal LUÇI

02/04/2012

11:41 AM Revision 530b980c: Add nat rule if the target is in a subnet handled by a static route whose gateway is in the interface's subnet. Ticket #2163
Erik Fonnesbeck
11:41 AM Revision aa8d9918: Add static route subnets if their gateway is within the source subnet for the nat rule. Ticket #2163
Erik Fonnesbeck
11:14 AM Revision b9f637a7: Add nat rule if the target is in a subnet handled by a static route whose gateway is in the interface's subnet. Ticket #2163
Erik Fonnesbeck
09:30 AM Revision 1716682b: Add static route subnets if their gateway is within the source subnet for the nat rule. Ticket #2163
Erik Fonnesbeck
08:12 AM Revision 467a0304: Use the specific IP for NAT IP in filter_generate_reflection_nat to prevent a condition with multiple subnets on the same interface where replies get sent to the wrong IP.
Erik Fonnesbeck
08:07 AM Revision bf443dfe: Use the specific IP for NAT IP in filter_generate_reflection_nat to prevent a condition with multiple subnets on the same interface where replies get sent to the wrong IP.
Erik Fonnesbeck
05:53 AM Revision 459bb026: correct branches in gitsync
Chris Buechler

02/03/2012

08:28 PM Revision a748b372: Rename function and use variable
Warren Baker
08:24 PM Revision 5a7e41e6: Add builder binary
Warren Baker
08:23 PM Revision 8ff4e4d4: Support for configuring the configuring Unbound service
Warren Baker
12:03 AM Revision 317b7e43: Revert "Combine RTT and Loss so that IPV6 addresses do not cause spillage into other widgets." - until I find the code that does ajax as well.
This reverts commit 1d09d6dbcd80546aec7bc3a91d3c862b00662662. Scott Ullrich

02/02/2012

11:58 PM Revision 1d09d6db: Combine RTT and Loss so that IPV6 addresses do not cause spillage into other widgets.
Scott Ullrich
04:20 PM Revision 6fbe0168: If the sticky option is changed, restart relayd. Fixes #2157
Jim Pingle
03:12 PM Revision eb7454c4: Don't use $pconfig in widgets, it has unintended side effects.
Jim Pingle
03:11 PM Revision 1bd549c4: Don't use $pconfig in widgets, it has unintended side effects.
Jim Pingle

02/01/2012

09:53 PM Revision f33030aa: PPTP upgrade needs to declare $config a global.
Jim Pingle
09:52 PM Revision 5bcb312a: PPTP upgrade needs to declare $config a global.
Jim Pingle
08:33 PM Revision 6bc32273: Merge pull request #45 from namezero111111/patch-11
Wireless client config should allow blank SSID (resubmit, fixed blank li... Jim Pingle
08:29 PM Revision cb3c3fe4: Wireless client config should allow blank SSID (resubmit, fixed blank lines)
Andy I.
06:28 PM Revision de5aec97: If the old bindlan option is there, assume the lan interface for binding.
Jim Pingle
06:28 PM Revision c82b2c3f: Change SNMP binding option to work on any eligible interface/VIP. Fixes #2158
Jim Pingle
06:27 PM Revision bc146558: If the old bindlan option is there, assume the lan interface for binding.
Jim Pingle
06:23 PM Revision 18d4d360: Change SNMP binding option to work on any eligible interface/VIP. Fixes #2158
Jim Pingle
05:58 PM Revision d835ffc8: Also write out the rules that caused the problem to ease troubleshooting.
Warren Baker
12:36 PM Revision dd576193: Add code that expresses the default gateway calculated from the broker address.
The stf adapter was correctly setup from the WAN IPv4 address apparently
Adds to ticket #2117
Seth Mos
11:36 AM Revision f87ccbed: Add more backend code to calculate the 6RD broker IPv6 address from the IPv4 broker address.
Adds to ticket #2117 Seth Mos

01/31/2012

07:06 PM Revision 7a58a4ca: Only do foreach on the p2's if it's actually an array.
Jim Pingle
07:04 PM Revision a11df336: Only do foreach on the p2's if it's actually an array.
Jim Pingle
 

Also available in: Atom