pfsense/usr/local/www
2011-09-13 13:57:47 -04:00
..
classes fix double click to edit 2010-07-11 18:50:02 -04:00
code-syntax-highlighter
csrf Clear \r from these files to be readble 2011-07-22 17:34:30 +00:00
filebrowser Optimized all images using Yahoo Smush.it service. 2011-03-23 11:39:35 -03:00
includes Fix AJAX update of gateway status when the status is "Gathering Data". 2010-10-07 09:29:30 -04:00
installer misc comments 2010-12-22 15:41:39 -05:00
javascript Check if a widget is null before testing a property. Fixes skipped updates on certain widgets (like the gateway widget) if someone doesn't have the cpu widget file on their fs (which a clean install does not). 2011-09-13 13:57:47 -04:00
protochart
themes Give the Layer7 patterns page some much needed love. 2011-08-29 16:04:56 +02:00
tree Optimized all images using Yahoo Smush.it service. 2011-03-23 11:39:35 -03:00
tree-images Optimized all images using Yahoo Smush.it service. 2011-03-23 11:39:35 -03:00
widgets Change mbuf output on dashboard to read total/max, instead of current/total, to give a more useful view. Also only use a single netstat command instead of two. 2011-08-30 12:54:29 -04:00
wizards Revert "Another try at prventing panic on reconfig of ppp type wans. Ticket #1696" 2011-09-12 19:20:13 -04:00
apple-touch-icon.png Optimized all images using Yahoo Smush.it service. 2011-03-23 11:39:35 -03:00
bandwidth_by_ip.php Resolves #879. Commit patch referenced in ticket to properly parse rate output. 2010-10-15 13:42:08 +00:00
carp_status.php Ticket #1598. Correctly handle ipalias vips when re-enabling carp from the carp_status screen. 2011-06-15 13:43:43 +00:00
crash_reporter.php Revert "Revert "Simplify message"" 2011-07-04 19:53:19 -04:00
diag_arp.php Bug #1602. diag_arp.php hangs when DNS server unreachable. 2011-06-17 11:27:28 -04:00
diag_authentication.php Fix XSS issues 2010-11-12 11:36:20 -05:00
diag_backup.php Add a button here to clear the package lock. 2011-06-03 09:29:46 -04:00
diag_confbak.php Merge remote branch 'mainline/master' 2010-08-12 12:55:32 -03:00
diag_defaults.php fix default password display 2011-02-20 17:31:35 -05:00
diag_dns.php Avoid a blank trailing entry 2011-08-30 16:34:14 -04:00
diag_dump_states.php Reverting class="sortable" damaged by commit 17d5077f61 2011-06-05 16:09:59 -04:00
diag_ipsec_sad.php Show how much data has passed on an SAD entry. 2011-06-02 12:47:53 -04:00
diag_ipsec_spd.php Reverting class="sortable" damaged by commit 17d5077f61 2011-06-05 16:09:59 -04:00
diag_ipsec_xml.php Add the diag_ipsec_xml.php page, this provides a XML interface to the 2011-02-21 19:23:48 +01:00
diag_ipsec.php Add a button to connect a non-mobile IPsec VPN from Status > IPsec. Sends a ping from a local IP in the p2 subnet (if one exists on the router) to the remote p2 subnet. 2010-11-08 17:21:27 -05:00
diag_limiter_info.php Also show queues on limiter info page, so that the child queues of limiter pipes can be viewed. (See ticket #1843) 2011-09-06 13:29:56 -04:00
diag_logs_auth.php Reset diag_* files on this branch 2010-08-03 12:37:14 -03:00
diag_logs_dhcp.php Fixes #831. Restart the DHCP daemon when clearing the log file. 2010-08-20 14:37:34 -04:00
diag_logs_filter_dynamic.php gettext() fixes on diag_logs_filter_dynamic.php 2010-08-11 16:15:14 -03:00
diag_logs_filter_summary.php Modify various (s)printf format strings to allow translations to change the order of the inserted strings. 2010-08-11 22:18:34 -06:00
diag_logs_filter.php Move filter box up to the top, so it is more easily accessible 2011-09-08 12:29:57 +02:00
diag_logs_ipsec.php Add more helpful logging 2011-03-16 13:19:19 +01:00
diag_logs_ntpd.php Fixing gettext calls on diag_logs_ntpd.php 2010-08-10 11:03:27 -03:00
diag_logs_openvpn.php Fixing gettext calls on diag_logs_openvpn.php 2010-08-10 11:01:44 -03:00
diag_logs_ppp.php makes correct use of printf and gettext 2011-07-18 14:33:20 -03:00
diag_logs_relayd.php Fix order of tabs in this file. 2010-08-23 16:47:54 -04:00
diag_logs_settings.php Move : to gettext string 2010-08-11 14:02:33 -03:00
diag_logs_vpn.php Fix clearing of PPTP/PPPoE/L2TP server raw logs. Fixes #1340 2011-05-19 14:47:56 -04:00
diag_logs.php Fix misc XSS issues from davey b 2010-11-10 09:49:47 -05:00
diag_nanobsd.php Spelling fix. 2011-07-06 12:58:16 +02:00
diag_ndp.php Add the IPv6 Neighbour list status page 2011-03-03 21:13:39 +01:00
diag_packet_capture.php Move the textarea displaying packet capture outside of the form tag, or else a browser will try to submit the contents of the textarea when hitting a button. If you were viewing a large capture, that can be quite a long time it's wasting on uploading data that serves no purpose. 2011-07-28 14:33:13 -04:00
diag_patterns.php Give the Layer7 patterns page some much needed love. 2011-08-29 16:04:56 +02:00
diag_pf_info.php Fix display of these pages on Opera. http://forum.pfsense.org/index.php/topic,32773.0.html 2011-01-31 12:38:39 -05:00
diag_ping.php So gethostbyname() does not work for ipv6, instead run both ping and ping6. That works too. 2010-10-23 12:28:14 +02:00
diag_pkglogs.php Make use of the new tab menu and use _GET instead of _POST for pkg name passed in URL. 2010-12-02 19:21:59 +02:00
diag_resetstate.php Reset diag_* files on this branch 2010-08-03 12:37:14 -03:00
diag_routes.php Use correct table header class. 2011-06-28 15:17:03 +02:00
diag_smart.php Use a better regex here, sometimes ad devices can be numbered >=10. 2011-02-16 11:31:21 -05:00
diag_states_summary.php Add IPv6 love to diag states Summary. For Ticket #1816 2011-08-29 09:59:04 +02:00
diag_system_activity.php Fix display of these pages on Opera. http://forum.pfsense.org/index.php/topic,32773.0.html 2011-01-31 12:38:39 -05:00
diag_system_pftop.php Match pftop page exatly with privilege, there is no other page that glob would catch. Fixes #1845 2011-09-06 18:37:35 -04:00
diag_tables.php Added missing Save message. 2010-09-02 22:24:44 +02:00
diag_traceroute.php Merge remote branch 'upstream/master' 2011-06-28 11:21:28 -04:00
easyrule.php add a ipprotocol variable to the easy add rules 2011-02-14 22:27:46 +01:00
edit.php Add missing pages to the authentication system. 2011-03-04 21:53:07 +00:00
exec_raw.php Implement gettext() calls on exec_raw.php 2010-07-30 08:41:57 -03:00
exec.php Bring in XSS id fixes from m0n0wall 2010-11-12 11:03:51 -05:00
favicon.ico
fbegin.inc Add DHCPv6 relay pages for the DHCPv6 relay. Ticket #1663 2011-08-29 10:33:34 +02:00
fend.inc Use complete path to call bottom-loader.js because we have chdir on some places that break it (e.g. status -> rrd_graph) 2010-08-30 15:28:11 -03:00
firewall_aliases_edit.php Adding hook 2011-07-27 19:24:01 -04:00
firewall_aliases_import.php Merge remote branch 'mainline/master' into 2_firewall 2010-08-03 10:59:34 -03:00
firewall_aliases.php Adding hook to pre_table for aliases 2011-07-18 18:17:23 -04:00
firewall_nat_1to1_edit.php Bug #1403. Filter Rules description do not get saved when "(quote) present as character 2011-05-27 21:55:22 +00:00
firewall_nat_1to1.php Fix note width for 1:1 NAT 2011-08-30 15:16:31 -04:00
firewall_nat_edit.php Add chosen js library (mit lic). Modify interface multiple select box to use. 2011-07-23 18:51:32 -04:00
firewall_nat_npt_edit.php Fix edit bug that duplicated records. 2011-03-18 10:07:45 +01:00
firewall_nat_npt.php Add the firewall_nat_npt* pages so that you can enter use binat for Network prefix translation 2011-01-21 09:35:25 +01:00
firewall_nat_out_edit.php Wording fix to better describe the Translation address. 2011-08-30 21:48:05 +02:00
firewall_nat_out.php fix firewall_nat_out to not auto-generate outbound NAT rules with one too many IPs 2011-09-09 04:40:28 -04:00
firewall_nat.php Adding apply hooks 2011-07-22 20:09:50 -04:00
firewall_rules_edit.php Unbreak the firewall rule Edit page, input error array was unset halfway the validation. Set that back up ontop. 2011-08-24 22:10:55 +02:00
firewall_rules.php Fix bottom note when viewing Floating rules to better reflect how they operate. 2011-08-30 15:30:10 -04:00
firewall_schedule_edit.php Form image buttons are submit buttons and thus default buttons, causing unwanted behavior with the enter key. Use links instead, where possible. 2010-11-12 22:44:11 -07:00
firewall_schedule.php Just fix some space and tab problems 2010-08-12 14:17:28 -03:00
firewall_shaper_layer7.php Fix typo in comment. 2010-11-16 23:47:56 -05:00
firewall_shaper_queues.php Fix XSS issues 2010-11-12 11:36:20 -05:00
firewall_shaper_vinterface.php makes correct use of printf and gettext 2011-07-18 14:33:20 -03:00
firewall_shaper_wizards.php Fixing gettext calls on firewall_shaper_wizards.php 2010-07-02 16:09:36 -03:00
firewall_shaper.php <script/> tags are put in the function build_javascript no need to put them here. Prevents errors reported at:http://forum.pfsense.org/index.php/topic,34139.0.html 2011-04-04 15:05:59 +00:00
firewall_virtual_ip_edit.php Comment out code that seems to not be anymore useful. Remove later on if no complaints in sight. 2011-08-17 09:02:18 +00:00
firewall_virtual_ip.php Correct check for ipaliases over carp so we do not allow the deletion. 2011-06-14 13:16:00 +00:00
getserviceproviders.php Include guiconfig.inc for auth 2010-11-29 16:48:23 -05:00
getstats.php Add no cache header 2011-09-12 15:32:56 -04:00
graph_cpu.php Enforce session establishment. 2011-03-04 22:00:51 +00:00
graph.php Unbreak graphs 2010-11-10 23:14:31 -05:00
green_dot.jpg
gui.css
guiconfig.inc make the tab character limit 92, leaves plenty of room and prevents some custom builds from unnecessarily turning tabs into a drop down 2011-07-22 18:34:57 -04:00
halt.php Fix gettext implementation on halt.php 2010-08-02 08:53:06 -03:00
head.inc Add a couple more mobile browser detection strings (BlackBerry, Opera Mini/Mobi) 2011-08-25 09:17:17 -04:00
headjs.php Enforce session establishment. 2011-03-04 22:05:39 +00:00
help.php Add some help links for pages that were missing. 2011-08-30 13:07:26 -04:00
ifstats.php Ticket #682. Use pfSense modules function to collect interface stats. 2010-08-20 19:30:50 +00:00
index.php Adding dashboard hook 2011-07-18 18:22:06 -04:00
interfaces_assign.php Merge branch 'master' of github.com:bsdperimeter/pfsense 2011-07-25 05:23:31 -04:00
interfaces_bridge_edit.php Fix page title text. Replace "Firewall" with "Interfaces" in title. 2011-03-02 11:51:30 +07:00
interfaces_bridge.php gettext() fixes on interfaces_bridge.php 2010-08-12 13:00:51 -03:00
interfaces_gif_edit.php Fix the gif edit page, it was checking the subnet bits, not the actual subnet. The check needs to be refined to check actual subnets instead of just the address. but this will do for now. 2011-03-27 13:17:41 +02:00
interfaces_gif.php gettext() fixes on interfaces_gif.php 2010-08-12 13:40:30 -03:00
interfaces_gre_edit.php Fix page title text. Replace "Firewall" with "Interfaces" in title. 2011-03-02 11:51:30 +07:00
interfaces_gre.php Fix double click editing of GRE interfaces 2010-12-21 16:26:19 -05:00
interfaces_groups_edit.php Don't run mb_convert_encoding on descr field, it's cdata protected in the config now and this just causes some characters to be lost on input. Ticket #1168 2011-01-06 13:52:52 -05:00
interfaces_groups.php Resolves #1703. Correct array key value. 2011-07-25 19:05:47 +00:00
interfaces_lagg_edit.php Make sure we tell the code that the interface exists otherwise multiple laggs might get created. 2011-03-03 16:30:07 +00:00
interfaces_lagg.php Fix gettext on interfaces_lagg.php 2010-08-12 10:23:16 -03:00
interfaces_ppps_edit.php Do more strict checking if an ppp type interface is assigned before starting the mpd process behind it. Trigered-by: http://forum.pfsense.org/index.php/topic,34377.0.html 2011-03-15 12:17:12 +00:00
interfaces_ppps.php Work around the fact that get_configured_interface_list re-parses the config and kills the reference made before it, which was making it impossible to delete a pppoe instance. 2011-08-03 12:38:47 -04:00
interfaces_qinq_edit.php Correct saving of qinq specified members and also correctly destroy parent vlan when deleteing the interfaces. Also take care of attaching to netgraph now that we detach by default. 2011-04-28 21:21:11 +00:00
interfaces_qinq.php Fix QinQ note width. 2011-08-30 15:00:13 -04:00
interfaces_vlan_edit.php When editing a vlan and chaning its tag id and the vlan is assigned correct even the interface name of the assignment otherwise we result in breaking the install. 2011-06-27 19:01:43 +00:00
interfaces_vlan.php Fix height of plus button, reported at http://forum.pfsense.org/index.php/topic,28764.0.html 2010-10-01 12:40:44 -06:00
interfaces_wireless_edit.php Fix page title text. Replace "Firewall" with "Interfaces" in title. 2011-03-02 11:51:30 +07:00
interfaces_wireless.php Checked gettext() implementation on interfaces_wireless.php 2010-07-12 09:07:23 -03:00
interfaces.php Show the hexadecimal value of the integer for readability 2011-09-07 13:06:57 +02:00
license.php Fixing gettext calls on license.php 2010-08-10 11:27:39 -03:00
load_balancer_monitor_edit.php Bring in XSS id fixes from m0n0wall 2010-11-12 11:03:51 -05:00
load_balancer_monitor.php desc to descr in Load Balancer config, so they gain CDATA protection and standardize field names. Ticket #320. 2010-10-19 12:39:01 -04:00
load_balancer_pool_edit.php Add a retry field to the LB Pool config to allow specifying how many times to retry a server before declaring it dead. 2010-12-14 12:19:58 -05:00
load_balancer_pool.php Add a note to the server Load Balancer page to let users know it's not for Multi-WAN. 2011-08-30 16:04:34 -04:00
load_balancer_relay_action_edit.php Fix XSS issues 2010-11-12 11:36:20 -05:00
load_balancer_relay_action.php desc to descr in Load Balancer config, so they gain CDATA protection and standardize field names. Ticket #320. 2010-10-19 12:39:01 -04:00
load_balancer_relay_protocol_edit.php Bring in XSS id fixes from m0n0wall 2010-11-12 11:03:51 -05:00
load_balancer_relay_protocol.php desc to descr in Load Balancer config, so they gain CDATA protection and standardize field names. Ticket #320. 2010-10-19 12:39:01 -04:00
load_balancer_virtual_server_edit.php Fix XSS issues 2010-11-12 11:36:20 -05:00
load_balancer_virtual_server.php desc to descr in Load Balancer config, so they gain CDATA protection and standardize field names. Ticket #320. 2010-10-19 12:39:01 -04:00
logobig.jpg Optimized all images using Yahoo Smush.it service. 2011-03-23 11:39:35 -03:00
niftycssCode.css Restore this change, it breaks Nifty. We will need to come up with an alternate plan to get rid of the 2px of white space between the tabs and tabcont 2010-08-05 15:46:07 -04:00
niftycssprintCode.css
pkg_edit.php Fix use post here, since the other var isn't defined as it was before my commit yesterday. 2011-07-06 11:47:45 -04:00
pkg_mgr_install.php don't show version on this page either, to match the other pages 2011-01-25 05:32:14 -05:00
pkg_mgr_installed.php Reset this var before this test, otherwise if the test is skipped, it will carry over the value from the previous run. 2011-02-22 14:29:57 -05:00
pkg_mgr_settings.php Merge branch 'master' from http://gitweb.pfsense.org/pfsense/pfsense-gettext.git 2010-08-12 15:51:13 -06:00
pkg_mgr.php Warn users a different way if packages are being reinstalled in the background. Only lock out package pages, still print a giant warning on the others. (Some people were getting stuck in this state http://forum.pfsense.org/index.php/topic,32531.0.html ) 2011-01-24 14:34:44 -05:00
pkg.php Allow packages to specify that their tabmenus should not be a drop-down list by using a <no_drop_down/> tag. 2011-06-12 16:10:22 +02:00
preload.php Implement gettext() calls on preload.php 2010-07-29 12:01:42 -03:00
progress.php Small logic fixes, gettext fixes and make php -l happy 2010-08-12 12:34:00 -03:00
reboot.php Fix gettext implementation on reboot.php 2010-07-29 13:36:33 -03:00
restart_httpd.php Fix gettext implementation on restart_httpd.php 2010-07-29 13:24:26 -03:00
services_captiveportal_filemanager.php Add the multi instance CP to master branch. This allows to define CP with different properties on different interfaces. 2011-09-07 13:04:01 +00:00
services_captiveportal_hostname_edit.php Add the multi instance CP to master branch. This allows to define CP with different properties on different interfaces. 2011-09-07 13:04:01 +00:00
services_captiveportal_hostname.php Add the multi instance CP to master branch. This allows to define CP with different properties on different interfaces. 2011-09-07 13:04:01 +00:00
services_captiveportal_ip_edit.php Add the multi instance CP to master branch. This allows to define CP with different properties on different interfaces. 2011-09-07 13:04:01 +00:00
services_captiveportal_ip.php Add the multi instance CP to master branch. This allows to define CP with different properties on different interfaces. 2011-09-07 13:04:01 +00:00
services_captiveportal_mac_edit.php Add the multi instance CP to master branch. This allows to define CP with different properties on different interfaces. 2011-09-07 13:04:01 +00:00
services_captiveportal_mac.php Add the multi instance CP to master branch. This allows to define CP with different properties on different interfaces. 2011-09-07 13:04:01 +00:00
services_captiveportal_vouchers_edit.php Add the multi instance CP to master branch. This allows to define CP with different properties on different interfaces. 2011-09-07 13:04:01 +00:00
services_captiveportal_vouchers.php Add the multi instance CP to master branch. This allows to define CP with different properties on different interfaces. 2011-09-07 13:04:01 +00:00
services_captiveportal_zones_edit.php Add the multi instance CP to master branch. This allows to define CP with different properties on different interfaces. 2011-09-07 13:04:01 +00:00
services_captiveportal_zones.php Add the multi instance CP to master branch. This allows to define CP with different properties on different interfaces. 2011-09-07 13:04:01 +00:00
services_captiveportal.php Correct check 2011-09-07 20:18:46 +00:00
services_dhcp_edit.php Apparently RFC 1123 overrides RFC 952 and hostnames can start with digits these days. 2011-08-06 21:20:58 -04:00
services_dhcp_relay.php fix text 2011-07-10 01:07:24 -04:00
services_dhcp.php Bug#1688. DHCP server subnet input validation needs to check config.xml, not ifconfig. 2011-07-19 21:01:54 -04:00
services_dhcpv6_edit.php Apparently RFC 1123 overrides RFC 952 and hostnames can start with digits these days. 2011-08-06 21:20:58 -04:00
services_dhcpv6_relay.php Add DHCPv6 relay pages for the DHCPv6 relay. Ticket #1663 2011-08-29 10:33:34 +02:00
services_dhcpv6.php Remove the gateway field from view since it is not a valid option for now. 2011-09-03 19:48:45 +02:00
services_dnsmasq_domainoverride_edit.php Accept # for a DNS override domain DNS server, this makes dnsmasq ignore a previous less specific domain and use system default name servers instead. So you can override example.com to 10.10.10.2 but www.example.com will consult normal DNS. 2010-12-23 11:21:43 -05:00
services_dnsmasq_edit.php Allow someone to add a host DNS override twice, so long as the IP type isn't the same. Lets you add a host override for both IPv4 and IPv6 for the same hostname. 2011-06-11 20:51:05 -04:00
services_dnsmasq.php Allow custom dnsmasq options so ppl can set SRV records and such for xmpp/kerberos 2011-08-17 10:02:11 +12:00
services_dyndns_edit.php Add he.net tunnelbroker update dyndns type 2011-06-28 15:21:56 -04:00
services_dyndns.php Add he.net tunnelbroker update dyndns type 2011-06-28 15:21:56 -04:00
services_igmpproxy_edit.php Don't run mb_convert_encoding on descr field, it's cdata protected in the config now and this just causes some characters to be lost on input. Ticket #1168 2011-01-06 13:52:52 -05:00
services_igmpproxy.php gettext fixes 2010-08-12 10:32:15 -03:00
services_rfc2136_edit.php Fixes #1327. Put description that a full qualified hostname is required. 2011-06-10 19:20:47 +00:00
services_rfc2136.php Merge remote branch 'mainline/master' into 4_load_balancer_and_services 2010-08-03 11:11:57 -03:00
services_snmp.php Resolves #1418. Correct test to actully do what's intended. 2011-04-06 10:49:51 +00:00
services_wol_edit.php Bring in XSS id fixes from m0n0wall 2010-11-12 11:03:51 -05:00
services_wol.php Restoring gray background to the right of some tables in GUI. 2011-06-05 15:15:15 -04:00
stats.php Enforce session establishment. 2011-03-04 22:00:51 +00:00
status_captiveportal_test.php Add the multi instance CP to master branch. This allows to define CP with different properties on different interfaces. 2011-09-07 13:04:01 +00:00
status_captiveportal_voucher_rolls.php Add the multi instance CP to master branch. This allows to define CP with different properties on different interfaces. 2011-09-07 13:04:01 +00:00
status_captiveportal_vouchers.php Add the multi instance CP to master branch. This allows to define CP with different properties on different interfaces. 2011-09-07 13:04:01 +00:00
status_captiveportal.php Add the multi instance CP to master branch. This allows to define CP with different properties on different interfaces. 2011-09-07 13:04:01 +00:00
status_dhcp_leases.php Fixup MAC display on this other path too 2011-05-16 16:47:47 -04:00
status_dhcpv6_leases.php Also ignore lines starting with server-duid, and fix the # ignore so it is anchored on the start of the line. Add a note to fix a loop later that can fall into infinity. 2011-06-19 12:39:11 -04:00
status_filter_reload.php Add checks to prevent php warnings. 2011-07-15 19:11:41 +00:00
status_gateway_groups.php Show status as Gathering data rather than unknown since the later seems to scary people! 2010-09-16 16:31:22 +00:00
status_gateways.php Fix status page of gateways to show gateways with monitoring disabled as up. 2011-07-28 20:35:16 +00:00
status_graph_cpu.php Implement gettext() calls on status_graph_cpu.php 2010-07-22 09:11:30 -03:00
status_graph.php Include the rate output in the privilege for the traffic graph. 2011-08-17 13:14:17 -04:00
status_interfaces.php Merge remote branch 'upstream/master' 2011-06-08 14:13:22 -04:00
status_lb_pool.php Move some lb status parsing functions to a common area so they can be reused by the widget. 2010-12-14 10:42:38 -05:00
status_lb_vs.php Move some lb status parsing functions to a common area so they can be reused by the widget. 2010-12-14 10:42:38 -05:00
status_openvpn.php Fixup OpenVPN status a bit to properly handle SSL servers using a /30 (no server directive) and also be a little more verbose about what is happening, if we can tell. 2011-08-30 09:48:20 -04:00
status_queues.php CSRF startup code has been moved to guiconfig.inc 2010-11-12 18:34:51 -05:00
status_rrd_graph_img.php Merge remote branch 'upstream/master' 2011-06-01 09:00:09 -04:00
status_rrd_graph_settings.php Add a button to reset the RRD data (rm's rrd files and reinitializes). 2011-06-27 13:11:41 -04:00
status_rrd_graph.php Bug #1615. Half-fix. 2011-06-26 00:36:40 -04:00
status_services.php Correctly restart the SSL lighty instance when running. 2011-07-22 10:05:55 +00:00
status_upnp.php Merge remote branch 'mainline/master' 2010-07-26 16:17:16 -03:00
status_wireless.php Protect against XSS by someone broadcasting an HTML SSID... (better to be safe...) 2010-11-12 12:29:53 -05:00
status.php Reset firewall_shaper_queues.php and status.php on this branch 2010-08-03 12:48:59 -03:00
system_advanced_admin.php Fix the redirect URL for IPv6 addresses Ticket #1583 2011-08-21 13:36:07 +02:00
system_advanced_firewall.php Clarify notes so people don't think they need to disable pf to disable NAT. 2011-08-30 14:07:14 -04:00
system_advanced_misc.php Don't try to unset this variable if it isn't set to begin with. Fixes #1865 2011-09-09 11:16:36 -04:00
system_advanced_network.php gettext fixes 2010-08-12 09:44:02 -03:00
system_advanced_notifications.php Unlink last msg cache for growl when sending test messagws 2011-08-29 18:43:38 -04:00
system_advanced_sysctl.php No need to include head.inc twice 2011-04-26 14:37:43 -04:00
system_authservers.php Added web interface capability to make the LDAP search more specific in order to filter for group membership for example. 2011-08-28 05:43:39 +03:00
system_camanager.php fix text 2011-07-29 03:17:36 -04:00
system_certmanager.php Unlock the fields when making a new internal cert, so we copy the data from the CA but are not locked into it. (Cert details often differ from CA details...) 2011-07-01 11:20:09 -04:00
system_crlmanager.php Shift OpenVPN require, it was causing CRLs to not save changes properly. 2011-07-27 12:05:48 -04:00
system_firmware_auto.php Remove any previous file with the same name as the one that will be downloaded. This avoid the gui to always show update availble even though the site could not be reached. 2011-02-12 18:34:32 +00:00
system_firmware_check.php These html tags are not required since they are used in head.inc which is included. 2011-08-24 14:04:02 +02:00
system_firmware_settings.php Only display gitsync settings on supported platforms. 2011-02-28 09:12:24 -07:00
system_firmware.php Revert "Add gettext calls on main menu" 2011-03-31 13:48:47 -03:00
system_gateway_groups_edit.php Only show gateways from the same address family on the groups edit page. Ticket #1659 2011-08-24 14:31:06 +02:00
system_gateway_groups.php Add a note to the Gateway Groups page reminding users that they must be used in firewall rules, and don't work just by defining the groups. Also, add thead/tbody/tfoot. 2010-09-23 12:51:38 -04:00
system_gateways_edit.php Add default values for latency, packet loss, down on GUI 2011-08-28 06:41:20 +03:00
system_gateways.php Display delete(x) buttons. 2010-09-16 17:26:32 +00:00
system_groupmanager_addprivs.php Prevent a warning that would appear when modifying privileges of an empty group. 2010-08-18 21:28:49 -06:00
system_groupmanager.php Fix XSS issues 2010-11-12 11:36:20 -05:00
system_routes_edit.php Automatically adjust the subnet size drop down when editing a entry 2011-08-24 11:40:14 +02:00
system_routes.php Remove GUI code to enable fast routing. The backend code was removed back in December in 4f76b144b0 2011-08-05 10:20:27 -04:00
system_usermanager_addprivs.php Sort user privileges so dashboard/index.php come first, so if a user has those permissions, they get redirected there first and not to another page. 2011-08-11 14:02:21 -04:00
system_usermanager_passwordmg.php Oops correct the POST destination page. 2011-06-07 08:08:13 +00:00
system_usermanager_settings_ldapacpicker.php Ticket #1052. Enforce certificates if they are present for authenticating to ldap. Allow to select a CA under ldap type authentication backend to be used for this. 2011-07-15 13:10:40 +00:00
system_usermanager_settings_test.php Remove {} between variable since it's out of the string 2010-04-28 15:15:40 -03:00
system_usermanager_settings.php Correct the test which displays an error if someone chose to save+test but doesn't have an ldap backend. Also, fix a typo. 2011-02-24 13:20:49 -05:00
system_usermanager.php Clarify text 2011-08-30 14:50:17 -04:00
system.php Clarify text 2011-08-30 14:23:42 -04:00
treeview.css
upload_progress.php Fix gettext implementation on upload_progress.php 2010-07-30 15:52:51 -03:00
uploadconfig.php Fix gettext implementation on uploadconfig.php 2010-07-30 15:47:15 -03:00
vpn_ipsec_keys_edit.php Fix XSS issues 2010-11-12 11:36:20 -05:00
vpn_ipsec_keys.php Don't show empty user IPsec keys. 2010-11-03 10:26:12 -04:00
vpn_ipsec_mobile.php Correct whitespace and some problems in the just merged ldap auth sorce for racoon 2011-07-27 20:31:30 +00:00
vpn_ipsec_phase1.php Merge remote-tracking branch 'upstream/master' 2011-07-12 19:57:42 -04:00
vpn_ipsec_phase2.php Merge remote branch 'upstream/master' 2011-06-03 15:34:54 -04:00
vpn_ipsec.php Merge remote branch 'upstream/master' 2011-06-03 15:34:54 -04:00
vpn_l2tp_users_edit.php Bring in XSS id fixes from m0n0wall 2010-11-12 11:03:51 -05:00
vpn_l2tp_users.php Bring l2tp users page back to latest world of 2.0 to avoid errors. Reported-by: http://forum.pfsense.org/index.php/topic,28829.0.html 2010-10-04 13:00:49 +00:00
vpn_l2tp.php Sync note for "server address" between PPTP/PPPoE/L2TP for consistency. 2011-08-30 13:20:31 -04:00
vpn_openvpn_client.php Reverting class="sortable" damaged by commit 17d5077f61 2011-06-05 16:09:59 -04:00
vpn_openvpn_csc.php Fix variable so CSC/Overrides for OpenVPN are actually deleted from the fs when deleted from the GUI. 2011-07-27 11:50:16 -04:00
vpn_openvpn_server.php Reverting class="sortable" damaged by commit 17d5077f61 2011-06-05 16:09:59 -04:00
vpn_pppoe_edit.php Sync note for "server address" between PPTP/PPPoE/L2TP for consistency. 2011-08-30 13:20:31 -04:00
vpn_pppoe.php fix text 2010-12-25 16:32:51 -05:00
vpn_pptp_users_edit.php Relax PPTP password restrictions, just prevent starting with a !, and limit to common printable/keyboard characters so it doesn't result in invalid xml. Fixes #1720 2011-07-27 12:54:12 -04:00
vpn_pptp_users.php Add quotes back that were incorrectly removed when implementing gettext and add php tags around gettext where needed. 2010-08-10 16:54:27 -06:00
vpn_pptp.php Sync note for "server address" between PPTP/PPPoE/L2TP for consistency. 2011-08-30 13:20:31 -04:00
wizard.php Save the host name and domain to a temporary location until the setup wizard is finished to prevent triggering the DNS rebind message. Fixes #1022 Also use this information to implement the redirect for changed host for ticket #455 2010-11-18 02:34:51 -07:00
xmlrpc.php Log when XMLRPC auth fails so that the brute force lockout will kick in. 2011-08-28 13:06:42 -04:00