Commit Graph

13569 Commits

Author SHA1 Message Date
jim-p
2cfbe062cb Update system information widget to use new version checking mechanism. 2010-04-16 12:24:27 -04:00
jim-p
a76c1c453a Beef up the version comparison code. This should let us compare several combinations of local and remote versions and properly determine if the current version is older or the same as the remote version. 2010-04-16 12:14:05 -04:00
jim-p
93b8266e2a Fail over update check to report the supplied version from the remote server if it is not a build time/datestamp. 2010-04-15 17:08:20 -04:00
jim-p
939e4a91d0 Fix whitespace 2010-04-15 16:54:07 -04:00
jim-p
27e21d1cf2 Fix CA cert dupe detection when no certs yet exist. 2010-04-15 16:04:47 -04:00
jim-p
9cb9c7d427 Add titles to wizard steps, change some wording to be more consistent. 2010-04-15 16:03:18 -04:00
Ermal
3d5b00015c radius.inc already has this includes so do not include them explicitly. This unbreaks the loading of bcmath module since PEAR.inc is not yet included! 2010-04-14 21:19:16 +00:00
Ermal
9a38338ca5 Ticket #386. Add even the network address to the list of addresses on proxy arp vips to the naat out edit. 2010-04-14 14:37:36 +00:00
Ermal
45a9975025 Ticket #483. Load the bcmath extension dynamically through PEAR for Radius accounting. 2010-04-14 13:28:45 +00:00
Ermal
6364b88b0b Ticket #486. Convert even the gateways that specify the interface itself. 2010-04-14 13:18:15 +00:00
Ermal
5ac2f58375 Ticket #499. Create custom options propperly for each interface. This solution binds the option name to the interface name so it is even easier to distinguish. 2010-04-14 12:40:10 +00:00
Ermal
c74804cd45 Add code to allow applications on pfSense itself that bind to a socket or want to source route traffic to work. This fixes DynDns on multi-wan as the simplest of it. 2010-04-13 23:19:59 +00:00
Ermal
52e9528649 Add a timeout for curl_exec. Combine all dyndns.org methods to one catching up with its API changes. 2010-04-13 22:19:00 +00:00
Ermal
c3c3e03bf1 Fix regex on matching ip when behind nat. 2010-04-13 21:08:26 +00:00
Ermal
d2946062aa Move checking if dyndns is enabled to the proper place. 2010-04-13 20:38:13 +00:00
Ermal
85b2f42498 Improve startup time by delaying dyndns synching. 2010-04-13 20:31:03 +00:00
Ermal
24ed5c3ba4 Remove associated rule-id from default config they confuse rule edit page. 2010-04-13 18:30:06 +00:00
Renato Botelho
2df3a71fe6 On Virtual IPs, the ip is stored on subnet xml tag, use it to compare with external-address. 2010-04-13 11:01:50 -03:00
Renato Botelho
0e7dded1ad source address is been checked 2 times and destination address no one, fix this 2010-04-13 10:27:15 -03:00
Ermal
676b4a3988 Remove bandwidth tags from default config they are not used. 2010-04-12 22:24:44 +00:00
Ermal
077d5702a2 Actually disable flowtables support by default. 2010-04-12 22:23:57 +00:00
jim-p
a84eb83859 Perform more strict validation on CA and Cert names before proceeding in the wizard. 2010-04-12 17:32:34 -04:00
jim-p
6f8b8ed05b Prevent duplication of CA names and Cert names in the OpenVPN wizard. Ticket #500. 2010-04-12 16:40:30 -04:00
jim-p
916fae48c6 OpenVPN Wizard: Fix CA Cert selection for Local auth. Fix descriptions and some backend bits for RADIUS. Ticket #500. 2010-04-12 16:12:51 -04:00
jim-p
99a00640c0 Fixup OpenVPN wizard LDAP settings. Ticket #500. 2010-04-12 15:03:43 -04:00
jim-p
c062a71114 Fix wizard handling of password fields. Ticket #500. 2010-04-12 15:00:16 -04:00
jim-p
5ce63c3e8e Add/fix wording of descriptions in OpenVPN wizard.
While I'm here, convert leading spaces to tabs.
2010-04-12 13:55:29 -04:00
gnhb
eca1f1ead8 Merge branch 'master' of rcs.pfsense.org:pfsense/mainline 2010-04-12 22:43:33 +07:00
gnhb
d32a40c1c6 Revert changes as requested by Ermal 2010-04-12 22:41:44 +07:00
Renato Botelho
00c827829b Simplify logic implemented on commit 673d29c0 2010-04-12 09:49:40 -03:00
thompsa
cfcaabfb60 Simplify "isset($rule['l7container']) and ..." as its already evaluated
above and sets $l7present.
2010-04-12 12:10:10 +12:00
thompsa
06e2a55d70 Initialise the correct array if empty. 2010-04-12 12:06:08 +12:00
Chris Buechler
1e027f7bf1 remove pfsense references, make generic 2010-04-11 17:16:06 -04:00
gnhb
541ba27e48 Fix enable STP checkbox as detailed in http://forum.pfsense.org/index.php/topic,24230.0.html 2010-04-11 14:23:50 +07:00
gnhb
b4974cf480 Make PPP redial when the connection is dropped. Also, fix PPP uptime display. 2010-04-11 09:56:52 +07:00
Chris Buechler
e4b8da19a4 allow hostname for TFTP server 2010-04-10 14:12:58 -04:00
gnhb
18e9b77efe Remove unnecessary variables. 2010-04-10 22:19:53 +07:00
gnhb
632921995c Implement reporting and logging of historical PPP uptime with data persistent through reboot.
Also, change the way uptime is captured. The mpd console is no longer used to
get PPP uptime data, which will prevent 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.
2010-04-10 22:07:48 +07:00
gnhb
73ee49f204 Rework interface_bring_down function a bit. Remove un-needed unlink calls to mpd.links
Moved three "unlink_if_exists" calls to happen after calling kill_by_pid for mpd processes.
The unlinked files are useful during the process of brining down the mpd interfaces
for calculating the link uptime in the "linkdown" script.
2010-04-10 20:28:59 +07:00
Renato Botelho
673d29c002 When delete a filter rule that is associated with a nat rule, cleanup the association 2010-04-09 14:46:48 -03:00
Renato Botelho
664742f78d The sum of % for table size should be 100%, fixing it 2010-04-09 10:12:08 -03:00
gnhb
ba5d826352 Merge branch 'master' of rcs.pfsense.org:pfsense/mainline 2010-04-09 18:19:15 +07:00
gnhb
4aa64f79f0 Configure interface when changing settings, and fix init string field.
The interface configure function is called after "write_config()" because
we must write the new data to the config before reading the config to
bring up the interface with the new settings.
2010-04-09 18:16:32 +07:00
Renato Botelho
2818123711 Add a new global option, disablehelpicon, to hide help icon from all pages 2010-04-08 14:49:33 -03:00
gnhb
a3fa7aaccd Merge branch 'master' of rcs.pfsense.org:pfsense/mainline
Conflicts:
	usr/local/www/system.php
2010-04-06 14:29:39 +07:00
gnhb
b324b619aa Add a few more examples to the list of domain examples. 2010-04-06 14:25:28 +07:00
gnhb
10e41b741b Don't use "local" as a domain. It breaks DNS resolution for hosts running mDNS.
The "local" search domain signifies to local hosts that are running
mDNS (bonjour or avahi) that mDNS is to be used 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."
2010-04-06 14:24:38 +07:00
gnhb
81035b9687 Don't use "local as a domain. It breaks DNS resolution for hosts running mDNS.
The "local" search domain signifies to local hosts that are running
mDNS (bonjour or avahi) that mDNS is to be used 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."
2010-04-06 14:16:39 +07:00
Chris Buechler
221f5d17b6 don't display disabled tunnels on diag_ipsec.php
fix up L2TP text
2010-04-05 18:06:18 -04:00
Chris Buechler
c67bbe0480 restore double click to edit 2010-04-04 01:02:16 -04:00