summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* Adding rc.restore_full_backup. Sync create backup with HEADRELENG_1_2Scott Ullrich2010-12-312-1/+16
|
* Revert "Do not output pgtitle twice. Make page more html friendly."Scott Ullrich2010-11-301-9/+10
| | | | This reverts commit 38f16bf27c1ce12e22e8783bea62f6c12bece4b0.
* Do not output pgtitle twice. Make page more html friendly.Scott Ullrich2010-11-301-10/+9
|
* Do not output blank pkg nameScott Ullrich2010-11-301-2/+2
|
* correct text to properly describe reject, this references old, wrong behaviorChris Buechler2010-09-151-1/+1
|
* Ensure count is valid. Submitted-by: Josh LittleScott Ullrich2010-09-101-0/+2
|
* keep src-nodes the same as states, as it is by default. in some ↵Scott Ullrich2010-09-021-0/+1
| | | | circumstances this can limit per-host connections
* Broadcast when a firmware upgrade is completedScott Ullrich2010-07-301-0/+7
|
* Correctly check dyndns hosts on 1.2.3 dns rebinding checksScott Ullrich2010-07-301-4/+3
|
* Ensure /var/log/apinger.log exists to avoid errors such as: Starting ↵Scott Ullrich2010-07-201-0/+2
| | | | syslog...May 3 13:09:50 syslogd: /var/log/apinger.log: No such file or directory
* Adding DNS Rebinding prevention codeScott Ullrich2010-07-193-234/+279
|
* Adding build_port_pathScott Ullrich2010-07-181-2/+2
|
* Pass name instead of config_file for start_serviceScott Ullrich2010-07-161-1/+1
|
* use product_nameChris Buechler2010-07-091-1/+4
|
* Revert "Do not allow dns rebinding"Chris Buechler2010-07-061-1/+1
| | | | This reverts commit 1faff2dbed913aa7774ca9104ca30e0df18f3370.
* Revert "Adding --rebind-localhost-ok Suggested-by: BillM"Chris Buechler2010-07-061-1/+1
| | | | This reverts commit 73a1b391182316eee630e53ba83f9f3b3b9672c2.
* Revert "DNS Rebinding support from 2.0"Chris Buechler2010-07-061-8/+0
| | | | This reverts commit 8bc95b43baf4bb2e77c7e88043a036945f6fcaa0.
* Revert "^ Potential"Chris Buechler2010-07-061-1/+1
| | | | This reverts commit 9e00e1bddd9efaa11a55871941cd7a02a4a52975.
* Revert from RELENG_1_2 "Do not include --rebind-localhost-ok it appears to ↵Chris Buechler2010-07-061-2/+1
| | | | | | not be in our version. Will re-add it once the binary is in place" This reverts commit 5bbf3df1907fc189f5754cceac36fef24f64b4e4.
* Do not include --rebind-localhost-ok it appears to not be in our version. ↵Scott Ullrich2010-07-011-1/+2
| | | | Will re-add it once the binary is in place
* fix backup/restore with alternate xmlrootobjChris Buechler2010-07-011-2/+2
|
* add disablethemeselectionChris Buechler2010-07-011-0/+1
|
* ^ PotentialScott Ullrich2010-07-011-1/+1
|
* DNS Rebinding support from 2.0Scott Ullrich2010-07-011-0/+8
|
* Adding --rebind-localhost-ok Suggested-by: BillMScott Ullrich2010-07-011-1/+1
|
* Do not allow dns rebindingScott Ullrich2010-07-011-1/+1
|
* remove this check here too, though it doesn't do anything as it's checking ↵Chris Buechler2010-04-241-10/+0
| | | | against non-existent ipaddr
* Add iPad supportScott Ullrich2010-04-032-2/+2
|
* Unbreak ACBScott Ullrich2010-03-231-0/+5
|
* Include DHCP hostname. Ticket #427Scott Ullrich2010-03-161-0/+3
|
* Set net.inet.icmp.icmplim=0Scott Ullrich2010-03-161-1/+1
| | | | Ticket #20
* Allow overriding latencylow, latencyhigh, losslow and losshigh by seting ↵Scott Ullrich2010-03-101-4/+8
| | | | config['gateways']['settings'] which is also available in 2.0
* Ensure we prompt for services changed after editing a domain forward entryScott Ullrich2010-03-101-0/+1
|
* work around perms issue with filter reloads, and issue where filter reloads ↵Chris Buechler2010-02-271-3/+3
| | | | before apinger status is marked as down
* Note full directoryScott Ullrich2010-02-141-1/+1
|
* Minor formattingScott Ullrich2010-02-141-1/+2
|
* Use U for unlinkScott Ullrich2010-02-141-1/+1
|
* Add var/empty to excludes listScott Ullrich2010-02-141-0/+1
|
* Add var/empty to excludes listScott Ullrich2010-02-141-1/+1
|
* Add var/empty to excludes listScott Ullrich2010-02-141-1/+7
|
* Adding backup script that can be run before upgrading which backs up ↵Scott Ullrich2010-02-141-0/+8
| | | | everything including config.xml. Script gives instructions on how to restore a specific file as well.
* add ability to disable theme selectionChris Buechler2010-02-041-1/+5
|
* Merge branch 'RELENG_1_2' of http://gitweb.pfsense.org/pfsense/mainline into ↵Chris Buechler2010-02-045-55/+61
|\ | | | | | | RELENG_1_2
| * Handle faultCode()Scott Ullrich2010-01-111-0/+5
| |
| * Check for is_array()Scott Ullrich2010-01-091-1/+1
| |
| * Report auth errors correctly during xmlrpc syncScott Ullrich2010-01-091-0/+6
| |
| * Return 'Authentication failed' instead of a non standard type which results ↵Scott Ullrich2010-01-091-1/+1
| | | | | | | | in kindOf() errors.
| * Boos max_procsScott Ullrich2010-01-021-5/+5
| |
| * Add ignorefirmwarelock variable that can be used by some ajax callersScott Ullrich2010-01-021-6/+9
| |
| * When exec_php is called detect i the variable toreturn is present and if so ↵Scott Ullrich2009-12-301-2/+5
| | | | | | | | forumulate it into a xmlresponse in order to return structured data.
OpenPOWER on IntegriCloud