summaryrefslogtreecommitdiffstats
path: root/usr/local
Commit message (Collapse)AuthorAgeFilesLines
* Add additional dyndns hosts to widgetbcyrill2013-02-131-2/+2
| | | In 2.1 support for HE.net Tunnelbroker, SelfHost, Route 53 and Custom entries has been added.
* Properly configure allowed hostnamesErmal2013-02-131-2/+4
|
* Remove interfaces that have been unselected from CP config properlyErmal2013-02-131-1/+11
|
* Call rc.firmware for propper platform during manual upgradeErmal2013-02-131-26/+28
|
* mwexec_bg() already uses nohupErmal2013-02-131-1/+1
|
* Correct filename for dyndns widget cached ipPhil Davis2013-02-131-1/+1
|
* Deal correct with /32 subnet mask for ipv6 addresses. If fixes #2451Renato Botelho2013-02-132-5/+18
|
* Fix indent and whitespacesRenato Botelho2013-02-131-250/+247
|
* Make a Dynamic DNS status widget available for use on the Status Dashboard ↵Stanley P. Miller2013-02-132-0/+129
| | | | page. See forum toipic: http://forum.pfsense.org/index.php/topic,58278.msg312146.html#msg312146 for the discussion on this.
* Fix page name. Fixes #2813jim-p2013-02-121-1/+1
|
* Merge pull request #409 from miken32/nas-identifierErmal Luçi2013-02-121-2/+5
|\ | | | | add input validation for NAS-Identifier
| * add input validation for NAS-IdentifierMichael Newton2013-02-121-2/+5
| |
* | Declare $config as global before interactive PHP shell command evaluation. ↵jim-p2013-02-121-0/+1
| | | | | | | | Fixes #808
* | Remove RIP from menuRenato Botelho2013-02-121-1/+0
| |
* | Preselect interface subnet mask for carp interfacesRenato Botelho2013-02-121-1/+14
| |
* | Remove RIP since it's a package again. See ticket #648Renato Botelho2013-02-123-254/+0
| |
* | Ticket #1629 Another round of fixes related to state clearingErmal2013-02-121-0/+1
| |
* | Fix indent and whitespacesRenato Botelho2013-02-122-43/+43
| |
* | Check if file exists before try to read it. Fixes #2764Renato Botelho2013-02-121-0/+4
| |
* | Fix indent and whitespacesRenato Botelho2013-02-121-37/+37
| |
* | Merge pull request #406 from miken32/nas-identifierErmal Luçi2013-02-121-57/+55
|\ \ | |/ | | Support for custom NAS-Identifier
| * properly separate accounting options from general RADIUS optionsMichael Newton2013-02-111-53/+45
| | | | | | | | cleanup whitespace
| * allow entry of custom NAS IDMichael Newton2013-02-111-4/+10
| |
* | Merge pull request #408 from mdima/masterErmal Luçi2013-02-121-1/+12
|\ \ | | | | | | Status Queue page: Fixes the bytes/bits unit in the page.
| * | Status Queue page: Fixes the bytes/bits unit in the page.Michele Di Maria2013-02-121-2/+15
| | |
* | | Make sure ntpd creates ntpd.pid file at bootupJean Cyr2013-02-111-1/+1
| | |
* | | Check interfaces and VIP IP address overlapRenato Botelho2013-02-112-16/+12
| | | | | | | | | | | | | | | | | | | | | | | | - Check if interface IP overlaps other interfaces or localip from mpd based services - Check if VIPs IP overlaps interfaces or other VIPs address It fixes #1723
* | | Use the actual openvpn restart routine when starting/stopping from services ↵jim-p2013-02-111-7/+4
| |/ |/| | | | | rather than killing/restarting manually.
* | Try to use standard interface to find the source for connecting a tunnel. ↵Ermal2013-02-111-15/+11
| | | | | | | | Also if a ping host is defined for the configuration used that for remoteid since its known to be reachble
* | Properly generate all address data based on configuration selectedErmal2013-02-111-6/+6
| |
* | Apparently some systems don't like pulling this in globally, but it should ↵jim-p2013-02-102-2/+2
| | | | | | | | work if defined locally like the other similar lists.
* | Merge pull request #403 from bcyrill/patch-20Jim P2013-02-101-5/+6
|\ \ | | | | | | Update usr/local/www/system_crlmanager.php
| * | Update usr/local/www/system_crlmanager.phpbcyrill2013-02-101-5/+6
| | | | | | | | | Cleanup HTML
* | | Merge pull request #402 from bcyrill/patch-19Jim P2013-02-101-5/+6
|\ \ \ | |/ / |/| | Update usr/local/www/system_certmanager.php
| * | Update usr/local/www/system_certmanager.phpbcyrill2013-02-101-5/+6
| | | | | | | | | Cleanup HTML
* | | Update usr/local/www/system_camanager.phpbcyrill2013-02-101-8/+10
|/ / | | | | Cleanup HTML
* | Validate interface IP explicitly as v4 or v6Phil Davis2013-02-101-10/+9
| | | | | | | | The IP Address fields on the Interfaces Edit page were just using is_ipaddr to validate them. I could put an IPv4 address in as the IPv6 static IP and it took it and saved it, then got my system in a knot! It even adjusted the subnet bits dropdown when I typed a valid IPv4 address format in the IPv6 filed. And IPv6 addresses could be put in IPv4 fields also.
* | Display Gateway Widget column headings only oncePhil Davis2013-02-101-8/+17
| | | | | | The Gateway Widget format was changed recently to allow display of a long IPv6 address. It has made the widget take a lot more screen space when there are a few gateways. This change saves some space - what do people think?
* | Make sure the directory existsErmal2013-02-101-1/+3
| |
* | Add some newlines to this one too.jim-p2013-02-091-2/+2
| |
* | Unbreak firewall rule interface drop-down selection. Fixes #2805jim-p2013-02-091-3/+3
| |
* | Set family here to avoid any ambiguityErmal2013-02-091-0/+1
| |
* | Merge pull request #395 from N0YB/PowerD_AC_BAT_ModesJim P2013-02-081-11/+23
|\ \ | | | | | | System: Advanced: Miscellaneous: PowerD
| * | System: Advanced: Miscellaneous: PowerDN0YB2013-02-081-11/+23
| | | | | | | | | | | | Add the on battery mode option settings.
* | | Merge pull request #394 from bcyrill/patch-15Jim P2013-02-081-12/+13
|\ \ \ | | | | | | | | Update usr/local/www/system_certmanager.php
| * | | Update usr/local/www/system_certmanager.phpbcyrill2013-02-091-12/+13
| | | | | | | | | | | | Add space between option's value and selected attributes. Get rid of some stray closing td tags. That's it for now.
* | | | Update usr/local/www/system_camanager.phpbcyrill2013-02-091-4/+4
|/ / / | | | | | | Properly close the anchor tag and fix ampersand.
* | | Update usr/local/www/system_certmanager.phpbcyrill2013-02-091-1/+1
|/ / | | | | Add $userid check
* | Add a line break to move this text to the next line. It was stuck after ↵jim-p2013-02-071-1/+1
| | | | | | | | another field and easy to miss.
* | Fix quoting.jim-p2013-02-071-1/+1
| |
OpenPOWER on IntegriCloud