Activity
From 11/05/2009 to 12/04/2009
12/04/2009
-
09:17 PM Revision b4a9785a: Fix typo in prev. commit
-
09:13 PM Revision fdcd8ac7: Set firmware_update_text properly for the platform
-
08:34 PM Revision 07356178: Prompt for the correct image extension when updating firmware. (.img.gz for nano and .tgz for others)
-
02:31 PM Revision 753157ac: Adding code-red theme from cheesyboofs via forum. http://forum.pfsense.org/index.php/topic,14282.0.html
-
02:18 PM Revision c1dc0652: Make all autocompletes in there case insensitive.
-
02:01 PM Revision 9b45f821: Ticket #146 Fix typos ansd copy/pasto errors.
-
01:49 PM Revision 3d8237f4: Adding patch from "G B":
- First, I update the get_real_interface function so that it returns just the serial port for the ppp device (instead o...
-
12:13 PM Feature #8: Clear states after failover
- I don't think it is being used, it needs to be tested to ensure it works, then added to run appropriately when a WAN ...
-
08:43 AM Feature #8: Clear states after failover
- I looked through the tree last night and I did not see pfctl -b in use anywhere. Can someone point me to where its ...
-
01:53 AM Revision 07623d8e: Reset to HEAD on non master
-
01:46 AM Revision 672d9ab6: Use git reset --hard HEAD
-
01:38 AM Revision ebc93ea1: Lower buffer to 1000. This reduces page load from 1.2 to 0.9
-
01:31 AM Revision 5c15e649: Recommit #161 changes. It appears a different commit has broken firewall rules edit and firewall nat edit.
-
01:17 AM Revision c9dddd59: Revert "Redirect to / when logging in to avoid posting to forms accidently and clearing the form and causing all kinds of chaos. Ticket #161"
- This reverts commit 6af7c40b296e0f95ec308d41aea55b3306c5e1ee.
-
01:14 AM Revision 6af7c40b: Redirect to / when logging in to avoid posting to forms accidently and clearing the form and causing all kinds of chaos. Ticket #161
-
12:29 AM Revision 93291959: Start syslogd after interfaces are configured. Ticket #196
-
12:16 AM Revision 00a30067: Uncomment code and move to checkout tree after intiial fetch
-
12:12 AM Revision e2dc4289: Do not download entire tree every time, use cached version
12/03/2009
-
11:34 PM Revision 8cef78c0: Really preload
-
11:26 PM Revision 87d6cd83: Die with an error if not 127.0.0.1
-
11:25 PM Revision bdbef260: Include config.inc, too
-
11:25 PM Revision 62fd530a: Use preload.php
-
11:12 PM Revision b0a4e5ee: Sleep for a second in beween
-
11:09 PM Revision cc093472: Prefetch index.php after starting webConfigurator and send it to /dev/null allowing the priming of the apc cache
-
10:58 PM Revision e8e12c54: Increase buffer to 500000
-
10:38 PM Revision ea7f7a84: Minor formatting change
-
10:38 PM Revision effb9797: Set default protocol to HTTPS. Somehow this commit did not make it last time
-
10:27 PM Revision f602d493: Turn off debugging
-
10:21 PM Revision 5f156797: dnsmasq defaults to 150 concurrent lookups. For some environments (large) this is not enough. Increase to 5000
-
10:16 PM Revision e265d9f5: Oops, unbreak td
-
10:09 PM Revision 61c0250d: Fixup Source OS box
-
10:05 PM Revision adb633a0: Minor formatting + hide Source OS behind Advanced box
-
10:02 PM Revision f1602cc4: Style / formatting changes
-
09:54 PM Revision 75c34cbb: Show advanced option instead of Show state for every entry
-
09:50 PM Revision 4c263f57: Hide layer7 and in/out behind advanced button
-
09:44 PM Revision ad7446d1: Add system and VPN areas to user item privs
-
09:35 PM Revision 9c9b8845: Nuke comment. its giving me a migrane with the header include problem for some reason and is being cached
-
09:26 PM Revision f5bdff7f: Add priv.defs.inc to authgui.inc
-
09:10 PM Revision 9f1a3565: Load pkg privs from /usr/local/pkg/priv if it exists
-
09:08 PM Revision 6b6e8d08: Rework includes a bit
-
08:59 PM Revision dd415d52: Roll custom run_plugins routine
-
08:37 PM Revision ae2951d3: Make item a global
-
08:33 PM Bug #161 (Feedback): HTTPS certificates invalid - duplicate serial
- Back to feedback. https://rcs.pfsense.org/projects/pfsense/repos/mainline/commits/1e578a7f10843f470d2bf5274bbef695a1...
-
08:17 PM Bug #161 (New): HTTPS certificates invalid - duplicate serial
-
08:14 PM Bug #161 (Feedback): HTTPS certificates invalid - duplicate serial
-
07:49 PM Bug #161: HTTPS certificates invalid - duplicate serial
- How to reproduce:
Set the webgui logout timer to 1 minute.
Navigate to System -> Advanced
Wait 2 minutes.
... -
08:27 PM Revision b7dbef8e: Do not output plugin name during boot:
-
08:27 PM Revision d21d556c: remove closing php bracket
-
08:20 PM Revision f423cff2: Require util.inc for run_plugins
-
08:17 PM Revision 0239d8ee: Make xmlrpc sync, schedule, gateway, in/out, ackqueue and layer7 all advanced type buttons simplifying the firewall rule edit form for 99% of the cases
-
08:02 PM Revision 2816a089: Rename isAllowedPageUser() to isAllowed(). Add and move user priv items to /etc/inc/user.priv.inc. New privs can be added to this /etc/inc/priv/ directory and they will be automatically processed (packages, etc).
-
05:40 PM Revision 72dbef4d: Start rolling towards 1.2.3-REL
- 02:58 PM Revision 0d60f50a: Simplify and fix available memory calculation to fix shell script errors on boot.
- Fix spelling error in comment
-
01:54 PM Revision 1e578a7f: Resolves #146 Add propper validation on alias usage. Allow port type aliases only on port side and other aliases in ip specifications and similar. Introduce a new function is_portoralias to ressemble the is_ipaddroralias to check for the cases.
- 12:30 PM Revision 596a3aba: Prevent bootup code from dying on empty load_balancer arrays
- 12:14 PM Revision 0b5b4f32: Extra protection to prevent empty load_balancer arrays on configuration upgrades
- 10:42 AM Revision b96cad97: Fix missing include for config upgrade 1.2 -> 2.0
- Fix missing include for /etc/rc.reload_all
-
09:38 AM Bug #146 (Feedback): Missing validation for alias usage
- needs testing
-
07:05 AM Bug #146 (Resolved): Missing validation for alias usage
- Applied in changeset commit:"1e578a7f10843f470d2bf5274bbef695a14bb9d0".
-
07:34 AM Bug #203 (Resolved): Static routes not added on upgrade from 1.2 -> 2.0
-
07:33 AM Bug #203: Static routes not added on upgrade from 1.2 -> 2.0
- False report, this was caused by a empty load balancer array which then breaks vslb.inc.
In vslb.inc it will compl... -
05:44 AM Bug #203 (Resolved): Static routes not added on upgrade from 1.2 -> 2.0
- When upgrading a 1.2 install with static routes, these are not present after the upgrade.
-
05:05 AM Revision 0456d952: Include priv.inc
-
04:59 AM Revision dff909d8: Revert isAllowedUser commit and duplicate function to isAllowedPageUser()
-
04:51 AM Revision 97733a27: Ensure process is running before killing
-
04:42 AM Revision 375f7bbe: Make sure process is running before killing
-
04:25 AM Revision 99f98b80: Check to see if processes are running before killing
-
04:21 AM Revision cd12593b: Check to see if syslogd is running before killing
-
04:15 AM Revision 1e5c49aa: Check to see if powerd is running before killing
-
03:49 AM Revision 1703e5c5: Revert "Turn off xauth by default. Ticket #108"
- This reverts commit 7998c3f280370991beca62c6a99ae6dd6051228a.
-
03:47 AM Revision 53b30505: Set 2nd parameter for isAllowedPage. Will be required for #34, 33, 32
-
03:41 AM Revision 953ab2d4: fix error
-
03:41 AM Revision 7281bb73: Reload tunnel policies Ticket #137
-
03:31 AM Revision 3d06e8f0: Add carp support for OpenVPN. Ticket #69
-
03:25 AM Revision 7998c3f2: Turn off xauth by default. Ticket #108
-
03:18 AM Revision 6d28f4d0: Show all widgets. Remove - button as there is no save mechanism at all for this widget.
-
03:07 AM Revision 3fa86ecd: Formatting cleanups. Increase buffer size
-
02:52 AM Revision 0b013ef0: Allow a username. Default to _SESSION['Username']
-
02:15 AM Revision ecae7e91: Unbreak auto ugprade. Resolves #181
-
02:06 AM Revision e788b01d: Add a few more commands for the lazy
-
02:03 AM Revision f6907eb4: Add tab completion
-
01:31 AM Revision 98dfa9e0: update certs
-
01:17 AM Revision f2b4ff2b: Restore lost code. Noticed-by: Ermal
-
12:59 AM Revision 2c75b451: Disallow virtual IP addresses withing the range Ticket #50
-
12:42 AM Revision a2c8cd51: Set name in array
-
12:33 AM Todo #34: PPTP users integration with user manager
- IIRC mpd passwords are stored in plain text. This might be a challenge if not impossible.
-
12:17 AM Revision 21f88b49: Restore the external port range to. Resolves #192
-
12:09 AM Revision 5d2742d5: Correctly set vtable class
-
12:04 AM Revision c9eca74f: Show correct availavble usable range and disallow using network or broadcast address. Ticket #145
12/02/2009
-
11:19 PM Revision 26e3ca70: Do not allow broadcast or the network address in the range
-
10:46 PM Bug #108 (New): Xauth is forced for IPsec mobile clients
- That change is unrelated and should be reverted. The problem will appear in upgraded configurations, and at this time...
-
10:25 PM Bug #108 (Feedback): Xauth is forced for IPsec mobile clients
-
10:37 PM Revision fad728ab: Move { and } to same line.
-
10:37 PM Bug #137 (Feedback): Change of IPsec remote gateway doesn't trigger SPD reload
-
10:32 PM Revision 045c9cc9: Combine PPTP Server subnet and clients. Code imported from m0n0wall. Ticket #139
-
10:18 PM Bug #162 (Feedback): Expanding traffic graphs and saving doesn't save
-
10:13 PM Revision e2e8ab0a: Add ===>
-
10:11 PM Revision eac1acd9: Do not output done twice Ticket #63
-
10:08 PM Revision c687a927: Call file_exists for each file. Ticket #63
-
10:07 PM Revision f8a36d95: Setup a_cert and a_ca for write_config() Ticket #63
-
10:03 PM Revision c3b70489: use same variable
-
10:01 PM Revision 367e08b0: Shorten output string. Setup crt
-
09:51 PM Revision 02b383fe: Assign unique ref and commit certificate. Ticket #63
-
09:46 PM Revision f1755af4: Adding default SSL certs to import. Ticket 63
-
09:45 PM Revision 326d2b8a: Make the default HTTPS. Ticket #63
-
09:20 PM Bug #181 (Resolved): Auto Update doesn't work
- Applied in changeset commit:"ecae7e91a34e6095f40f200c5ebbe46c1abae28b".
-
09:20 PM Bug #181 (Feedback): Auto Update doesn't work
-
09:20 PM Bug #202 (New): Theme problems with IE 8
-
09:19 PM Bug #202 (Feedback): Theme problems with IE 8
-
09:11 PM Bug #190 (Feedback): Configuration backup very slow
- This is no longer an issue now that lighttpd is doing gzip. Backed up a 3.1 MB file in about 1 second.
-
08:55 PM Revision 48285469: Add Jim's VLAN fix for Ticket #199
-
08:49 PM Revision 570ef08c: Use lighty compression instead of php gzip Resolves #198
-
08:37 PM Revision 7ef2b260: Unbreak console lockout on bootup and in gitsync (pfSsh.php) Resolves #195
-
08:00 PM Bug #50 (Feedback): DHCP Server input validation lacking
- Think I got all of the cases covered. Please test.
-
07:30 PM Bug #161: HTTPS certificates invalid - duplicate serial
- Having trouble replicating this one again. It happened to me once when system -> advanced lost all of its settings b...
-
07:20 PM Bug #192 (Resolved): Port Forward external port range shown wrong
- Applied in changeset commit:"21f88b49b799400a96f586b8fc9efb6c969ace93".
-
07:04 PM Bug #145 (Feedback): DHCP server available range is wrong
-
05:23 PM Bug #145: DHCP server available range is wrong
- Anyone know if this occurs in m0n0wall?
-
05:32 PM Bug #139 (Feedback): PPTP Server subnet and clients needs combined
-
05:14 PM Todo #63 (Feedback): Change web interface default to HTTPS
- Committed. Seems to work. Please test.
-
03:55 PM Bug #199 (Feedback): Deleting an unused VLAN ID removes IP addresses from all active VLAN interfaces
-
03:50 PM Bug #198 (Resolved): Web interface garbage
- Applied in changeset commit:"570ef08c8767d8ad1f0dd4960d61aa2f4d38ec06".
-
02:41 PM Bug #198 (New): Web interface garbage
- While I would love to mark this is resolved unfortunately I just worked around the issue.
We still need to determi... -
02:28 PM Bug #198 (Resolved): Web interface garbage
-
03:46 PM Bug #196: remote syslog does not work after reboot
- This still happens even with a snapshot from Dec 1st, so it doesn't appear the patch changes made a difference.
-
03:43 PM Bug #201 (Feedback): Adding domain override doesn't restart dnsmasq
-
03:40 PM Bug #195 (Resolved): Can not log out of console menu
- Applied in changeset commit:"7ef2b26090d642aec398f18e8b5c61093ffa6341".
-
03:24 PM Bug #195: Can not log out of console menu
- Just ran a diff between /etc/gettytab before and after a gitsync.
It indeed removes the :ht:np:sp#115200: with :ht... -
03:07 PM Bug #195: Can not log out of console menu
- When I click the enable password protect the console menu checkbox it does not immediately take effect.
After a re... -
01:57 PM Revision 6e5eadf8: Put back a wrongly removed line.
12/01/2009
-
11:16 PM Bug #152: Deleting a VIP leaves <vip/> in config.xml
- Hum, I tried a 2009/12/01 snapshot (pfSense-Full-Update-2.0-ALPHA-ALPHA-20091201-1245.tgz), here are my results:
- I ... -
06:49 PM Revision ac85424e: Reload dnsmasq after domain changes. Ticket #201
-
06:49 PM Revision a149e9e0: Reload dnsmasq after domain changes. Ticket #201
-
03:23 PM Bug #202: Theme problems with IE 8
- Using IE8 on Win7 in normal mode, I see the menu but the RSS widget causes rendering issues. The "+" does nothing on ...
-
02:54 PM Bug #202 (Resolved): Theme problems with IE 8
- There are at least a couple problems with the default theme in 2.0 with IE 8, possibly limited to Windows 7 only, unk...
-
12:54 PM Bug #199: Deleting an unused VLAN ID removes IP addresses from all active VLAN interfaces
- Try as I might, I can't replicate the reboot that happened yesterday. I have created and deleted a couple dozen vlans...
-
12:19 PM Bug #201 (Resolved): Adding domain override doesn't restart dnsmasq
- After adding a domain override, you have to click Save to restart dnsmasq for it to take effect. Adding a domain over...
-
10:46 AM Bug #14: reply-to should not be added when bridging
- Well if you are doing NAT in bridge mode and the 'other' gateway of the host is not on the same subnet as the gateway...
-
04:20 AM Bug #198: Web interface garbage
- It's deflate/gzip issue.
the latest snapshot 01/12 is without gzip, so its ok.
thank you
11/30/2009
-
10:47 PM Bug #152: Deleting a VIP leaves <vip/> in config.xml
- The target was changed because this was caused by the new XML parser code that's been reverted, so this is no longer ...
-
10:42 PM Bug #152: Deleting a VIP leaves <vip/> in config.xml
- Target has been changed to 3.0, however, on the NAT screen, the list of available addresses contains empty elements (...
-
10:19 PM Revision 8df5eae4: Fix get_configured_carp_interface_list: use the right interface name using vhid
-
08:36 PM Revision f1c276a1: Try to enable even filtering of vlans in hardware. New with FreeBSD 8.
-
07:14 PM Bug #138 (Feedback): Missing input validation for aliases
- sounds good, looks ok at a glance. Needs testing
-
06:49 PM Bug #138: Missing input validation for aliases
- For the record still some strings will pass as valid hostname though the only way to prevent that is the usage of get...
-
06:30 PM Bug #138 (Resolved): Missing input validation for aliases
- Applied in changeset commit:"f71e0ac64d69f423ae202afa93cb13b745ccff99".
-
06:57 PM Revision 9444761e: Turn off compression for time being. Ticket #198
-
04:45 PM pfSense Packages Bug #200 (Resolved): 100% CPU on PHP with Snort
- The problem seems to be with snort and the option(s):
- Convert Snort alerts urls to clickable links
- Associate ... -
04:07 PM Bug #79: DNSMasq removed ISC-DHCP Log parsing. Need to write a replacement
- PS: I don't think anything else writes to /etc/hosts except dnsmasq.
-
04:04 PM Bug #79: DNSMasq removed ISC-DHCP Log parsing. Need to write a replacement
- Sounds good to me.
-
04:03 PM Bug #79: DNSMasq removed ISC-DHCP Log parsing. Need to write a replacement
- It seems that dnsmasq keeps all of these internally.
If we rewrite this with a daemon or cron script of some kind,... -
03:37 PM Bug #199: Deleting an unused VLAN ID removes IP addresses from all active VLAN interfaces
- I may have spoken too soon on that. I deleted a few in a row rapidly and the system rebooted itself. I couldn't get t...
-
03:29 PM Bug #199: Deleting an unused VLAN ID removes IP addresses from all active VLAN interfaces
- The attached patch may be the equivalent of swatting a fly with a cannon, but it seems to do the trick. With this pat...
-
11:20 AM Bug #199 (Closed): Deleting an unused VLAN ID removes IP addresses from all active VLAN interfaces
- On 1.2.3 (Current snapshots, and from at least last month) when you delete a VLAN ID that is not assigned to an inter...
-
03:18 PM Bug #196: remote syslog does not work after reboot
- I can reproduce this in a VM and on a real test box. Adding to the weirdness, from my VM I actually do get log messag...
-
11:43 AM Bug #196: remote syslog does not work after reboot
- Definitely something odd here. I booted the VM, and once it was up, from the console, i shutdown the WAN enet (since...
-
01:09 AM Bug #196 (New): remote syslog does not work after reboot
- Confirmed issue, after upgrading to a snapshot from today. This is something that's changed in the past month, except...
-
01:50 PM Bug #68 (Resolved): Dyndns for second WAN( opt1) does not work
- Applied in changeset commit:"7ae7a9720fc06c6c24de29b50197b1d0b19de4ef".
-
01:11 PM Bug #198: Web interface garbage
- I also had the same problem for an full upgrade to pfSense-Full-Update-2.0-ALPHA-ALPHA-20091130-0110.tgz.
This see... -
10:59 AM Bug #198 (Resolved): Web interface garbage
- Hello i try a fresh install from livecd to solve some bugs iso pfSense-2.0-ALPHA-ALPHA-20091129-0034.iso.gz,pfSense-2...
-
10:49 AM Feature #197: [PATCH] dns service: alias option for DNS forwarder
- Actually I meant that this is my second attempt to solve #129
-
10:41 AM Feature #197: [PATCH] dns service: alias option for DNS forwarder
- Add backport to RELENG_1_2_2_RELEASE.
-
10:40 AM Feature #197: [PATCH] dns service: alias option for DNS forwarder
- Actually this is my second attempt to solve #197
-
10:39 AM Feature #197 (Closed): [PATCH] dns service: alias option for DNS forwarder
- Provide a checkbox in the "Edit DNS Forwarder entry" form to indicate if an entry should be treated as an alias to an...
-
06:43 AM Revision b6867d81: Ticket #146. Fix the autocompletion of ports aliases only for the ports and host/network aliases for the src/dst. Checking if a valid alias is entered end if it is a correct one for this box seems like to much overhead and work for this. (For firewall_nat_edit.php)
-
06:40 AM Revision 72cb5baf: Ticket #146. Fix the autocompletion of ports aliases only for the ports and host/network aliases for the src/dst. Checking if a valid alias is entered end if it is a correct one for this box seems like to much overhead and work for this.
-
06:07 AM Revision f71e0ac6: Resolves #138 Add propper input validation to aliases. Do not allow to nested different types of aliases. Do not allow on ports to enter something that is not in the range 0-65535.
-
06:07 AM Revision 21d41faa: Remove uneccessary variable.
-
01:54 AM Revision 7ae7a972: Resolves #68 When checking for the secondary wan ip address curl is forced to go through the it for all traffic. This might mean that DNS fails. Resolve the checkip.dyndns.org ip outside of curl so it can be guaranteed that the traffic of curl will be just http and nothing else. This allows pfSense installation without internet access to work still since if gethostbyname fails now it just extracts the ip from the local interface. To be checked out is what behaviour this should give for CARPgit diff! (Write now surely it does the wrong thing!)
-
01:35 AM Revision 9d96a475: Cleanup code to make it easier to read and faster.
-
01:33 AM Revision 854415fa: Move files to pfSense.obsoletedfiles
-
12:30 AM Revision b93a3dd5: Do not allow duplicate netcat reflection entries. Resolves #193
-
12:00 AM Revision f7973caf: Use any for block until a diff solution can be created
11/29/2009
-
11:52 PM Bug #196: remote syslog does not work after reboot
- Hmmm, on the other hand, don't think it package related - my virtualbox repro, is a barebones "quick install" with no...
-
11:50 PM Bug #196: remote syslog does not work after reboot
- yes, i have a number of packages loaded (squid, havp, etc...) i have been looking at the source on cvsweb and i thin...
-
11:42 PM Bug #196: remote syslog does not work after reboot
- Sounds like syslog fails binding to the local address, as if something else were already bound to 514. What's the exa...
-
11:40 PM Bug #196: remote syslog does not work after reboot
- That is odd then. As far as binding, yes and no. I reread the log message, and the complaint is about sendto(), not...
-
11:27 PM Bug #196 (Feedback): remote syslog does not work after reboot
- This isn't universally true, I have multiple boxes that use remote syslog on 1.2.3 and work fine after rebooting. A c...
-
11:01 PM Bug #196 (Resolved): remote syslog does not work after reboot
- If you enable remote syslogging it works fine until you reboot pfsense, at which point no messages are ever sent to t...
-
11:46 PM Revision e910d203: Lock out SSH going to LANIPS. Use correct SSH port if custom port is defined.
-
11:39 PM Revision c1fdf37f: Process old entries, too
-
11:37 PM Revision 26d22470: Update ttys serial lines. Resolves #165
- To prevent collisions with the sio(4) driver, the uart(4) driver
uses different names for its device nodes. T... -
11:33 PM Revision 07b1797b: Define full path to binaries
-
11:23 PM Revision c0c7eb48: Remove Header
-
11:22 PM Revision 344c68b2: Post against reboot.php and reboot instead of reinventing the wheel. Ticket #191
-
11:22 PM Revision 343bb325: Do not show reboot notices twice. Resolves #191
-
11:20 PM Revision 0069f9fc: Fix ' in alias description. Confirmed working fix for ticket #143
-
11:11 PM Todo #63: Change web interface default to HTTPS
- This is important for 2.0. Not one modern security appliance ships defaulted to HTTP. It's fine to allow people to sw...
-
10:57 PM Revision 4909d142: Delete DHCP Server interfaces and do not leave XXXX based interfaces. Resolves #16
-
10:56 PM Bug #195: Can not log out of console menu
- Doesn't work at the console for me either. Via SSH it does.
-
07:23 PM Bug #195 (Feedback): Can not log out of console menu
- Strange, I just tested this on a 2.0 / 8.0 box and it works?
-
04:55 PM Bug #195 (Resolved): Can not log out of console menu
- When the console lockout is enabled on 2.0 you can not log out after logging in. Thus leaving the terminal open.
-
09:54 PM Revision b3a07b12: Notate what code does and remove XXX
-
09:50 PM Revision cc558460: Do not show motd
-
09:46 PM Revision 43a8195e: Nuke motd
-
09:17 PM Bug #109: Drop down menu for pages with long tabs only works in Firefox
- In addition to Firefox, it also works on Opera, at least 10.xx
It doesn't work on IE 8, in normal or compatibility... -
08:27 PM Revision f8cc63e7: Revert commit and change back to dnsIf Ticket #68
-
07:35 PM Bug #193 (Resolved): NAT reflection duplicate entries
- Applied in changeset commit:"b93a3dd5087ee7c719ce4a6c2b190350fcc81c8b".
-
03:35 PM Bug #193 (Resolved): NAT reflection duplicate entries
- (confirmed in 2.0 and moved from cvstrac)
Hi, the problem is with automatic NAT reflection.
Everytime you add a... -
07:12 PM Feature #8: Clear states after failover
- pfctl -b <IP of interface>
does this reportedly (haven't tested thoroughly, it's in our code and appears to work). -
07:04 PM Feature #8: Clear states after failover
- This is important, services that maintain a connection never come back after failover without this. VoIP is a good ex...
-
06:45 PM Bug #165 (Resolved): Serial console on 8.x doesn't work properly
- Applied in changeset commit:"26d224707f3e0c9e0bfc3b81604d61358f9a8cf5".
-
06:25 PM Bug #191 (Resolved): Config restore problems
- Applied in changeset commit:"343bb325f6d3e6b9d477495b367885b317e40d0a".
-
06:21 PM Bug #143: Apostrophe in alias description breaks mouse-over display
- That commit fixed schedule descriptions, but not Alias descriptions. I just committed a fix for Alias descriptions wh...
-
06:07 PM Bug #66 (Feedback): Nanobsd does not work on WRAP
-
05:58 PM Bug #16 (Resolved): Deleting multiple OPT interfaces results in an invalid configuration
-
05:58 PM Bug #164 (Resolved): Custom installer does not allow kernel selection
-
04:59 PM Bug #21 (Feedback): Rulesets containing hostnames do not load at boot time
- With a snapshot from 18-11-2009 it still does not load the rules at boot. Worse yet, failure of the DNS server causes...
-
04:50 PM Revision 04967d99: Fix reboot function on 2.0.
-
04:31 PM Feature #132 (Resolved): update OLSRd to 0.5.6-r6
- Updated in ra2847f7
-
04:30 PM Bug #194 (Closed): Rules specifying a deleted interface skipped
- (updated to reflect status in 2.0, and moved from cvstrac)
When an interface is deleted, any rules referencing tha... -
04:23 PM Bug #166 (Closed): Input validation on Gateway editor needs work
- Confirmed, this works fine now.
Thanks! -
03:56 PM Bug #106 (Feedback): 1.2.3-RC2 - NanoBSD - Dynamic DNS Updates (DynDNS.org)
-
03:42 PM Bug #88 (Resolved): TXCSUM forced on at boot which breaks wireless bridging
- It appears the driver bug that necessitated this change in RELENG_1_2 is no longer an issue in FreeBSD 8.0, so no nee...
-
03:31 PM Bug #192 (Resolved): Port Forward external port range shown wrong
- When editing a port forward using a named port, for instance SSH, the external port range shows:
from SSH
to (othe... -
02:55 PM Bug #68 (New): Dyndns for second WAN( opt1) does not work
-
12:18 PM Bug #68: Dyndns for second WAN( opt1) does not work
- I looked at the change revision and added the changes but it still did not work.
There was actually an error in th... - 04:41 AM Revision 407f6220: clarify what is valid for input errors on hostname
-
03:09 AM Bug #140: Switching to AON should generate proper full NAT rules
- I'll look at this, I made the existing nat code in 1.2 iirc.
I just tested this with multi wan on 2.0 from a 18-11-2... -
02:26 AM Revision d539e0e8: Make the graph IDs z-index: 1, which seems to fix it overwriting the menu. Tested on FF and Opera. While here, remove redundant graph ID declaration. Fixes #35 on 2.0.
-
02:19 AM Revision 7db2e2e8: No need for priv.inc
-
02:15 AM Revision 5092a6fb: include priv.inc
-
01:48 AM Revision f1a73dbf: Add select all button
-
01:32 AM Revision 2afddcb1: Disabled is not a required field
-
01:13 AM Revision 649b4d59: Update default privs
-
01:08 AM Revision ead24d63: Include priv.defs.inc
-
12:55 AM Revision 7deffa40: Add listtopic. Remove tab
11/28/2009
-
11:44 PM Bug #187 (Resolved): m0n0wall config conversion trigger invalid
- fixed
-
05:48 PM Bug #187 (Feedback): m0n0wall config conversion trigger invalid
- It now looks for <m0n0wall> as of r1d68379
-
05:46 PM Bug #187 (New): m0n0wall config conversion trigger invalid
- It's triggered now with "m0n0wall", not "<m0n0wall>". The latter would be fine.
-
01:39 PM Bug #187 (Feedback): m0n0wall config conversion trigger invalid
- The change is only triggered if <m0n0wall> is found. It then proceeds to convert all m0n0wall -> pfSense which is p...
-
12:44 AM Bug #187 (Resolved): m0n0wall config conversion trigger invalid
- If the string "m0n0wall" is found anywhere in the configuration, including things like a rule description, it gets co...
-
11:43 PM Revision 24caf104: Automatically select the last known vhid + 1 when creating new entries
-
11:38 PM Revision 03fdfdd6: Verify carp VHIDS no matter what and compare to current id if needed Resolves #189
-
11:19 PM Revision 07a3b40b: Correctly deterimine the IP address for optional interfaces. Ticket #68
-
10:47 PM Revision 1d683793: Search for <m0n0wall> not m0n0wall
-
10:29 PM Revision c7323d81: Add openvpn client custom option. Ticket #103
-
10:22 PM Revision e6dd418d: Slow down updates for rate util
-
10:09 PM Revision 6347e08c: Remove ipsec_in_use sysctl
-
10:06 PM Revision 0674f163: Unbreak configuration sync. Resolves #182
-
10:00 PM Revision 1386e392: Set a+rx
-
09:51 PM Revision 140a111d: Require filter.inc and shaper.inc
-
09:48 PM Feature #84: Nightly Filter Summary E-Mail
- Change the target on this to 3.0. It might be a package for 2.0 but I doubt it would be complete and refined enough t...
-
09:47 PM Revision cace2dbb: Dedicate 6 characters
-
09:47 PM Revision 9c38bcea: Do not dedicate 16 characters to interface name
-
09:45 PM pfSense Packages Bug #35 (Resolved): traffic graph in dashboard may hide the toolbar in pfsense-ng theme
- Applied in changeset commit:"a6f480947baaf4c2bc11ded3b132981f71271c39".
-
09:45 PM pfSense Packages Bug #35 (Feedback): traffic graph in dashboard may hide the toolbar in pfsense-ng theme
- I committed fixes for this in 2.0 (it had not been fixed there as I thought) and also for the dashboard package.
I... -
09:32 PM Revision d74b5b8b: Fix formatting.
-
09:30 PM Bug #191 (Resolved): Config restore problems
- When restoring a config, noted two issues:
1) It displays two notifications (screenshot attached).
2) After clic... -
08:57 PM Revision d11c1f93: Add radius mac formatting GUI bits. The backend bits where already present. Resolves #178
-
08:16 PM Bug #190 (Resolved): Configuration backup very slow
- After clicking "Download configuration", it takes more than 30 seconds for the configuration to download. Chrome sits...
-
07:56 PM Revision 30c4ae8a: Seperate diffserv box into a <select> dropdown. Hide item behind advanced button. Move down one section near other advanced items. Resolves #60
-
07:40 PM Revision c898b8aa: Diffserv code point is not a reqired field
-
07:16 PM Revision f69f34f1: sysctl kern.polling.enable=0 has been phased out. Simply run ifconfig interface polling or ifconfig interface -polling. Ticket #124
-
07:13 PM Revision 5c1f3ed2: Remove GMT time zone items which are actually reversed and confusing. Resolves #176 - http://www.freebsd.org/cgi/query-pr.cgi?pr=24385
-
06:51 PM Revision c7ed2141: Build a new array of items that have .pat in them. Resolves #171
-
06:40 PM Bug #189 (Resolved): CARP VHID missing input validation
- Applied in changeset commit:"03fdfdd652b86da67eb44235f67a75e90fc9dfea".
-
05:21 PM Bug #189 (Resolved): CARP VHID missing input validation
- When switching an existing VIP to a CARP VIP, the VHID is not validated. It's possible to create duplicate VHIDs when...
-
06:21 PM Bug #68 (Feedback): Dyndns for second WAN( opt1) does not work
- Please try commit r07a3b40 or a new snapshot and report back.
-
06:18 PM Bug #186 (Closed): pptp can not unset radius issueips
- You have an outdated version if you have two of those check boxes, I fixed that a while ago. I also fixed a problem a...
-
05:35 AM Bug #186: pptp can not unset radius issueips
- I found the problem there...
the checkbox Radiusissued Ips is shown twice on this page
once below the pptp dns... -
05:31 PM Bug #103 (Feedback): OpenVPN client custom options missing
-
05:10 PM Bug #182 (Resolved): Carp sync broken in 2.0
- Applied in changeset commit:"0674f163850c338a4e1f6f12c3d484c9a8d5b955".
-
05:04 PM Bug #188 (Rejected): NIC getting error in/out after upgrade 1.2.3 RC1 to 1.2.3 RC3
- This is a FreeBSD issue we can't do anything about. See:
http://doc.pfsense.org/index.php/Policy_on_FreeBSD_issues
-
04:58 PM Bug #188 (Rejected): NIC getting error in/out after upgrade 1.2.3 RC1 to 1.2.3 RC3
- working build was built on Wed Apr 22
not working build 1.2.3-RC3 built on Mon Nov 23
my nic in dmesg is:
bge0... -
04:21 PM Feature #17 (Closed): LED support on ALIX, WRAP, etc.
- I have already addressed the alert issue, and the interface assignment issue is apparently either fixed or no longer ...
-
04:00 PM Todo #178 (Resolved): Import MAC address formatting option from m0n0
- Applied in changeset commit:"d11c1f931a20d2d9ed692b396787cab55a5ff68b".
-
03:53 PM Bug #144 (Needs Patch): Syslog messages violate RFC 3164
- Nearly everything appears to violate RFC 3164. Stock BSDs, m0n0wall, Cisco IOS (by default). The most common syslog s...
-
03:00 PM Bug #60 (Resolved): Firewall rules edit -> DiffServ Code Point
- Applied in changeset commit:"30c4ae8a6bf91f7656f07d80f2e8cafb83d1113a".
-
02:16 PM Bug #124 (Feedback): Polling problems with 8
-
02:15 PM Bug #176 (Resolved): GMT offset zones reversed
- Applied in changeset commit:"5c1f3ed27083c9ce218c7c638488dec44110d7ff".
-
02:06 PM Bug #78: Outgoing load balancer needs configuration upgrade
- What appears to be left: upgrading configuration from 1.2 -> relayd
Bill mentioned one more area that might just ... -
01:55 PM Bug #171 (Resolved): "LICENSE" shows up in L7 protocol list
- Applied in changeset commit:"c7ed2141c2d277b0974a825bf60a9958ac7a0ffe".
-
10:52 AM Revision ceae2616: Use propper name for interface groups.
-
10:47 AM Revision 4400ad66: Rework qinq a bit. Make it use a vlan(4) as the firt Q and a ng_vlan(4) for the second Q in QinQ.
-
08:05 AM Revision a726c0e8: Missed name change.
-
07:28 AM Revision 7c9d8d71: Please pretty please use the interfaces function rather than than growing yet again the horrendous custom made things. Thank you. Ticket #141
-
06:57 AM Bug #141: Reserved names cannot be used for aliases or interfaces
- It would be better to just add a single char to the beginning of alias names.
So people can have some freedom on nam... -
12:15 AM Bug #141 (Resolved): Reserved names cannot be used for aliases or interfaces
- Applied in changeset commit:"58b0abb3d3485dc5506e6b8e6ec29297e1c16244".
-
12:07 AM Bug #141 (New): Reserved names cannot be used for aliases or interfaces
- no change.
- 05:40 AM Revision 34cdf949: fix typo
-
05:11 AM Revision 58b0abb3: Correct typo Resolves #141
-
04:55 AM Revision d823b81c: Use long php notation opener
-
03:59 AM Revision 5f97f256: Do not remount ro twice
-
03:57 AM Revision 48e29ac9: Download and verify the bogons md5 with the bogons files Ticket #141
-
03:43 AM Revision 143048e3: Do not allow interface names as alias names Ticket #141
-
03:41 AM Revision f76a479d: Do not allow reserved keywords as alias names Ticket #141
-
02:24 AM Revision 20138aba: Only show files with .pat in them Resolves #171
-
02:00 AM Revision b6693b01: use _SERVER[\'HTTP_HOST\']
-
01:50 AM Revision 39d1c22d: Use _SERVER['HTTP_HOST'] instead of lanip Resolves #157
-
01:43 AM Revision 5e9dd72a: Add is_URL()
-
01:13 AM Revision 772d3121: Use ['name'] when looking up items
-
12:40 AM Revision d2aa8cd6: Escape ' Ticket #143
-
12:12 AM Revision 158d9aa6: Show ajax properly
-
12:02 AM Revision b4bfd25d: Add disabled checkbox. Add code to check for disabled accounts.
11/27/2009
-
11:52 PM Bug #160 (Resolved): Captive portal interfaces box doesn't expand
- yeah this is ok now, not sure what happened to my sync earlier.
-
11:26 PM Bug #160 (Feedback): Captive portal interfaces box doesn't expand
- Maybe your gitsync is not working.
It works fine, here is a screenshot of a box sized 4.
http://yfrog.com/1d3at... -
06:13 PM Bug #160 (New): Captive portal interfaces box doesn't expand
- No change (size is still 3 when you have 5 interfaces)
-
05:25 PM Bug #160 (Resolved): Captive portal interfaces box doesn't expand
- Applied in changeset commit:"685493b5dac9843554e3dead633e22fb40737a8c".
- 11:43 PM Revision e7d3b8f4: Add input validation to check if the gateway IP is in the local subnet for that interface.
- Needs testing, no idea if this works for ppp or pppoe interfaces.
-
11:36 PM Bug #76 (Feedback): Changes needed to traffic shaper since its rewrite
- most if not all of these items where fixed by Ermal recently.
- 11:26 PM Revision e489f87d: in_array() is needle, haystack. Not the othe way round which throws a wrong datatype warning.
- Issue 166
-
10:58 PM Bug #183 (Feedback): Bogons data isn't validated
-
10:48 PM Bug #183: Bogons data isn't validated
- It would make more sense to verify the file to the md5 that is now being generated at bogon-bn-nonagg.txt.md5
-
07:48 PM Bug #183: Bogons data isn't validated
- Patch provided in list thread mentioned above.
-
10:54 PM Revision f1a1997f: Return after setting account expired
-
10:54 PM Revision 7dd044f2: Honor account expiration
-
10:46 PM Revision 0a82fa9b: Allow expiration date to lie in the past which has the side effect of disabling the account Ticket #65
-
10:44 PM Bug #141 (Feedback): Reserved names cannot be used for aliases or interfaces
-
10:37 PM Bug #186 (Feedback): pptp can not unset radius issueips
- I just tested this and the checkbox unchecked after posting. I even revisited the page and it was still unchecked. P...
-
05:29 AM Bug #186 (Closed): pptp can not unset radius issueips
- if this flag is set once, the unset is not working in the gui
-
10:32 PM Bug #143 (Feedback): Apostrophe in alias description breaks mouse-over display
- Please test with newer php 5.2.11 binary.
- 10:28 PM Revision 8512951f: Fixup the wireless graph, not sure if many people ever saw it, considering it was included in 1.2 and up but did not look very pretty.
- Greatly enhanced the readability by setting up the default colors better and increasing the line thickness to 2.
-
10:22 PM Revision 85dd175d: Nuke alert. Resolves #125
-
10:22 PM Revision 685493b5: Expand services -> captiveportal infterface box to match the number of interfaces present Resolves #160
-
09:59 PM Revision a7dbeea9: Merge branch 'master' of git@rcs.pfsense.org:pfsense/mainline
-
09:57 PM Revision 46c5b763: Fix hostname checking when entering a dhcp static mapping and replace "." with "_" when writing "host-name" option in dhcpd.conf. Resolves #159
-
09:55 PM Revision 35b91f77: Add newline after set radius server Resolves #184
-
09:53 PM Revision 1ee5d4b3: Call enable_rrd_graphing() on save Resolves #154 + previous commit
-
09:50 PM Bug #171 (New): "LICENSE" shows up in L7 protocol list
-
09:25 PM Bug #171 (Resolved): "LICENSE" shows up in L7 protocol list
- Applied in changeset commit:"20138aba7214bbcc6e90a5787d33521f8f5ed4e3".
-
05:49 PM Bug #171 (New): "LICENSE" shows up in L7 protocol list
- not fixed
-
04:25 PM Bug #171 (Resolved): "LICENSE" shows up in L7 protocol list
- Applied in changeset commit:"64fba8ec93fa47d284483e6da6a1989d6dd46ce6".
-
09:37 PM Revision 6e6233d0: Call enable_rrd_graphing(); when clicking save Ticket #154
-
09:34 PM Revision 95dd7e9d: Set location of header request
-
09:32 PM Revision fa6a664d: When working with one interface only, do not attempt to setup lan during setup wizard. Ticket #158
-
09:24 PM Revision 64fba8ec: Do not show LICENSE in the list of shaper patterns. Resolves #171
-
09:18 PM Bug #158 (Feedback): Setup wizard breaks single interface configurations
-
09:17 PM Revision 4195c967: Correctly output only selected backup area when do not backup packages is selected. Resolves #168
-
08:55 PM Bug #157 (Resolved): Setup wizard redirect broken
- Applied in changeset commit:"39d1c22d8b6b570b386ec2050f6c7e7e63b4d48d".
-
08:46 PM Bug #157 (New): Setup wizard redirect broken
-
08:46 PM Bug #157 (Feedback): Setup wizard redirect broken
-
05:55 PM Bug #157 (New): Setup wizard redirect broken
- this still doesn't work when accessing WAN side at least.
-
04:21 PM Bug #157 (Resolved): Setup wizard redirect broken
- I fixed this last week when fixing up requires. Just tested and it redirected to $myurl OK. Closing.
-
08:03 PM Revision 55c61326: Include neccessary files.
-
07:40 PM Bug #134: Active mode FTP causes a panic
- fixed
-
07:18 PM Bug #6 (Feedback): Status -> Wireless display bugs
- Seth commited a fix for this yesterday.
-
07:13 PM Todo #65 (Feedback): Ability to disable accounts
-
07:03 PM Todo #65: Ability to disable accounts
- Added bits in rb4bfd25
-
06:34 PM Bug #173 (Feedback): Missing input validation for gateways
-
06:31 PM Bug #173: Missing input validation for gateways
- Seth Mos wrote:
The monitor IP check was caused by a incorrect variable name which was fixed in #166.
Adding code... -
06:23 PM Bug #173 (New): Missing input validation for gateways
-
06:20 PM Bug #173 (Feedback): Missing input validation for gateways
- .
-
06:22 PM Bug #166 (Feedback): Input validation on Gateway editor needs work
- Hi Jim,
I added a fix in CVS, I use the in_array arguments in the wrong order and was using the wrong variable nam... -
06:19 PM Bug #125 (Feedback): Erroneous "interface not present" alert
-
06:18 PM Bug #125: Erroneous "interface not present" alert
- needs testing
-
05:25 PM Bug #125 (Resolved): Erroneous "interface not present" alert
- Applied in changeset commit:"85dd175d043f248c590b18ced068dc9dbfb2054f".
-
06:15 PM Bug #154: New interface does not have RRD graphs created
- fixed
-
04:55 PM Bug #154 (Resolved): New interface does not have RRD graphs created
- Applied in changeset commit:"1ee5d4b3a086e3ad429b128e31de32ae69ec3b2e".
-
06:07 PM Bug #168: Backup area
- Looks to be resolved. Nuno: please test and verify
-
04:20 PM Bug #168 (Resolved): Backup area
- Applied in changeset commit:"4195c967cc25eefa2c1c5bc889788eacb4531fbd".
-
06:01 PM Bug #159: "." in hostname creates invalid dhcpd.conf
- this is good now, thanks!
-
05:00 PM Bug #159 (Resolved): "." in hostname creates invalid dhcpd.conf
- Applied in changeset commit:"46c5b763ef26269b50d303fc62793c58a42eefb1".
-
05:33 PM Bug #55 (Feedback): 2.0 / FreeBSD 8 needs wireless changes to work.
- Seth and my self have been commiting changes. So far this seems to work. Needs more testing.
-
05:00 PM Bug #184 (Resolved): pptp configuration missing newline in mpd.conf
- Applied in changeset commit:"35b91f770335000fd362147948629128776c325f".
-
05:23 AM Bug #184 (Resolved): pptp configuration missing newline in mpd.conf
- on enabling Radius authentifikation + Radius accounting there is a missing newline in the mpd.conf (after set radius ...
-
03:50 PM Revision 42bad812: Fix get_interface_mac function and rename local variable to function qinq interface configure.
-
05:27 AM Feature #185 (Resolved): PPPoE server 'set radius me'
- it would be nice to have a possibility to set the radius me ip from the gui for the accounting also to diable the com...
- 04:29 AM Revision 77456954: clarify text
- 04:25 AM Revision d8ba56f6: fix up text
-
02:23 AM Revision 4c86a165: add captiveportal.inc
-
02:18 AM Revision 5a7d827b: Add ipsec.inc and vpn.inc
-
12:39 AM Bug #170: Shaper multi-all wizard doesn't work
- this is fixed
11/26/2009
-
09:27 PM Bug #174: Re-assigning interfaces doesn't reconfigure them
- fixed
-
07:19 AM Bug #174 (Resolved): Re-assigning interfaces doesn't reconfigure them
- Applied in changeset commit:"331e8242e32eacee070740a74f90f87dfde95562".
-
02:00 AM Bug #174 (New): Re-assigning interfaces doesn't reconfigure them
- Still doesn't work, no change
- 09:02 PM Revision 6c4b9f46: Show the RSSI, BSSID and the wireless connection rate
- 09:02 PM Revision 818a6b7d: Make sure to get the wireless status from the correct interface.
- Add support for the rssi, rate and base station mac.
-
07:48 PM Bug #69: OpenVPN 'local' directive
- I take this one.
-
05:33 PM Revision f9fc88cc: Rework includes. Ticket #170
-
02:13 PM Revision 331e8242: Resolves #174. Fix the typo to reresolve the issue.
-
01:55 PM Revision 34019d28: Resolves #170. Yet again include fallout changes.
-
07:02 AM Bug #170 (Resolved): Shaper multi-all wizard doesn't work
- Applied in changeset commit:"34019d287250e544cf1a4a31be4c28f043b5b246".
-
01:54 AM Bug #170 (New): Shaper multi-all wizard doesn't work
- still doesn't work.
now:
Fatal error: Call to undefined function enable_rrd_graphing() in /usr/local/www/wizard... -
05:02 AM Bug #182: Carp sync broken in 2.0
- As i mention its a fresh install an there is no description in any of the interface . i try on 2 server model HP DL38...
-
02:03 AM Bug #179: Fatal error in firewall_nat_out.php
- fixed
-
01:52 AM Bug #171 (New): "LICENSE" shows up in L7 protocol list
- this isn't fixed, same as before
-
01:47 AM Bug #169: Shaper needs to show friendly interface name
- fixed
-
01:46 AM Bug #175: convert_real_interface_to_friendly_descr doesn't work for disabled interfaces
- fixed
11/25/2009
- 08:56 PM Revision b57a2aee: Remove debugging leftover from testing.
- 08:54 PM Revision 22275785: Make sure to display a correct bssid field instead of a truncated one. Going to great lengths here to prevent splitting on a fixed number of characters.
-
08:52 PM Bug #183 (Resolved): Bogons data isn't validated
- The contents of the bogons file isn't verified upon download before being installed, aside from the download being su...
-
06:18 PM Revision c795339e: Resolves #175. Return description even for disabled interfaces. Teach the return_gateways_array() to return status for disabled interfaces if the caller requests it.
-
04:59 PM Revision 392cd413: Resolves #169. Show interface friendly names during the wizards. Some more cosemtics is needed in this wizard but this is a first step.
-
04:36 PM Revision c19900ef: Resolves #170. This is really a fallout from include changes. Pointy-hat: sullrich@
-
04:33 PM Revision 850cff07: Resolves #171. Do not show the license file as a protocol list.
-
04:20 PM Revision e7bfa231: Resolves #174. If the interface reassignment changes reload the config for the interface.
-
02:32 PM Revision c44d3cf7: Resolves #179. Propperly check if this is an array or not. This is required since php 5.+.
-
12:22 PM Bug #182: Carp sync broken in 2.0
- Please make sure you have no special characters in the descriptions, etc.
-
12:18 PM Bug #182 (Resolved): Carp sync broken in 2.0
- In 2.0 ( 25/11/2009 snapshot ) carp sync failover is broken . Unable to synchronize between 2 firewall .
I make a ... -
11:25 AM Bug #175 (Resolved): convert_real_interface_to_friendly_descr doesn't work for disabled interfaces
- Applied in changeset commit:"c795339e573389fa10ca8ea307b2c45f56a3700b".
-
10:48 AM Bug #134 (Resolved): Active mode FTP causes a panic
- Patch was committed. It was just a typo problem.
-
10:05 AM Bug #169 (Resolved): Shaper needs to show friendly interface name
- Applied in changeset commit:"392cd413c1c6269d027e2da15f466928e6715271".
-
09:45 AM Bug #170 (Resolved): Shaper multi-all wizard doesn't work
- Applied in changeset commit:"c19900ef564b9523850f7323831820f12facf493".
-
09:40 AM Bug #171 (Resolved): "LICENSE" shows up in L7 protocol list
- Applied in changeset commit:"850cff07adac41c78a2cf7e91cec903496ae3d23".
-
09:27 AM Bug #174 (Resolved): Re-assigning interfaces doesn't reconfigure them
- Patched.
-
08:41 AM Bug #180 (Closed): PPPoE configuration username and password remain in config.xml after being removed
- Not a problem in 2.0, not fixing in 1.2.x.
-
07:42 AM Bug #180: PPPoE configuration username and password remain in config.xml after being removed
- This only affects 1.2.x
-
07:39 AM Bug #179 (Resolved): Fatal error in firewall_nat_out.php
- Patch commited.
-
03:14 AM Revision b6cd2248: Help page (re)mapping.
- 12:38 AM Revision 7ab2b688: Include commonly used .inc files such as filter.inc, shaper.inc, etc
11/24/2009
- 10:06 PM Revision 78e0b65c: Cons25 supports color as well
- 08:53 PM Revision 3e7dfc05: Use the list sta output instead of list ap which we used before.
- Still need to check if this also results in the right values being graphed, takes some time to confirm.
- 08:44 PM Revision 162477a4: Make sure the right wireless interface is polled for the graphs
- 08:37 PM Revision 105bb6a6: Fix wireless stations list
-
08:08 PM Bug #159: "." in hostname creates invalid dhcpd.conf
- I finally applied the same subsitution already done for " " (replaced by "_") when creating dhcpd.conf (goal was to p...
-
08:05 PM Bug #181 (Resolved): Auto Update doesn't work
- hangs forever at:
pfSense is now upgrading.
The firewall will reboot once the operation is completed. -
07:27 PM Bug #180 (Closed): PPPoE configuration username and password remain in config.xml after being removed
- This issue seen in 1.2.3-RC3, build as of Nov 14.
While setting up a pfSense box for a client, I configured PPPoE ... -
05:28 PM Bug #170 (New): Shaper multi-all wizard doesn't work
- I take that back - that particular issue was fixed, but this wizard is still broken. Go through it, fill in interface...
-
05:22 PM Bug #170 (Resolved): Shaper multi-all wizard doesn't work
- this is resolved
-
05:01 AM Bug #170 (Feedback): Shaper multi-all wizard doesn't work
- Resolved.
-
05:26 PM Bug #169: Shaper needs to show friendly interface name
- It doesn't. The wizards don't, for one. Pick one, any of them.
-
05:00 AM Bug #169: Shaper needs to show friendly interface name
- AFAIK, the firewall shaper shows friendly interface names!
Please detail the report so it can be at least comprehended. -
05:17 PM Bug #167 (Resolved): CARP error
- Fixed
-
06:50 AM Bug #167 (Feedback): CARP error
- Patch commited./.
-
05:16 PM Bug #179 (Resolved): Fatal error in firewall_nat_out.php
- When the only NAT configuration in config.xml is:
<nat>
</nat>
firewall_nat_out.php doesn't load:
Fatal e... -
03:03 PM Bug #175: convert_real_interface_to_friendly_descr doesn't work for disabled interfaces
- Yes, and get_configured_interface_with_descr(false,true) does return disabled interfaces as it should. I spent time d...
-
11:50 AM Bug #175: convert_real_interface_to_friendly_descr doesn't work for disabled interfaces
- As far as i can tell
[code]
$ifdescrs = get_configured_interface_with_descr(false, true);
foreach ... -
10:45 AM Bug #175 (New): convert_real_interface_to_friendly_descr doesn't work for disabled interfaces
- It is absolutely true.
-
06:52 AM Bug #175 (Rejected): convert_real_interface_to_friendly_descr doesn't work for disabled interfaces
- This is not true please find the real cause of this.
-
01:44 PM Revision 0a595d84: s/interfaces_carp_configure/interfaces_carp_setup/
-
11:53 AM Revision 474ef84c: Fix problems with traffic shaper wizards not propperly handling the parameter at first step.
-
11:35 AM Revision 127b93cf: Include necessary shaper.inc for read_altq_config.
-
11:32 AM Revision a5f07f09: Include rrd.inc for enable_rrd_graphing.
-
11:27 AM Revision ec08d983: Include neccessary filter.inc.
11/23/2009
- 11:06 PM Revision 2a203afd: Wireless cleanups for the new wireless format of FreeBSD 8
- Changing between different ssids, wpa, wep and channels works. Needs thorough testing.
Client mode also works again, ... -
05:26 PM Bug #159: "." in hostname creates invalid dhcpd.conf
- Ok, I misunderstood, sorry. It's clear now ;-)
-
05:16 PM Bug #159: "." in hostname creates invalid dhcpd.conf
- Oh, I didn't mean changing the actual entries in the config.xml. Just when they're written out from the config.xml to...
-
05:14 PM Bug #159: "." in hostname creates invalid dhcpd.conf
- > why does the config need to be upgraded?
As you mentionned in earlier post of this tickets, the '.' in static m... -
05:08 PM Bug #159: "." in hostname creates invalid dhcpd.conf
- why does the config need to be upgraded?
By the way - Scott fixed the hostname verification in RELENG_1_2 yesterd... -
05:07 PM Bug #159: "." in hostname creates invalid dhcpd.conf
- Question for the dhcp server config upgrade: may it be an option to change version number from 6.0 to 6.1 (etc/inc/gl...
-
06:46 AM Bug #168: Backup area
- I did more tests and this only happens when 'Do not backup package information' is selected, so:
- go to backup/re... - 01:14 AM Revision 16058a05: Add back mbstring for firewall_rules_edit
- 01:02 AM Revision 1420c055: Update fieldname, it should be hostname and not host Ticket #159
- 01:02 AM Revision 07ab4926: Update fieldname, it should be hostname and not host Ticket #159
- 12:56 AM Revision be1db1d3: Document known module purpouses:
- 12:53 AM Revision fca48a65: Add back ctype and document what its for
- 12:50 AM Revision 6028a72d: Update doc header
- 12:49 AM Revision b927a013: Allow specifying colors by their name
- 12:17 AM Revision 385a3a31: Return color code, not echo
- 12:04 AM Revision fdf3af3f: Add function header markup for doc generation. Add color() function that will output a color ansi sequence if the terminal supports it. No arguments to color will reset the terminal
11/22/2009
- 10:14 PM Revision b15ae348: Deleting a IP alias needs the IP as a argument, just issuing delete is not valid syntax
-
10:03 PM Todo #178 (Resolved): Import MAC address formatting option from m0n0
- In m0n0wall under captive portal there is a feature where you can specify how the MAC address was sent as a username ...
-
09:59 PM Feature #177 (Resolved): IPv6 support
- (moved from cvstrac)
IPv6 support needs to be added at some point (post-2.0) - 09:59 PM Revision 9006e9f8: Reformat. No functional changes
- 09:42 PM Revision 37a53d16: Use interface_bring_down()
- 09:38 PM Revision f07bee94: Ensure all interface delete code is wrapped in does_interface_exist()
-
08:28 PM pfSense Packages Bug #121 (Rejected): Problem with VIA Veloctiy NetworkCard
- This is a FreeBSD hardware issue of some sort that we can't do anything about.
http://doc.pfsense.org/index.php/Pol... -
08:26 PM pfSense Packages Bug #133 (Resolved): console change lan ip causes fatal trap 12
- this is fixed
-
08:07 PM Bug #176 (Resolved): GMT offset zones reversed
- The GMT timezones in the TZ database are opposite of what they appear they should be. i.e. GMT-4 is really GMT +4.
... -
07:57 PM Bug #175 (Resolved): convert_real_interface_to_friendly_descr doesn't work for disabled interfaces
- It needs to because some parts of the GUI use it to display interface info (system_gateways.php for one) where it cur...
-
07:56 PM Bug #159: "." in hostname creates invalid dhcpd.conf
- Hi,
My cloned repo is updated with the first part. For the second one, you are right, I will follow your advices, ... -
07:50 PM Bug #174 (Resolved): Re-assigning interfaces doesn't reconfigure them
- Re-assigning interfaces does not reconfigure their IP assignments. Example: if you have OPT1 assigned to em2 and OPT2...
- 05:55 PM Revision 45e63af1: Include config.inc and functions.inc
- 03:51 AM Revision d4ac1b88: We need mhash for the user manager
- 03:46 AM Revision 2a7a9e3b: Add shaper.inc and auth.inc
- 03:23 AM Revision 7c6cef3c: Add shaper.inc
- 12:43 AM Revision 5fbcc12a: Add blank row to match firewall rules layout
- 12:41 AM Revision 1b43f08f: Move linked rule below pass icon. Cleanup tables
- 12:34 AM Revision 1a03cf69: Include filter.inc and shaper.inc
- 12:28 AM Revision 7a927e67: Require filter.inc and shaper.inc
- 12:10 AM Revision 5f2d078e: Decouple filter.inc from functions.inc. There is no need to process filter functions most of the time. Include filter.inc where it is needed
11/21/2009
- 11:49 PM Revision c987ed88: Escape $myurl so that it can be replaced
- 11:44 PM Revision 7f16265a: Ensure dynamodules directory exists
- 11:37 PM Revision fcdf9492: Fix spelling mistake
- 11:34 PM Revision 80d887d1: Note modules no longer included by default. If a module is needed simply touch /etc/php_dynamodules/$modulename
- 11:30 PM Revision c44417f8: Include captiveportal for captiveportal_radius_stop_all()
- 11:07 PM Revision 47eee8fa: Use dmesg -a when /var/log/dmesg.boot is not available
- 10:56 PM Revision 668e761d: Include ipsec.inc and vpn.inc
- 10:48 PM Revision f7e3f9ac: Include certs.inc
- 10:05 PM Revision 880637d2: Default to only system information and interfaces widgets. This reduces load time on RSPRO from 9+ seconds to 2.5
- 09:30 PM Revision 980df75c: Set max_procs for > 128 megabytes ram. Set min-procs to 0. Set the MAX_REQUESTS to 2 when memory under 128 megabytes
- 09:18 PM Revision f82be9e4: Set default size for apc shm to 10 megs for < 128
- 09:14 PM Revision 2b11ff4d: Calculate PHP APC SHM size according to memory detected
- 09:08 PM Revision 483e6de8: Rework includes/require. This saves about 4 megabytes.
- Simplify get_memory(). Tested on mips/i386
- 12:23 AM Revision e2d90eac: Fix the status wireless page for 2.0 using the correct _wlan0 interface
- name.
Also bring over a fix for ssid values with spaces, there is a different
fix in 1.2. This one splits on Mac addr... -
12:01 AM Bug #173 (Resolved): Missing input validation for gateways
- system_gateways_edit.php does not sanity check entries. Two checks should be added:
1) The gateway IP is within t...
11/20/2009
-
11:30 PM Bug #172 (Closed): Daylight savings causes duplicate months in RRD (sometimes)
- (moved from cvstrac # 1681, with updated info)
Occasionally there are duplicate months in RRD graphs. It used to a... -
11:07 PM Bug #171 (Resolved): "LICENSE" shows up in L7 protocol list
- It appears that everything in /usr/local/share/protocols is shown in the L7 protocol list, including "LICENSE", the c...
-
10:59 PM Bug #170 (Resolved): Shaper multi-all wizard doesn't work
- After entering the number of WAN and LAN connections at the first screen of the multi-all shaper wizard, it comes bac...
-
10:57 PM Bug #169 (Resolved): Shaper needs to show friendly interface name
- The shaper shows wan/lan/optX, it should show the friendly interface name to avoid confusion where numerous OPT inter...
-
10:47 AM Bug #168: Backup area
- Can you explain what you mean and how to replicate in more depth? That doesn't make any sense to me.
-
07:23 AM Bug #168 (Resolved): Backup area
- Independently of backup area selected the backup is always full
-
10:46 AM Bug #134 (New): Active mode FTP causes a panic
-
07:33 AM Bug #134: Active mode FTP causes a panic
- Same problem here with 2.0-ALPHA-ALPHA version 20 11 2009
connect to any FTP server in active mode, and try a di... -
01:23 AM Revision ba3e5c6c: More help page adjustments
11/19/2009
-
11:14 PM Revision c5ee0e21: More help pages
-
09:29 PM Bug #16 (New): Deleting multiple OPT interfaces results in an invalid configuration
- Not fixed.
-
05:06 PM Todo #36 (Resolved): Replace PPP
-
03:33 PM Todo #34: PPTP users integration with user manager
- The Radius server settings need to also be pulled from the User Manager authentication server setup as well.
-
03:33 PM Todo #33: L2TP users integration with user manager
- The Radius server settings need to also be pulled from the User Manager authentication server setup as well.
-
03:33 PM Todo #32: PPPoE Server users integration with user manager
- The Radius server settings need to also be pulled from the User Manager authentication server setup as well.
-
12:59 PM Bug #167 (Resolved): CARP error
- When I hit save on CARP Settings page I get the following error:
Fatal error: Call to undefined function interface... -
08:17 AM Bug #134: Active mode FTP causes a panic
- when using frox to achieve transparent ftp proxy the same thing happens, using 2.0-ALPHA-ALPHA built on Wed Nov 18 01...
-
02:34 AM Revision 387d2afe: More help pages
11/18/2009
-
11:15 PM Revision 56f86399: More help page mappings
-
10:54 PM Bug #159: "." in hostname creates invalid dhcpd.conf
- The first part is good.
On the second, I would prefer to avoid changing people's configuration. If they already h... -
10:21 PM Bug #159: "." in hostname creates invalid dhcpd.conf
- I am working on it, two targets :
- make sure the 2.0 gui does not allow to enter fqdn reservation.
- during the up... -
08:15 PM Bug #166 (Closed): Input validation on Gateway editor needs work
- When attempting to save a Gateway with a space in the name (e.g "a b") the input validation throws an error as it sho...
-
06:09 PM Bug #165: Serial console on 8.x doesn't work properly
- I should note this is full installs only - nanobsd is fine.
-
06:08 PM Bug #165 (Resolved): Serial console on 8.x doesn't work properly
- The serial console on 8.x based versions doesn't work properly. The boot messages show up, and if the system panics y...
-
05:53 PM Revision f98810b4: Remove another obsolete file, add some other files that no longer exist in the repo to the obsoleted files list.
-
04:37 PM Bug #163 (Rejected): TCP Traffic on bridged multiwan config being blocked. Explicit PASS rules in place.
- this is not a legit bug report.
http://doc.pfsense.org/index.php/Bug_reporting
Please ask about this on the forum ... -
04:23 PM Bug #163 (Rejected): TCP Traffic on bridged multiwan config being blocked. Explicit PASS rules in place.
- Hi All,
I'm new to this so please excuse any fopars.
I have a the following pfsense config running on 1.2.3 RC3... -
04:23 PM Bug #164 (Resolved): Custom installer does not allow kernel selection
- When going through the custom installer, you are no longer prompted to select the kernel for installation.
-
04:02 PM Bug #162 (Resolved): Expanding traffic graphs and saving doesn't save
- If you expand traffic graphs in the dashboard, and save settings, it doesn't actually save. Always goes back to only ...
-
03:54 PM Bug #161 (Resolved): HTTPS certificates invalid - duplicate serial
- Generating a certificate and using it for HTTPS results in an unusable web interface.
"You have received an inval... -
12:06 PM Bug #160: Captive portal interfaces box doesn't expand
- Could it not just be made as long as the interface list? Generally that isn't going to be more than maybe 10-20 entri...
-
10:24 AM Bug #160: Captive portal interfaces box doesn't expand
- The only option is to make a multi column combo box.
I am not sure this is possible in a web based GUI though i see ... - 03:58 AM Revision 3a4fb57e: fix up text
- 03:33 AM Revision f79ceb07: Add interfaces_wlan_scan.php and firewall_nat_server.php to obsoleted files list
-
02:46 AM Revision 7c33eb64: Remove obsolete file, its functionality is now in status_wireless.php
-
02:37 AM Revision cde575e0: Even more help page mappings
-
12:06 AM Revision b873ded5: Lots of help page mappings to newly created content. Adjust package editing logic a tad.
11/17/2009
-
10:02 PM Bug #160 (Resolved): Captive portal interfaces box doesn't expand
- On a system with > 3 interfaces, the Interface box on services_captiveportal.php needs to expand so all the interface...
- 07:45 PM Revision 7f9ad068: Fix hostname in page title. thanks to sullrich@ for pointer
-
05:29 PM Bug #159 (Resolved): "." in hostname creates invalid dhcpd.conf
- Creating a reservation with a FQDN results in an invalid dhcpd.conf.
php: /services_dhcp.php: The command '/usr/l... -
03:51 PM Revision f7eae2bf: Align the help link to the right of the title. Less wasted space this way.
- Seems to work OK in FF, IE8, and Opera. If anyone knows a better way to align images to the right, I'm all ears.
-
02:27 AM Revision 79fd4b18: More help pages.
-
01:58 AM Revision c45ca271: Add empty hash assignment syntax to the remaining files. (Got tired of adding them every single time I made a change)
-
01:58 AM Revision 4afdaac1: Add a few more mappings.
- 01:31 AM Revision 174fa1ab: Merge branch 'master' of git://rcs.pfsense.org/pfsense/pierrepomes-max-src-conn into review/master
-
01:26 AM Revision 664efd43: A couple more mappings, plus change to leading with tabs and not spaces. (oops).
-
01:01 AM Revision 6df21728: Help page adjustments and additions. Periodic commit.
11/16/2009
-
09:43 PM Revision 26dd6a54: Add support for 'max-src-conn' PF feature, to limit the maximum number of established connections per host
-
03:52 PM Bug #155: Space in hostname breaks dhcpd
- this works now, thanks!
-
06:55 AM Bug #155 (Resolved): Space in hostname breaks dhcpd
- Applied in changeset commit:"ad30055f6e376a1e0aa5e81d70d46ba27bc85a91".
-
06:53 AM Bug #155 (Feedback): Space in hostname breaks dhcpd
- Patch commited.
-
01:47 PM Revision ad30055f: Resolves #155. Replace space characters with underscore ones.
- 07:12 AM Revision cf21c8ad: Put the FQDN back into the page title. Many people have numerous firewalls up across tabs, and it's impossible to differentiate without this, which we've had for many years.
-
06:46 AM Bug #156 (Rejected): OpenVPN rules not added properly
- tun/vpns/ovpns interfaces needs to be added to the openvpn group.
This is the behaviour intended so this report is bo... - 06:44 AM Revision 30a5a9d7: trigger setup wizard
-
02:20 AM Revision 1fdc32e4: More updates to help page mappings.
- 02:15 AM Revision d520c62b: Jettison never used pages
-
02:02 AM Bug #158 (Resolved): Setup wizard breaks single interface configurations
- After going through the setup wizard with a single interface assigned, you're left with a broken configuration. LAN i...
-
01:50 AM Bug #157 (Resolved): Setup wizard redirect broken
- At the end of the setup wizard, a redirect to "http:///" is attempted. $myurl is blank. That bit of the XML looks the...
11/15/2009
- 11:41 PM Revision 92d5144e: this is not a required field
-
11:41 PM Revision 6b20b7a8: Properly correct ipfw rule.
-
11:41 PM Revision f8fa3dd4: Revert "Correct ipfw rule."
- Error of copy paste
This reverts commit 0f6fdf29a2f31bbf816eb3df33c3f1fc38c8b2a6. -
11:40 PM Revision 540963fd: Add some more redirect definitions.
- Still working on this, just a periodic commit so nothing gets lost.
-
11:39 PM Revision a9c0ebfe: Fix whitespace error
-
11:38 PM Revision 9cd1eade: Make help link open in a new window
- 11:24 PM Revision 5e08497c: properly enable/disable Everything field
-
10:41 PM Bug #156 (Rejected): OpenVPN rules not added properly
- OpenVPN rules are added to $OpenVPN, which is set to:
OpenVPN = "{ openvpn }"
needs to specify the tun interfa... - 10:27 PM Revision 5d55ecfc: fix typo
-
10:13 PM Revision 5262b29a: Proof of concept for a contextual help redirector. Still in early stages of content, but the code behind it works (for ?page= type redirection, http referral url is not yet tested)
-
10:13 PM Revision 0a3eaf4d: Add support for contextual help on each page. Add a help icon to the upper right, and an entry under the Help menu. (Text, style, placement, etc are open for suggestions)
-
10:13 PM Revision 462c4a27: Add a help_base_url variable to globals.inc for use with contextual help.
- 10:06 PM Revision 123f030c: Fix proxy ARP VIP addition (was calling old function)
- rename function from interfaces_proxyarp... to interface_ to be consistent with the functions for carp, carpdev, and ...
-
09:27 PM Revision 08991766: Add a help icon to each theme. Part of the contextual help project.
- 09:19 PM Revision 12fafaf7: I see no reason to retain this "braindeadedness". Create each CARP VIP with its VHID, and destroy accordingly.
- Resolves #151
-
09:16 PM Revision 0f6fdf29: Correct ipfw rule.
-
08:49 PM Revision 1ba7a81b: Propperly fix the special case of proxyarp vip deleteion. With comments from cbuechler@.
-
08:47 PM Revision d9d95b0a: Revert "Resolves #153 Treat proxyarp special case during deletion."
- This reverts commit 5d5ec271de58dd8306fa7bacfb439b07b3dd2e51.
-
08:38 PM Revision 5d5ec271: Resolves #153 Treat proxyarp special case during deletion.
-
07:17 PM Bug #155 (Resolved): Space in hostname breaks dhcpd
- This is a regression from 1.2, where we must have stripped spaces.
Aug 3 23:32:56 dhcpd: Configuration file errors... -
07:12 PM Bug #154 (Resolved): New interface does not have RRD graphs created
- (verified and moved from cvstrac # 1943)
After assigning an interface, the RRDgraph database files are no generated ... -
06:32 PM Revision 6593dae6: Update page title to reflect its current menu name
-
06:13 PM Bug #153: Removing proxy ARP VIP doesn't kill off choparp
- this works now, thanks!
-
06:07 PM Bug #153: Removing proxy ARP VIP doesn't kill off choparp
- This is the right commit.
cc76d08dcc63b628eb548201454341f21d8c56b3
-
06:05 PM Bug #153 (Resolved): Removing proxy ARP VIP doesn't kill off choparp
- Applied in changeset commit:"d9d95b0a30c6b37c3525ee38d99495c63f7044f6".
-
05:59 PM Bug #153 (New): Removing proxy ARP VIP doesn't kill off choparp
- This still doesn't properly kill choparp. I think now because the vip is unset before the function gets called, so ag...
-
05:55 PM Bug #153 (Resolved): Removing proxy ARP VIP doesn't kill off choparp
- Applied in changeset commit:"5d5ec271de58dd8306fa7bacfb439b07b3dd2e51".
-
05:20 PM Bug #153 (Resolved): Removing proxy ARP VIP doesn't kill off choparp
- When a proxy ARP VIP is removed, its choparp is left running. This appears to be because:
1) When saving changes an... -
05:12 PM Revision 2ee5fe9b: Fix Bug #147.
-
04:36 PM Bug #152 (Closed): Deleting a VIP leaves <vip/> in config.xml
- Each deleted VIP leaves <vip/> in config.xml. For example after deleting 3 VIPs:
<virtualip>
... - 04:26 PM Revision 68b89303: Set executable
-
04:22 PM Revision e390b503: Move two include files to /etc/inc instead of leaving them in the www dir. Move filterparser.php to /usr/local/bin since it's not meant to be used from the web interface.
-
04:20 PM Bug #151 (Resolved): Deleting a CARP IP doesn't remove it
- Applied in changeset commit:"12fafaf755a9968306057952e63103ea034d7292".
-
04:00 PM Bug #151 (Resolved): Deleting a CARP IP doesn't remove it
- Deleting a CARP IP from firewall_virtual_ip.php does not remove it.
On a positive note, 'ifconfig vip0 destroy' d... -
04:10 PM Revision 9c563754: Remove redundant page title tag
-
03:25 PM Bug #147: Voucher test page throws lock error
- This error is gone now, thanks.
There is a new problem that did not happen previously - when testing vouchers, it... -
12:25 PM Bug #147 (Feedback): Voucher test page throws lock error
-
01:24 AM Bug #147 (Resolved): Voucher test page throws lock error
- When testing a voucher in status_captiveportal_test.php, the test displays and works fine, but it also shows on the p...
- 06:28 AM Revision 7540905c: call first tab "Active Users", and make it consistent
- 06:26 AM Revision e593f555: yes, I'll even fix typos in comments
- 05:27 AM Revision dd35bb5a: Not sure why this was changed like this. As is, you couldn't disconnect the first client. I don't see any reason to do it that way, and this is the way it's done in RELENG_1_2
- 05:00 AM Revision 4fca1592: Don't add hard coded rules to allow traffic to the portal.
- 1) the no state breaks CP
2) it's never been automatically allowed previously, and hard coded non-editable rules are ... - 04:21 AM Revision cc125e13: always return the IP address hosting the page, rather than forcing to the hostname, requiring functional DNS name resolution which possibly doesn't exist. Restores 1.2.x behavior where client IP isn't in the same subnet as any CP-enabled interface.
- 04:12 AM Revision 18cbd65f: fix typos
-
03:42 AM Feature #150 (Closed): Option to change syslog facility
- (moved from cvstrac # 1740)
Is it possible to add the option of changing which syslog facility the firewall messages... -
03:39 AM Feature #149 (Needs Patch): !ports in firewall rules
- (moved from cvstrac #1600)
Currently the web gui does not allow rules like this, i want to be able to use the "NOT... -
03:36 AM Feature #148 (Resolved): Allow alias usage on Outbound NAT
- It's possible to use aliases in outbound NAT with PF, web interface doesn't allow it.
- 03:15 AM Revision 729b7029: fix typo
- 03:12 AM Revision d102e3ed: fix typos
- 02:10 AM Revision 734f3966: actually allow DNS to forwarder. CP is still broken, but this is closer at least.
- pointy-hat-to: eri
-
12:15 AM Bug #118 (Resolved): Captive portal not work
- Captive portal is functional now after my earlier commits, though there are still some major problems. Closing this i...
11/14/2009
- 10:39 PM Revision 647a1090: Sanitize username and only return letters numbers and spaces on the username. This eliminates the error during login that was cosmetic only in nature. The previous two commits where edge cases as the webConfigurator would never allow a blank username or password and was revised just for completeness sakes.
- 07:59 PM Revision 7466951a: Disallow blank passwords
- 07:48 PM Revision 2b1e35e6: Disallow blank passwords
- 03:26 AM Revision a094d47c: Patch from Ron Lockard that fixed restore_chflags due to a STDOUT redirection issue
- 03:26 AM Revision d2307ffb: Patch from Ron Lockard that fixed restore_chflags due to a STDOUT redirection issue
11/13/2009
-
09:30 AM Bug #135 (Feedback): Connecting to FTP server causes panic
- Patch committed on 2.0
-
09:29 AM Bug #134 (Feedback): Active mode FTP causes a panic
- Patch committed in 2.0.
11/12/2009
11/11/2009
-
06:31 PM Revision 0bcff7b2: Allow udp only from/to our local dns server. If wanted pass through can be added.
-
12:27 PM Revision 6ec23212: Simplify divert port generation and make sure it is even to leave room to ipfw-classifyd to always open 2 divert sockets one for reading and one for writing.
- 02:27 AM Revision 06231a7d: Default to top -HS
11/10/2009
-
02:20 PM Revision 66f2dd0e: Second pass at updateing protocol definitions.
-
02:18 PM Revision c97ab82a: Update layer 7 protocol definitions and adding new regex definitions.
-
01:34 PM Revision 61c3a5af: Remove brain dead comment by another brain washed comment.
-
12:51 PM Revision bbc6768b: - Should fix captive portal on carps Issue #116
- - Should fix the captive portal not working reports and Issue #118
NOTE: Now Captive portal is open on dns so... -
12:38 PM Revision 564df7c2: Previous commit on carp was strange and breaking the distinction and usefulness of some functions.
- Make sure that the behaviour returns to the previous architecture and to keep things right.
Carp needs some more wor... -
11:40 AM Revision 51b14faa: Do not 'spam' a new ipfw-classifyd for each save. If we hit save for an existing configuration(did changes to existing one) just tell ipfw-classifyd to reload the config.
-
11:20 AM Revision 21d40ff9: Remove \r it makes editing in vi ugly.
-
10:08 AM Feature #132: update OLSRd to 0.5.6-r6
- Thank you for syncing ... when will a nanobsd snapshot be available to download? It looks like snapshot building has ...
-
06:01 AM Bug #116 (Feedback): Carp and Captive portal don't work together
- Patch commited on 2.0
-
06:00 AM Bug #118 (Feedback): Captive portal not work
- Patch commited.
11/09/2009
-
06:49 PM Revision 9eb60dcc: Fixes Issue #142
-
06:07 PM pfSense Packages Bug #133 (Feedback): console change lan ip causes fatal trap 12
- This should be fixed on newer snapshots.
-
01:16 PM Bug #142: Alias autocompletion broken
- It's working again, but it isn't case-insensitive like it is when nesting aliases. Can you fix that?
-
11:54 AM Bug #142 (Feedback): Alias autocompletion broken
- Patch commited.
- 12:56 AM Revision 6097246c: fix typo
- 12:36 AM Revision e89f2008: fix typo
- 12:07 AM Revision e3d345ab: err, this defeats the entire purpose of NAT-T for clients behind the firewall, let's not do this.
11/08/2009
- 11:58 PM Revision f9f160b1: clean up RADIUS issued IPs, shouldn't be two fields, and it wasn't properly checked/unchecked before. Fixes cvstrac # 1722
- 11:34 PM Revision ba9d3f07: Add explanation for additional fields.
-
11:19 PM Bug #66: Nanobsd does not work on WRAP
- Work around here.
http://doc.pfsense.org/index.php/NanoBSD_on_WRAP -
08:06 PM Bug #146 (Resolved): Missing validation for alias usage
- Aliases are allowed to be used in several ways that breaks the ruleset.
firewall_nat_edit.php needs a check to on... -
08:04 PM Bug #145 (Resolved): DHCP server available range is wrong
- The DHCP server range allows network and broadcast addresses.
-
07:50 PM Bug #144 (Closed): Syslog messages violate RFC 3164
- RFC 3164 ("The BSD Syslog Protocol") dictates that following the Timestamp field will be a space then the "HOSTNAME" ...
-
07:45 PM Bug #143 (Resolved): Apostrophe in alias description breaks mouse-over display
- An apostrophe in alias' descriptions (e.g., "ABC's LAN") prevents the mouse-over display from working (i.e., where it...
-
07:45 PM Bug #142 (Resolved): Alias autocompletion broken
- Alias autocompletion is broken in the firewall and NAT edit pages at a minimum, though it works for nesting aliases.
-
07:27 PM Bug #141 (Resolved): Reserved names cannot be used for aliases or interfaces
- If a reserved name, such as 'max', is used for an alias or interface it breaks the ruleset. Need either an alias blac...
-
07:24 PM Bug #140 (Resolved): Switching to AON should generate proper full NAT rules
- Switching to AON only adds an outbound NAT rule for the LAN subnet, for outbound traffic to WAN.
It should add th... -
06:38 PM Bug #139 (Resolved): PPTP Server subnet and clients needs combined
- The PPTP subnet size and number of users field needs to be combined as it is in m0n0wall, since the two are tied toge...
-
06:28 PM Bug #138 (Resolved): Missing input validation for aliases
- Aliases have nearly no input validation, making it very easy to create invalid rulesets.
- 03:37 AM Revision 7a6a0c0a: Stop spamming the logs with config_unlock() is depricated please use unlock().
- 03:22 AM Revision ddf2c940: Merge branch 'master' of git@rcs.pfsense.org:pfsense/mainline
- 03:22 AM Revision 8b0d920e: allow sending of same message twice when 'testing' smtp service
- 03:21 AM Revision 09725e76: add links to IPsec logs under IPsec status and other pages
- 02:34 AM Revision c20acc35: Kill racoon when disabling IPSEC. Restart it if re-enabled.
- 01:51 AM Revision 4937fc88: Don't add port on no nat rules. Fixes #120
- 01:29 AM Revision e979cfc6: Don't add port on no nat rules. Fixes #120
- 01:03 AM Revision 68b0c7eb: show what pass/linked icons mean
- 12:55 AM Revision 537dff78: show pass icon for rdr pass entries, fix editing of pass entries
- 12:34 AM Revision f891bf66: old version got committed accidentally, fix
11/07/2009
-
10:13 PM Bug #137 (Resolved): Change of IPsec remote gateway doesn't trigger SPD reload
- To replicate:
1) Add a IPsec VPN, check SPD
2) Change remote endpoint IP
3) Check SPD - old endpoint IP is used... -
09:07 PM Bug #136 (Resolved): Issues with linked filter/NAT rules
- 1) Multiple NAT rules can be assigned the same filter rule
2) when removing the link (i.e. switching to "pass" or "n... -
08:55 PM Bug #120 (Resolved): 1.2.3 RC3 NO NAT rules have ports 1024:65535 added to destination
- Applied in changeset commit:"4937fc88d1f0f9bf5b4d0268797de7a6e6ddcecc".
-
01:01 PM Bug #93 (Closed): Filter log parsing - potential 2.0 bug
- I can no longer reproduce this. It may have been a side effect of another bug, or something specific about the log en...
- 08:57 AM Revision 297ed624: Fix "Filter rule association" "Pass" option
-
04:46 AM Bug #135 (Resolved): Connecting to FTP server causes panic
- If you add a port forward for TCP 21 on WAN, and connect to the FTP server from the WAN side, the box panics.
FTP... -
04:10 AM Feature #132: update OLSRd to 0.5.6-r6
- Scott asked because we currently don't know of anyone using it. It's the only feature not in widespread use to our kn...
-
03:58 AM Feature #132: update OLSRd to 0.5.6-r6
- Currently not.
Our mesh network operators require the users to use r5 or r6, because of some problems in r4.
So... - 03:33 AM Revision 093bcebc: Move newer xmlreader code to xmlreader.inc. Restore old xmlparse code to xmlparse.inc. Default to the older xmlparse.inc but add a flag check if /cf/conf/use_xmlreader is present the newer code will be included instead until the remaining bugs can be resolved with it (see rcs for many).
- 03:28 AM Revision 26433cb8: Adding newer xmlreader code to it's own file so that it can be turned and off until remaining bugs are fixed
- 01:24 AM Revision d1f9da0a: Nuke old dev bootstrap code that is no longer in use
11/06/2009
-
11:36 PM Bug #134 (Resolved): Active mode FTP causes a panic
- To replicate, connect to any FTP server in active mode, and try a directory listing. The box will immediately panic w...
-
10:49 PM Bug #127: Empty config entries returned as array
- This is wrecking all kinds of things in 2.0, so the new xmlreader has been reverted for the time being.
If you wo... -
05:46 PM pfSense Packages Bug #133 (Resolved): console change lan ip causes fatal trap 12
- Reproduce:
1) Install pfsense-2.0-ALPHA-ALPHA-2009-10-25-1210 into vmware (esxi4) on 0.9gb HD, used default of smp e... -
04:02 PM Feature #132: update OLSRd to 0.5.6-r6
- Are you using OLSRd currently in pfS?
-
03:02 PM Feature #132 (Resolved): update OLSRd to 0.5.6-r6
- it looks like 0.5.6-r6 is out with some bugfixes ( http://www.olsr.org )
Is it possible to get it into the 1.2.3 r...
11/05/2009
-
03:47 PM Feature #129 (Closed): CNAME support for dnsmasq
-
09:07 AM Feature #129: CNAME support for dnsmasq
- I did some more research on this matter.
* There are reasons not to use CNAME records:
http://cr.yp.to/djbdns/n...
Also available in: Atom