Project

General

Profile

Activity

From 04/05/2010 to 05/04/2010

05/04/2010

11:27 PM Revision 1c826e48: Remove "pfSense nat bouncing" entries from the service ports list.
Erik Fonnesbeck
11:24 PM Revision 0bf53f55: Remove note about reflection being skipped on large port ranges.
Erik Fonnesbeck
11:20 PM Revision df66409b: Removed unused NAT reflection timeout setting.
Erik Fonnesbeck
11:14 PM Revision 9015e152: Remove the old reflection implementation and prepare for the new one.
Erik Fonnesbeck
11:09 PM Bug #543: IP alias input validation problem
It probably really doesn't make sense to add a VIP IP alias on an interface configured without an IP. So the solution... Chris Buechler
02:04 PM Bug #543: IP alias input validation problem
I am not sure if there is a solution to this.
I investigated on providing a fix for this but otherwise it will break...
Ermal Luçi
10:02 PM Revision f3c5638e: Put all of these lines in the block under this condition and remove the irrelevant comment.
Erik Fonnesbeck
05:40 PM pfSense Packages Bug #448 (Feedback): dnscache is not starting
This is already committed. Ermal Luçi
05:30 PM Bug #491 (Feedback): Dynamic DNS upgrade code not working
It was there just it wasn't working because 'dyndns' now i considered as a member of an array.
Ermal Luçi
05:24 PM Bug #535 (Feedback): Layer 7 - Error when deleting L7 rules group
Ermal Luçi
04:22 PM Bug #459: ip2long (and possibly others) return bogus values on 64 bit
Sorry wrong link.
I can't find the right one now, but 32-bit will return signed int, and 64-bit will return unsigned...
Yehuda Katz
04:16 PM Bug #459: ip2long (and possibly others) return bogus values on 64 bit
This should have been fixed in the PHP5 source as of last April (2009).
If the issue is still there, maybe a bug rep...
Yehuda Katz
01:03 PM Bug #459: ip2long (and possibly others) return bogus values on 64 bit
As noted by someone on the mailing list, this also affects input validation on things such as the DHCP server that ju... Jim Pingle
04:10 PM Revision 34a3694b: Fix displaying the Enable/Disable checkbox. Previously after a save button click it will show the old saved value.
Ermal LUÇI
04:02 PM Todo #506: Bring back unequal route-to balancing
A quick before-and-after from one scenario, load balanced WAN and OPT1 where WAN was weighted 3 in the old style.
Be...
Jim Pingle
03:57 PM Revision 96cbc5aa: Fix displaying the Enable/Disable checkbox. Previously after a save button click it will show the old saved value.
Ermal LUÇI
03:03 PM Bug #541: Missing binaries on 64 bit
dnsmasq and dhcpleases should both be fixed now Scott Ullrich
12:11 PM Bug #560 (Resolved): loader.conf is empty after a firmware update.
Looks like the latest fix from Scott is good:
https://rcs.pfsense.org/projects/pfsense-tools/repos/mainline/commit...
Jim Pingle
01:11 AM Bug #560: loader.conf is empty after a firmware update.
Would we not need /boot/loader /boot/loader.rc and /boot/loader.4th - especially over a base OS version upgrade?
I...
Jim Pingle
01:02 AM Bug #560 (Feedback): loader.conf is empty after a firmware update.
should be resolved by:
https://rcs.pfsense.org/projects/pfsense-tools/repos/mainline/commits/7bd58f242717f23919756b...
Chris Buechler
11:12 AM Revision 1cfa0465: Merge commit 'mainline/master'
Carlos Eduardo Ramos
10:56 AM Revision 156a7868: Add a gitsync option for reverting to the commit used when building the image.
Erik Fonnesbeck
10:27 AM Revision e31c90fc: Ticket #491. Fix upgrade code. Since dyndns is considered and array item it failed with previous code. Use index of 0 since 1.2.x does not have multiple entries.
Ermal LUÇI
10:19 AM Revision 9fdfdc5b: When 'No RDR' is set, skip some code that does not apply.
Erik Fonnesbeck
09:44 AM Revision 8ea2f022: This check is no longer needed here.
Erik Fonnesbeck
09:42 AM Revision 6735f23a: Return if not a supported protocol for reflection.
Erik Fonnesbeck
09:39 AM Revision bb37dc86: Ticket #535. Correct from where we get the port number.
Ermal LUÇI
09:37 AM Revision db843ceb: 'pass' is not valid with 'no rdr'
Erik Fonnesbeck
09:32 AM Bug #570 (Resolved): When "No RDR" is checked on a port forward, hide fields that do not apply.
When "No RDR" is checked on a port forward; Redirect target IP, Redirect target port, and Filter rule association hav... Erik Fonnesbeck
09:11 AM Revision f28e13de: Skip code for generating inetd.conf entries when 'no rdr' is used.
Erik Fonnesbeck
08:35 AM Revision 42809b4a: Use "PPPs" as the new Tab name in Interfaces -> Assign. Rename files and update affected files.
Also, add upgrade_config function 062_to_063. Marcus Brown
07:26 AM Bug #449: OpenVPN died when PPPOE link came up with a different IP.
There might be issues with restarting openvpn.
Maybe a sleep should be introduced somewhere!
Ermal Luçi
07:15 AM Bug #567 (Feedback): Firewall's hostname gets multiple hosts entries
Ermal Luçi
07:13 AM Revision e3495c34: Modify reflection code to avoid having duplicate rule generation code for when the protocol is different.
Erik Fonnesbeck
06:35 AM Revision 8659bc21: Reflection can have side effects unexpected to the user with rules using any for destination address, so change any to the interface subnet for reflection rules, which should be closer to the desired behavior in most cases but without the side effect.
Erik Fonnesbeck
05:39 AM Revision 13b37be2: Use the same destination address and port in reflection rules as is used in the port forward's main rule.
Erik Fonnesbeck
05:20 AM Revision 1a3d911e: In reflection rules, fix the end of the port range in port range forwards.
Erik Fonnesbeck
05:06 AM Bug #569 (Closed): deleting L7 container error
duplicate of #535 Chris Buechler
05:05 AM Bug #569 (Closed): deleting L7 container error
while deleting L7 containers, this error occurs
Fatal error: Call to a member function GetRPort() on a non-object ...
Bipin Chandra
04:57 AM Revision 6785f06a: add Logs tab
Chris Buechler
02:05 AM Revision c6bfc426: Move the reflection enabled check out of filter_generate_reflection, so this function can be used elsewhere regardless of the system setting for it (in preparation for reflection support on 1:1 NAT mappings).
Erik Fonnesbeck
12:51 AM Bug #568: firewall rules advanced clean up
Having the PHP output javascript for unhiding them when the conditions are met might be the best way to do this. Whe... Erik Fonnesbeck
12:27 AM Bug #434: xmlparse.inc should not call die
Lorenz: I would vote for config.lib.inc
Scott Ullrich

05/03/2010

10:22 PM Revision e5995f9d: Ticket #567. Create an entry on hosts file with the ip address of lan or the first inerface ip without a gateway if lan is not present.
Ermal LUÇI
09:26 PM Revision b6fe3414: Fix more inconsistent capitalization.
Jim Pingle
08:29 PM Revision a4973f08: Fix punctuation.
Jim Pingle
06:43 PM Revision 18f8f9a3: Fix some inconsistent capitalization on labels
Jim Pingle
06:14 PM Revision d5ae560d: Ticket #565. Correct deleting passthru mac entries. revert back to always allow a passthru mac as with allowed ips. Remove the check during login for passthru mac entries they will never make it to the login page.
Ermal LUÇI
05:45 PM Bug #562 (Feedback): Pass-through MAC bandwidth limits not working
PAtched. Ermal Luçi
05:43 PM Revision b01792a0: Ticket #566. Reimplement the allowed ips keeping previous funcitonality and improving by adding a both direction. The problem with previous commit is that it always assumes that allowed ip address would have a pipe configured and entires without one would just get dropped.
Ermal LUÇI
05:43 PM Bug #565 (Feedback): Deleting pass-through MAC doesn't apply changes
Ermal Luçi
02:14 PM Bug #566 (Feedback): captive portal IP bypass issues
Ermal Luçi
12:55 PM Revision 8a0b4f14: Adding missing gettext() calls
Vinicius Coque
12:49 PM Revision 456e7c76: Removing invalid string from code
Vinicius Coque
12:38 PM Revision 5be999d3: Merge remote branch 'mainline/master'
Conflicts:
usr/local/www/system_gateway_groups.php
usr/local/www/system_gateway_groups_edit.php
...
Vinicius Coque
10:30 AM Bug #511: pkg_generate_rules
Hey Chris
Chris Buechler wrote:
> Warren: can you confirm if this is now fixed for the scenario you could replica...
Warren Baker
10:25 AM Bug #511: pkg_generate_rules
Hey Chris
Chris Buechler wrote:
> Warren: can you confirm if this is now fixed for the scenario you could replica...
Warren Baker

05/02/2010

08:23 PM Revision 7133ab35: Various fixes for handling of ports in port forwards.
- Removed unused $srcport variable.
- Moved setting the $protocol variable to after setting the ports, so it can
cl...
Erik Fonnesbeck
07:52 PM Bug #433 (New): layer7 not blocking anything
doesn't appear to matter what you put into a L7 config, it doesn't work. Easy test: create one that blocks HTTP, kill... Chris Buechler
07:45 PM Bug #568 (Resolved): firewall rules advanced clean up
The new advanced hiding, and splitting the screen into two parts, really messes up working with rules with advanced o... Chris Buechler
07:37 PM Feature #56 (Resolved): VAP code
this is working fine. May be some edge case issues, can open tickets later if any are found. Chris Buechler
07:35 PM Bug #542 (Resolved): when schedule time expires, the rules skippied give error in systemlog
not doing that for me anymore, looks to be fixed Chris Buechler
07:13 PM Bug #567 (Resolved): Firewall's hostname gets multiple hosts entries
In /etc/hosts, the firewall's hostname is entered once for each interface IP. This leaves you with a round robin DNS ... Chris Buechler
06:52 PM Bug #566 (Resolved): captive portal IP bypass issues
A few issues here.
1) It no longer works. Adding a rule with keep-state fixes it, such as:
allow ip from any to...
Chris Buechler
06:20 PM Bug #565 (Resolved): Deleting pass-through MAC doesn't apply changes
After deleting a pass-through MAC entry and applying changes, the pass-through isn't actually removed until you click... Chris Buechler
10:21 AM Revision 4818f161: Moving reflection's interface listing code to its own function, for use in future NAT reflection improvements.
Erik Fonnesbeck
09:39 AM Revision de77ffdb: Code to save data on a per port(bandwidth, mtu, mru, etc.) basis is working.
Marcus Brown
09:22 AM Feature #13: wireless page to have option to select transmit and receive antennas
all that i can say is when tx and rx antenna r set to 0 and diversity off then i get much better signal strength in f... Bipin Chandra
06:35 AM Feature #13: wireless page to have option to select transmit and receive antennas
I'm fairly sure 0 does mean auto on those sysctl settings, so that's what should be labeled auto if this setting is e... Erik Fonnesbeck
02:22 AM Feature #13: wireless page to have option to select transmit and receive antennas
mine is a atheros 5414 chipset but BSD reports it as 5413 due to drivers Bipin Chandra
02:17 AM Feature #13: wireless page to have option to select transmit and receive antennas
from one of mine (Atheros 5413)
# athstats
297648 data frames received
388321 data frames transmit
4570 ...
Chris Buechler
01:44 AM Feature #13: wireless page to have option to select transmit and receive antennas
$ athstats
3605891 data frames received
133799 data frames transmit
2900 short on-chip tx retries
47625 ...
Bipin Chandra
08:38 AM Revision 414e21e0: Fix a check for "any" in port forwards.
Erik Fonnesbeck
08:09 AM Revision 6fcc9db6: Merge branch 'master' of http://gitweb.pfsense.org/pfsense/mainline into mlppp
Marcus Brown
08:08 AM Revision 44d57a2b: Merge branch 'master' of http://gitweb.pfsense.org/pfsense/mainline into mlppp
Marcus Brown
08:03 AM Revision d123e3bd: Make script files for getting ppp connection uptime executable.
Marcus Brown
08:00 AM Revision c9797064: Working on javascript for bandwidth, mtu, mru inputs on mlppp gui.
Marcus Brown
07:36 AM Revision 0acae2a0: Add a note about the regulatory domain and cards that have an unrecognized default.
Erik Fonnesbeck
06:51 AM Revision f4094f0d: Display some extra information about the available wireless channels.
Erik Fonnesbeck
02:24 AM Bug #511: pkg_generate_rules
Warren: can you confirm if this is now fixed for the scenario you could replicate? Chris Buechler

05/01/2010

