summaryrefslogtreecommitdiffstats
path: root/usr
Commit message (Collapse)AuthorAgeFilesLines
* Fix #3492, make sure filesystem is read-writeRenato Botelho2014-02-271-0/+4
|
* Make the IPSec status page work with strongswanErmal2014-02-271-110/+150
|
* Fix #3486, delete /var/crash content when click 'No'Renato Botelho2014-02-271-1/+1
|
* Add a function to read the status of connections/SAs/SPDs from smp plugin of ↵Ermal2014-02-261-3/+1
| | | | StrongSWAN. No need to go through the setkey dumps
* Port dropdowns: Put port no. after descripstilez2014-02-251-4/+4
| | | | | At the moment, even if a port number is entered, it's re-displayed only as a port name when editing. Users who don't have port names -> numbers lookup memorised can't easily confirm when editing a rule, that the port is as intended. Then, when they return to firewall_rules.php the same rules have ports displayed as numbers not names (inconsistent). This small UI edit changes the port dropdowns from just the name "NetBIOS-NS" to "NetBIOS-NS (137)" and shows the very well known port number, for ease of use.
* Push log changes for IPSec and fix generation of strongswan.conf and ↵Ermal2014-02-251-21/+32
| | | | ipsec.secrets to be properly considered
* Fix #2302, save custom uploaded l7 pattern files on config.xml and replicate ↵Renato Botelho2014-02-241-0/+5
| | | | it to slave
* Fix whitespaces and indentRenato Botelho2014-02-241-28/+28
|
* This one too.N0YB2014-02-221-1/+1
|
* Element id's are to be unique. 'provider' used is elsewhere.N0YB2014-02-221-5/+5
|
* Better done globally here in the function.N0YB2014-02-221-1/+1
|
* XHTML ComplianceN0YB2014-02-221-161/+185
| | | | Interfaces
* Update firewall_rules_edit.phpWild Stray2014-02-221-1/+1
| | | PIM protocol for firewall rules.
* These are remenants of old 1.2 remove them from the wizardErmal2014-02-211-2/+0
|
* Trigger rc.newwaipv6 as well from pppoe when it gets an inet6 configErmal2014-02-211-2/+2
|
* Update tzdata to 2013iRenato Botelho2014-02-201-0/+0
|
* Update list of mobile service providersRenato Botelho2014-02-201-6/+140
|
* Use env var provided by openvpn to determine if it's tun or tap, it should ↵Renato Botelho2014-02-201-3/+1
| | | | fix #3475
* Make a good copy of PHP_errors.log for crash reporterPhil Davis2014-02-191-1/+1
| | | Forum report https://forum.pfsense.org/index.php/topic,72877.0.html
* Merge pull request #938 from nagyrobi/patch-12Ermal Luçi2014-02-191-0/+503
|\ | | | | Create ntp_status.widget.php
| * Update ntp_status.widget.phpnagyrobi2014-02-181-1/+1
| | | | | | fixed tail path
| * Update ntp_status.widget.phpnagyrobi2014-02-181-2/+2
| | | | | | Updated errorneous paths. Sorry.
| * Create ntp_status.widget.phpnagyrobi2014-02-181-0/+503
| | | | | | Dedicated widget which has a javascript clock showing the server time accurately, and based on NTP's running state displays information about sync source, GPS state etc. It refreshes contents every minute, without reloading the entire page.
* | Merge pull request #937 from nagyrobi/patch-11Ermal Luçi2014-02-191-0/+5
|\ \ | | | | | | Create ntp_status.inc
| * | Create ntp_status.incnagyrobi2014-02-181-0/+5
| |/ | | | | NTP widget helper
* | Merge pull request #936 from nagyrobi/patch-10Ermal Luçi2014-02-191-0/+9
|\ \ | | | | | | Update status_rrd_graph_settings.php
| * | Update status_rrd_graph_settings.phpnagyrobi2014-02-181-0/+9
| |/ | | | | Add NTP graph to settings
* | Merge pull request #935 from nagyrobi/patch-9Ermal Luçi2014-02-191-0/+47
|\ \ | | | | | | Update status_rrd_graph_img.php
| * | Update status_rrd_graph_img.phpnagyrobi2014-02-181-0/+47
| |/ | | | | Add NTP graph drawing
* | Merge pull request #934 from nagyrobi/patch-8Ermal Luçi2014-02-191-0/+15
|\ \ | | | | | | Update status_rrd_graph.php
| * | Update status_rrd_graph.phpnagyrobi2014-02-181-0/+15
| |/ | | | | Add NTP graphing
* | Merge pull request #933 from nagyrobi/patch-7Ermal Luçi2014-02-191-62/+121
|\ \ | | | | | | Update status_ntpd.php
| * | Update status_ntpd.phpnagyrobi2014-02-181-1/+1
| | | | | | | | | fixed tail path
| * | Update status_ntpd.phpnagyrobi2014-02-181-62/+121
| |/ | | | | A bit more informative NTP status page...
* | Make this usableErmal2014-02-191-1/+6
| |
* | Merge pull request #932 from nagyrobi/patch-6Ermal Luçi2014-02-191-0/+219
|\ \ | | | | | | Create services_ntpd_pps.php
| * | Create services_ntpd_pps.phpnagyrobi2014-02-181-0/+219
| |/ | | | | Separate page for other PPS sources config
* | Correct some issues on statusErmal2014-02-191-8/+17
| |
* | Merge pull request #931 from nagyrobi/patch-5Ermal Luçi2014-02-191-0/+572
|\ \ | | | | | | Create services_ntpd_gps.php
| * | Create services_ntpd_gps.phpnagyrobi2014-02-181-0/+572
| |/ | | | | Separate page to set GPS receiver pps sync
* | Another fix even for XHTML compliance and proper selectionErmal2014-02-191-1/+1
| |
* | Fix some obvious problems in the codeErmal2014-02-191-6/+10
| |
* | Merge pull request #930 from nagyrobi/patch-4Ermal Luçi2014-02-191-50/+299
|\ \ | | | | | | Update services_ntpd.php
| * | Update services_ntpd.phpnagyrobi2014-02-181-50/+299
| |/ | | | | Extended options for NTPd
* | Merge pull request #947 from stilez/patch-2Ermal Luçi2014-02-191-3/+3
|\ \ | | | | | | Filter log - ensure IPv6 AJAX resolve works too
| * | Filter log - ensure IPv6 AJAX resolve works too stilez2014-02-191-2/+2
| | | | | | | | | Using str_replace(array('.', ':') as asked
| * | Filter log - ensure IPv6 works toostilez2014-02-191-3/+3
| | |
* | | Remove old webguiport codePhil Davis2014-02-191-5/+0
|/ / | | | | webguiport is managed in system_advanced_admin.php these days, not here in system.php. This validation is never executed, so might a well clean up old unused code.
* | Merge pull request #945 from phildd/masterRenato Botelho2014-02-192-6/+8
|\ \ | | | | | | Enhance interface gateway data entry descriptions
| * | Enhance interface gateway data entry descriptionsPhillip Davis2014-02-191-4/+6
| | |
OpenPOWER on IntegriCloud