summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
...
* Do not use the presence of lan as an indicator of having only one interface. ↵Ermal2010-04-161-1/+1
| | | | Actually deduce that from the count of interfaces. It is perfectly legal on 2.0 to not have a lan interface and only opt/wan ones.
* Do not use the presence of lan as an indicator of having only one interface. ↵Ermal2010-04-161-5/+4
| | | | Actually deduce that from the count of interfaces. It is perfectly legal on 2.0 to not have a lan interface and only opt/wan ones.
* Update system information widget to use new version checking mechanism.jim-p2010-04-161-8/+9
|
* Beef up the version comparison code. This should let us compare several ↵jim-p2010-04-162-20/+106
| | | | combinations of local and remote versions and properly determine if the current version is older or the same as the remote version.
* Fail over update check to report the supplied version from the remote server ↵jim-p2010-04-151-7/+7
| | | | if it is not a build time/datestamp.
* Fix whitespacejim-p2010-04-151-16/+16
|
* Fix CA cert dupe detection when no certs yet exist.jim-p2010-04-151-4/+6
|
* Add titles to wizard steps, change some wording to be more consistent.jim-p2010-04-151-10/+26
|
* radius.inc already has this includes so do not include them explicitly. This ↵Ermal2010-04-141-2/+0
| | | | unbreaks the loading of bcmath module since PEAR.inc is not yet included!
* Ticket #386. Add even the network address to the list of addresses on proxy ↵Ermal2010-04-141-0/+4
| | | | arp vips to the naat out edit.
* Ticket #483. Load the bcmath extension dynamically through PEAR for Radius ↵Ermal2010-04-141-0/+2
| | | | accounting.
* Ticket #486. Convert even the gateways that specify the interface itself.Ermal2010-04-141-2/+5
|
* Ticket #499. Create custom options propperly for each interface. This ↵Ermal2010-04-141-8/+4
| | | | solution binds the option name to the interface name so it is even easier to distinguish.
* Add code to allow applications on pfSense itself that bind to a socket or ↵Ermal2010-04-131-0/+8
| | | | want to source route traffic to work. This fixes DynDns on multi-wan as the simplest of it.
* Add a timeout for curl_exec. Combine all dyndns.org methods to one catching ↵Ermal2010-04-131-36/+5
| | | | up with its API changes.
* Fix regex on matching ip when behind nat.Ermal2010-04-131-3/+3
|
* Move checking if dyndns is enabled to the proper place.Ermal2010-04-131-3/+3
|
* Improve startup time by delaying dyndns synching.Ermal2010-04-132-4/+4
|
* Remove associated rule-id from default config they confuse rule edit page.Ermal2010-04-131-2/+0
|
* On Virtual IPs, the ip is stored on subnet xml tag, use it to compare with ↵Renato Botelho2010-04-131-1/+1
| | | | external-address.
* source address is been checked 2 times and destination address no one, fix thisRenato Botelho2010-04-131-1/+1
|
* Remove bandwidth tags from default config they are not used.Ermal2010-04-121-4/+0
|
* Actually disable flowtables support by default.Ermal2010-04-121-1/+1
|
* Perform more strict validation on CA and Cert names before proceeding in the ↵jim-p2010-04-122-4/+16
| | | | wizard.
* Prevent duplication of CA names and Cert names in the OpenVPN wizard. Ticket ↵jim-p2010-04-121-0/+16
| | | | #500.
* OpenVPN Wizard: Fix CA Cert selection for Local auth. Fix descriptions and ↵jim-p2010-04-122-7/+14
| | | | some backend bits for RADIUS. Ticket #500.
* Fixup OpenVPN wizard LDAP settings. Ticket #500.jim-p2010-04-122-14/+48
|
* Fix wizard handling of password fields. Ticket #500.jim-p2010-04-121-2/+6
|
* Add/fix wording of descriptions in OpenVPN wizard.jim-p2010-04-122-416/+455
| | | | While I'm here, convert leading spaces to tabs.
* Merge branch 'master' of rcs.pfsense.org:pfsense/mainlinegnhb2010-04-124-14/+15
|\
| * Simplify logic implemented on commit 673d29c0Renato Botelho2010-04-121-10/+11
| |
| * Simplify "isset($rule['l7container']) and ..." as its already evaluatedthompsa2010-04-121-1/+1
| | | | | | | | above and sets $l7present.
| * Initialise the correct array if empty.thompsa2010-04-121-1/+1
| |
| * remove pfsense references, make genericChris Buechler2010-04-111-2/+2
| |
* | Revert changes as requested by Ermalgnhb2010-04-121-2/+4
|/
* Fix enable STP checkbox as detailed in ↵gnhb2010-04-111-2/+2
| | | | http://forum.pfsense.org/index.php/topic,24230.0.html
* Make PPP redial when the connection is dropped. Also, fix PPP uptime display.gnhb2010-04-112-1/+3
|
* allow hostname for TFTP serverChris Buechler2010-04-101-2/+2
|
* Remove unnecessary variables.gnhb2010-04-101-2/+0
|
* Implement reporting and logging of historical PPP uptime with data ↵gnhb2010-04-105-63/+36
| | | | | | | | | | | | | | | | persistent through reboot. Also, change the way uptime is captured. The mpd console is no longer used to get PPP uptime data, which will prevent spamming of PPP logs with console access messages. This means we no longer have to write out mpd_<interface>.query files to /var/etc. Now, a simple calculation of the age of the /tmp/<interface>up file is used. This gives the same data within the second as the console data so it seems acceptable. I removed some "rm -f" calls from ppp-linkdown as there was already code in interfaces.inc interface_bring_down function that unlinks the <interface>up and <interface>_router files. There is still the rm -r nameserver_<interface> call in the linkdown script. Maybe this should be moved to the interfac_bring_down function for consistency? Also, I commented out the ngctl shutdown <interface>: call. I think it's probably not necessary any more.
* Rework interface_bring_down function a bit. Remove un-needed unlink calls to ↵gnhb2010-04-101-8/+7
| | | | | | | | mpd.links Moved three "unlink_if_exists" calls to happen after calling kill_by_pid for mpd processes. The unlinked files are useful during the process of brining down the mpd interfaces for calculating the link uptime in the "linkdown" script.
* When delete a filter rule that is associated with a nat rule, cleanup the ↵Renato Botelho2010-04-091-6/+22
| | | | association
* The sum of % for table size should be 100%, fixing itRenato Botelho2010-04-091-8/+8
|
* Merge branch 'master' of rcs.pfsense.org:pfsense/mainlinegnhb2010-04-092-0/+3
|\
| * Add a new global option, disablehelpicon, to hide help icon from all pagesRenato Botelho2010-04-082-0/+3
| |
* | Configure interface when changing settings, and fix init string field.gnhb2010-04-091-5/+7
|/ | | | | | The interface configure function is called after "write_config()" because we must write the new data to the config before reading the config to bring up the interface with the new settings.
* Merge branch 'master' of rcs.pfsense.org:pfsense/mainlinegnhb2010-04-060-0/+0
|\ | | | | | | | | Conflicts: usr/local/www/system.php
| * Don't use "local as a domain. It breaks DNS resolution for hosts running mDNS.gnhb2010-04-062-2/+4
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | The "local" search domain signifies to local hosts that are running mDNS (bonjour or avahi) that mDNS is to be used to look up local hosts instead of doing a normal DNS query to the server listed in /etc/resolv.conf on the local host. Also, hosts running bonjour or avahi can not ping or reach *any* other host by name if it is not running some mDNS implementation. Essentially, if DHCP tells the local host that it's search domain is "local" then hosts running mDNS will not query the pfsense DNS server for any local lan DNS lookups. See here on apple's website: http://support.apple.com/kb/TA20999?viewlocale=en_US Quote from above link: "To indicate that the name should be looked up using local multicast instead of a standard DNS query, all Bonjour host names end with the extension ".local."
* | Add a few more examples to the list of domain examples.gnhb2010-04-061-1/+1
| |
* | Don't use "local" as a domain. It breaks DNS resolution for hosts running mDNS.gnhb2010-04-062-2/+4
|/ | | | | | | | | | | | | | | | | | | | | The "local" search domain signifies to local hosts that are running mDNS (bonjour or avahi) that mDNS is to be used to look up local hosts instead of doing a normal DNS query to the server listed in /etc/resolv.conf on the local host. Also, hosts running bonjour or avahi can not ping or reach *any* other host by name if it is not running some mDNS implementation. Essentially, if DHCP tells the local host that it's search domain is "local" then hosts running mDNS will not query the pfsense DNS server for any local lan DNS lookups. See here on apple's website: http://support.apple.com/kb/TA20999?viewlocale=en_US Quote from above link: "To indicate that the name should be looked up using local multicast instead of a standard DNS query, all Bonjour host names end with the extension ".local."
OpenPOWER on IntegriCloud