summaryrefslogtreecommitdiffstats
path: root/usr
Commit message (Collapse)AuthorAgeFilesLines
* Resolves #879. Commit patch referenced in ticket to properly parse rate output.Ermal2010-10-151-6/+1
|
* Ticket #950. Correctly handle failures while installing packages which might ↵Ermal2010-10-141-22/+14
| | | | leave stale information behind. Also do not try to startup services twice. Rename uninstall_package_from_name to uninstall_package because the operation on packages is only done through package names.
* Hide ports when protocol does not use ports. Ticket #953Erik Fonnesbeck2010-10-131-6/+29
|
* Hide translation section when "Do not NAT" is checked. Fixes #952Erik Fonnesbeck2010-10-131-2/+10
|
* Don't clear the source port when changing source address type to any. Also ↵Erik Fonnesbeck2010-10-131-1/+1
| | | | update source when editing a rule with source type any.
* Add GUI checkbox to enable strict username/common name matching for ↵jim-p2010-10-131-0/+32
| | | | SSL/TLS+User Auth mode. Fixes #887
* Resolves #947. Blacklist lagg interfaces from the list of possible lagg members.Ermal2010-10-121-1/+1
|
* Correct this note, on at least one card (mxge) it defaults to an MTU of ↵jim-p2010-10-121-2/+2
| | | | 9000, so we can't always say the default will be 1500.
* Fix graph staggering, the old method was causing the graphs to diverge in ↵jim-p2010-10-112-6/+8
| | | | update intervals over time.
* Whitespace fixesjim-p2010-10-111-37/+37
|
* Fixup comments a little.jim-p2010-10-111-0/+3
|
* Correct and cleanup this input validation logic for IPsec Phase 1 PSK/Cert ↵jim-p2010-10-111-6/+15
| | | | config. In some cases the test was not being evaluated as expected.
* Unset the end time if we are graphing for the "current" period. That makes ↵smos2010-10-111-1/+3
| | | | the graphs refresh correctly.
* Unfortunately, using variables in this way in strings passed to gettext ↵Erik Fonnesbeck2010-10-111-3/+3
| | | | doesn't work well with translations. Replacing with sprintf for now.
* Update this text to match the current default.Erik Fonnesbeck2010-10-101-1/+1
|
* Replace hard coded pfSense with product_nameWarren Baker2010-10-101-4/+4
|
* Replace hard coded pfSense with product_name.Warren Baker2010-10-101-1/+1
|
* Show the product_name as the slice "name" for rebrands. Cosmetic only.jim-p2010-10-071-2/+2
|
* Remove unnecessary variable and fix loop test. Corrects AJAX update of last ↵jim-p2010-10-071-5/+3
| | | | gateway status table cell (it was never updated before)
* Fix AJAX update of gateway status when the status is "Gathering Data".jim-p2010-10-071-3/+2
|
* Replace hardcoded pfSense with product_name.jim-p2010-10-061-1/+1
|
* Simplify this code so it's obvious what we're really testing for.gnhb2010-10-061-4/+3
| | | | Should be no functional change here.
* Remove unused variable.jim-p2010-10-051-2/+0
|
* Add contributed patch to allow certain IPsec mobile clients to save Xauth ↵jim-p2010-10-051-0/+24
| | | | passwords. Fixes #933.
* Print the theme correctly.Warren Baker2010-10-051-1/+1
|
* Fix OpenVPN client kill. Reported at ↵jim-p2010-10-041-5/+5
| | | | http://forum.pfsense.org/index.php/topic,28784.0.html
* Mark subsystem as dirty.Ermal2010-10-041-0/+1
|
* Bring l2tp users page back to latest world of 2.0 to avoid errors. ↵Ermal2010-10-041-4/+4
| | | | Reported-by: http://forum.pfsense.org/index.php/topic,28829.0.html
* Fix intended behaviour when the default gateway changes interface.Ermal2010-10-021-5/+5
|
* This breaks the code because the ASSUMPTION is to reload the gateway ↵Ermal2010-10-021-7/+4
| | | | | | | | | | interface that was a defaultgw previously and not the interface that just became defaultgw. Mostly for dynamic connections like dhcp/ppp* Pointy-hat: gnhb Revert "Update code to actually accomplish the intended behavior of NOT reloading the interface" This reverts commit 318baca5f6658f52c0b895fdb8f42bc276e26a6d.
* Update code to actually accomplish the intended behavior of NOT reloading ↵gnhb2010-10-021-4/+7
| | | | | | the interface if not necessary when a GW record is saved.
* Fix height of plus button, reported at ↵Erik Fonnesbeck2010-10-011-1/+1
| | | | http://forum.pfsense.org/index.php/topic,28764.0.html
* Do not allow a gateway to be renamed. Possibly a better solution is to ↵Ermal2010-10-011-0/+2
| | | | rename the gateway in all pointed places!
* Handle the cases to not save data on config better.Ermal2010-10-011-3/+7
|
* Make sure we do not overwrite the gateway stored in config with a dynamic ↵Ermal2010-10-011-4/+5
| | | | gateway info. Correct POST var name(Found by ghnb). Also correctly reload only the defaultgw interface changed only if it is different than the present one.
* Fix the problem of not saving data when most of the information is not being ↵Ermal2010-10-011-77/+66
| | | | posted. Also do not disable any field anymore to allow people to choose static gateways for dynamic interfaces. Also do not save any information when the user Clicks save but has not posted any information not known already. Do not prevent to post a dynamic value for gateway on an interface that is configured with static ip.
* We don't store monitor ip in the <interfaces> config any more.gnhb2010-10-011-8/+0
| | | | Requested by cbuechler in ticket #919.
* When a dynamic interface is up, we still need to report that it's "dynamic" ↵gnhb2010-10-011-1/+4
| | | | | | | | to this GUI in system_gateways_edit.php. If user edits a dynamic gateway that is up, the gateway IP address (reported by return_gateways_array) will end up in the "Gateway" field, and then the gateway will get saved as a static gateway unless user manually changes field to "dynamic" again.
* Catch up with gateway changes on static routes.Ermal2010-09-301-9/+3
|
* Revert previous change to enter a hidden value when interface is disabled. ↵Ermal2010-09-301-9/+6
| | | | GHNB broke this on revision 58611e3a1da07a33c6cf65401ad3edf278190e75 and it does not make sense.
* Remove forgotten code.Ermal2010-09-301-2/+0
|
* Initialize variable properly. Handle the case when the interfaces select box ↵Ermal2010-09-301-5/+10
| | | | is disabled and it will not be posted(Reported-by: ghnb
* Fix state sortingjim-p2010-09-291-6/+10
|
* Update serviceproviders.xml to a newer versionVinicius Coque2010-09-291-35/+428
|
* Clean up Firewall: NAT: 1:1: Edit page.Erik Fonnesbeck2010-09-291-31/+18
| | | | | | | | | | - Change order of fields to be more consistent with the old order and the order shown on the rule listing, placing more relevant fields nearer to the top. - Make appearance of source and destination fields consistent. - Add a description for external subnet. - Fix description of the subnet size. - Change default destination to any. - Remove VIP list from destination, since the router is not going to be the destination. (the order of binat's syntax is based on outbound NAT, not inbound) - Add a description for destination.
* Fix input validation with "no rdr" for ticket #570Erik Fonnesbeck2010-09-291-10/+21
|
* Hide redirect and filter rule association fields when "no rdr" is checked. ↵Erik Fonnesbeck2010-09-292-5/+18
| | | | Ticket #570
* Unhide the source port options on firewall rules when they are not at the ↵Erik Fonnesbeck2010-09-282-2/+7
| | | | defaults.
* Revert "Shows source ports when they are already defined" - this only made ↵Erik Fonnesbeck2010-09-282-5/+2
| | | | | | it so they were never hidden. This reverts commit d886ebd6d438cf9b397face67ed4f254de661a94.
* Simplify the logic here so that it only uses this conditional expression once.Erik Fonnesbeck2010-09-281-2/+2
|
OpenPOWER on IntegriCloud