08:39 PM Feature #13: wireless page to have option to select transmit and receive antennas
Other than the sysctl values, what does athstats say about antennas on your card?
By the way, I've found on a syst...
Erik Fonnesbeck
07:39 PM Revision 4b85f096: properly create auto AON rules for PPTP, PPPoE, L2TP and OpenVPN
Chris Buechler
07:27 PM Revision 4f529aa8: fix "Invalid argument supplied for foreach"
Chris Buechler
04:43 PM Bug #558 (Resolved): Dynamic gateways are not saved/edited properly
This seems to work fine now for me. Jim Pingle
04:40 PM Bug #559 (Resolved): Dynamic gateways are not used properly in groups
Ermal's fix works great. Dynamic gateways make it into groups fine and no longer cause the rules to fail. Jim Pingle
03:41 PM Bug #406 (Resolved): OpenVPN tunnel network should be automatically added for Outbound NAT
https://rcs.pfsense.org/projects/pfsense/repos/mainline/commits/4b85f09622889a4a6665e55a61bcf732da8d1bd2 Chris Buechler
03:22 PM Bug #535 (New): Layer 7 - Error when deleting L7 rules group
Deleting L7 group now results in the above fatal error. Chris Buechler
01:29 PM Bug #563 (Rejected): pfsense tracert disappears when gateway is set in a specific rule
that's how pf's route-to functions, it's not a bug. Chris Buechler
11:55 AM Bug #563 (Rejected): pfsense tracert disappears when gateway is set in a specific rule
Hi,
situation:
pfsense: 192.168.99.1/192.168.98.2
pc: 192.168.99.2
gateway: 192.168.98.1
if there is a rule ...
L J
06:59 AM Revision 77eddca8: fix display of PARP VIP ranges. Resolves #386
Chris Buechler
06:03 AM Revision 8788e899: add double click to edit
Chris Buechler
05:57 AM Revision 0d13b2e2: fix text
Chris Buechler
05:50 AM Revision d535ab71: fix up text
Chris Buechler
05:44 AM Revision 687b5432: fix up text
Chris Buechler
04:38 AM Revision 9291bf44: Fix up javascript and add id # to interfaces_mlppp page.
Marcus Brown
04:14 AM Bug #426 (Resolved): DNS server list not overriden by DHCP/PPP on WAN with PPPoE
fixed Chris Buechler
03:53 AM Feature #411 (Resolved): Regulatory domain and country settings for wireless
looks to work fine, thanks! Chris Buechler
03:43 AM Bug #116 (Resolved): Carp and Captive portal don't work together
this works. it redirects to the interface IP rather than the CARP IP, but that should be irrelevant. Chris Buechler
03:32 AM Bug #231 (Resolved): carp_input: packet received on non-carp interface log flooding
Chris Buechler
03:29 AM Bug #259 (Resolved): When disabling a dhcp interface, dhclient is not stopped
fixed Chris Buechler
03:25 AM Bug #471 (Resolved): Un-assigning VLAN parent interface makes VLANs stop working
fixed, thanks Chris Buechler
03:24 AM Bug #441 (Resolved): Can't set loss rate in limiter
Chris Buechler
03:21 AM Bug #525 (Resolved): Schedule rules outside of time show incorrect note
fixed, thanks Chris Buechler
03:16 AM Bug #487 (Resolved): PPP does not auto-reconnect
Chris Buechler
03:14 AM Bug #517 (Resolved): Do not check gateway within interface's IP subnet for dynamic gateways
fixed Chris Buechler
03:10 AM Bug #540 (Resolved): PPPoE Reconnect Issues
Chris Buechler
03:09 AM Bug #539 (Resolved): inet.flowtable flooding systemlog
Chris Buechler
03:05 AM Bug #386 (Resolved): Proxy ARP range does not show all usable IPs
Applied in changeset commit:"77eddca8aeabefab83130ec073241a6018026410". Chris Buechler
02:49 AM Bug #386 (New): Proxy ARP range does not show all usable IPs
still a problem Chris Buechler
02:27 AM Bug #470 (Resolved): Captive portal on VLANs bypassed when parent interface is assigned
This is fixed, nice work! Parent interface assigned now works fine with captive portal on only VLANs. Chris Buechler
02:10 AM Bug #562 (Resolved): Pass-through MAC bandwidth limits not working
The global bandwidth limiting is working fine, but the pass-through MAC and IP limits are not functional (traffic pas... Chris Buechler
12:57 AM Todo #506: Bring back unequal route-to balancing
And I'm not sure if we'd want to keep this ticket open or start a new one for the upgrade code to migrate from the ol... Jim Pingle
12:55 AM Todo #506: Bring back unequal route-to balancing
This is working great for me now.
I set a weight of 1 on my DSL (PPPoE, 3Mbit), and 3 on cable (DHCP, 10Mbit), and ...
Jim Pingle
12:22 AM Bug #543 (New): IP alias input validation problem
Sent you a config to replicate it. Chris Buechler

04/30/2010

11:53 PM Bug #551 (Resolved): Proxy ARP does not work (choparp won't launch)
fixed, and it works. Chris Buechler
09:44 PM Revision fe538f56: Save gateway data when weight changes on dynamic gateways.
Ermal LUÇI
09:39 PM Revision cbdcd188: Remove debugging leftover.
Ermal LUÇI
09:34 PM Revision ca54b8a7: Unset the gateway from the rules before removing it from the array.
Ermal LUÇI
09:29 PM Revision f78302e8: Add gateways validation code before deleteing. This prevents footshooting especially with Gateway Groups.
Ermal LUÇI
08:41 PM Revision ec313443: Remove check that prevented bugs from happening. Now all code paths are safe from this.
Ermal LUÇI
08:40 PM Revision 7d9eef10: Remove unused function.
Ermal LUÇI
08:22 PM Revision 7bed8222: Ticket #506. Correctly save dynamic gateways extra parameters.
Ermal LUÇI
07:47 PM Revision 0307f351: Show descriptive name not the internal used one.
Ermal LUÇI
07:36 PM Revision c8e495a3: Use correct gateway name instead of the descriptive ones to adapt to dynamic gateways which use the interface name not the interface description as a reference. While here do not use history.back for cancel button but redirect to the groups page directly.
Ermal LUÇI
07:10 PM Revision 5ab8e250: Show the source options on port forwards if they are not at the defaults.
Erik Fonnesbeck
06:18 PM Revision 743ce9f8: Add upgrade code for values of "Interface address" and "any" for the external address of port forwards. Ticket #561
Erik Fonnesbeck
06:07 PM Revision a457e739: Initialize variable properly, it fixes #557
Renato Botelho
04:25 PM Revision fb5e6dcc: Unbreak this. Seems it needs to be filter for the rules to work.
Ermal LUÇI
04:24 PM Bug #558 (Feedback): Dynamic gateways are not saved/edited properly
Patched. Ermal Luçi
01:30 PM Bug #558 (Resolved): Dynamic gateways are not saved/edited properly
Editing a dynamic gateway still does not work as it should. Here are a few notes:
1. Checking the default box resu...
Jim Pingle
04:23 PM Bug #559 (Feedback): Dynamic gateways are not used properly in groups
This was resolved in commits. Ermal Luçi
01:32 PM Bug #559 (Resolved): Dynamic gateways are not used properly in groups
You can pick a dynamic gateway as part of a gateway group, but it does not make it into /tmp/rules.debug.
Because...
Jim Pingle
04:23 PM Todo #506 (Feedback): Bring back unequal route-to balancing
Ermal Luçi
01:22 PM Todo #506 (New): Bring back unequal route-to balancing
This seems to work correctly for static gateways, and copies of dynamic gateways, but does not work for actual dynami... Jim Pingle
09:54 AM Todo #506 (Feedback): Bring back unequal route-to balancing
Implemented in https://rcs.pfsense.org/projects/pfsense/repos/mainline/commits/5f53260a2da559c71a5de91dc5c6a332e664b2... Ermal Luçi
04:15 PM Revision 1f877c94: Make sure package rules are last. As the way they are coded they will null out entire rulesets. More work is needed to make them 2.0 comliant but for now this is enough.
Ermal LUÇI
03:45 PM Bug #491: Dynamic DNS upgrade code not working
Here's some before-and-after config clippings for this. Looks like we may just need to move the <dyndns> entry as-is ... Jim Pingle
02:50 PM Revision 9bfa3d47: Actually minimum weight is 1.
Ermal LUÇI
02:32 PM Revision 5f53260a: Allow for each gateway a weight to be choosen if the gateway has to be used in Gateway groups. This will create that many entries in the route-to statement as the weight says.
Ermal LUÇI
02:22 PM Bug #561 (Feedback): Destination address for upgraded port forward is incorrect
It should be correct now, but it needs testing and I am unable to test it at the moment. Erik Fonnesbeck
01:48 PM Bug #561 (Resolved): Destination address for upgraded port forward is incorrect
When a NAT port forward is upgraded from 1.2.3 to 2.0, its destination address is not upgraded correctly, or displaye... Jim Pingle
02:13 PM Revision 93458966: Removed gettext call
Carlos Eduardo Ramos
02:11 PM Bug #557: Editing or duplicating port forward loses external port range for "other" ports.
Fix confirmed. It works properly now. Jim Pingle
02:10 PM Bug #557 (Resolved): Editing or duplicating port forward loses external port range for "other" ports.
Applied in changeset commit:"a457e739f9764d51aada8c3bd3ac4efd943aac9c". Anonymous
01:48 PM Bug #557: Editing or duplicating port forward loses external port range for "other" ports.
Confirmed on newly created rules. Only seems to happen if you leave source at the defaults. Erik Fonnesbeck
01:36 PM Bug #557: Editing or duplicating port forward loses external port range for "other" ports.
The rules were upgraded from a 1.2.3 config. Jim Pingle
01:16 PM Bug #557 (Resolved): Editing or duplicating port forward loses external port range for "other" ports.
When you edit or duplicate a port forward entry that uses an "other" port and not one found in the drop-down list, th... Jim Pingle
02:10 PM Revision e13bfff1: Add gettext call
Carlos Eduardo Ramos
02:01 PM Revision 4af9c6a2: Adding gettext() call
Vinicius Coque
01:53 PM Revision bfb0b9dc: Adding gettext() calls
Vinicius Coque
01:35 PM Bug #560 (Resolved): loader.conf is empty after a firmware update.
On a full install the default /boot/loader.conf contains:... Jim Pingle
01:15 PM Revision 34563021: Fix gettext issues
Carlos Eduardo Ramos
01:13 PM Revision 2b33f342: add gettext() calls on missing places
Renato Botelho
01:11 PM Bug #449 (New): OpenVPN died when PPPOE link came up with a different IP.
I am running last night's snapshot and gitsync'd to current code as of this update.
OpenVPN connections are not bei...
Jim Pingle
01:02 PM Revision f49a012c: gettext fixes
Renato Botelho
12:25 PM Revision 5b1dcebf: Fixing multiline gettext()
Vinicius Coque
12:06 PM Revision 2c955e0a: Fix gettext issues
Carlos Eduardo Ramos
11:34 AM Revision 955cdb26: Fix gettext issues
Carlos Eduardo Ramos
11:22 AM Revision 05f3ffa4: Ticket #8. Delete states after link fails down.
Ermal LUÇI
11:08 AM Revision 4e480d21: Merge remote branch 'mainline/master'
Renato Botelho
11:05 AM Revision c8aa6bdd: gettext cannot deal with string concatenation
Renato Botelho
09:21 AM Revision 2595abeb: Pull javascript out of mlppp_edit page into a separate file.
Marcus Brown
09:05 AM Revision badbe349: Fix up code to make ppp work again with new interface naming structure.
New interface naming for all PPP (point to point) links is that interfaces
in the ppps config section will be numbere...
Marcus Brown
06:29 AM Feature #8 (Feedback): Clear states after failover
Seems the pfctl -b on ppp-linkdown has been lost in the history.
I putted back so it should be ok even in PPP links ...
Ermal Luçi
04:27 AM Revision 897eb11d: show IP as well as gateway name on interfaces.php
Chris Buechler
04:25 AM Revision 3a78180e: show gateway IP as well as name
Chris Buechler
04:18 AM Revision 189ceb32: show gateway IP in addition to name
Chris Buechler
12:10 AM Revision 48a458d2: Use nobind for OVPN client when no local port and/or no local interface is requested. Ticket #282
Pierre POMES

04/29/2010

11:45 PM Bug #282 (Resolved): OVPN, --nobind and --local port conflict
fixed, thanks! Chris Buechler
08:11 PM Bug #282 (Feedback): OVPN, --nobind and --local port conflict
Fix commited. Pierre POMES
09:01 PM Revision 723f1761: this is no longer true thanks to eri's route-to from localhost based on src IP.
Chris Buechler
08:22 PM Revision f6c2ad64: Fix gettext issues
Carlos Eduardo Ramos
07:20 PM Revision ad5b5f61: Fix gettext()
Renato Botelho
07:10 PM Revision 29645da6: Fix gettext issues
Carlos Eduardo Ramos
07:05 PM Bug #553 (Resolved): OpenVPN missing "Dynamic IP" checkbox in 2.0
I added this back into both places last night. Jim Pingle
07:00 PM Revision 6e707e77: Adding gettext()
Vinicius Coque
06:44 PM Revision 9dce16d4: Merge branch 'master' of git@rcs.pfsense.org:pfsense/bluepex-clone
Carlos Eduardo Ramos
06:42 PM Revision c395a830: Fix gettext issues
Carlos Eduardo Ramos
06:06 PM Revision 10b0fac2: Fix whitespace
Renato Botelho
05:56 PM Revision d0a00ec9: Removing tab character
Vinicius Coque
05:55 PM Feature #8 (New): Clear states after failover
sounds like a suitable work around. Also please report back how pfctl -b works for you Dan, it hasn't been tested muc... Chris Buechler
05:52 PM Feature #8: Clear states after failover

Here is what I have found out: the code that runs in delete_states_for_down_gateways() is not working correctly, a...
Dan Swartzendruber
05:53 PM Revision f0d1af93: Fix gettext issues
Carlos Eduardo Ramos
05:32 PM Revision 0e94685b: Fix gettext issues
Renato Botelho
05:29 PM pfSense Packages Feature #556 (Resolved): siproxd: add carp virtual IPs as interface candidates
The XML / GUI for the siproxd package allows any of the vlans and interfaces to fill be chosen as inbound and outboun... Harry Coin
05:18 PM Revision 4d473c89: Fixing gettext() on multiline strings
Vinicius Coque
05:17 PM Bug #449: OpenVPN died when PPPOE link came up with a different IP.
Doesn't seem to restart any longer on DHCP renewal when the IP hasn't changed (snapshot April 28th). - BlackB1rd -
04:44 PM Revision ab3ebf88: Generate gateways as macros and then just substitute them during the rules. This allows optimizations and features as repeating the same gateway more than one to be done.
Ermal LUÇI
04:12 PM Revision 95bd5c86: Always generate macros so ruleset does not fail even when the gateway has no members.
Ermal LUÇI
03:21 PM Revision 33d72c67: Reload gateway groups when changing them.
Ermal LUÇI
01:54 PM Revision 9a1e70df: Reviewing gettext()
Carlos Eduardo Ramos
01:37 PM Revision 0897ff7b: Implement gettext()
Renato Botelho
01:34 PM Revision e2b23632: Remove commented out code.
Marcus Brown
01:31 PM Revision e6ffcfbd: Reviewing gettext()
Carlos Eduardo Ramos
01:26 PM Revision c86e8f76: Removed PPP config numbering scheme. Completed PPPX assignment updates in interfaces_assign page.
Now PPP assignment to friendly interface works on Interfaces Assign page, including graceful handling
of deleting int...
Marcus Brown
01:23 PM Revision 6ae5a092: Merge branch 'master' of rcs.pfsense.org:pfsense/bluepex-clone
Vinicius Coque
01:23 PM Revision f65227b9: Implementing gettext()
Vinicius Coque
01:17 PM Revision c8536f7d: Implementing gettext()
Carlos Eduardo Ramos
01:11 PM Bug #316: Serial console on full installs drops to shell
Note: you may need to re-save the settings on System: Advanced: Admin Access to get the corrected line in /etc/ttys a... Erik Fonnesbeck
12:23 AM Bug #316 (Feedback): Serial console on full installs drops to shell
Erik Fonnesbeck
11:51 AM Bug #555 (Resolved): Certificate Revocation List (CRL) missing from Certificate Manager
There is no place in the 2.0 GUI to handle certificate revocation. The best fit seems to be in the Certificate Manage... Jim Pingle
11:50 AM Revision 67a7861e: Merge branch 'master' into gettext
Renato Botelho
11:40 AM Revision 5e4f894b: Merge remote branch 'mainline/master'
Renato Botelho
11:27 AM Revision 59ecde49: Improve NAT Port Forwarding
New features available are:
* Now you can disable a rule
* You can define "no rdr" rules
* Source type, address and p...
Renato Botelho
11:14 AM Revision 0f65d53e: Merge branch 'master' into gettext
Renato Botelho
11:13 AM Revision bae53989: Fix indent
Renato Botelho
11:09 AM Revision 5a5fcf02: Merge branch 'master' into gettext
Renato Botelho
11:08 AM Revision 274ba00f: Merge branch 'master' of rcs.pfsense.org:pfsense/bluepex-clone
Renato Botelho
11:07 AM Revision 649bc342: Merge branch 'master' into gettext
Renato Botelho
11:06 AM Revision 5961c5c6: Merge remote branch 'mainline/master'
Renato Botelho
10:34 AM Revision 7d35ed78: Create rules for openvpn/l2tp/pppoe/pptp when switching to manual outbound nat so the user can do less work.
Ermal LUÇI
10:00 AM Revision 932364e7: Default to and display the last used repository URL in gitsync.
Erik Fonnesbeck
09:02 AM Revision b6964228: Add gitsync support for merging from other repositories.
Erik Fonnesbeck
08:59 AM Revision ecac770c: Allow gitsync to properly switch branches or repositories. Resolves #523
Erik Fonnesbeck
08:50 AM Revision 5a7d04bf: Resolves #554. Correct path to tftp-proxy.
Ermal LUÇI
08:19 AM Revision e27fe834: Fix text for consistency.
Erik Fonnesbeck
08:13 AM Bug #465: Description input validation too strict
It also might work to encode the characters using HTML and depend on the web browser to decode the text, instead of h... Erik Fonnesbeck
08:08 AM Bug #465: Description input validation too strict
That may be too harsh. Having those descriptions be readable in the config.xml is a large benefit, IMHO. Jim Pingle
06:52 AM Bug #465 (Feedback): Description input validation too strict
We can encode all description fields with base64 so no problems should arise.
Agreed?
Ermal Luçi
05:41 AM Bug #406 (Feedback): OpenVPN tunnel network should be automatically added for Outbound NAT
https://rcs.pfsense.org/projects/pfsense/repos/mainline/commits/7d35ed789061a755127ac4b2dde533c30e4bdee1 Ermal Luçi
05:10 AM Bug #523 (Resolved): gitsync to custom URL doesn't work with existing checkout
Applied in changeset commit:"ecac770c1a1faa0a4be31e7d45f0e51b765f4d59". Erik Fonnesbeck
04:11 AM Revision fd946c7e: The console menu does not show if the terminal type is not cons25 - not sure why. Changed to cons25 to allow the menu to work on the serial console when enabling it through the web GUI. Ticket #316
Erik Fonnesbeck
04:00 AM Bug #554 (Resolved): tftp-proxy binary missing
Applied in changeset commit:"5a7d04bf55989cf8cb23c793084285e861b28fae". Ermal Luçi
03:17 AM Revision c3c2fd20: Merge branch 'master' into gettext
Resolved conflicts:
usr/local/www/system_advanced_firewall.php
usr/local/www/system_routes.php
...
Erik Fonnesbeck
03:10 AM Revision 1364604b: Merge remote branch 'mainline/master'
Erik Fonnesbeck
02:36 AM Revision 01dcf2b3: properly show TFTP enabled interfaces
Chris Buechler
01:54 AM Revision 8b666514: Fix OpenVPN upgrade code for lzo compression. Resolves #280, mentioned also in Ticket #482.
Jim Pingle
01:38 AM Revision dfa11031: Fix apparent typo in IPsec upgrade code which broke the user_fqdn identity type.
Jim Pingle
01:17 AM Revision 93c745f6: touch up text
Chris Buechler
12:49 AM Revision 9605d06f: Restore select_source value correctly
Scott Ullrich

04/28/2010

11:17 PM Revision a529aced: Ticket #507. Do not remove all static routes to readd them back. The change will never delete a rule but define the action to be taken on it, either add or change a present route. Be consinstent on gateways allowed to be selected as destinations for static routes, including dynamic gateways.
Ermal LUÇI
10:28 PM Revision df6df70f: Add dynamic IP option to OpenVPN wizard.
Jim Pingle
10:24 PM Bug #554 (Resolved): tftp-proxy binary missing
The tftp-proxy binary does not exist in snapshots. Chris Buechler
09:55 PM Bug #280 (Resolved): 1.2.3 -> 2.0 OVPN LZO Setting does not transfer over.
Applied in changeset commit:"8b666514fc616b34b8128dc69eac0998f577301d". Anonymous
09:20 PM Bug #528 (Resolved): route-to on traffic from localhost breaks connectivity to WAN subnets
fixed Chris Buechler
09:20 PM Bug #79 (Resolved): DNSMasq removed ISC-DHCP Log parsing. Need to write a replacement
Chris Buechler
09:19 PM Revision 599d5c62: Fix description
Jim Pingle
09:18 PM Bug #18 (Resolved): Link loss can cause multi-WAN difficulties
Chris Buechler
09:17 PM Bug #378 (Resolved): session timeout in user manager
fixed Chris Buechler
09:17 PM Revision 65ff8497: Add back Dynamic IP checkbox for OpenVPN Servers.
Jim Pingle
09:14 PM Bug #443 (Resolved): Notifications HELO uses IP rather than FQDN
Chris Buechler
09:13 PM Bug #475: L2TP is not functional in the way users will expect
clarifying ticket, it does actually work, but not the way most people are going to expect. Chris Buechler
09:05 PM Bug #285 (New): Dashboard widget settings not being saved
traffic graph widget refresh interval still not working Chris Buechler
09:01 PM Bug #483 (Resolved): PHP missing bcmath
fixed Chris Buechler
08:48 PM Bug #498 (Resolved): OpenVPN client export download doesn't work in IE
Chris Buechler
08:48 PM Bug #340 (Resolved): EasyRule call to undefined function
Chris Buechler
08:46 PM Bug #474 (Resolved): Disabled OpenVPN servers still run
fixed Chris Buechler
08:28 PM Revision 39c0be7b: Fixing gettext implementation
Vinicius Coque
07:34 PM Revision b7596b80: add ')' at end line 149
Carlos Eduardo Ramos
07:17 PM Bug #507 (Feedback): system_routing_configure should not delete and re-add all routes
Ermal Luçi
06:22 PM Revision 9c09c2c6: Reviewing gettext()
Carlos Eduardo Ramos
06:15 PM Revision d238d430: Remove {} between variable since it's out of the string
Renato Botelho
06:13 PM Revision 798f6ea3: Use printf() for string that need to print variables
Renato Botelho
06:13 PM Revision 8492fd30: Merge branch 'gettext' of rcs.pfsense.org:pfsense/bluepex-clone into gettext
Vinicius Coque
06:12 PM Revision 1409c8d1: Implementing gettext()
Vinicius Coque
06:10 PM Revision 89f0ac4c: Implement gettext()
Renato Botelho
06:05 PM Revision 90521a27: Reviewing gettext()
Carlos Eduardo Ramos
06:00 PM Revision a7242c88: Implement gettext()
Carlos Eduardo Ramos
05:53 PM Revision 9a758f4c: Implementing gettext()
Vinicius Coque
05:52 PM Revision 57d90db6: Merge branch 'gettext' of rcs.pfsense.org:pfsense/bluepex-clone into gettext
Vinicius Coque
05:52 PM Revision 3d573b8c: Implementing gettext()
Vinicius Coque
05:33 PM Revision 499fea07: Implement gettext()
Carlos Eduardo Ramos
05:27 PM Revision 92936289: Implement gettext()
Carlos Eduardo Ramos
05:13 PM Revision f2a0ebed: Merge branch 'gettext' of git@rcs.pfsense.org:pfsense/bluepex-clone into gettext
Carlos Eduardo Ramos
05:10 PM Revision b4fd804b: Reviewing gettext()
Carlos Eduardo Ramos
05:03 PM Revision 6d78607d: fix indent
Renato Botelho
05:00 PM Revision 79501c4b: Implement gettext()
Renato Botelho
04:51 PM Revision 257705ca: Implement gettext()
Renato Botelho
04:44 PM Revision 683c26cf: Fixing gettext() implementation
Vinicius Coque
04:33 PM Revision 39452267: Merge branch 'gettext' of rcs.pfsense.org:pfsense/bluepex-clone into gettext
Vinicius Coque
04:33 PM Revision 9db4beef: Reviewing gettext() implementation
Vinicius Coque
04:22 PM Bug #553: OpenVPN missing "Dynamic IP" checkbox in 2.0
Also need to remember to add it back into the wizard. Jim Pingle
04:18 PM Bug #553 (Resolved): OpenVPN missing "Dynamic IP" checkbox in 2.0
The OpenVPN GUI code in 2.0 seems to be missing the Dynamic IP checkbox that is present on 1.2.3.
The code is stil...
Jim Pingle
04:17 PM Revision 76d49f20: Use array instead of explode for reqdfieldsn to fit it better with gettext() calls
Renato Botelho
04:14 PM Revision ed2e2c47: Reviewing gettext()
Carlos Eduardo Ramos
03:59 PM Revision 40fb81a1: Reviewing gettext()
Carlos Eduardo Ramos
03:45 PM Revision 38fb1109: Fixing gettext() implementation for required fields
Vinicius Coque
03:12 PM Revision 91a5b98a: Implement PPP config numbering scheme. Deleting a PPPx config doesn't renumber
the other config sections, but saving a new or existing config renumbers all
config sections. Update interfaces_assig...
Marcus Brown
02:43 PM Bug #551 (Feedback): Proxy ARP does not work (choparp won't launch)
Seems builder had compiled something different of choparp.
Recompiled the port and it seemed ok. It does not seem ...
Ermal Luçi
02:02 PM Revision e2f0ac59: Implementing gettext()
Carlos Eduardo Ramos
01:55 PM Revision b79454a7: Reviewing gettext() implementation
Carlos Eduardo Ramos
01:27 PM Revision dde169d9: Removing unnecessary gettext()
Vinicius Coque
12:38 PM Revision c3c68a70: Implementing gettext()
Vinicius Coque
12:33 PM Revision 223bbfb9: Merge branch 'gettext' of rcs.pfsense.org:pfsense/bluepex-clone into gettext
Vinicius Coque
12:32 PM Revision bbf825ab: Implementing gettext()
Vinicius Coque
12:09 PM Revision 39589fbc: Implement gettext()
Carlos Eduardo Ramos
11:55 AM Revision 5ce9ae67: Merge branch 'gettext' of rcs.pfsense.org:pfsense/bluepex-clone into gettext
Vinicius Coque
11:55 AM Revision 181b29ca: Reviewing gettext() implementation
Vinicius Coque
11:48 AM Revision 169e0008: Review gettext implementation
Carlos Eduardo Ramos
11:43 AM Revision cc8aa7db: Fixing gettext() call
Vinicius Coque
11:36 AM Revision 573439f1: Implementing gettext(0
Vinicius Coque
11:24 AM Revision 6bf77f38: Removing unnecessary gettext()
Vinicius Coque
11:22 AM Revision df152a88: Implement gettext()
Carlos Eduardo Ramos
11:19 AM Revision 36a0f816: Merge branch 'master' into gettext
Renato Botelho
11:18 AM Revision edc7a281: Merge remote branch 'mainline/master'
Renato Botelho
10:59 AM Bug #282: OVPN, --nobind and --local port conflict
Yeah you're right, it doesn't add them both anymore. Though there is still a problem, if you select a particular non-... Chris Buechler
09:05 AM Bug #282: OVPN, --nobind and --local port conflict
As you can see in my screenshot, "WAN" is used as interface for OpenVPN (I added this feature in ticket #69).
- Fr...
Pierre POMES
12:44 AM Revision 8fb49e83: Fix typo in comment
Pierre POMES

04/27/2010

11:32 PM Revision 4f6a5e6a: Update (C) to 2010
Scott Ullrich
11:15 PM Bug #282: OVPN, --nobind and --local port conflict
You probably have "any" specified as the interface, it has to be one of the specific interfaces or a VIP to add the l... Chris Buechler
10:10 PM Bug #282: OVPN, --nobind and --local port conflict
Strange, I just upgraded to the lastest snapshot (April, 27th), and I still see that "local" is omitted and "nobind" ... Pierre POMES
09:20 PM Bug #282: OVPN, --nobind and --local port conflict
Yeah I saw exactly that code when I was looking at it last, 5 days ago. It's not doing what you think it should from ... Chris Buechler
08:50 PM Bug #282: OVPN, --nobind and --local port conflict
Ok, I just did the test in the meanwhile.
I think you are using an old snapshot ? Actually, since March 12th, wh...
Pierre POMES
08:44 PM Bug #282: OVPN, --nobind and --local port conflict
This is referring to 'local', not 'lport'. Where lport is defined, nobind is never specified (as in the code snippet ... Chris Buechler
08:16 PM Bug #282: OVPN, --nobind and --local port conflict
Hi,
Just to clarify, are we talking about "local" directive (bind to a given IP) or "lport" (bind to a given port,...
Pierre POMES
09:43 PM Revision 2d181b70: Fix IE downloading with HTTPS
Jim Pingle
09:31 PM Revision fa4a331f: Ticket #471. Bring up the removed/unassigned interface correctly if it is parent to other interfaces, as vlans.
Ermal LUÇI
08:50 PM Revision 461c0a1a: Ticket #449. Actually save something to read back.
Ermal LUÇI
08:47 PM Revision 40655051: Ticket #449. Bring back the check if there is really an ip change on interface event. This avoids reloading openvpn and other sevices when actually there is no change.
Ermal LUÇI
08:37 PM Revision 24a1f963: Ticket #540. Do not require VJ compression with todays link speeds it pessimizes more than helps.
Ermal LUÇI
08:26 PM Revision 79eaddf4: Fix : for translations
Renato Botelho
08:20 PM Revision 198afa09: Implementing gettext()
Vinicius Coque
08:17 PM Revision 51ecb99e: Added wrong removed spaces
Renato Botelho
08:11 PM Revision 1b99764b: Merge branch 'gettext' of rcs.pfsense.org:pfsense/bluepex-clone into gettext
Vinicius Coque
08:11 PM Revision a2927ebf: Implementing gettext()
Vinicius Coque
08:09 PM Revision f8513409: Implement gettext()
Carlos Eduardo Ramos
08:06 PM Revision a6d8feb6: Remove extra space
Renato Botelho
07:56 PM Revision 00d01f78: Separate string and '\n' to make it easier to translators
Renato Botelho
07:50 PM Revision 259159e0: Add a missing gettext() call
Renato Botelho
07:10 PM Revision 8395f51e: Implement gettext()
Carlos Eduardo Ramos
06:54 PM Revision a53e451b: Implement gettext()
Carlos Eduardo Ramos
06:51 PM Revision c70a6be8: Fix wizard form field padding on other themes also
Jim Pingle
06:43 PM Revision 0a6fe301: Fix form field padding on wizards to match other areas.
Jim Pingle
06:25 PM Revision f0d1edc9: Implement gettext()
Carlos Eduardo Ramos
05:58 PM Revision 95b97dd1: Add first revision of rewritten OpenVPN status widget to 2.0 resolves #496.
Jim Pingle
05:56 PM Revision 18464b74: Implement gettext()
Carlos Eduardo Ramos
05:47 PM Bug #498 (Feedback): OpenVPN client export download doesn't work in IE
I committed a fix for this, I am now able to download in both IE and FF when using HTTPS. Jim Pingle
05:41 PM Bug #464: Problems with setup wizard
1 should be fixed by jimp commit to pfsense-ng theme. Ermal Luçi
05:40 PM Revision 4134b5e6: Reviewing gettext()
Carlos Eduardo Ramos
05:37 PM Bug #470 (Feedback): Captive portal on VLANs bypassed when parent interface is assigned
Please test the latest snapshots. Ermal Luçi
05:32 PM Bug #471 (Feedback): Un-assigning VLAN parent interface makes VLANs stop working
Ermal Luçi
05:15 PM Revision 53663f57: Move these functions to a more central location. Part of ticket #496
Jim Pingle
05:07 PM Revision e64aa6f8: Reviewing gettext()
Carlos Eduardo Ramos
04:51 PM Bug #449 (Feedback): OpenVPN died when PPPOE link came up with a different IP.
Ermal Luçi
04:44 PM Bug #536: apinger at times fails to touch filter_dirty
Don't know how related it is (with the work around), but in a multi wan setup with failover groups.
If wan fails api...
Perry Mason
04:37 PM Bug #540 (Feedback): PPPoE Reconnect Issues
Ermal Luçi
01:03 AM Bug #540: PPPoE Reconnect Issues
requesting ermal to apply this patch so i can get rid of my pppoe reconnect issue as manually editing the mpd conf fi... Bipin Chandra
04:35 PM Revision 443ddf6f: Reviewing gettext()
Carlos Eduardo Ramos
04:33 PM Bug #231 (Feedback): carp_input: packet received on non-carp interface log flooding
Ermal Luçi
04:26 PM Bug #542 (Feedback): when schedule time expires, the rules skippied give error in systemlog
Ermal Luçi
04:18 PM Revision c6d1c7de: Ticket #517. Fix saving of monitorip in dynamic interface cases.
Ermal LUÇI
04:16 PM Bug #551 (New): Proxy ARP does not work (choparp won't launch)
I did apply settings, doesn't launch it. Even a reboot doesn't launch it. In the past it would always launch from the... Chris Buechler
10:13 AM Bug #551 (Feedback): Proxy ARP does not work (choparp won't launch)
You need to click 'apply settings' so choparp starts.
It does not go into background it seems that is why it stays...
Ermal Luçi
03:49 PM Revision 82b15b70: Implement gettext()
Carlos Eduardo Ramos
03:41 PM Revision a26412f2: Merge branch 'master' into gettext
Renato Botelho
03:39 PM Revision 5e02b57b: Merge remote branch 'mainline/master'
Renato Botelho
03:35 PM Revision eb01fcec: Ticket #525. Correct message shown for a schedule now that the behviour has changed.
Ermal LUÇI
03:26 PM Revision 0172c431: Actually correctly handle editing of vips with index 0.
Ermal LUÇI
02:55 PM Revision 7a938f1b: Ticket #389. Correctly make the ldap object picker work and handle various errors.
Ermal LUÇI
02:08 PM Revision b567f589: Ticket #378. Correct text to reflect the allowed 0 value.
Ermal LUÇI
02:07 PM Revision 02647583: Ticket #378. Correctly handle a timeout of 0 to mean never timeout.
Ermal LUÇI
01:51 PM Revision a1cab2c7: Ticket #474. Properly check for disabled openvpn configs.
Ermal LUÇI
01:35 PM Revision 5ad0cbee: Implement gettext()
Carlos Eduardo Ramos
01:08 PM Revision e454bcd3: Rwviewing gettext()
Vinicius Coque
01:07 PM Revision 267c28ab: Adding gettext() to save button
Vinicius Coque
01:03 PM Bug #552: OpenDNS dynamic dns update does not work
Forgot to say this is on 2.0 Beta snapshot "2.0-BETA1
built on Tue Apr 13 19:26:36 EDT 2010".
Anonymous
12:30 PM Bug #552 (Resolved): OpenDNS dynamic dns update does not work
Update of OpenDNS dynamic dns does not work, updates are rejected with error php: /services_dyndns_edit.php: phpDynDN... Anonymous
12:52 PM Revision e51ed1e9: Reviewing gettext()
Vinicius Coque
12:49 PM Revision f77911f1: Merge branch 'gettext' of rcs.pfsense.org:pfsense/bluepex-clone into gettext
Vinicius Coque
12:48 PM Revision d9950d29: Reviewing gettext()
Vinicius Coque
12:43 PM Revision 7465d12c: Implement gettext()
Carlos Eduardo Ramos
12:30 PM Revision bca12a76: Reviewing gettext()
Vinicius Coque
12:19 PM Revision cf9331b3: Add missing gettext() call
Renato Botelho
12:15 PM Revision f3f2277c: Merge branch 'master' into gettext
Renato Botelho
12:03 PM Revision 2648fa63: Automatically select destination as $Interface address when Interface is changed just for new rules, or, if previous rule has already the combination interface + interface address selected
Renato Botelho
11:41 AM Revision cb11b71e: Merge branch 'master' into gettext
Renato Botelho
11:41 AM Revision be28a8c0: Merge remote branch 'mainline/master'
Renato Botelho
11:30 AM Revision ca72c3f5: Implement gettext()
Carlos Eduardo Ramos
11:25 AM Revision 0648c968: Silence and correct command that tries to kill a previous running ipfw-classifyd command.
Ermal LUÇI
11:24 AM Bug #517 (Feedback): Do not check gateway within interface's IP subnet for dynamic gateways
I fixed a problem of saving the monitor ip to the correct place in config.
Otherwise i was unable to reproduce this....
Ermal Luçi
11:10 AM Revision df5da531: Missed curly.
Ermal LUÇI
11:08 AM Revision b7729cee: Do not error out when trying to delete an unexisting package. Just display an error message.
Ermal LUÇI
10:40 AM Bug #525 (Feedback): Schedule rules outside of time show incorrect note
Ermal Luçi
10:32 AM Bug #543 (Feedback): IP alias input validation problem
I cannot reproduce this on latest snapshots. Ermal Luçi
10:04 AM Bug #535: Layer 7 - Error when deleting L7 rules group
Ive tested again and I get the following error appears when I delete an l7 group.... Abdsalem Chaoui
06:31 AM Bug #535 (Feedback): Layer 7 - Error when deleting L7 rules group
Patched try next snapshot Ermal Luçi
10:01 AM Bug #389 (Feedback): "LDAP Authentication container" Select doesn't work until after Save
Ermal Luçi
09:32 AM Revision 047ae6ab: Revert "Push all work on mlppp to the interfaces_ppp_edit and interfaces_ppp pages."
This reverts commit 258f1ca439af24026849e15f8dbfc558be0e1ef3.
Actually, not ready to do this yet.
Marcus Brown
09:18 AM Bug #467 (Feedback): Unable to use active FTP via second gateway
Can you please try latest snapshots and report back if the same situation persists?
There have been fixes merged w...
Ermal Luçi
09:14 AM Bug #378 (Feedback): session timeout in user manager
Ermal Luçi
08:57 AM Bug #474 (Feedback): Disabled OpenVPN servers still run
Ermal Luçi
08:53 AM Revision 258f1ca4: Push all work on mlppp to the interfaces_ppp_edit and interfaces_ppp pages.
Marcus Brown
08:49 AM pfSense Packages Bug #537: Recent RELENG_8 STABLE version breaks AutoConfigBackup pkg
This is an issue in how it was coded in php.
Probably needs more info on which script uses it?!
Ermal Luçi
05:57 AM Bug #433 (Feedback): layer7 not blocking anything
It should be ok on latest snapshots.
Otherwise please attach a traffic trace.
Ermal Luçi
04:38 AM Revision db3829e1: Add binding support for row helper drop downs
Scott Ullrich
04:06 AM Revision 9f65abbf: Allow mapping a select drop down to any area of config.xml
Scott Ullrich

04/26/2010

08:02 PM Revision 1b4f376d: Addin gettext functions do system::firmware
Vinicius Coque
07:57 PM Revision 51e4f7a3: Addin gettext to page title
Vinicius Coque
07:33 PM Revision e066fe07: Fix test to not penalized variable value of 0.
Ermal LUÇI
07:26 PM Revision ec6b31f5: Merge branch 'master' into gettext
Renato Botelho
07:22 PM Revision fac4562e: Merge remote branch 'mainline/master'
Renato Botelho
07:22 PM Revision 573e8df2: Remove option 'any' from Destination Port Range
Renato Botelho
07:10 PM Revision 1eacdc8a: Implement gettext()
Carlos Eduardo Ramos
06:41 PM Bug #551 (Resolved): Proxy ARP does not work (choparp won't launch)
Adding PARP VIPs doesn't launch choparp. When trying to do so manually it just hangs forever without returning anythi... Chris Buechler
05:48 PM pfSense Packages Bug #550 (Closed): "Frickin" 2.0 package does not install properly.
I am using pfsense 2.0-BETA1 built on Fri Apr 16 15:35:27 EDT 2010 FreeBSD 8.0-STABLE. I downloaded and installed "Fr... Alan Brown
04:21 PM Revision ca23c2f8: Implement gettext()
Renato Botelho
03:43 PM Bug #549 (Resolved): VIP configuration changes.
The code present in 2.0 assumes that apply button will be clicked for every operation done on the VIP entry, so it wi... Ermal Luçi
02:13 PM Revision a37753d7: Gettext for System::Cert manager
Vinicius Coque
02:13 PM Revision 1324ebaf: Mark this just informative textarea as readonly
Renato Botelho
01:06 PM Bug #548 (New): Inconsistent DHCP behavior when renumbering LAN
And apparently I'm much too quick on the trigger today. The DHCP settings are a problem even when the LAN IP does cha... Jim Pingle
01:00 PM Bug #548 (Closed): Inconsistent DHCP behavior when renumbering LAN
This has nothing to do with DHCP. I'm trying to track down/reproduce the real cause of the problem (changing the LAN ... Jim Pingle
12:31 PM Bug #548: Inconsistent DHCP behavior when renumbering LAN
Actually it appears as though this may be due to the fact that when you change the LAN IP, it doesn't actually update... Jim Pingle
12:26 PM Bug #548 (Resolved): Inconsistent DHCP behavior when renumbering LAN
When you change the LAN IP in the GUI, the note says to change the DHCP settings before applying. However, when you t... Jim Pingle
12:44 PM Revision ec0d9bef: no rdr rules shouldon't have ->, take care of nat reflection rules either
Renato Botelho
12:00 PM Revision a94ee3fa: Merge remote branch 'mainline/master'
Renato Botelho
12:18 AM Revision 67d5b508: correctly go to interface for edit bogons/rfc1918
Chris Buechler

04/25/2010

11:18 PM pfSense Packages Bug #547 (Resolved): Snort rules drop down only works in Firefox
The drop down on snort_rules.php only changes pages in Firefox. A similar issue on firewall_rules.php and other pages... Chris Buechler
12:12 PM pfSense Packages Bug #546 (Resolved): [PATCH] TinyDNS does not register static DHCP leases
TinyDNS does not register static DHCP leases.
Patch:...
Henrik Kaare Poulsen
08:20 AM Revision c8efb628: Use the source address/ports and nordr parameter with reflection redirects as well.
Erik Fonnesbeck
04:04 AM Revision 0534d60a: temporary work around for ticket #536
Chris Buechler
02:36 AM Revision a73f50e2: add note about 1:1s and interface IPs
Chris Buechler
02:25 AM Revision 81a24277: remove unnecessary input validation checks
Chris Buechler
02:16 AM Revision e05b5278: remove this check, the WAN IP can be used in binat now with no problems
Chris Buechler

04/24/2010

11:31 PM Revision 7d7992cd: remove this check here too, though it doesn't do anything as it's checking against non-existent ipaddr
Chris Buechler
11:13 PM Todo #544 (Resolved): Restore locking
Locking needs to be tested and re-enabled if fixed, or fixed in FreeBSD/PHP if not.
this is the commit to be reve...
Chris Buechler
11:04 PM Revision ee8c3889: remove bunk input validation
Chris Buechler
06:39 PM Bug #543 (Resolved): IP alias input validation problem
When you have an interface with IP "none" configured, and have an IP alias on that interface, after adding the IP ali... Chris Buechler
01:55 AM Bug #542 (Resolved): when schedule time expires, the rules skippied give error in systemlog
suppose if a few rules use a schedule and when in schedule, its fine but when that time expires, those rules r skippi... Bipin Chandra

04/23/2010

10:51 PM Bug #541 (Resolved): Missing binaries on 64 bit
dnsmasq and dhcpleases (possibly others?) are missing from 64 bit snapshots. Chris Buechler
10:40 PM Bug #449 (New): OpenVPN died when PPPOE link came up with a different IP.
This fix is excessive and causes different problems. It now restarts OpenVPN after every DHCP renewal (and probably P... Chris Buechler
06:21 PM Bug #538: Installer is broken with recent RELENG_8 snapshot
Log from installation. Notice the "bad magic".
BSD Installer started
DFUI connection on tcp:9999 successfully e...
Scott Ullrich
04:51 PM pfSense Packages Bug #514: dnscache does not start after reboot; but starts after "save" on GUI
Any news or comments on this issue? Henrik Kaare Poulsen
04:49 PM Bug #444: All mounts should be noatime
Any news or comments on this issue? Henrik Kaare Poulsen
04:37 PM Revision 3d1e7c67: Merge remote branch 'mainline/master'
Renato Botelho
04:28 PM Revision 1b8048a1: Fix perms
jim-p
04:19 PM Revision 2b5f276f: Improve NanoBSD slice updating/changing a bit, add some error checking. Resolves #534.
Jim Pingle
03:25 PM Bug #494: Additional DHCP options lost on input errors
The code that copies the numbered options into $pconfig is inside of a block that is only entered if (!$input_errors)... Jim Pingle
02:17 PM Bug #441 (Feedback): Can't set loss rate in limiter
This should work ok now. Ermal Luçi
02:05 PM Bug #406: OpenVPN tunnel network should be automatically added for Outbound NAT
PPPoE/PPTP/L2TP/IPSec Ermal Luçi
02:05 PM Revision 08fd5444: Relocate some NanoBSD functions to a central place. Change NanoBSD diagnostics and system info widget to use the new code. Ticket #533 and some prerequisite parts of Ticket #534.
Jim Pingle
12:39 PM Todo #533 (Resolved): Improve NanoBSD slice info on Dashboard
If the boot slice has been changed on Diagnostics > NanoBSD, it is now shown on the System Info widget. Jim Pingle
12:25 PM Todo #534 (Resolved): Script to change NanoBSD slice from console
Applied in changeset commit:"2b5f276f8766b7085d8b6ec54b21b6db7554a355". Anonymous
08:17 AM Revision 8ec7b3e0: Well there was a reason for this being returned out. Ticket #539.
Ermal LUÇI
04:46 AM Bug #540 (Resolved): PPPoE Reconnect Issues
http://forum.pfsense.org/index.php/topic,24554.0.html
shouldnt line 2199 as well as 2349 both be
set ipcp no vjcomp
Bipin Chandra
03:23 AM Bug #539 (Feedback): inet.flowtable flooding systemlog
Thanks for reminding. Ermal Luçi
02:33 AM Bug #539 (Resolved): inet.flowtable flooding systemlog
i keep getting this in systemlog and sometimes there is a flood of them
php: : The command '/sbin/sysctl net.inet....
Bipin Chandra

04/22/2010

09:15 PM Revision c4e0fc8b: Remove all code for directions it is not needed any more on passthrough ip's.
Ermal LUÇI
09:08 PM Revision c10ea0a1: Add missing ;
Ermal LUÇI
06:20 PM Bug #538: Installer is broken with recent RELENG_8 snapshot
problem noticed on pfSense-2.0-BETA1-20100422-0838 snapshots+ Scott Ullrich
02:53 PM Bug #538 (Resolved): Installer is broken with recent RELENG_8 snapshot
boot0cfg apparently has undergone some changes and errors out at the end of a installation Scott Ullrich
02:52 PM pfSense Packages Bug #537 (Resolved): Recent RELENG_8 STABLE version breaks AutoConfigBackup pkg
root 36571 1.5 0.3 4976 2852 ?? S 5:37PM 0:00.01 /usr/bin/openssl enc -e -aes-256-cbc -k b9u2jdk3845758dvn... Scott Ullrich
12:18 PM Revision 0f9b6beb: Merge remote branch 'mainline/master'
Conflicts:
etc/inc/filter.inc
Renato Botelho
11:54 AM Revision e3e5160c: Unbreak limiter rule creation.
Ermal LUÇI
11:23 AM Revision 5de7d56f: Ticket #528. Do not route-to for local connected subnets.
Ermal LUÇI
10:10 AM Bug #527 (Resolved): Captive Portal idle timeout is not functioning
Chris Buechler
10:06 AM Bug #527: Captive Portal idle timeout is not functioning
Ive upgraded to pfSense-Full-Update-2.0-BETA1-20100421-2213 and the last activity column seems to be showing the corr... Abdsalem Chaoui
10:10 AM Bug #536 (Resolved): apinger at times fails to touch filter_dirty
apinger at times fails to touch filter_dirty because it appears something messes with the perms on /tmp... Chris Buechler
10:02 AM Bug #295 (New): UID error in User Manager/SSH password sync with Web Admin User
Chris Buechler
09:59 AM Bug #308 (Resolved): Multiple wireless cards no longer work
Chris Buechler
09:58 AM Bug #505 (Resolved): Cannot connect to FTP server
works now for me Chris Buechler
09:57 AM Bug #508 (Resolved): TFTP proxy not functional
Chris Buechler
09:57 AM Bug #535 (Resolved): Layer 7 - Error when deleting L7 rules group
Im testing out layer 7 blocking on pfSense-Full-Update-2.0-BETA1-20100421-2213.
If I create a layer 7 rules group ...
Abdsalem Chaoui
09:26 AM Todo #534 (Resolved): Script to change NanoBSD slice from console
There should be a shell and perhaps console menu command to change the active NanoBSD slice to the alternate, which w... Jim Pingle
09:19 AM Todo #533 (Resolved): Improve NanoBSD slice info on Dashboard
From http://forum.pfsense.org/index.php/topic,24533.0.html
> - In the dashboard, we see the currently bootup slice, ...
Jim Pingle
06:28 AM Bug #528 (Feedback): route-to on traffic from localhost breaks connectivity to WAN subnets
Ermal Luçi
04:39 AM pfSense Packages Todo #532 (Closed): little bug in snort_rules_edit.php (missing include)
I've installed Snort 2.8.5.3 pkg v. 1.21.
But there is incomplete include section in my snort_rules_edit.php file,...
Ivan Radaev
12:34 AM Bug #282 (New): OVPN, --nobind and --local port conflict
this is still a problem for client configurations. nobind should not be added to the config where local is used. Chris Buechler

04/21/2010

10:38 PM Revision dc8c0740: Merge branch 'master' of http://gitweb.pfsense.org/pfsense/mainline into mlppp
Marcus Brown
10:33 PM Revision 2a3e31a2: Javascript working for interface/port select lists.
Marcus Brown
09:03 PM Revision c7de8be4: Add a new alias type, urltable, which downloads a file of IP/CIDR addresses and loads them into a pf persist table instead of importing the addresses directly into a traditional alias. This allows for using huge tables of addresses that would otherwise break the GUI and/or fail to load into pf. Part of ticket #512
Jim Pingle
02:18 PM pfSense Packages Bug #531 (Resolved): TinyDNS wizard ends up on incomplete page
20100421 03:15 snapshot with TinyDNS package installed around 20100421 18:00 UTC.
After installing the TinyDNS pac...
Henrik Kaare Poulsen
02:17 PM Bug #458: Openvpn TLS is not working for me
Chris Buechler wrote:
> I just ran into this on an upgraded older system and I know why it's happening, it's not a b...
Adam Stylinski
02:14 PM pfSense Packages Bug #514: dnscache does not start after reboot; but starts after "save" on GUI
I can confirm that this bug (and workaround) is still found in 20100421 03:15 snapshot with tinyDNS package installed... Henrik Kaare Poulsen
01:44 PM Revision 74e861e3: Validate imported URL data. Resolves #530.
Jim Pingle
12:53 PM Revision 667b5380: Merge remote branch 'mainline/master'
Renato Botelho
11:56 AM Bug #527: Captive Portal idle timeout is not functioning
Hi Ermal, Ive tested again with fresh install on a different box, I used a snapshot from 20 apr and gitsyncd from tha... Abdsalem Chaoui
09:50 AM Bug #530 (Resolved): Alias import from URL can break the GUI with invalid data
Applied in changeset commit:"74e861e30bb58eb1513bb806e04a471cda1578ec". Anonymous
09:05 AM Bug #530 (Resolved): Alias import from URL can break the GUI with invalid data
This is with the existing URL alias type which downloads the contents of the given URL and tries to import those item... Jim Pingle

04/20/2010

10:58 PM Bug #481 (Resolved): miniupnpd not working
Yeah it's been fixed, thanks Chris Buechler
10:31 PM Bug #481: miniupnpd not working
I just tried the latest version (20100420-054) and the upnp service is starting and is working. It wasn't working as ... Michel Kenny
10:58 PM Bug #473 (Resolved): pftop no longer functions
Yeah it's been fixed Chris Buechler
10:32 PM Bug #473: pftop no longer functions
I just tried the latest build (20100420-054) and it is now working. It was not working as of a few days ago. Michel Kenny
09:53 PM Revision f40980ad: Fix creation of pipe/queue aka limiters.
Ermal LUÇI
09:31 PM Revision 0852838c: Warn the user when we cannot get the MAC address on pass through auto add case. Also when a user does a logout through clicking the logout form exit after showing sending info on logout successful.
Ermal LUÇI
09:16 PM Revision 9426cb03: Allow a passthrough mac to be deleted by a POST. Take the neccessary actions to disconnect and remove the mac from CP.
Ermal LUÇI
09:14 PM Revision 92140621: Allow users to send in the same POST authentication info and post fields. This will be allowed by authentication code if the special post var 'postafterlogin' isset.
Ermal LUÇI
06:44 PM Revision 68d0b70a: Make pasthrough GUI code catch-up with the latest changes.
Ermal LUÇI
06:32 PM Revision 1dbe445a: Use tables of ipfw for passthrough mac entries. This makes it scale way better than previously. Fix multiple entries on adding mac through entries automatically after login for the same user. The changes allow even pass through mac to be controlled from the Status->Captiveportal. Use serialize/unserialize on some files that keep temporary information to speed up calculations. Really allow mac passthrough to follow radius rules or time out rules when present.
Ermal LUÇI
04:08 PM Revision c408107c: Call dst_change with right param and on right place to use correct destination address for new rules
Renato Botelho
04:00 PM Revision a3e7bd0b: Consider VIPs on Destination Address and below few fixes
- Rename change_dst to dst_change to follow standards
- Fix indent
Renato Botelho
01:55 PM Revision eab43804: changed destination type according to the selected interface
Carlos Eduardo Ramos
01:21 PM Revision 2bc256a9: Validating Source address and Destination address
Vinicius Coque
12:42 PM Revision 8ec4a82d: Merge remote branch 'mainline/master'
Renato Botelho
12:26 PM Revision 59b6de82: Hidding Redirect Target Port when using GRE and ESP
Vinicius Coque
12:22 PM Revision 1b1d686f: Disable redirect port field when a port different of (other) is selected
Carlos Eduardo Ramos
08:53 AM Bug #527: Captive Portal idle timeout is not functioning
The error in the error logs is fixed in newer snapshots.
For idle timeout more input is needed by the OP.
Ermal Luçi
03:27 AM Bug #458 (Closed): Openvpn TLS is not working for me
I just ran into this on an upgraded older system and I know why it's happening, it's not a bug though. You probably h... Chris Buechler
01:54 AM Revision 0d388969: Do not include filter.inc twice
Scott Ullrich
12:40 AM Revision 6ce61a8f: Add a new option which allows the admin user to configure CP so that it automatically enters an MAC passthru entry. The MAC is taken from login details and has to be removed manually. Also do improvements on rules handling and pipes. Add some optmizations. Teach the GUI/backend on ip/mac passthrough to configure a bw limit for this entries.
Ermal LUÇI

04/19/2010

11:14 PM Bug #337: sticky connections do not work
Reportedly, for one user, all connections out the primary WAN with sticky enabled are fine, and all the ones out OPT1... Chris Buechler
11:14 PM Bug #337 (New): sticky connections do not work
sticky definitely still doesn't work right (with multi-WAN at least), though I don't know it's related to the "can't ... Chris Buechler
10:52 PM Revision c443bb14: Show p2 items correctly (add missing td's)
Scott Ullrich
08:46 PM Revision c88c2df9: Perform IP/Host and Port number validation for Authentication servers in the OpenVPN Wizard.
Jim Pingle
08:27 PM Revision 6e6a5ce3: Restrict country code entry in the OpenVPN wizard to two letters.
Jim Pingle
06:51 PM Revision 383654fc: Block source edit on associated firewall rules
Vinicius Coque
06:21 PM Revision 494b4e60: Fix default port choices for LDAP/RADIUS server in OpenVPN wizard.
Jim Pingle
05:57 PM Revision c0f650c4: Fix OpenVPN port default choice in Wizard. Also fix protocol specification. (Should be Uppercase)
Jim Pingle
05:54 PM Revision 8cd0a3fa: Revert "Fix finding next OpenVPN port. Protocol should be lowercase." - This was wrong in the wizard, apparently, and not the main page.
This reverts commit a48613a65d8d04dfec2aeefdb37440bdd399cdab. Jim Pingle
05:43 PM Revision a48613a6: Fix finding next OpenVPN port. Protocol should be lowercase.
Jim Pingle
04:38 PM Bug #528 (Resolved): route-to on traffic from localhost breaks connectivity to WAN subnets
The route-to added to the pass out rules such as:
pass out route-to ( em1 74.12.2.1 ) from 74.12.2.38 to any keep s...
Chris Buechler
03:06 PM Bug #517: Do not check gateway within interface's IP subnet for dynamic gateways
It is grayed out, but it's still checked against the input validation. Chris Buechler
03:05 PM Bug #517: Do not check gateway within interface's IP subnet for dynamic gateways
If that's the case then perhaps when this bug is fixed that field should be disabled (grayed out, not removed) for dy... Jim Pingle
02:57 PM Bug #517: Do not check gateway within interface's IP subnet for dynamic gateways
Yeah it doesn't actually store it, it's only for show. Chris Buechler
09:25 AM Bug #517: Do not check gateway within interface's IP subnet for dynamic gateways
It seems like storing the actual gateway IP for a dynamic WAN type may not be what we want to do anyhow, so it doesn'... Jim Pingle
02:07 PM Revision 6d346c17: redirect port range must not use :*, calculate end port and create the correct rule
Renato Botelho
01:46 PM Revision 50dc3f41: Fix port range calculation
Renato Botelho
12:56 PM Revision 18ad98d0: Use isset() to check boolean values from xml, to be sure it is or not set. It fixes a bug to add "no rdr" rules. While i am here, fix another small issue setting $nordr to "" when nordr is not set to fix all next rules
Renato Botelho
11:15 AM Revision cf9f53c8: Merge remote branch 'mainline/master'
Conflicts:
etc/inc/filter.inc
Renato Botelho
10:17 AM Bug #527 (Resolved): Captive Portal idle timeout is not functioning
http://forum.pfsense.org/index.php/topic,24451.0.html
CP's idle timeout isn't working on 2.0, as stated in the thr...
Jim Pingle
06:40 AM Revision 9460ee11: fix text
Chris Buechler
04:14 AM Bug #526 (Resolved): bug in /etc/rc.php_ini_setup
There looks like bug in /etc/rc.php_ini_setup.
Faulty code is:
# Grab amount of memory that is detected
if [ -f ...
Ganbold Ts
03:14 AM Bug #525 (Resolved): Schedule rules outside of time show incorrect note
When a schedule rule is outside of its schedule, the icon turns red and on hover over it shows "traffic matching this... Chris Buechler
01:27 AM pfSense Packages Bug #524 (Resolved): nvnstat not saving records on embedded
i lately installed vnstat and it started listing traffic in the web GUI but after a reboot i guess all data is lost a... Bipin Chandra

04/18/2010

10:24 PM Revision 7b7e5b30: remove commented out bit that causes annoying pop ups in IE. Ticket #299
Chris Buechler
08:53 PM Revision 43cea754: show port and proto
Chris Buechler
08:15 PM Revision d96e36a4: fix up text
Chris Buechler
08:03 PM Revision 28e5f5fa: clarify text
Chris Buechler
06:25 PM Bug #299 (Resolved): IE security warnings pop up on every page load
fixed, thanks for finding that Leon. Chris Buechler
06:17 PM Bug #367 (Resolved): Double click to edit not working on all pages
Chris Buechler
06:16 PM pfSense Packages Bug #369 (Resolved): FATAL ERROR: Group "snort" unknown
fixed Chris Buechler
04:33 PM Bug #518 (Resolved): Growl notifications do not work properly
Chris Buechler
03:22 PM Bug #518: Growl notifications do not work properly
I tested the latest snapshot and notifications from PFSense are properly registered and Growl now displays them. Blake Skinner
03:03 PM Bug #518 (Feedback): Growl notifications do not work properly
Blake: please test snapshots dated April 18 or newer and report back if this is resolved. Chris Buechler
04:33 PM Feature #519 (Resolved): Ability to set growl client's registered name and notification name
Great, thanks. Chris Buechler
03:24 PM Feature #519: Ability to set growl client's registered name and notification name
I tested the latest snapshot and both the registration name and the notification name appear to be properly displayed... Blake Skinner
03:04 PM Feature #519 (Feedback): Ability to set growl client's registered name and notification name
Blake: please test snapshots dated April 18 or newer and report back if this is resolved. Chris Buechler
04:33 PM Bug #522 (Closed): 'Do not backup RRD data' checkbox has no effect
Please upgrade before reporting issues on month old versions (that's commonly over 100 changes behind). It works fine... Chris Buechler
03:29 PM Bug #522 (Closed): 'Do not backup RRD data' checkbox has no effect
As of pfSense-2.0-BETA1-20100324-1017. Adding this option when backing up the config file still places RRD data in th... Larry Titus
03:31 PM Bug #523 (Resolved): gitsync to custom URL doesn't work with existing checkout
When you have gitsynced to mainline, then try to sync to a custom URL, it actually just syncs to mainline. ... Chris Buechler
03:10 PM Bug #295: UID error in User Manager/SSH password sync with Web Admin User
There is still a password sync issue as of pfSense-2.0-BETA1-20100324-1017. When upgrading from 1.2.3. to this snapsh... Larry Titus
02:59 PM Feature #521: Group manager Assigned Permissions
You can easily add things now with ctrl/shift clicks, but it would be easier to see if the assigned and unassigned pr... Chris Buechler
02:52 PM Feature #521 (New): Group manager Assigned Permissions
Change the Assigned Privileges section of the Group Manager to use the same type of "swap box" as Group Memberships t... Larry Titus
01:56 AM Revision addbcae7: Fix growl issues.
Ticket #518
Ticket #519
Submibtted-by: Blake Skinner
Scott Ullrich
12:27 AM Revision 1467b79f: Use FQDN for HELLO SMTP command. Ticket #443
Pierre POMES

04/17/2010

08:28 PM Bug #443 (Feedback): Notifications HELO uses IP rather than FQDN
Fix commited. Pierre POMES
06:16 PM Bug #443: Notifications HELO uses IP rather than FQDN
Per RFC 821 on HELO: "The argument field contains the host name of the sender-SMTP."
Anything that rejects a hostn...
Chris Buechler
05:32 PM Bug #443: Notifications HELO uses IP rather than FQDN
AFAIK (according to RFC) HELO should be a FQDN and should match DNS definition. So maybe we should add a new field fo... Pierre POMES
07:49 PM Revision 842fb73b: use 6969 for tftp-proxy
Chris Buechler
06:09 PM Feature #520 (Resolved): ALIX reset button
We should consider doing something with the ALIX reset button. The code is in git. Exactly what is the question. Some... Chris Buechler
01:50 PM Feature #519 (Resolved): Ability to set growl client's registered name and notification name
At the moment the Growl notification system in PFSense registers with the growl service using the default name 'PHP-G... Blake Skinner
01:47 PM Bug #518 (Resolved): Growl notifications do not work properly
Growl notices from PFSense are sent but appear to be ignored by Growl (tested using Mac OS X version 1.2 and 1.2.1hg)... Blake Skinner
08:27 AM Revision 76d9c58d: Working with Javascript to control interface select list.
Marcus Brown
12:50 AM Bug #430 (Resolved): Cannot configure IPSec SA without local id for Roadwarrior configurations
Chris Buechler
12:16 AM Bug #517 (Resolved): Do not check gateway within interface's IP subnet for dynamic gateways
Dynamic gateways are occasionally (almost always with PPP and PPPoE) outside of the subnet of the interface IP. The i... Chris Buechler

04/16/2010

11:54 PM Bug #516 (Resolved): Auto update doesn't work on embedded
The auto update doesn't work with embedded. It needs to be able to differentiate between sizes. Or possibly don't sho... Chris Buechler
11:53 PM Bug #419 (Resolved): Always new version on firmware upgrade!
this is fine now. It does not work with nanobsd nor has it ever. Will open new ticket for that specific issue Chris Buechler
11:49 PM Bug #20 (Resolved): net.inet.icmp.icmplim affects traffic passing
Chris Buechler
11:48 PM Bug #263 (Closed): Queues not available (separate from dynamic pages)
Chris Buechler
11:47 PM Bug #324 (Resolved): OpenVPN upgrade code should put an allow all rule for migrations from 1.2.x
confirmed fixed Chris Buechler
07:38 PM Revision 09bbbebb: Ticket #511. Actually return the rules from all the packages not just the first one.
Ermal LUÇI
07:08 PM Revision cfdce2ad: Ticket #508. Make TFTP proxy configurable by System Advanced->Firewall/NAT for several interfaces.
Ermal LUÇI
06:41 PM Revision f691243d: Do not use the presence of lan as an indicator of having only one interface. Actually deduce that from the count of interfaces. It is perfectly legal on 2.0 to not have a lan interface and only opt/wan ones.
Ermal LUÇI
06:38 PM Revision 38b357bd: Do not use the presence of lan as an indicator of having only one interface. Actually deduce that from the count of interfaces. It is perfectly legal on 2.0 to not have a lan interface and only opt/wan ones.
Ermal LUÇI
05:43 PM Revision a05a0fc7: Merge remote branch 'mainline/master'
Vinicius Coque
04:49 PM Todo #515 (Resolved): Test sloppy state tracking
Related to this change:
http://rcs.pfsense.org/projects/pfsense/repos/mainline/commits/c42276dbdd7e19b0bbdb19fbe94a...
Chris Buechler
04:24 PM Revision 2cfbe062: Update system information widget to use new version checking mechanism.
Jim Pingle
04:14 PM Revision a76c1c45: Beef up the version comparison code. This should let us compare several combinations of local and remote versions and properly determine if the current version is older or the same as the remote version.
Jim Pingle
03:59 PM Bug #511 (Feedback): pkg_generate_rules
Ermal Luçi
03:12 PM Bug #508 (Feedback): TFTP proxy not functional
Implemented on System Advanced->Firewall/NAT Ermal Luçi
12:35 PM Bug #473: pftop no longer functions
Recompiling pftop solved it. I think DIOCGETSTATUS changed recently (why?), so the switch never got to DIOCGETSTATUS,... Fernando Lemos
10:41 AM Bug #473: pftop no longer functions
In FreeBSD 8.0, pftop, pftpx and ftp-sesame all fail. The problem is that the DIOCGETSTATUS ioctl fails with ENODEV (... Fernando Lemos
11:15 AM pfSense Packages Bug #514 (Resolved): dnscache does not start after reboot; but starts after "save" on GUI
Installed pfSense-2.0-BETA1-20100415-2300; setup with several OPT interfaces in bridge with LAN.
Then added tinyDNS ...
Henrik Kaare Poulsen
11:07 AM pfSense Packages Bug #440: TinyDNS: dnscache goes into infinite loop when reconfigured
Thank you very much for the fix - works for me now! Henrik Kaare Poulsen
11:05 AM pfSense Packages Bug #490: [PATCH] TinyDNS: Incorrect check for directory etc/dnscache{$dnsidx}/env
Looks good to me - thank you! Henrik Kaare Poulsen

04/15/2010

09:08 PM Revision 93b8266e: Fail over update check to report the supplied version from the remote server if it is not a build time/datestamp.
Jim Pingle
08:54 PM Revision 939e4a91: Fix whitespace
Jim Pingle
08:04 PM Revision 27e21d1c: Fix CA cert dupe detection when no certs yet exist.
Jim Pingle
08:03 PM Revision 9cb9c7d4: Add titles to wizard steps, change some wording to be more consistent.
Jim Pingle
12:49 PM Revision 65ebfd98: Merge remote branch 'mainline/master'
Renato Botelho
09:56 AM Bug #511 (Resolved): pkg_generate_rules
HI Ermal
Found a bug with the way the discover_pkg_rules() function handles $pkg_generate_rules functions within e...
Warren Baker
09:05 AM Bug #299: IE security warnings pop up on every page load
This piece of commented code is the problem:
/* for Internet Explorer */
/*@cc_on @*/
/*@if (@_win32)
docum...
Leon Straathof

04/14/2010

09:19 PM Revision 3d5b0001: radius.inc already has this includes so do not include them explicitly. This unbreaks the loading of bcmath module since PEAR.inc is not yet included!
Ermal LUÇI
07:48 PM pfSense Packages Bug #509: siproxd uses wrong interface w/PPPoE on 2.0
I've applied this update and it fixed a problem I was having - thanks. Deon George
05:43 PM pfSense Packages Bug #509 (Feedback): siproxd uses wrong interface w/PPPoE on 2.0
Ermal Luçi
12:08 AM pfSense Packages Bug #509 (Resolved): siproxd uses wrong interface w/PPPoE on 2.0
When using siproxd on 2.0 with PPPoE, it puts the parent interface into the siproxd configuration rather than the PPP... Chris Buechler
06:14 PM pfSense Packages Bug #119 (Feedback): axfrdns not working in dns-server package
This should be resolved in latest versions of the package. Ermal Luçi
06:11 PM pfSense Packages Bug #490 (Feedback): [PATCH] TinyDNS: Incorrect check for directory etc/dnscache{$dnsidx}/env
Thanks Ermal Luçi
06:09 PM pfSense Packages Bug #440 (Feedback): TinyDNS: dnscache goes into infinite loop when reconfigured
Ermal Luçi
02:37 PM Revision 9a38338c: Ticket #386. Add even the network address to the list of addresses on proxy arp vips to the naat out edit.
Ermal LUÇI
01:28 PM Revision 45a99750: Ticket #483. Load the bcmath extension dynamically through PEAR for Radius accounting.
Ermal LUÇI
01:18 PM Revision 6364b88b: Ticket #486. Convert even the gateways that specify the interface itself.
Ermal LUÇI
12:40 PM Revision 5ac2f583: Ticket #499. Create custom options propperly for each interface. This solution binds the option name to the interface name so it is even easier to distinguish.
Ermal LUÇI
11:59 AM Revision d64421fa: Merge remote branch 'mainline/master'
Renato Botelho
09:42 AM Bug #386 (Feedback): Proxy ARP range does not show all usable IPs
Ermal Luçi
09:18 AM Bug #389: "LDAP Authentication container" Select doesn't work until after Save
Was any of the option needed to display the settings empty? Ermal Luçi
09:07 AM Bug #475: L2TP is not functional in the way users will expect
This is relevant to what is needed to be done.
For further reference read this http://old.nabble.com/IPSec-NAT-T-i...
Ermal Luçi
08:51 AM Bug #480: Monitor IP config upgrade doesn't work
Please provide an example. Ermal Luçi
08:37 AM Bug #482: OpenVPN config upgrade problems
Please send me the config you upgraded for testing. Ermal Luçi
08:34 AM Bug #483 (Feedback): PHP missing bcmath
Ermal Luçi
08:23 AM Bug #486 (Feedback): Rules with gateway selected not upgraded properly
Ermal Luçi
07:46 AM Bug #499 (Feedback): DHCP custom options on multiple interfaces not handled properly
Ermal Luçi
03:43 AM Bug #299: IE security warnings pop up on every page load
Verified the last post, this bug is still valid. Did not dive into the script yet but i am sure that it does do somet... Leon Straathof
12:05 AM Bug #508 (Resolved): TFTP proxy not functional
The TFTP proxy binary exists, it has an entry in inetd.conf and /etc/services so it binds to 6969, but there isn't an... Chris Buechler

04/13/2010

11:19 PM Revision c74804cd: Add code to allow applications on pfSense itself that bind to a socket or want to source route traffic to work. This fixes DynDns on multi-wan as the simplest of it.
Ermal LUÇI
10:19 PM Revision 52e95286: Add a timeout for curl_exec. Combine all dyndns.org methods to one catching up with its API changes.
Ermal LUÇI
10:16 PM Bug #507 (Resolved): system_routing_configure should not delete and re-add all routes
Currently system_routing_configure will blow away all routes and then re-add them. In environments with a lot of stat... Chris Buechler
09:08 PM Revision c3c3e03b: Fix regex on matching ip when behind nat.
Ermal LUÇI
08:38 PM Revision d2946062: Move checking if dyndns is enabled to the proper place.
Ermal LUÇI
08:31 PM Revision 85b2f424: Improve startup time by delaying dyndns synching.
Ermal LUÇI
08:17 PM Todo #506 (Resolved): Bring back unequal route-to balancing
In 1.2.x, users frequently add an interface to load balancer pools multiple times to unequally load balance traffic. ... Chris Buechler
06:30 PM Revision 24ed5c3b: Remove associated rule-id from default config they confuse rule edit page.
Ermal LUÇI
03:41 PM Bug #505 (Feedback): Cannot connect to FTP server
Ermal Luçi
02:07 PM Revision 155927f7: Merge remote branch 'mainline/master'
Conflicts:
usr/local/www/firewall_aliases.php
usr/local/www/firewall_virtual_ip.php
Renato Botelho
02:05 PM Revision 532f800b: Check if var exist before compare its value
Renato Botelho
02:04 PM Revision 3504e10b: Use correct xml tag to compare with nat port forward destination address
Renato Botelho
02:01 PM Revision 2df3a71f: On Virtual IPs, the ip is stored on subnet xml tag, use it to compare with external-address.
Renato Botelho
01:27 PM Revision 0e7dded1: source address is been checked 2 times and destination address no one, fix this
Renato Botelho
12:14 PM Revision 09579bb0: Merge remote branch 'mainline/master'
Renato Botelho

04/12/2010

10:24 PM Revision 676b4a39: Remove bandwidth tags from default config they are not used.
Ermal LUÇI
10:23 PM Revision 077d5702: Actually disable flowtables support by default.
Ermal LUÇI
09:32 PM Revision a84eb838: Perform more strict validation on CA and Cert names before proceeding in the wizard.
Jim Pingle
08:40 PM Revision 6f8b8ed0: Prevent duplication of CA names and Cert names in the OpenVPN wizard. Ticket #500.
Jim Pingle
08:12 PM Revision 916fae48: OpenVPN Wizard: Fix CA Cert selection for Local auth. Fix descriptions and some backend bits for RADIUS. Ticket #500.
Jim Pingle
07:03 PM Revision 99a00640: Fixup OpenVPN wizard LDAP settings. Ticket #500.
Jim Pingle
07:00 PM Revision c062a711: Fix wizard handling of password fields. Ticket #500.
Jim Pingle
05:55 PM Revision 5ce63c3e: Add/fix wording of descriptions in OpenVPN wizard.
While I'm here, convert leading spaces to tabs. Jim Pingle
05:25 PM Revision 6b1172af: Revert a hook of 3da58362 to fix NAT Reflection rules creation
Renato Botelho
03:43 PM Revision eca1f1ea: Merge branch 'master' of rcs.pfsense.org:pfsense/mainline
Marcus Brown
03:41 PM Revision d32a40c1: Revert changes as requested by Ermal
Marcus Brown
02:10 PM Revision 93e485e3: Teach more code to deal with new NAT Port Forwarding xml tags
Renato Botelho
02:00 PM Bug #505: Cannot connect to FTP server
The FTP proxy is currently not functional, Ermal is working on the issue Chris Buechler
01:47 PM Bug #505 (Resolved): Cannot connect to FTP server
Hello,
If i use pfsense version built on 01/04/09 i can connect to ftp server (ftp is on internet and i am behind ...
Brkati Konj
01:42 PM Revision b52d3aa5: When renaming or removing aliases, deal with new NAT Port Forwarding fields
Renato Botelho
01:28 PM Revision db39842b: Update alias names on new NAT Port Forward xml tags
Renato Botelho
12:57 PM Revision a48d15ce: Merge remote branch 'mainline/master'
Renato Botelho
12:49 PM Revision 00c82782: Simplify logic implemented on commit 673d29c0
Renato Botelho
12:15 PM Revision f64f0f20: Merge branch 'master' of http://gitweb.pfsense.org/pfsense/mainline into mlppp
Marcus Brown
07:36 AM Feature #446: Enable ether interface to be reused (when used for PPPOE), like wireless clone
The MLPPP tab I'm working on will allow it. Marcus Brown
01:14 AM Bug #487: PPP does not auto-reconnect
To test I used the following procedure.
1. start/bring up the connection
2. #telnet localhost 5000 -> This conn...
Marcus Brown
12:10 AM Revision cfcaabfb: Simplify "isset($rule['l7container']) and ..." as its already evaluated
above and sets $l7present. Andrew Thompson
12:06 AM Revision 06e2a55d: Initialise the correct array if empty.
Andrew Thompson

04/11/2010

11:03 PM Bug #499 (Resolved): DHCP custom options on multiple interfaces not handled properly
When you have custom options defined on multiple interfaces, only the first interface is handled correctly. Example c... Chris Buechler
11:00 PM Bug #319: system_usermanager privilege not working as expected
That's probably just how it's going to be for 2.0, if you need to manage local users you need full admin rights. Anyo... Chris Buechler
10:50 PM Bug #323 (Closed): Unable to restore configuration from same build
Chris Buechler
10:47 PM Bug #434 (New): xmlparse.inc should not call die
Chris Buechler
09:16 PM Revision 1e027f7b: remove pfsense references, make generic
Chris Buechler
06:14 PM Bug #487 (Feedback): PPP does not auto-reconnect
Testing now, will see what happens, though it'll probably take a couple days to know. thanks! Chris Buechler
06:13 PM Bug #492 (Resolved): Bridge STP Configuration Issues
looks good, thanks! Chris Buechler
03:28 AM Bug #492: Bridge STP Configuration Issues
Fixed -> https://rcs.pfsense.org/projects/pfsense/repos/mainline/commits/541ba27e484a3eb92671f4787d430f9321e620d8 Marcus Brown
07:23 AM Revision 541ba27e: Fix enable STP checkbox as detailed in http://forum.pfsense.org/index.php/topic,24230.0.html
Marcus Brown
02:56 AM Revision b4974cf4: Make PPP redial when the connection is dropped. Also, fix PPP uptime display.
Marcus Brown

04/10/2010

11:02 PM Bug #487: PPP does not auto-reconnect
Fixed by this commit.
https://rcs.pfsense.org/projects/pfsense/repos/mainline/commits/b4974cf4809b27c995891ff8386564...
Marcus Brown
10:23 PM Bug #285: Dashboard widget settings not being saved
With pfSense-2.0-BETA1-20100407-1435, the Traffic Graph widget's refresh interval is NOT working. Jeppe Oland
06:14 PM Bug #495: USB drive fails to mount during boot
I spent some time Googling, and found a few people discussing the problem.
It sounds like this patch might fix it ...
Jeppe Oland
05:15 PM Bug #495: USB drive fails to mount during boot
Oh, yeah that reminds me of an issue that I think may have been discussed recently on one of the FreeBSD lists relate... Chris Buechler
05:09 PM Bug #495: USB drive fails to mount during boot
> This is a FreeBSD problem we can't do anything about.
> Replicate with a stock RELENG_8 and report to the FreeBSD ...
Jeppe Oland
04:03 PM Bug #495 (Rejected): USB drive fails to mount during boot
This is a FreeBSD problem we can't do anything about. Replicate with a stock RELENG_8 and report to the FreeBSD stabl... Chris Buechler
03:44 PM Bug #495 (Resolved): USB drive fails to mount during boot
I installed pfSense-2.0-BETA1-20100407-1435 on a new SuperMicro X7SPA-H board.
The drive used was a 512 MB USB stick...
Jeppe Oland
06:12 PM Revision e4b8da19: allow hostname for TFTP server
Chris Buechler
06:00 PM Bug #498 (Resolved): OpenVPN client export download doesn't work in IE
The exe and zip downloads from OpenVPN client export error out in IE with: ... Chris Buechler
05:47 PM Bug #472 (Resolved): Changing PPP serial interface does not update mpd config
yeah this is good now, thanks! Chris Buechler
03:19 PM Revision 18e9b77e: Remove unnecessary variables.
Marcus Brown
03:07 PM Revision 63292199: Implement reporting and logging of historical PPP uptime with data persistent through reboot.
Also, change the way uptime is captured. The mpd console is no longer used to
get PPP uptime data, which will prevent...
Marcus Brown
02:21 PM Bug #494 (Resolved): Additional DHCP options lost on input errors
If you define additional DHCP options on services_dhcp.php, along with something that triggers an input error, all th... Chris Buechler
01:28 PM Revision 73ee49f2: Rework interface_bring_down function a bit. Remove un-needed unlink calls to mpd.links
Moved three "unlink_if_exists" calls to happen after calling kill_by_pid for mpd processes.
The unlinked files are us...
Marcus Brown
05:21 AM Revision f15fcf47: Fix array assignment and add missing right parentheses in upgrade code.
Erik Fonnesbeck
01:51 AM Revision b9e50747: Make the upgrade code actually do something.
Erik Fonnesbeck
01:44 AM Revision 43e876fd: Merge remote branch 'mainline/master'
Erik Fonnesbeck
01:40 AM Revision 3bb6bb18: Deleting associated rule
Vinicius Coque
01:39 AM Revision 96cde230: Show in gray just rules that are disabled
Renato Botelho
12:04 AM Bug #493 (Resolved): Checkboxes saved outside of setup wizard do not show checked in wizard
The setup wizard does not properly display checkbox settings where the configuration setting is just set, but not ass... Erik Fonnesbeck

04/09/2010

11:27 PM Bug #492 (Resolved): Bridge STP Configuration Issues
From http://forum.pfsense.org/index.php/topic,24230.0.html... Jim Pingle
05:46 PM Revision 673d29c0: When delete a filter rule that is associated with a nat rule, cleanup the association
Renato Botelho
01:12 PM Revision 664742f7: The sum of % for table size should be 100%, fixing it
Renato Botelho
12:47 PM Revision 2d9792af: Add { } when protocol is tcp/udp
Renato Botelho
12:35 PM Revision 726dc0a7: Fixing AutoSuggest on Source and Destination ports
Vinicius Coque
11:19 AM Revision ba5d8263: Merge branch 'master' of rcs.pfsense.org:pfsense/mainline
Marcus Brown
11:16 AM Revision 4aa64f79: Configure interface when changing settings, and fix init string field.
The interface configure function is called after "write_config()" because
we must write the new data to the config be...
Marcus Brown
07:28 AM Bug #472: Changing PPP serial interface does not update mpd config
Okay, now working as cmb requested. Please test.
https://rcs.pfsense.org/projects/pfsense/repos/mainline/commits/4aa...
Marcus Brown
05:12 AM Revision 42e4d2b2: Really bring up interface and update <interfaces> and <ppps> correctly in config.
Marcus Brown
04:08 AM Revision 075e4dca: Merge branch 'master' of http://gitweb.pfsense.org/pfsense/mainline
Marcus Brown
03:57 AM Revision bccadc98: Bring the interface up on "Save", and write the config before reading it.
The interface_ppp_configure function reads conf.xml for new data, so we
have to write the new data before trying to r...
Marcus Brown
03:48 AM Revision e51cea69: onLoad still not working .. .
Marcus Brown

04/08/2010

11:42 PM Bug #374: "Register DHCP leases in DNS forwarder" doesn't work
... Marcus Brown
11:35 PM Bug #473: pftop no longer functions
This may be relevant . . .
http://osdir.com/ml/openbsd.pf/2005-02/msg00117.html
Marcus Brown
11:34 PM Bug #481: miniupnpd not working
This may be relevant . . .
http://osdir.com/ml/openbsd.pf/2005-02/msg00117.html
quote:
> There's probably a simp...
Marcus Brown
08:13 PM Bug #491 (Resolved): Dynamic DNS upgrade code not working
Dynamic DNS account is lost after upgrade from 1.2.3 to 2.0.
Chris Buechler
07:46 PM Revision 47c5a08f: Fix table sizes and calculate local port range
Renato Botelho
07:30 PM Revision d479c293: Fixing auto-generated rule
Vinicius Coque
06:58 PM pfSense Packages Bug #448 (New): dnscache is not starting
Chris Buechler
04:50 AM pfSense Packages Bug #448: dnscache is not starting
I am sorry, but the issue does *not* seem to be fixed, even with the latest TinyDNS updates.
dnscache-conf fails i...
Henrik Kaare Poulsen
06:56 PM Revision 0d8a8615: Adding new fields to improved NAT port forward
Vinicius Coque
06:31 PM Revision 95a18821: Teach filter_generate_address to deal with rdr NAT port range syntax and rework its use
Renato Botelho
06:02 PM Revision 2d6f817f: Merge remote branch 'mainline/master'
Renato Botelho
05:49 PM Revision 28181237: Add a new global option, disablehelpicon, to hide help icon from all pages
Renato Botelho
05:19 PM Revision 3da58362: Make necessary changes for improved NAT Port Forward (not tested yet)
Renato Botelho
04:57 AM pfSense Packages Bug #490 (Resolved): [PATCH] TinyDNS: Incorrect check for directory etc/dnscache{$dnsidx}/env
In tinydns.inc we have the following:... Henrik Kaare Poulsen

04/07/2010

11:49 PM pfSense Packages Bug #369: FATAL ERROR: Group "snort" unknown
This should be fixed in the latest snort package. Andrew Thompson
09:51 PM pfSense Packages Bug #440 (New): TinyDNS: dnscache goes into infinite loop when reconfigured
Chris Buechler
09:51 PM pfSense Packages Bug #300 (Resolved): Siproxd and portsentry not installing properly
Chris Buechler
09:50 PM pfSense Packages Bug #448 (Resolved): dnscache is not starting
Chris Buechler
09:49 PM pfSense Packages Bug #128 (Resolved): squid upstream proxy
Chris Buechler
09:47 PM pfSense Packages Bug #333 (Resolved): Snort Packet Headlines missing
looks to be fixed in the new snort package Chris Buechler
09:45 PM pfSense Packages Bug #370 (Resolved): SNORT mixes up interfaces
fixed Chris Buechler
07:32 PM Revision 3bbd492a: Fix indent and add a vim tag to respect tab size
Renato Botelho
06:29 PM Revision 6a459cef: Change span class to gray when rule is disabled
Renato Botelho
06:13 PM Revision ec223192: Deal with new fields of Improved NAT Port Forward
Renato Botelho
04:40 PM Revision 64102473: Improved NAT Port Forwarding changed XML data, change config version to 6.2 and implement a function to migrate data
Renato Botelho

04/06/2010

07:29 AM Revision a3fa7aac: Merge branch 'master' of rcs.pfsense.org:pfsense/mainline
Conflicts:
usr/local/www/system.php
Marcus Brown
07:25 AM Revision b324b619: Add a few more examples to the list of domain examples.
Marcus Brown
07:24 AM Revision 10e41b74: Don't use "local" as a domain. It breaks DNS resolution for hosts running mDNS.
The "local" search domain signifies to local hosts that are running
mDNS (bonjour or avahi) that mDNS is to be used t...
Marcus Brown
07:16 AM Revision 81035b96: Don't use "local as a domain. It breaks DNS resolution for hosts running mDNS.
The "local" search domain signifies to local hosts that are running
mDNS (bonjour or avahi) that mDNS is to be used t...
Marcus Brown

04/05/2010

11:46 PM Bug #472: Changing PPP serial interface does not update mpd config
Okay, I'll look at it. Marcus Brown
10:11 AM Bug #472: Changing PPP serial interface does not update mpd config
You have to save on the assigned PPP interface before it reconnects with the changed settings. It needs to reconnect ... Chris Buechler
05:42 AM Bug #472: Changing PPP serial interface does not update mpd config
Hi Chris,
It works okay for me. The new code doesn't write the mpd.conf file when you click "Save" in the interfaces...
Marcus Brown
10:06 PM Revision 221f5d17: don't display disabled tunnels on diag_ipsec.php
fix up L2TP text Chris Buechler
08:05 PM Bug #487: PPP does not auto-reconnect
This appears to happen only when the interface is not connected. For an unknown reason (the logs were overwritten by ... Chris Buechler
07:46 PM Bug #487 (Resolved): PPP does not auto-reconnect
Renaming to what is the actual issue, the "Incorrect context for show iface" is just a symptom of that as it's trying... Chris Buechler
06:15 PM Bug #486 (Resolved): Rules with gateway selected not upgraded properly
The following rule from 1.2.x: ... Chris Buechler
05:40 PM Bug #485: fake start with status_services.php and installed packages
maybe change it pgrep which will at least not match on arguments of other commands, though that's not perfect it's be... Chris Buechler
05:22 PM Bug #485 (Resolved): fake start with status_services.php and installed packages
Issue:
On status_services.php a process is said to be running if the <executable>snort</executable> name is in ps ...
robert zelaya
04:14 PM Bug #481: miniupnpd not working
Happening for me too since I updated to v2 beta yesterday (from latest 1.2.3). Let me know if more information is nee... Michel Kenny
01:45 PM Revision fd7ef955: Improved formatting, and only one localip and gateway field for both PPP and PPTP.
Marcus Brown
12:59 PM Feature #484 (Resolved): Add a warning if users are using non-official package repo
There have been a few instances of people developing their own packages and telling users to switch to a non-official... Chris Buechler
11:53 AM Revision 5ae3c9d0: Working again.
Marcus Brown
11:52 AM Revision 451bd60f: Merge branch 'master' of rcs.pfsense.org:pfsense/gnhb-clone into mlppp
Marcus Brown
11:26 AM Revision fc5324e9: more changes to mpd.script to make debugging easier.
Marcus Brown
10:18 AM Revision 68da8a7d: Merge branch 'master' of http://gitweb.pfsense.org/pfsense/mainline
Marcus Brown
10:18 AM Revision 29851d8e: Added some more information to error messages for easier debugging.
Marcus Brown
10:11 AM Revision 21488164: changes . . .
Marcus Brown
09:58 AM Bug #483 (Resolved): PHP missing bcmath
when disconnecting a RADIUS client with accounting enabled:
Fatal error: Call to undefined function bcmod() in /usr...
Chris Buechler
12:01 AM Bug #482 (Resolved): OpenVPN config upgrade problems
There are a number of issues with configs upgraded from 1.2.x -> 2.0:
1. a) All 6 servers were disabled on the up...
Chris Buechler
 

Also available in: Atom