summaryrefslogtreecommitdiffstats
path: root/etc/inc
Commit message (Collapse)AuthorAgeFilesLines
* Allow for easier override on $g values if needed.jim-p2013-09-091-0/+5
|
* Fix #3106, parse 'not' rules right on destination for port forward + ↵Renato Botelho2013-07-251-4/+5
| | | | reflection proxy rules
* Resolves #2910. Make apinger write its status file just after starting so ↵Ermal2013-07-051-0/+2
| | | | that thing work as expected
* Unbreak Dynamic DNS updates from DHCP, ISC changed the config layout to ↵jim-p2013-05-221-4/+47
| | | | require zone declarations, and the ddns-update-style directive only works globally.
* remove auto-added allow rule for pfsyncChris Buechler2013-05-171-1/+0
|
* Fixes on HA setup:Renato Botelho2013-05-161-1/+5
| | | | | | | | - Disable pfsync when it's disabled on GUI - Remove syncpeer and back it to default multicast address when it's removed from conf Fixes #2491
* Fix isvm check to match on productWarren Baker2013-04-261-5/+6
|
* Make more strict comparison to avoid type issues when gw name only contain ↵Renato Botelho2013-04-181-2/+2
| | | | numbers. Fixes #2956
* Move status file to a ram disk to avoid possible latency issuesErmal2013-03-261-5/+5
|
* Use the process name rather to avoid the infamous file not found errorWarren Baker2013-03-081-3/+3
|
* Better check for the right bits being set.jim-p2013-02-251-2/+2
|
* Always clear the OpenVPN route when using shared key, no matter what the ↵jim-p2013-02-251-6/+13
| | | | tunnel network "CIDR" is set to, it still needs it.
* Use the actual openvpn restart routine when starting/stopping from services ↵jim-p2013-02-111-0/+31
| | | | rather than killing/restarting manually.
* Test that timeout value is bigger than 0Ermal2013-02-111-1/+1
|
* Fix fallback pool monitor selection.jim-p2013-02-081-1/+1
|
* Actually let xmlrpc construct the url internally from the passed info it is ↵Ermal2013-02-061-9/+3
| | | | doing same checks
* Correct url creation for xmlrpc. Fix lock order with voucher expire. Bring ↵Ermal2013-02-061-10/+20
| | | | from master fixes for exec_php xmlrpc code generation
* When going through the xmlrpc calls do not hold the lock since deadlock ↵Ermal2013-02-061-7/+12
| | | | might occur.
* Unlink pid file before starting a new processErmal2013-02-051-1/+4
|
* Bring in the RCFILEPREFIX as constant fixes from HEAD, since otherwise ↵jim-p2013-01-302-17/+16
| | | | rc.stop_packages was globbing in the wrong dir and executing the wrong scripts. Also seems to have fixed the "bad fd" error.
* 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, ↵Renato Botelho2013-01-211-1/+2
| | | | prevent it with this change. It should fix #1995
* 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
* 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
* 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
|
* 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.
* 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
|
* 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
* 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
* 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.
OpenPOWER on IntegriCloud