Commit Graph

6408 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
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
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
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
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
Chris Buechler
e4b8da19a4 allow hostname for TFTP server 2010-04-10 14:12:58 -04: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
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
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
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
jim-p
a2a7f74df4 Check for an empty <config/> as the first setting for a given package's config. When present, this breaks saving for certain packages (namely Squid's caching tab). 2010-04-04 00:58:08 -04:00
jim-p
bef28e2d56 Fix sortable to handle sorting of IP address columns properly. Resolves #469 2010-04-03 18:18:48 -04:00
Chris Buechler
8b69a3e14f fix text 2010-04-03 17:27:51 -04:00
Chris Buechler
0ad76ac860 fix editing of PARP ranges reverting to single entries, and duplicate "selected" in subnet_bits 2010-04-03 16:38:39 -04:00
Scott Ullrich
af5d9af284 Add iPad support 2010-04-03 16:03:44 -04:00
Chris Buechler
703539b6ae fix text 2010-04-01 12:45:43 -04:00
Ermal
33c017b25a Remove update_dns_cache.sh it seems to have been used for hostnames in the filter ruleset which now is handled quite differently. 2010-03-31 23:08:17 +00:00
Ermal
2f678757bf Do not create faulty gateway entires with just defaultgw set it breaks logic. 2010-03-31 10:33:54 +00:00
Ermal
d432ed925a Ticket #462. Remove references to slbd it is not used anymore. 2010-03-31 09:16:37 +00:00
Ermal
62e74b4261 Remove PPP tab these all go to the system log now. 2010-03-29 16:08:05 +00:00
gnhb
c90f247117 Changes to make PPP work again. mpd5 fails to establish a ppp link without
*some* username and password, so defaults are set if user enters nothing.
Removed interface_ppp_configure call from interfaces_ppp_edit.php. It was
useless there with the new structure, and it caused all PPP links to attempt
to connect when user presses "Save" even before they are assigned to LAN/WAN, etc.

Also, fix up pfsense-utils.inc and status_interfaces.php
to display more info on status_interfaces.php.

Changed util.inc to allow cua* interfaces to be recognized as real interfaces as
pfSense got "interface mismatch" at boot and forced user to reassign. Maybe someone
else has a better way to do this.
2010-03-29 20:03:55 +07:00
Ermal
c107a2ac27 Forgot re-editing. 2010-03-28 21:11:47 +00:00
Ermal
da75413def Fix interface assignment and re-edit 2010-03-28 21:11:22 +00:00
Ermal
822263b772 Fix displaying ppp ports. 2010-03-28 20:10:04 +00:00
Ermal
8dac2d1b86 Fix PPP assignment. 2010-03-28 20:05:19 +00:00
gnhb
5ca41f8b4f Don't need the rm -f statement when using > redirect to overwrite the
file, and add the "then" to the if statements
2010-03-28 22:04:13 +07:00
gnhb
158b5cc3fb Fix mistakes (now using "call" instead of "goto") and add check to SIM PIN setting routine
so we don't have to set the pin every time if it's already set.
2010-03-28 22:00:33 +07:00