summaryrefslogtreecommitdiffstats
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
|
* Use full path to nohupErmal2013-02-131-1/+1
|
* Assign the output of exec to a var to avoid any issuesErmal2013-02-131-1/+2
|
* Merge pull request #414 from phil-davis/masterJim P2013-02-131-1/+1
|\ | | | | Correct filename for dyndns widget cached ip
| * 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
|
* Merge pull request #413 from stan-qaz/masterErmal Luçi2013-02-122-0/+129
|\ | | | | Dynamic DNS status widget for use on the Status Dashboard
| * 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.
* Merge pull request #412 from phil-davis/masterChris Buechler2013-02-121-4/+0
|\ | | | | Say goodbye to routed at bootup
| * Say goodbye to routed at bootupPhil Davis2013-02-131-4/+0
|/ | | | Now that routed/RIP has been removed from the base system, it generates errors trying to start it in the base system boot script. (I guess that if it is installed as a package, the package start code will bring it up at the end of the base system boot)
* Fix page name. Fixes #2813jim-p2013-02-121-1/+1
|
* Merge pull request #411 from bcyrill/patch-2Jim P2013-02-121-1/+0
|\ | | | | Remove duplicate $ipsecpinghosts variable
| * Remove redundant variablebcyrill2013-02-121-1/+0
|/
* Merge pull request #410 from bcyrill/patch-1Jim P2013-02-121-1/+1
|\ | | | | Update etc/inc/services.inc
| * Update etc/inc/services.incbcyrill2013-02-121-1/+1
| | | | | | Fix path to chmod
* | Fix these tests, they will never succeed the way we set these variables ↵jim-p2013-02-121-5/+5
|/ | | | using the old test. Fixes #1987
* Resolves #1284. Merge patch submitted a bit differentelyErmal2013-02-121-14/+14
|
* 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
* | Do the syslogd restart unconditionally. It happens on IPv4 as well as IPv6. ↵jim-p2013-02-121-6/+3
| | | | | | | | See http://forum.pfsense.org/index.php/topic,58345.0.html
* | 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-124-5/+9
| |
* | 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
| |
* | Correct value extactionErmal2013-02-121-1/+1
| |
* | Merge pull request #406 from miken32/nas-identifierErmal Luçi2013-02-123-77/+66
|\ \ | |/ | | Support for custom NAS-Identifier
| * fix typoMichael Newton2013-02-111-2/+2
| |
| * 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
| |
| * check for configured NAS ID otherwise use default hostnameMichael Newton2013-02-111-6/+11
| |
| * remove unsed getNasID functionMichael Newton2013-02-111-14/+0
| |
* | 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
| | |
* | | Merge pull request #407 from jean-m-cyr/masterChris Buechler2013-02-111-1/+1
|\ \ \ | | | | | | | | Make sure ntpd creates a pid file at bootup
| * | | Make sure ntpd creates ntpd.pid file at bootupJean Cyr2013-02-111-1/+1
|/ / /
* | | Check interfaces and VIP IP address overlapRenato Botelho2013-02-114-27/+57
| | | | | | | | | | | | | | | | | | | | | | | | - 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-112-7/+35
| |/ |/| | | | | rather than killing/restarting manually.
* | Commit missed globalErmal2013-02-111-1/+1
| |
* | Bump latest_config to 9.4 to match recent version bump in the default config.jim-p2013-02-111-1/+1
| |
* | Use the same tcpdump command here that we use from the GUI, to avoid ↵jim-p2013-02-111-1/+1
| | | | | | | | potential mismatch of info/errors.
* | Test that timeout value is bigger than 0Ermal2013-02-111-1/+1
| |
OpenPOWER on IntegriCloud