summaryrefslogtreecommitdiffstats
path: root/etc
Commit message (Collapse)AuthorAgeFilesLines
* 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
| | | | interface IP before starting openvpn, otherwise the process cannot start. Ticket #2712
* Better test if we're running at the cli or in lighty. Also suppress output ↵jim-p2013-01-151-2/+2
| | | | for the session start if it fails.
* Something in the LDAP libraries has changed and it no longer likes spaces in ↵jim-p2013-01-141-5/+5
| | | | the CA filename. Use the refid for the CA filename since it will always be unqiue, and it will never contain any spaces, unlike authname or the CA's descr.
* Put syslogd into secure mode so no remote log messages are accepted. Sending ↵jim-p2013-01-101-2/+2
| | | | to a remote syslog server still works with this option.
* Update etc/inc/voucher.incbcyrill2013-01-101-1/+1
| | | | Apply to branch 2.0 as well. Fix array initialization as noted by 'elratt0r' in http://forum.pfsense.org/index.php/topic,49799.0.html
* Interface assignment wrongly changing:Renato Botelho2013-01-071-1/+1
| | | | | | | | When WAN is set to PPPoE and user set other interfaces IP address using console, it wrongly change the interface assignment to use the same device of wan. It was caused by a hard coded "wan" on console_get_interface_from_ppp() call, when it should use $interface instead. It should fix #2074
* Make option 11 kill php and lighty like it does on HEADjim-p2013-01-071-1/+1
|
* Since php_sapi_name() is useless in pfSense test if argc has been registered ↵Ermal2013-01-051-4/+11
| | | | or not to avoid warnings on bootup
* Sync rc.php_init_setup with masterErmal2013-01-051-14/+7
|
* Add to obsolete files as wellErmal2013-01-051-0/+3
|
* 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 ↵Ermal2013-01-041-3/+9
| | | | use same path for system webGUI and CP webGUI of the php unix socket. This will cause the later started one, usually CP to exit when it attempts to bind/listen on the same path as previous process! Strange this has not been an issue beforegit diff!
* Use proper var here for calculationErmal2013-01-041-1/+1
|
* Remove to parameters from system_generate_lighty_config that are unused and ↵Ermal2013-01-042-23/+13
| | | | do a better job at tuning started php processes to not use less/more than needed. This also avoids DoS the system with php processes
* Always use fastcgi since the requirement is the same anyhowErmal2013-01-041-16/+4
|
* Obsolete /etc/inc/cmd_chain.incErmal2013-01-041-0/+1
|
* GC cmd_chain.inc it never found uses since pfSense module got used more. ↵Ermal2013-01-042-179/+21
| | | | Also fix the problem with pfsync on bootup waiting 30 seconds since cmd chain was executed after and pfsync was never brought up to compleete the sync.
* Add exec_raw.php to obsolete files.Ermal2013-01-041-0/+1
|
* Remove preload.php even here now that is possible to avoid issues during ↵Ermal2013-01-041-6/+0
| | | | startup of lighty
* Always commit the session fast to allow other consumers to proceed to their ↵Ermal2013-01-043-16/+11
| | | | requests. This unbreaks now the lock up the GUI had allowing only one action from same source per time. Now even if you run a command that blocks indefinitely for example the GUI want lock anymore but allow you to proceed to other actions. Manual cherry-pick of 4111fcf5307829b19b95fbb499addddff46264af
* Welcoming in 2013Chris Buechler2013-01-031-1/+1
|
* Fix out packet count reportingPhil Davis2013-01-031-1/+1
| | | | This is a little tiny fix, for the similar issue that was fixed in 2.1 a month ago (the 2.1 fix had a mix of v4 and v6 packet counting fixUPS). The 2.0 IPv4-only code just had this 1 little error. The 2.1 commit was at https://github.com/bsdperimeter/pfsense/commit/4bdfa5dde01c9fe7f84db252ed654d326b8b30f2
* 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/gettytab
| * Minimise rewriting of /etc/gettytabPhil Davis2013-01-031-4/+38
| | | | | | | | | | | | See forum http://forum.pfsense.org/index.php/topic,57325.0.html Avoid possible problems with having a partial /etc/gettytab file by not rewriting it at every boot. This version is for RELENG_2_0 branch. Tested on Alix nanobsd system running 2.0.2
* | 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 ↵Ermal2013-01-021-58/+15
| | | | not readble by anything
* Make sure a device actually exists before trying to act on it. Fixes #2739jim-p2012-12-311-0/+3
|
* Also consider 0.0.0.0/0 here since it fails both these tests but is still a ↵RELENG_2_0_2jim-p2012-12-071-1/+1
| | | | valid/special config.
* Fix special build_commit tag that was broken from previous change to how it ↵Erik Fonnesbeck2012-11-201-1/+1
| | | | | | read the file with the commit ID. Backport of c578fb0fc6e768739013df8d7aa19f2616272f18
* Fixup kernel detection during upgrade process to ensure someone can't end up ↵jim-p2012-11-201-12/+4
| | | | with a kernel that doesn't exist any more.
* No need to do this here - we have a System > Advanced option that already ↵jim-p2012-11-201-2/+2
| | | | | | controls this. Revert "Do not allow autocomplete of the password field to avoid security issues:" This reverts commit 6a68440b8a4fec4b6a5689553e27519e540f2643.
* 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 ↵jim-p2012-11-022-2/+25
| | | | | | | | | duplicating code or missing functions. (Fixes forced themes using the wrong theme for login screen) Conflicts: etc/inc/util.inc usr/local/www/head.inc
* Fix reference to limitrulesjim-p2012-10-041-1/+1
|
* Make sure that the limits are included in the normal ruleset, otherwise pf ↵smos2012-10-021-0/+1
| | | | will use the defaults.
* 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
|
* It's time...jim-p2012-08-141-1/+1
|
* Remove extra curly to allow checking braces closure easily in vi[m]Ermal2012-08-141-1/+1
|
OpenPOWER on IntegriCloud