summaryrefslogtreecommitdiffstats
path: root/usr/local/www
Commit message (Collapse)AuthorAgeFilesLines
* Provide a way to disable the pkg info linkjim-p2012-06-072-0/+8
|
* Rather than doig a string search do a proper matching of selected ↵Ermal2012-05-301-3/+4
| | | | interfaces. Fixes #2378
* Clarify comment. Fixes #2270Ermal2012-05-301-1/+1
|
* Fix copy/paste-ojim-p2012-05-301-2/+2
|
* Fix input validation and import test.jim-p2012-05-301-9/+6
|
* Switch to ntpd from ports, add Services > NTP to select interfaces for ↵jim-p2012-05-303-4/+137
| | | | | | | | | binding. Respect old ntp settings in the process. Conflicts: etc/inc/system.inc usr/local/www/fbegin.inc
* Add a knob to tune the maximum number of tables that can be defined, the pf ↵jim-p2012-05-291-0/+21
| | | | default of 1000 is too low for systems with >500 aliases.
* Add missing div tagjim-p2012-05-281-0/+1
|
* List logged-in IPsec xauth users and provide a mechanism to disconnect them. ↵jim-p2012-05-252-87/+157
| | | | | | | | Implements #1986 Conflicts: usr/local/www/diag_ipsec.php
* Switch to a common function to determine anti-lockout ports, and fix a bug ↵jim-p2012-05-251-12/+2
| | | | that was getting the ports wrong with custom https+redirect on.
* Don't skip "lan" as a possible WAN for shaper, since someone could have ↵jim-p2012-05-231-2/+0
| | | | renamed/repurposed it. Someone may shoot themselves in the foot if they pick it accidentally, but otherwise some valid configs may be prevented accidentally.
* Include movable code to reorder list,save button, domtt title messages, also ↵Marcello Coutinho2012-05-181-22/+139
| | | | | | | | | | | base64 decode option, description and custom text to checkbox fields. New options need xml config to be included on package xml files, so no changes to packages that do not use these functions. I've sucessfully testes with imspector-dev, dansguardian and varnish code. Related post on forum with screenshots and full code http://forum.pfsense.org/index.php/topic,49322.msg262903.html#msg262903
* Fixup halt and reboot to catch the output from the shutdown process properly.jim-p2012-05-162-45/+34
|
* Use a text description instead of a code.jim-p2012-05-151-17/+31
|
* Add NTP status page using ntpq.jim-p2012-05-151-0/+155
|
* With FreeBSD's ntpd, the current options are irrelevant, but we can have a ↵jim-p2012-05-151-2/+1
| | | | | | | | nice status page Conflicts: usr/local/www/fbegin.inc
* Fix ntp name here toojim-p2012-05-151-1/+1
| | | | | | Conflicts: etc/inc/priv.defs.inc
* s/OpenNTPD/NTP/ for log pages and menu entry, to save space (and make it ↵jim-p2012-05-1515-19/+19
| | | | | | | | | | | | | | | | | | | | | | | | easier if we switch) Conflicts: usr/local/www/diag_logs.php usr/local/www/diag_logs_auth.php usr/local/www/diag_logs_dhcp.php usr/local/www/diag_logs_filter.php usr/local/www/diag_logs_filter_summary.php usr/local/www/diag_logs_gateways.php usr/local/www/diag_logs_ipsec.php usr/local/www/diag_logs_ntpd.php usr/local/www/diag_logs_openvpn.php usr/local/www/diag_logs_ppp.php usr/local/www/diag_logs_relayd.php usr/local/www/diag_logs_resolver.php usr/local/www/diag_logs_routing.php usr/local/www/diag_logs_settings.php usr/local/www/diag_logs_vpn.php usr/local/www/diag_logs_wireless.php usr/local/www/fbegin.inc
* Fix redirect when saving settings in the widget, it was landing on the ↵jim-p2012-05-141-0/+1
| | | | widget page instead of returning to the dashboard.
* Add _ to the list of are allowed charactersWarren Baker2012-05-101-1/+1
|
* fix typoChris Buechler2012-05-091-1/+1
|
* Revert "Make vips vhid be unique per parent interface!" - per cmb, this ↵jim-p2012-05-085-22/+38
| | | | | | | | | | | | should not have been on RELENG_2_0 see ticket #2415 This reverts commit 4d0c032c528b10221a2ef894b5eca34f6fda39a7. Conflicts: etc/inc/openvpn.inc etc/inc/upgrade_config.inc etc/rc.filter_synchronize
* $realif only exists on apply, which this code path would never touch. Change ↵jim-p2012-05-081-1/+1
| | | | to use the configured interface instead. Fixes #2212
* Fix missing description in rowhelper.Marcello Coutinho2012-05-071-0/+1
|
* When the "OpenVPN" users type was commented out of the drop-down, this ↵jim-p2012-05-021-4/+4
| | | | function wasn't adjusted so it was off by one in its counts, making the URL table update frequency box disabled.
* Fix display of widgets with configuration controls in IE. From Gertjan on ↵jim-p2012-04-301-3/+4
| | | | the forum. See http://forum.pfsense.org/index.php/topic,42977.0.html
* Fix preservation of the selection of interfaces on input errors for floating ↵Erik Fonnesbeck2012-04-271-0/+2
| | | | rules.
* When renaming a user, make sure to remove the previous user or it gets left ↵jim-p2012-04-111-1/+3
| | | | in /etc/passwd.
* Add alias support to static routes (needs some testing) Ticket #2239jim-p2012-04-101-23/+73
|
* Merge pull request #77 from Whizkidzz/RELENG_2_0Scott Ullrich2012-04-062-11/+43
|\ | | | | Releng 2 0
| * Added "interface_selection" type to enable interface selection in tinydns serverwhizkidzz2012-04-062-11/+43
| | | | | | | | | | This is usefull in multiwan setup and to check if a server behind pfsense is still running. So that tinydns can change the corresponding records
* | Make vips vhid be unique per parent interface!Ermal2012-04-055-38/+22
|/
* Fix pattern upload, button text check was incorrect.jim-p2012-03-201-1/+1
|
* Update help text for Host alaises to indicate FQDNs are allowed.jim-p2012-03-151-1/+1
|
* Fix for this: http://redmine.pfsense.org/issues/2037Michele Di Maria2012-03-014-8/+8
| | | | | Just changed some padding/margin in the CSS in order to avoid wrapping the menu. Tested with Firefox 8, Chrome 15.0.874.121 and IE 9.
* Show lagg protocol and member interfaces on Status > Interfaces. Implements ↵jim-p2012-02-281-0/+16
| | | | #2242
* Carry over the key length on input errors when creating a certificate ↵Erik Fonnesbeck2012-02-231-0/+2
| | | | signing request. Ticket #2233
* Change case of "NOTE" for consistency with the pages for the other tabs.Erik Fonnesbeck2012-02-231-1/+1
|
* ARP table is singularChris Buechler2012-02-211-1/+1
|
* Add button to download a .p12 of a cert+key. Implements #2147jim-p2012-02-141-0/+25
|
* Reject an interface without a subnet as a network source in the IPsec Phase ↵jim-p2012-02-141-0/+10
| | | | 2 GUI. Fixes ticket #2201
* Change to embed to prevent IE9 from misbehaving. Ticket #2165Erik Fonnesbeck2012-02-101-4/+1
|
* Unset previously set voucher sync informationErmal2012-02-061-0/+4
|
* Don't use $pconfig in widgets, it has unintended side effects.jim-p2012-02-022-5/+5
|
* Change SNMP binding option to work on any eligible interface/VIP. Fixes #2158jim-p2012-02-011-14/+28
|
* Fix ssh key note to refer to DSA not just RSA since both work.jim-p2012-01-131-1/+1
|
* Check userid better here, 0 is also validjim-p2012-01-061-1/+1
|
* Fix permission and certificate display for the admin userjim-p2012-01-061-1/+1
|
* Cleanup html, make tables sortable, implements #2040jim-p2012-01-061-44/+47
|
* Clarify the potential pitfalls when setting the Frequency Probe and Down ↵jim-p2011-12-291-14/+28
| | | | parameters.
OpenPOWER on IntegriCloud