summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* Merge pull request #315 from bcyrill/patch-2Jim P2013-01-081-1/+1
|\ | | | | Update etc/rc.newwanipv6
| * Update etc/rc.newwanipv6bcyrill2013-01-081-1/+1
|/
* List VLAN interfaces on Interfaces -> (assign) -> PPPs edit. It should fix #1767Renato Botelho2013-01-081-0/+6
|
* Merge pull request #314 from phil-davis/masterChris Buechler2013-01-081-2/+2
|\ | | | | Display gateways with matching IP protocol in Gateways list
| * Display gateways with matching IP protocol in Gateways listPhil Davis2013-01-081-2/+2
| | | | | | | | Some gateways do not have traditional addresses hard-coded into them - e.g. for OpenVPN dynamic gateways are created in software on-the-fly (they are not actually entries in the config). So traditional tests like is_ipaddrv4 are not useful to determine if the gateway is IPv4 or IPv6. return_gateways_array() fills in an "ipprotocol" entry for each returned gateway ("inet" or "inet6"), as well as the "gateway" address field. This can be used to determine if the gateway is for IPv4 or IPv6.
* | Merge pull request #310 from bcyrill/bogons_patch1Chris Buechler2013-01-085-42/+133
|\ \ | |/ |/| Allow changing of bogons update frequency
| * Avoid 'Cannot allocate memory' errorsbcyrill2013-01-071-22/+25
| |
| * Add support for compressed bogon filesbcyrill2013-01-071-16/+54
| |
| * Add back end support for custom bogon urlsbcyrill2013-01-071-18/+28
| |
| * Add bogons update frequency selectionbcyrill2013-01-063-0/+40
| |
| * Fix spellingbcyrill2013-01-061-1/+1
| |
* | Interface assignment wrongly changing:Renato Botelho2013-01-071-1/+1
| | | | | | | | | | | | | | | | When WAN is set to PPPoE and user set other interfaces IP address using console, it wrongly change the interface assignment to use the same device of wan. It was caused by a hard coded "wan" on console_get_interface_from_ppp() call, when it should use $interface instead. It should fix #2074
* | While I'm here, allow selecting "Localhost" as an OpenVPN interface.jim-p2013-01-072-0/+2
| |
* | Unbreak selecting "any" for OpenVPN client/server interface.jim-p2013-01-072-4/+4
| |
* | Retain user configured values for all fields when a validation error ↵Renato Botelho2013-01-071-1/+1
| | | | | | | | occours. It should fix #2745
* | Fix typoRenato Botelho2013-01-071-1/+1
| |
* | Merge pull request #311 from bcyrill/ipv6_newwanipChris Buechler2013-01-061-6/+18
|\ \ | |/ |/| Partly revert commit 4c45712f
| * Partly revert commit 4c45712fbcyrill2013-01-071-6/+18
|/
* Merge pull request #309 from phil-davis/masterJim P2013-01-061-4/+6
|\ | | | | Prevent "no such file" message when pid file does not exist
| * Prevent no such file message when pid file does not existPhil Davis2013-01-061-4/+6
|/
* Update the GUI page for the DHCP6 server, add a if statement that prevents ↵smos2013-01-061-4/+28
| | | | | | throwing range errors on interface that have no static IPv6 address. It is entirely valid to operate a DHCP6 server just for prefix delegation, but ISC doesn't appear to allow it yet.
* Add some backend support for writing out a config so that the dhcp6 server ↵smos2013-01-062-76/+55
| | | | | | can listen on the required MPD pppoe server interfaces. Also nuke the failover entries, these don't exist for IPv6, this is handled by 2 servers and differing priorities
* Add the PPPoE Server IP addresses to the locally configured addresses, this ↵smos2013-01-051-0/+13
| | | | prevents the HTTP_REFERER check from triggering.
* Move up the syslog daemon so that we get a larger part of the bootup sequence.smos2013-01-051-3/+3
|
* Make sure the dhcp6c client always launches with the correct real interface ↵smos2013-01-051-4/+4
| | | | | | argument. Make sure we do a filter_configure_sync() here as otherwise the existing firewall rules (during boot) would block the dhcp6c client.
* Removing gettext from strins that should not be translatedVinicius Coque2013-01-051-2/+2
|
* Put protection for session functions even hereErmal2013-01-051-1/+2
|
* Make the logic a bit more robust and readbleErmal2013-01-051-1/+8
|
* While here try to hint the user from _ENV['USER'] if no session infoErmal2013-01-051-1/+1
|
* Since php_sapi_name() is useless in pfSense test if argc has been registered ↵Ermal2013-01-051-7/+9
| | | | or not to avoid warnings on bootup
* Make a bit more sense and consistent with when apc is enabledErmal2013-01-051-6/+3
|
* Update the rc.newwanipv6 with patches from the forum atsmos2013-01-051-35/+23
| | | | | http://forum.pfsense.org/index.php/topic,56880.msg305769.html#msg305769 Still need to verify why this does not always come up directly on boot
* The ISC client was far worse then the WIDE client was, back to plan Asmos2013-01-054-316/+111
| | | | | | | | | | Revert "Merge changes required for using the ISC dhclient in pfSense with prefix delegation. This should hopefully be a bit more reliable in the long run." This reverts commit 651018775c78e38045966825b920b641a0302b43. Conflicts: etc/inc/interfaces.inc
* Do not skip displaying outbound NAT rules with no interface or an invalid ↵Erik Fonnesbeck2013-01-051-8/+0
| | | | interface; it interferes with editing/deleting the skipped rule itself or rules after it.
* Revert "Use get_Cofnigured_interface_with_descr() here since that's the purpose"Erik Fonnesbeck2013-01-051-6/+9
| | | | This reverts commit 0c8e9f0c26b29f57faa2ccef9a559774103fee79.
* Use get_Cofnigured_interface_with_descr() here since that's the purposeErmal2013-01-051-9/+6
|
* Fix outbound NAT rules when interface is deleted:Renato Botelho2013-01-055-21/+27
| | | | | | | | | | - When delete interface, do not touch outbound NAT rules - Skip outbound NAT rules when interface doesn't exist - Bump latest_config to 9.2 - Since rules with no interface were considered as wan, convert old rules adding interface 'wan' to avoid breaking old configs It should fix #2338
* Cleanup unused pages that was supposed for upload_progress barsErmal2013-01-054-290/+0
|
* Add to obsolete files as wellErmal2013-01-051-0/+3
|
* This seems to break upnp for IPv4 in other ways, and we have since disabled ↵jim-p2013-01-041-1/+2
| | | | | | IPv6 in the daemon while compiling anyhow. Revert "In order for miniupnpd to latch onto IPv6, we just need to give the interface name here, not the subnet. The daemon is smart enough to latch onto the right subnet(s) here anyhow." This reverts commit bc8a1938f5c1797213bf849f2bdb88bca72d5089.
* This is needed since preload is now goneWarren Baker2013-01-041-0/+1
|
* If less than 78 RAM just do not let php spawn another processErmal2013-01-041-2/+6
|
* Get back to trim() and strip / from left/right but when redirecting properly ↵Ermal2013-01-041-3/+3
| | | | create the redirurl var
* Slight code re-organizationErmal2013-01-041-16/+7
|
* Remove to parameters from system_generate_lighty_config that are unused and ↵Ermal2013-01-042-44/+39
| | | | do a better job at tuning started php processes to not use less/more than needed. This also avoids DoS the system with php processes
* Obsolete /etc/inc/cmd_chain.incErmal2013-01-041-0/+1
|
* Remove unused functionErmal2013-01-041-20/+0
|
* Welcoming in 2013Chris Buechler2013-01-031-1/+1
|
* Always commit the session fast to allow other consumers to proceed to their ↵Ermal2013-01-038-3/+39
| | | | requests. This unbreaks now the lock up the GUI had allowing only one action from same source per time. Now even if you run a command that blocks indefinitely for example the GUI want lock anymore but allow you to proceed to other actions
* Merge pull request #307 from kernelpaniclite/dns.he.netJim P2013-01-031-2/+2
|\ | | | | dynamic dns update url for dns.he.net fixed
OpenPOWER on IntegriCloud