summaryrefslogtreecommitdiffstats
path: root/etc
Commit message (Collapse)AuthorAgeFilesLines
* Just set defaultgw after all gateways are processed, it fixes ↵Renato Botelho2013-02-271-18/+21
| | | | return_gateways_array()
* Consider CP allowed IPs for both directions. It will help ticket #2780Renato Botelho2013-02-271-0/+2
|
* Hide 'Perform full backup prior to upgrade' option on nano, also hide ↵Renato Botelho2013-02-271-0/+3
| | | | restore full backup. Fixes #2844
* Add a pfSsh.php script to remove the shaper settings from the console if needed.jim-p2013-02-261-0/+24
|
* no IPv6 check when an easy rule: pass is createdThomas Rieschl2013-02-261-0/+4
| | | | | | The easyrule_pass_rule_add() now checks for an IPv6 address and sets the netmask accordingly. This is the fix for bug: http://redmine.pfsense.org/issues/2843
* Avoid DynDNS timeout delay when gateway is downphildd2013-02-261-0/+6
| | | | | | When a dynamic DNS entry is set on an interface that has a private IP, the code has to find the ultimate public IP of that interface by using checkip.dyndns.org. If the interface is currently down (e.g. ISP is down or the cable is unplugged...) then there is a timeout delay while waiting for checkip.dyndns.org to (not) respond. This causes a big delay when Services->Dynamic DNS is selected. Ift he new DynDNS dashboard widget is enabled, then the big delay happens while drawing up the dashboard display - not very user-friendly. This code checks to see if the interface is down - if so it avoids bothering to do the external IP check.
* When auth algorithm is hmac-sha512, it produces long lines and wrap them, ↵Renato Botelho2013-02-261-1/+1
| | | | what breaks the parser. Ignore lines that starts with a space to fix it. Fixes #2842
* Better check for the right bits being set.jim-p2013-02-251-2/+2
|
* Always clear the OpenVPN route when using shared key, no matter what the ↵jim-p2013-02-251-6/+13
| | | | tunnel network "CIDR" is set to, it still needs it.
* Show cert start/end dates in list.jim-p2013-02-251-0/+11
|
* Add VPNs and PPPoE rules before regular ones. Fixes #2837Renato Botelho2013-02-251-2/+3
|
* Create rules for grouped interfaces before regular ones. Fixes #2837Renato Botelho2013-02-252-4/+31
|
* Fix indent and whitespacesRenato Botelho2013-02-251-58/+58
|
* Ignore swap partitions when looking for external config fileRenato Botelho2013-02-251-0/+11
|
* Make sure captiveportal section of config is an array, reported on ticket #2838Renato Botelho2013-02-252-5/+7
|
* Remove leading spaces from DYNDNS_PROVIDER_DESCRIPTIONSPhil Davis2013-02-241-1/+1
| | | Remove leading spaces to make the string consistent.
* Add common DynDNS constants and codePhil Davis2013-02-241-0/+21
| | | to system.inc to remove code duplication
* Cleanup code handling 25 day dyndns updatePhil Davis2013-02-241-8/+8
| | | The code that checks if an IP has not changed for 25 days has out-of-date comments and uses "25" in multiple places and the magic number for 25 days in seconds. Clean this up so that "25" is set once in a variable and used everywhere else for logging and calculating seconds. This makes the code easier to read and maintain, particularly if in future the max age needs to be changed for some/all providers.
* Whitespace and text typos dyndns.classPhil Davis2013-02-231-97/+98
| | | Standardise tabbing and fix a few text typos, before making any real functional changes.
* Fix is_altq_capablephildd2013-02-231-1/+1
| | | Fixes traffic shaper determine which interfaces should be displayed and used.
* simplify logic a bitRenato Botelho2013-02-221-2/+4
|
* Set pfsync0 as down when it's not being usedRenato Botelho2013-02-221-1/+1
|
* Fixes on HA setup:Renato Botelho2013-02-221-1/+3
| | | | | | | | | - Configure pfsync when configuration is changed - Disable pfsync when it's disabled on GUI - Remove syncpeer and back it to default multicast address when it's removed from conf Fixes #2491
* Set if interface is enable before try to configure static arp. Fixes #1988Renato Botelho2013-02-211-1/+1
|
* find_interface_ipv6 should return the first configured address, not the last oneRenato Botelho2013-02-211-0/+1
|
* Teach is_ipaddr_configured to check ipv6 for single IPs. While I'm here, ↵Renato Botelho2013-02-211-5/+9
| | | | reduce code duplication
* Remove unused function remove_numbers()Renato Botelho2013-02-211-6/+0
|
* A nic family name can contain numbers on it, remove only the index in the ↵Renato Botelho2013-02-211-2/+6
| | | | end. Fixes #2010
* Fix issues on "Set interface(s) IP address" optionRenato Botelho2013-02-201-27/+34
| | | | | | | - Avoid duplicate gateway entries - Fix checking if a default gw already exists - Set IPv6 to none when user choose it - Set gateway on interface
* fix typoRenato Botelho2013-02-201-1/+1
|
* Fix dhcp v6 config section name for console setup and check on ↵Renato Botelho2013-02-201-7/+7
| | | | interfaces.php, the correct is dhcpdv6 instead of dhcpd6. Fixes #2827
* Try to use our git PBI instead of the tbz version.jim-p2013-02-191-8/+29
|
* Add some PHP shell scripts for managing packages from the CLI.jim-p2013-02-193-0/+89
| | | | | | pfSsh.php playback installpkg git pfSsh.php playback uninstallpkg git pfSsh.php playback listpkg
* CARP IPs were being checked twice in some cases. Fixes #2823Renato Botelho2013-02-181-10/+10
|
* Avoid Warning: Invalid argument supplied for foreach() in /etc/inc/system.incJean Cyr2013-02-171-3/+5
| | | | | | Warning: Invalid argument supplied for foreach() in /etc/inc/system.inc Don't use captiveportal configuration option variable if it isn't set
* Revert "Merge pull request #417 from miken32/cp-database-fix"Renato Botelho2013-02-172-108/+108
| | | | | | | It breaks customizations, it's not a good time for such big change. This reverts commit 40c7b1a98bfdc61261154adaac5fdefc234ecb08, reversing changes made to d896f86751bae79625197da6c80d709fdf185448.
* Fix test for enabling upnp anchor. Unbreaks upnp for many.jim-p2013-02-171-1/+1
|
* Merge pull request #419 from bcyrill/patch-6rbgarga2013-02-171-7/+0
|\ | | | | Remove #2760 workaround
| * Remove #2760 workaroundbcyrill2013-02-171-7/+0
| | | | | | Since pfctl has been patched there is no need for the #2760 issue workaround anymore.
* | Merge pull request #418 from bcyrill/bogons_memrbgarga2013-02-171-7/+18
|\ \ | |/ |/| Update bogons update routine
| * Update bogons update routinebcyrill2013-02-151-7/+18
| |
* | Fix #2818. Last change didn't work, it needs to be one more step out of the ↵Renato Botelho2013-02-161-2/+2
|/ | | | loop.
* Restart snmpd on rc.newwanip. It should fix #2756Renato Botelho2013-02-151-0/+3
|
* Add php shell scripts to (en|dis)able carp.jim-p2013-02-152-0/+39
|
* Fix #2818. Save information about all phase1 on ipsecpinghosts instead of ↵Renato Botelho2013-02-151-2/+2
| | | | only the last one
* Treat openvpn tunnel IPs as local IPs and prevent warning on login page when ↵Renato Botelho2013-02-151-0/+13
| | | | acessing it using tun IP address. Fixes #1681
* Merge pull request #417 from miken32/cp-database-fixrbgarga2013-02-152-108/+108
|\ | | | | Use associative array for captive portal database
| * self-explanatory now, no comments neededMichael Newton2013-02-141-41/+41
| |
| * while we're here, send named termination causesMichael Newton2013-02-141-11/+11
| |
| * use associative array for captive portal to prevent confusion, messiness, ↵Michael Newton2013-02-142-98/+98
| | | | | | | | and abuse
OpenPOWER on IntegriCloud