jim-p
6f165ffcdf
Something in the LDAP libraries has changed and it no longer likes spaces in 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.
2013-01-14 16:27:33 -05:00
jim-p
e550b82c03
Bold and note manifest entries that match the current architecture, and add a note cautioning against a cross-architecture upgrade.
2013-01-14 15:16:49 -05:00
jim-p
e6b741a59c
Put syslogd into secure mode so no remote log messages are accepted. Sending to a remote syslog server still works with this option.
2013-01-10 14:02:45 -05:00
jim-p
43ba395259
Show the hostname if it doesn't match
2013-01-10 13:51:43 -05:00
Jim P
78efa29451
Merge pull request #319 from bcyrill/patch-4
...
Update etc/inc/voucher.inc
2013-01-10 08:09:36 -08:00
bcyrill
9cdb8eeed9
Update etc/inc/voucher.inc
...
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
2013-01-10 17:06:46 +01:00
Warren Baker
016d152054
Stack the queue graphs. Fixes #2692
2013-01-10 14:28:35 +02:00
jim-p
f424778cf1
Update zoneinfo to 2012.j
2013-01-09 21:10:55 -05:00
Warren Baker
e817ad19f9
Make values look a little prettier and prevent a potential problem
2013-01-09 23:00:58 +02:00
Warren Baker
f0fb3d447f
In the case that no bandwidth limits are configured for queues but PRIQ is been used then rather set a default otherwise a value of 0 is used in the CDEFs for RRD
2013-01-09 20:51:33 +02:00
Renato Botelho
202699ad01
Interface assignment wrongly changing:
...
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
2013-01-07 18:09:01 -02:00
jim-p
f9a109a308
Make option 11 kill php and lighty like it does on HEAD
2013-01-07 13:10:02 -05:00
Ermal
df0207cea9
Since php_sapi_name() is useless in pfSense test if argc has been registered or not to avoid warnings on bootup
2013-01-05 17:02:27 +00:00
Ermal
9f1e3d6480
Sync rc.php_init_setup with master
2013-01-05 16:38:53 +00:00
Ermal
f2d7436a70
Add to obsolete files as well
2013-01-05 13:35:13 +00:00
Ermal
65ce97d21d
Remove diag_backup.js progress.php upload_progress.php since they are not used since long time
2013-01-05 13:34:25 +00:00
Ermal
df53d679b1
Remove upload_progress_meter references not used
2013-01-05 13:22:20 +00:00
Ermal
9ec91e36f7
Merge: Just check the file_exists let pkill decide if its a vaild file or not.
2013-01-04 22:15:03 +00:00
Ermal
d9cdb3630c
Merge improvements to filterdns daemon
2013-01-04 22:14:18 +00:00
jim-p
5034a7f563
Add this fix here too for upnp, set the bits when specifying the listening IP.
2013-01-04 12:38:56 -05:00
Ermal
5b66196d46
Remove cmd_chain.inc leftover
2013-01-04 16:26:19 +00:00
Warren Baker
d733ee9f73
This is needed since preload is now gone
2013-01-04 15:34:14 +02:00
Ermal
237c6ef22f
Get back to trim() and strip / from left/right but when redirecting properly create the redirurl var
2013-01-04 10:24:57 +00:00
Ermal
7bd926d5a4
Another fix for issues reported on 2.0.2 with php processes dying. Do not 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!
2013-01-04 09:57:01 +00:00
Ermal
e321770122
Use proper var here for calculation
2013-01-04 09:52:29 +00:00
Ermal
c21b10d499
Remove to parameters from system_generate_lighty_config that are unused and 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
2013-01-04 09:19:04 +00:00
Ermal
56ef4d26e8
Always use fastcgi since the requirement is the same anyhow
2013-01-04 09:04:25 +00:00
Ermal
0b85e97dfa
Obsolete /etc/inc/cmd_chain.inc
2013-01-04 08:51:38 +00:00
Ermal
5d128840c3
GC cmd_chain.inc it never found uses since pfSense module got used more. 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.
2013-01-04 08:51:06 +00:00
Ermal
01abfd2188
Add exec_raw.php to obsolete files.
2013-01-04 08:45:57 +00:00
Ermal
f16a2be7ca
Remove preload.php even here now that is possible to avoid issues during startup of lighty
2013-01-04 08:45:13 +00:00
Ermal
59d7657076
Always commit the session fast to allow other consumers to proceed to their 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 4111fcf530
2013-01-04 08:43:54 +00:00
Chris Buechler
fed246dfca
Welcoming in 2013
2013-01-03 22:23:20 -06:00
Jim P
18749fa5bf
Merge pull request #306 from phil-davis/RELENG_2_0
...
Fix out packet count reporting
2013-01-03 09:14:16 -08:00
Phil Davis
1d6c4cbf59
Fix out packet count reporting
...
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 4bdfa5dde0
2013-01-03 21:53:31 +05:45
jim-p
82bce0a16f
Be a little smarter about the default kernel in rare cases where we cannot determine what was in use.
2013-01-03 09:29:35 -05:00
Ermal
eef77bfe0d
Always make sure php has its own process manager to make lighty happy
2013-01-03 14:24:19 +00:00
jim-p
e83eaf36a1
Pass -S to tcpdump to avoid an increase in memory consumption over time.
2013-01-03 08:44:31 -05:00
Jim P
4a1a432b80
Merge pull request #305 from phil-davis/RELENG_2_0
...
Minimise rewriting of /etc/gettytab
2013-01-03 05:35:20 -08:00
jim-p
8bc93c1a2d
Bump this, since it seems inevitable at this point.
2013-01-03 08:20:59 -05:00
Phil Davis
d99f939353
Minimise rewriting of /etc/gettytab
...
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
2013-01-03 18:40:33 +05:45
Ermal
860978f20e
Make mod_fastcgi last to have url.rewrite work properly
2013-01-03 10:27:01 +00:00
Ermal
d3647381b0
Make is_pid_running function return more conisten results by using isvalidpid
2013-01-02 17:21:29 +00:00
Ermal
192d89317a
Enable mod_evasive if needed for CP
2013-01-02 17:14:38 +00:00
Ermal
6f0d237e75
Simpligy lighty config and send all lighty logs to syslog rather to a file not readble by anything
2013-01-02 17:03:42 +00:00
Ermal
aa32c88d3a
USe rtrim here as that it the meaning. This should unbreak the issues on 2.0.2 with CP
2013-01-02 15:38:49 +00:00
jim-p
5486c48c37
Make sure a device actually exists before trying to act on it. Fixes #2739
2012-12-31 10:41:17 -05:00
jim-p
5feadf7fca
Fix obtaining DNS servers from PPP
2012-12-21 14:39:27 -05:00
jim-p
2dd57bd95f
Also consider 0.0.0.0/0 here since it fails both these tests but is still a valid/special config.
2012-12-07 09:33:10 -05:00
jim-p
94d1cd834d
Safety belt checks to fix a PHP error that for whatever reason only appeared in Chrome.
2012-11-27 08:29:00 -05:00