summaryrefslogtreecommitdiffstats
path: root/usr
Commit message (Collapse)AuthorAgeFilesLines
* Allow selecting the digest algorithm when creating a CA or Cert. Implements ↵jim-p2013-01-213-7/+50
| | | | #2765
* No reason for the ppp log to use this display method, use dump_clog() instead.jim-p2013-01-211-19/+1
|
* A couple fixes for openvpn routing table display. Feature #2766jim-p2013-01-211-2/+2
|
* Run IPsec logs through htmlspecialchars before display.jim-p2013-01-211-0/+1
|
* Add routing table display for each OpenVPN ssl/tls server instance, ↵jim-p2013-01-211-3/+58
| | | | collapsed by default. Part of feature #2766
* Add version check to package installbcyrill2013-01-171-43/+42
|
* Fix build list of widgetsRenato Botelho2013-01-171-0/+3
| | | | | Only consider files ending in ".php" to restrict widgets and avoid load wrong files. It should fix #2761
* Preserve "Idle timeout" parameter on interfaces gui. It fixes a problem ↵Renato Botelho2013-01-171-2/+2
| | | | pointed out on ticket #2641
* Validate passed parameters to smart commands, and the target device. Also ↵jim-p2013-01-161-8/+29
| | | | | | escape when used in shell commands even after validation. Discovered-By: Bernhard Thaler
* Tidy up HTML Colour NamesColin Fleming2013-01-168-58/+58
| | | | | With XHTML 1.0, the extended colour names are invalid, to make pfSense as W3C compliant as possible, need to go back to using the HEX code.
* Tidy up malformed URI warningsColin Fleming2013-01-161-49/+50
| | | | | | "/usr/local/etc/status.php" has lots of "malformed URI" warnings, this update tidies these up, adds a missing end table cell tag </td> adds a "summary" parameter to <table> to make this more W3C compliant.
* Add option to disable resolution, and drop down to select the gateway that ↵Warren Baker2013-01-161-55/+72
| | | | your traceroute should use
* Update to masterbcyrill2013-01-161-23/+5
|\
| * Add portal_hostname_from_client_ip functionbcyrill2013-01-151-26/+8
| |
* | Update usr/local/captiveportal/index.phpbcyrill2013-01-151-123/+121
|/
* Merge pull request #326 from fsSnowboard/masterErmal Luçi2013-01-154-60/+492
|\ | | | | Modern games added to Traffic Shaper Wizard
| * fixed spellingfsSnowboard2013-01-144-8/+8
| |
| * more games for traffic shaperfsSnowboard2013-01-124-8/+176
| |
| * fixed spelling mistakefsSnowboard2013-01-124-4/+4
| |
| * added traffic shaper game rulesunknown2013-01-124-60/+324
| |
* | Remove redundant code fragmentbcyrill2013-01-151-1/+0
| |
* | Avoid duplicating /32 suffix on 3rd ppp-linkdown parameter (local-ip). It ↵Renato Botelho2013-01-141-4/+10
| | | | | | | | should fix #2700
* | Bold and note manifest entries that match the current architecture, and add ↵jim-p2013-01-141-2/+11
| | | | | | | | a note cautioning against a cross-architecture upgrade.
* | Merge pull request #324 from ExolonDX/masterErmal Luçi2013-01-1421-50/+50
|\ \ | | | | | | Update PHP shorthand tag
| * | Spelling mistakeColin Fleming2013-01-141-1/+1
| | |
| * | Spelling mistakeColin Fleming2013-01-141-1/+1
| | |
| * | Update PHP shorthand tagColin Fleming2013-01-1421-50/+50
| | | | | | | | | | | | Standardise all PHP start tags from "<?" to "<?PHP"
* | | Merge pull request #323 from lcapriotti/masterErmal Luçi2013-01-145-0/+107
|\ \ \ | | | | | | | | Allow manual voucher expiration
| * | | Add page to allow manual vouchers expirationLuigi Capriotti2013-01-145-0/+107
| |/ /
* | | Remove a couple of call-time pass-by-reference for interface_ipalias_configure()Renato Botelho2013-01-141-1/+1
|/ /
* | Set adaptive.start/adaptive.end to disabled. Also allow them to be ↵Ermal2013-01-131-0/+34
|/ | | | customized through system->advanced->firewall. This allows the firewall to be reachable if the state limit is hit but default.
* Update usr/local/www/status_services.phpjmkizer2013-01-111-0/+1
| | | Missing include which defines functions such as get_shortcut_by_service_name()
* Fix some typosjim-p2013-01-111-4/+4
|
* Show the hostname if it doesn't matchjim-p2013-01-101-1/+2
|
* Add a page to perform tcp connection tests to check if a host is responding ↵jim-p2013-01-102-0/+267
| | | | on a given port.
* Stack the queue graphs. Fixes #2692Warren Baker2013-01-101-2/+2
|
* Remove some debuggingWarren Baker2013-01-101-2/+2
|
* Dont pass -o option to view types that dont support it, it causes a ↵Warren Baker2013-01-101-7/+17
| | | | segfault. Also make sure that when viewing all states that the correct switch is passed
* Rework layout a bit and add number of states to view as an optionWarren Baker2013-01-101-57/+86
|
* Merge pull request #316 from rafaelabdo/masterJim P2013-01-091-3/+9
|\ | | | | Delete SPDs when an IPSec tunnel is deleted. Fix #2719.
| * Delete SPDs when an IPSec tunnel is deleted.Rafael Abdo2013-01-091-3/+9
| | | | | | | | | | | | | | | | - Add new function to delete SPDs (see 'remove_tunnel_spd_policy($phase1,$phase2)' on vpn.inc) - Change vpn_ipsec.php to delete SPDs on phase 2 and phase 1. - Change the method GET to delete phase 2 (needs to inform which is the phase 1) It should fix #2719.
* | Update zoneinfo to 2012.jjim-p2013-01-091-0/+0
| |
* | Update usr/local/www/diag_system_pftop.phpbcyrill2013-01-091-4/+4
| | | | | | Get rid of localization where it is not desired.
* | Rework the pfTOP page to provide the ability to select the view. Also ↵Warren Baker2013-01-091-26/+63
|/ | | | provide better dropdown labels and remove the annoying onClick submit - its not needed since ajax will handle the post of the new value in the background
* In the case that no bandwidth limits are configured for queues but PRIQ is ↵Warren Baker2013-01-091-1/+4
| | | | been used then rather set a default otherwise a value of 0 is used in the CDEFs for RRD
* use Sunday rather than Monday for weekly bogon updateChris Buechler2013-01-081-1/+1
|
* List VLAN interfaces on Interfaces -> (assign) -> PPPs edit. It should fix #1767Renato Botelho2013-01-081-0/+6
|
* Merge pull request #314 from phil-davis/masterChris Buechler2013-01-081-2/+2
|\ | | | | Display gateways with matching IP protocol in Gateways list
| * Display gateways with matching IP protocol in Gateways listPhil Davis2013-01-081-2/+2
| | | | | | | | Some gateways do not have traditional addresses hard-coded into them - e.g. for OpenVPN dynamic gateways are created in software on-the-fly (they are not actually entries in the config). So traditional tests like is_ipaddrv4 are not useful to determine if the gateway is IPv4 or IPv6. return_gateways_array() fills in an "ipprotocol" entry for each returned gateway ("inet" or "inet6"), as well as the "gateway" address field. This can be used to determine if the gateway is for IPv4 or IPv6.
* | Merge pull request #310 from bcyrill/bogons_patch1Chris Buechler2013-01-082-0/+37
|\ \ | |/ |/| Allow changing of bogons update frequency
OpenPOWER on IntegriCloud