summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Always commit the session fast to allow other consumers to proceed to their r...Ermal2013-01-047-17/+25
* Welcoming in 2013Chris Buechler2013-01-031-1/+1
* Merge pull request #306 from phil-davis/RELENG_2_0Jim P2013-01-031-1/+1
|\
| * Fix out packet count reportingPhil Davis2013-01-031-1/+1
|/
* Be a little smarter about the default kernel in rare cases where we cannot de...jim-p2013-01-031-1/+5
* Always make sure php has its own process manager to make lighty happyErmal2013-01-031-2/+2
* Pass -S to tcpdump to avoid an increase in memory consumption over time.jim-p2013-01-031-2/+2
* Merge pull request #305 from phil-davis/RELENG_2_0Jim P2013-01-031-4/+38
|\
| * Minimise rewriting of /etc/gettytabPhil Davis2013-01-031-4/+38
* | Bump this, since it seems inevitable at this point.jim-p2013-01-031-1/+1
|/
* Make mod_fastcgi last to have url.rewrite work properlyErmal2013-01-031-2/+2
* Make is_pid_running function return more conisten results by using isvalidpidErmal2013-01-021-3/+1
* Enable mod_evasive if needed for CPErmal2013-01-021-2/+3
* Simpligy lighty config and send all lighty logs to syslog rather to a file no...Ermal2013-01-021-58/+15
* USe rtrim here as that it the meaning. This should unbreak the issues on 2.0....Ermal2013-01-021-1/+1
* Make sure a device actually exists before trying to act on it. Fixes #2739jim-p2012-12-311-0/+3
* Fix obtaining DNS servers from PPPjim-p2012-12-211-10/+11
* Also consider 0.0.0.0/0 here since it fails both these tests but is still a v...RELENG_2_0_2jim-p2012-12-071-1/+1
* Safety belt checks to fix a PHP error that for whatever reason only appeared ...jim-p2012-11-271-2/+2
* remove non-applicable textChris Buechler2012-11-211-1/+0
* Fix special build_commit tag that was broken from previous change to how it r...Erik Fonnesbeck2012-11-201-1/+1
* Fixup kernel detection during upgrade process to ensure someone can't end up ...jim-p2012-11-203-51/+87
* Resolves #2294. Base64 encode the file when sending to the browser same way i...Ermal2012-11-201-1/+3
* Only apply this port check for TCP and UDP.jim-p2012-11-201-1/+1
* No need to do this here - we have a System > Advanced option that already con...jim-p2012-11-201-2/+2
* Allow only post action and not get to avoid security problemsErmal2012-11-201-15/+12
* Remoev exec_raw.php since its a dangerous pageErmal2012-11-201-53/+0
* Do not process ip options by default this is 2012Ermal2012-11-201-1/+2
* Do not allow autocomplete of the password field to avoid security issues:Ermal2012-11-201-2/+2
* To allow limiters to work correctly on mutliwan for now enforce selecting a g...Ermal2012-11-161-0/+2
* Merge pull request #252 from ogunacik/RELENG_2_0Ermal Luçi2012-11-161-35/+36
|\
| * it was giving error at firebugogun acik2012-11-161-35/+36
|/
* Re-add WOL to the services menu, it apparently disappeared in an earlier commit.jim-p2012-11-141-0/+1
* Merge pull request #249 from thomasnoel/RELENG_2_0Jim P2012-11-122-2/+5
|\
| * fix last commit (#2679)Thomas NOEL2012-11-121-1/+1
| * Resolves #2679. Correct behaviour when port is null to avoid warnings on erro...Ermal2012-11-121-0/+2
| * Resolves #2678. Merge patch suggedted to stop warnings on PHP_errors.logErmal2012-11-121-2/+3
|/
* Use a random exponent for the RSA generation of keys. Its is questionable if ...Ermal2012-11-061-1/+17
* Merge pull request #245 from ogunacik/RELENG_2_0Jim P2012-11-053-5/+5
|\
| * fixed pathsogun acik2012-11-053-5/+5
|/
* Make a function to get the current theme and use it everywhere rather than du...jim-p2012-11-025-41/+28
* Encode the interface parameter before using it in a redirectjim-p2012-10-311-1/+1
* Encode the if parameter before using it in redirects, too.jim-p2012-10-311-4/+4
* Encode the if parameter before using it in htmljim-p2012-10-311-3/+3
* Escape parameters better when managing tables. Fix test to allow deleting sub...jim-p2012-10-311-6/+6
* Remove debug outputjim-p2012-10-311-1/+0
* Set the CSRF Magic timeout to the same as the session timeout, so that if a u...jim-p2012-10-311-0/+3
* Update CSRF Magicjim-p2012-10-312-9/+12
* Eliminate system calls here, use PHP instead.jim-p2012-10-041-2/+2
* Sanitize some variablesjim-p2012-10-041-8/+9
OpenPOWER on IntegriCloud