summaryrefslogtreecommitdiffstats
path: root/usr/local
Commit message (Collapse)AuthorAgeFilesLines
* Guard against javascript injection attacksScott Ullrich2008-02-221-2/+2
| | | | Ticket #1656
* fix typoChris Buechler2008-02-181-2/+2
|
* Do not destory CARP interface, simply delete it to avoid FreeBSD panics.Scott Ullrich2008-02-161-1/+1
|
* touch up textChris Buechler2008-02-162-2/+2
|
* clarify textChris Buechler2008-02-161-1/+1
|
* Close off XSS execution hole.Scott Ullrich2008-02-141-3/+8
| | | | Submitted-by: Charles Hooper
* * Add xmlrpc declarations missed in last commitScott Ullrich2008-02-141-0/+58
| | | | | * MFC exec_shell() package related function * MFC exec_php() package related function
* * Add merge_installedpackages_section_xmlrpc() call used for mergingScott Ullrich2008-02-141-0/+27
| | | | | | | | specific <installedpackages><AREANAME> sub items without replacing the entire <installedpackages> area with just this item * Adjust TinyDNS sync to use this new method to avoid replacing the entire destination <installedpackages> area which also whipes out all other installd package information.
* touch up textChris Buechler2008-02-141-1/+1
| | | | Ticket #1644
* touch up textChris Buechler2008-02-141-15/+15
| | | | Ticket #1644
* fix typoChris Buechler2008-02-121-1/+1
| | | | Ticket #1645
* Make scripts XSS input safe.Scott Ullrich2008-02-126-35/+28
| | | | Pointed-out: by hoopercharles@gmail.com
* touch up textChris Buechler2008-02-071-2/+2
| | | | Ticket #1627
* Do not show Apply button twice.Scott Ullrich2008-02-061-0/+4
|
* Correctly deterimine if /boot/loader.conf exists.Scott Ullrich2008-02-051-1/+1
|
* Prevent users from entering queue names that break the rulesetChris Buechler2008-02-031-1/+1
| | | | sort of related to Ticket #1612
* Trim long interface names to prevent broken rulesets.Chris Buechler2008-02-031-14/+14
| | | | Ticket #1612
* shorten description field to prevent creating rulesets that won't load.Chris Buechler2008-02-031-2/+3
| | | | Ticket #1619
* Lower threshold to 86. Noticed a scenario where slbd was chewing upScott Ullrich2008-01-311-1/+1
| | | | roughtly 91% of the cpu.
* Cleanup if(). Remove additional save message.Scott Ullrich2008-01-291-7/+4
|
* Use ip_in_subnet() to correctly determineif we have a matching real ipScott Ullrich2008-01-281-5/+3
| | | | address defined somewhere before allowing the CARP address to be added.
* touch up textChris Buechler2008-01-271-2/+2
| | | | Ticket #1610
* When changing the IP address, reassign all static routes.Scott Ullrich2008-01-224-2/+19
| | | | Tested-by: Gary Buckmaster via ORU
* clarify wording in tabs to appropriately reflect purpose of these pagesChris Buechler2008-01-162-5/+5
|
* Only process /boot/loader.conf if it exists avoiding aScott Ullrich2008-01-161-3/+5
| | | | somehwhat ugly looking error on cdrom boot.
* touch up textChris Buechler2008-01-121-1/+1
| | | | Ticket #1586
* touch up textChris Buechler2008-01-111-2/+2
| | | | Ticket #1578
* touch up textChris Buechler2008-01-111-1/+1
| | | | Ticket #1577
* touch up textChris Buechler2008-01-111-1/+1
| | | | Ticket #1576
* remove unnecessary grepChris Buechler2008-01-101-1/+1
| | | | Ticket #1573
* touch up textChris Buechler2008-01-083-3/+3
| | | | Ticket #1569
* touch up textChris Buechler2008-01-082-2/+2
| | | | Ticket #1569
* Do not reset every hour. Wait until the process goes out of control.Scott Ullrich2008-01-071-4/+10
|
* Reapply patches from ticket #1532Scott Ullrich2008-01-051-17/+1
|
* Use correct varSeth Mos2007-12-281-1/+1
|
* Pretent we are a little bit more secure and hide the password from folksScott Ullrich2007-12-272-2/+2
| | | | that can look over your shoulder.
* Detect vmware and embedded platforms and lower the note durationScott Ullrich2007-12-271-16/+28
| | | | automatically.
* remove forced reboot, warn user a reboot may be requiredChris Buechler2007-12-262-1/+8
| | | | Ticket #1555
* remove forced reboot, expand commentChris Buechler2007-12-261-3/+12
| | | | Ticket #1555
* fix typoChris Buechler2007-12-261-1/+1
|
* Revert broken OPT interface removal commit. This breaks configurations ↵Chris Buechler2007-12-241-1/+17
| | | | | | entirely, worse than just improperly shifting configuration items. Ticket #1532
* fix typoChris Buechler2007-12-241-1/+1
| | | | Ticket 1555
* * Only output one error message or save notice at a timeScott Ullrich2007-12-241-6/+12
| | | | | | * Correc the reboot workaround for kernel panics (CARP interface deletion) Ticket #1397
* Alert the user that the firewall must be rebooted after VLAN changesScott Ullrich2007-12-242-0/+4
| | | | Ticket #1555
* Do not corrupt output when a space is in the SSID name.Scott Ullrich2007-12-241-7/+9
| | | | Ticket #1531
* Remove ipv6 rule reminder statementScott Ullrich2007-12-241-1/+1
| | | | Ticket #1560
* The original code did a mixed work: the part in interfaces_assign.php first ↵Scott Ullrich2007-12-241-17/+1
| | | | | | renamed the interfaces, and then called cleanup_opt_interfaces_after_removal(). The latter didn't do anything at all: it never entered the loop, it didn't save the result of str_replace, it didn't save the resulting config after the processing. And if it had worked, it would have renamed the interfaces a second time as a side effect, completely messing-up the config. Ticket #1532
* Slow down the pipe even moreSeth Mos2007-12-211-1/+1
|
* remove annoying and potentially problematic forced page refresh.Chris Buechler2007-12-1719-30/+2
| | | | Ticket #1545
* change default kernel on upgrade to SMP. Virtually all installs are running ↵Chris Buechler2007-12-151-1/+1
| | | | | | the SMP kernel, defaulting to uniprocessor broke several systems. related to Ticket #1534
OpenPOWER on IntegriCloud