summaryrefslogtreecommitdiffstats
path: root/usr
Commit message (Collapse)AuthorAgeFilesLines
* 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
|
* 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.
* 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
|
* Perform more strict validation on CA and Cert names before proceeding in the ↵jim-p2010-04-121-4/+10
| | | | 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-123-13/+14
|\
| * Simplify logic implemented on commit 673d29c0Renato Botelho2010-04-121-10/+11
| |
| * 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
* allow hostname for TFTP serverChris Buechler2010-04-101-2/+2
|
* Implement reporting and logging of historical PPP uptime with data ↵gnhb2010-04-103-5/+14
| | | | | | | | | | | | | | | | 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.
* 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-091-0/+2
|\
| * Add a new global option, disablehelpicon, to hide help icon from all pagesRenato Botelho2010-04-081-0/+2
| |
* | 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.
* 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-061-1/+3
| | | | | | | | | | | | | | | | | | | | | 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."
* don't display disabled tunnels on diag_ipsec.phpChris Buechler2010-04-052-5/+5
| | | | fix up L2TP text
* restore double click to editChris Buechler2010-04-041-1/+1
|
* Check for an empty <config/> as the first setting for a given package's ↵jim-p2010-04-041-0/+5
| | | | config. When present, this breaks saving for certain packages (namely Squid's caching tab).
* Fix sortable to handle sorting of IP address columns properly. Resolves #469jim-p2010-04-031-0/+21
|
* fix textChris Buechler2010-04-031-1/+1
|
* fix editing of PARP ranges reverting to single entries, and duplicate ↵Chris Buechler2010-04-031-4/+4
| | | | "selected" in subnet_bits
* Add iPad supportScott Ullrich2010-04-032-2/+2
|
* fix textChris Buechler2010-04-011-2/+2
|
* Remove update_dns_cache.sh it seems to have been used for hostnames in the ↵Ermal2010-03-311-30/+0
| | | | filter ruleset which now is handled quite differently.
* Do not create faulty gateway entires with just defaultgw set it breaks logic.Ermal2010-03-311-4/+2
|
* Ticket #462. Remove references to slbd it is not used anymore.Ermal2010-03-314-101/+2
|
* Remove PPP tab these all go to the system log now.Ermal2010-03-2915-138/+0
|
* Changes to make PPP work again. mpd5 fails to establish a ppp link withoutgnhb2010-03-292-8/+6
| | | | | | | | | | | | | | *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.
* Forgot re-editing.Ermal2010-03-281-6/+8
|
* Fix interface assignment and re-editErmal2010-03-282-7/+4
|
* Fix displaying ppp ports.Ermal2010-03-281-4/+1
|
* Fix PPP assignment.Ermal2010-03-281-2/+2
|
* Don't need the rm -f statement when using > redirect to overwrite thegnhb2010-03-281-4/+2
| | | | file, and add the "then" to the if statements
* Fix mistakes (now using "call" instead of "goto") and add check to SIM PIN ↵gnhb2010-03-281-4/+10
| | | | | | setting routine so we don't have to set the pin every time if it's already set.
* Be safer use the remote-ip address for adding route.Ermal2010-03-271-2/+2
|
* Explicitly set the exit status of the script to not make mpd fail.Ermal2010-03-271-0/+1
|
OpenPOWER on IntegriCloud