Commit Graph

9327 Commits

Author SHA1 Message Date
Chris Buechler
ae26b02e74 send lighttpd a KILL in restart_webgui, once I've seen the former way result in a never ending stream of .... never killing it, and others have reported the same. a killall -9 sufficed in those instances to kill it, so this should resolve. 2011-06-27 04:00:45 -04:00
jim-p
9bc27ae532 Fix off-by-one in OpenVPN "local" to "ipaddr" conversion. 2011-06-26 18:51:11 -04:00
Ermal
5a7cc1f9e9 No need to use nohup when using mwexec_bg since it calls nohup itself. Also use fullpath to executables. 2011-06-24 19:09:07 +00:00
Ermal
01599e5e95 Remove nohup from the calling for check_reload_status since it may cause issues to the processes that get forked from it. 2011-06-24 19:05:58 +00:00
jim-p
506514e77b Add LB monitor types to config during upgrade, or they will be missing from boxes upgraded from 1.2.3. 2011-06-24 10:53:43 -04:00
Ermal
5ca13f69b7 Import error handling to avoid errors. 2011-06-24 12:10:51 +00:00
Evgeny Yurchenko
22b380aa6f Internal cert and CSR creation error handling added. 2011-06-23 20:28:31 -04:00
Evgeny Yurchenko
1b6d9fa59c Internal CA creation error handling added. 2011-06-23 20:05:35 -04:00
Evgeny Yurchenko
95c8cf48f9 Intermediate CAs and openssl_xxx() error checking in CA management. 2011-06-23 19:02:34 -04:00
Scott Ullrich
d2a08a06eb Add small comment about rrd binaries 2011-06-23 11:34:31 -04:00
Scott Ullrich
cb6630e5b5 Loosen grep for rrd 2011-06-23 11:14:06 -04:00
Scott Ullrich
efea79691d Backup rrdtool binaries during package reinstallation. Currently that is the onlyp package that can be clobbered by others. We will rework this completely in a future version when we adopt PBIs. 2011-06-23 11:11:45 -04:00
Ermal
e0ed1aa3bd The fix of Ticket #1341 broke the FQDN aliases with only one hostname entry, reported-by: http://forum.pfsense.org/index.php/topic,38051.0.html. Fix this regression by properly handling this cases. 2011-06-22 21:25:35 +00:00
jim-p
ff629977e3 Properly generate a subnet based on the range of IPs for PPTP clients. Bonus: fix off-by-one math error in the NAT code that does the same thing. Fixes #1614 2011-06-22 14:52:05 -04:00
Warren Baker
68d1632c2a New line missing after pkg is extracted. 2011-06-22 16:39:26 +02:00
Scott Ullrich
adc4bdcc47 Set extension name correctly.. Duh! 2011-06-21 15:13:48 -04:00
Scott Ullrich
1403310350 Fix copy and pasto 2011-06-21 15:04:02 -04:00
Scott Ullrich
9c881f26b5 Add extension directory 2011-06-21 14:55:32 -04:00
Warren Baker
5bbd08e191 More whitespace fixes. 2011-06-21 20:05:51 +02:00
Warren Baker
1015b3a966 If no event_address in globals.inc specified assume the default. Also fixed whitespaces. 2011-06-21 19:44:05 +02:00
Scott Ullrich
490615d3bc Add custom boot early hook 2011-06-21 12:08:15 -04:00
Scott Ullrich
f81cbdad29 Use correct directory 2011-06-21 12:08:15 -04:00
Ermal
7cca77de28 Kill olsrd if it is not enabled. Reported-by: http://forum.pfsense.org/index.php/topic,37931.0.html 2011-06-21 07:08:05 +00:00
Scott Ullrich
5b9afe1e79 mkdir zend modules 2011-06-20 19:55:22 -04:00
Scott Ullrich
8ef700da28 Add 'dynamodules' for zend_extension and zend_extension_ts. /etc/php_dynamodules_zend and /etc/php_dynamodules_zend_ts directories 2011-06-20 18:53:57 -04:00
Scott Ullrich
c76ce92098 Remove ioncube 2011-06-20 18:29:45 -04:00
Chris Buechler
3745f21e2a bump to RC3 2011-06-19 19:40:02 -04:00
Scott Ullrich
857da9045e Do not check dynamic and special interfaces for a complete interface mismatch error 2011-06-19 15:08:11 -04:00
Scott Ullrich
53bbbf04fe Do not create blank domain lines if domain is gone from config.xml. It breaks tools such as dig when troubleshooting, etc. 2011-06-19 15:01:50 -04:00
Scott Ullrich
a53992b78d Simplify message that wraps off screen 2011-06-19 15:01:50 -04:00
jim-p
5d2e511602 Fix formatting of fastcgi params in lighty config. 2011-06-17 14:14:21 -04:00
jim-p
c41602e15c Add a GUI field to adjust the max number of processes for lighttpd. 2011-06-17 13:53:42 -04:00
Evgeny Yurchenko
9d2d65f3a3 Bug #1437. Dropdown list for country codes (CA manager) 2011-06-16 23:04:49 -04:00
jim-p
2de8d74571 Do a more thorough check for platform on the ro call, or factory reset blows up. 2011-06-16 16:26:00 -04:00
jim-p
62905808cb Faster/more efficient xmlrpc sync for users/groups. Seems to work fine for me. Coded-By: Ermal 2011-06-15 15:30:35 -04:00
Ermal
1540194f7d PHP says that arrays cannot be used as keys, protect against this case as reported that some keys are arrays! 2011-06-15 16:57:18 +00:00
Ermal
f45075dd98 Restore this back to allow both users and vouchers enabled at same time. 2011-06-15 14:22:24 +00:00
Ermal
8f5d92a99b Add carp.xml to obsolete file list. 2011-06-15 14:05:06 +00:00
Ermal
c333d60986 Use the new username field from the GUI or default to admin. 2011-06-14 14:10:44 +00:00
Ermal
34fb609cec Up config number for username sync upgrade. 2011-06-14 14:10:44 +00:00
Ermal
e6ee8fc619 Upgrade sync username to latest config version. 2011-06-14 14:10:44 +00:00
Ermal
fb5830ef33 Actually correct check so it throws some errors during the second try. 2011-06-14 13:00:04 +00:00
Ermal
b526daafae Correct functiong does_vip_exist() to actually work. Fixes #1598 2011-06-14 12:50:14 +00:00
Ermal
31d5d37e9e Ooops fix the function. Spotted-by: wagnosa(IRC) 2011-06-14 11:44:54 +00:00
Ermal
2708a5cf16 NEw functiong does_vip_exist() which works for carp and ipalias type vips to help in carp sync issues. Fixes #1598 2011-06-14 11:36:20 +00:00
Ermal
7905df9831 Porvide information for the filter reload status screen. 2011-06-14 09:57:17 +00:00
Ermal
b09c2d86a1 Do not call time() uselessly every time for each entry. Instead just snapshot it and use it in calculations. This helps performance and useless paranoic time fetching since every 60 seconds the code will be executed again. 2011-06-13 12:34:00 +00:00
Ermal
48de5a1069 Do not test for availbility of voucher session_timeout in the database it is mandatory for vouchers. This will make sure that if ever a corrupted db happens a user will be required to relogin and correct the db. Possibly related to: http://forum.pfsense.org/index.php/topic,37636.0.html 2011-06-13 12:22:49 +00:00
Ermal
5ebe85e934 Fixes #1327. Trigger synching of vouchers to config through check_reload_status. Retire the saveinterval option since it is not useful anymore. Use the prune process of captiveportal to sync vouchers as well to fix issues as reported-by: http://forum.pfsense.org/index.php/topic,37636.0.html 2011-06-10 20:02:47 +00:00
Ermal
dd28abbd84 Ticket #1545. Ooops pass parameter so the dyndns works correctly. Pointy-hat: Copy/pasto 2011-06-10 16:19:30 +00:00