summaryrefslogtreecommitdiffstats
path: root/etc/inc
Commit message (Expand)AuthorAgeFilesLines
* No need for escaping here since this is php internal functionsErmal2013-01-261-7/+6
* Enable cgi for the webgui since some ports like lightsquid need itErmal2013-01-211-1/+5
* Previous attempt to fix #1995 allow to set more than one default queues, prev...Renato Botelho2013-01-211-1/+2
* Allow to edit default queue. Should fix #1995Renato Botelho2013-01-171-1/+1
* Use functions to reduce code duplication; Add function to clear route to the ...jim-p2013-01-151-6/+28
* Better test if we're running at the cli or in lighty. Also suppress output fo...jim-p2013-01-151-2/+2
* Something in the LDAP libraries has changed and it no longer likes spaces in ...jim-p2013-01-141-5/+5
* Put syslogd into secure mode so no remote log messages are accepted. Sending ...jim-p2013-01-101-2/+2
* Update etc/inc/voucher.incbcyrill2013-01-101-1/+1
* Since php_sapi_name() is useless in pfSense test if argc has been registered ...Ermal2013-01-051-4/+11
* Merge: Just check the file_exists let pkill decide if its a vaild file or not.Ermal2013-01-041-1/+1
* Merge improvements to filterdns daemonErmal2013-01-043-15/+22
* Remove cmd_chain.inc leftoverErmal2013-01-041-10/+0
* Another fix for issues reported on 2.0.2 with php processes dying. Do not use...Ermal2013-01-041-3/+9
* Use proper var here for calculationErmal2013-01-041-1/+1
* Remove to parameters from system_generate_lighty_config that are unused and d...Ermal2013-01-042-23/+13
* Always use fastcgi since the requirement is the same anyhowErmal2013-01-041-16/+4
* GC cmd_chain.inc it never found uses since pfSense module got used more. Also...Ermal2013-01-042-179/+21
* Remove preload.php even here now that is possible to avoid issues during star...Ermal2013-01-041-6/+0
* Always commit the session fast to allow other consumers to proceed to their r...Ermal2013-01-043-16/+11
* Welcoming in 2013Chris Buechler2013-01-031-1/+1
* Fix out packet count reportingPhil Davis2013-01-031-1/+1
* 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
* Minimise rewriting of /etc/gettytabPhil Davis2013-01-031-4/+38
* 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
* 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
* No need to do this here - we have a System > Advanced option that already con...jim-p2012-11-201-2/+2
* 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
* Make a function to get the current theme and use it everywhere rather than du...jim-p2012-11-022-2/+25
* Fix reference to limitrulesjim-p2012-10-041-1/+1
* Make sure that the limits are included in the normal ruleset, otherwise pf wi...smos2012-10-021-0/+1
* Don't die silently if the time is too far off. Fix from: dhatzjim-p2012-10-021-0/+1
* Simplify schedules code and some styly nitsErmal2012-08-301-33/+13
* Be consistent on formatting to easy readingErmal2012-08-291-18/+21
* Restructure these IP/subnet tests so they don't break transport modejim-p2012-08-271-5/+4
* Remove extra curly to allow checking braces closure easily in vi[m]Ermal2012-08-141-1/+1
* Ensure this gets a set default value or things can breakjim-p2012-08-011-0/+3
* Silence tar command to not garble consoleErmal2012-08-011-4/+4
* Try to keep existing files rather than unlinking/replacing when restoring the...jim-p2012-07-311-2/+2
* Supress the error message if the ldap bind doesnt happenWarren Baker2012-07-271-1/+1
* 99./8 is not private IP spaceChris Buechler2012-07-261-1/+0
* Expand cipher list and remove a cipher that Safari on iOS does not like after...jim-p2012-07-181-1/+1
* Make sure one_pass i selected when CP is activeErmal2012-07-041-0/+2
* OpenVPN _servers_ can start on carp vips, just not _clients_.jim-p2012-06-291-2/+2
* Add missing globalWarren Baker2012-06-221-1/+1
OpenPOWER on IntegriCloud