summaryrefslogtreecommitdiffstats
path: root/etc
Commit message (Collapse)AuthorAgeFilesLines
* Use empty() so we don't use it if it's defined but blank.jim-p2011-07-011-1/+1
|
* If available, also track the IP used by a user making a config change.jim-p2011-07-011-0/+2
|
* Correct pid filename so the instance of lighty for SSL is running.Ermal2011-06-301-1/+1
|
* Move interfaces_staticarp_configure() to interfaces.inc where it really belongs.jim-p2011-06-293-33/+32
|
* Instead of deleting arp entries, reconfigure static arp. For interfaces ↵jim-p2011-06-291-5/+4
| | | | without static arp enabled, the net effect is the same (arp entries are already deleted as part of that function). Fixes #1628
* Check if an item is an array before treating it as such in the upgrade code.jim-p2011-06-291-2/+2
|
* Put resolvconf generation first since gif tunnels can use hostanmesErmal2011-06-281-6/+6
|
* Add recovery code for gif/gre the same as in interface_configure. This helps ↵Ermal2011-06-281-0/+9
| | | | gif/gre tunnels. Needed for capr? Suggested-by: jim-p
* Do not show the root interface queue on the queue list availble since it is ↵Ermal2011-06-281-1/+1
| | | | not allowed to choose it. Ticket #636
* Add proper checks in auth code for testing if the section has been set in ↵Ermal2011-06-282-6/+16
| | | | the config. Also do the same in the ugprade code
* Adding patch for pfearly hook from Andrew ThompsonScott Ullrich2011-06-271-3/+2
|
* Bail out of ipsec_get_phase1_dst if there is no remote gateway, else it ↵jim-p2011-06-271-1/+2
| | | | falls into running resolve_retry() with invalid parameters causing a long delay in returning.
* In upgrade code for server load balancing, set redirect_mode. Also in the ↵jim-p2011-06-272-13/+15
| | | | backend code, assume redirect_mode as the default if it's not set.
* send lighttpd a KILL in restart_webgui, once I've seen the former way result ↵Chris Buechler2011-06-271-1/+1
| | | | 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.
* Fix off-by-one in OpenVPN "local" to "ipaddr" conversion.jim-p2011-06-261-2/+2
|
* No need to use nohup when using mwexec_bg since it calls nohup itself. Also ↵Ermal2011-06-241-2/+2
| | | | use fullpath to executables.
* Remove nohup from the calling for check_reload_status since it may cause ↵Ermal2011-06-241-1/+1
| | | | issues to the processes that get forked from it.
* Add LB monitor types to config during upgrade, or they will be missing from ↵jim-p2011-06-241-0/+40
| | | | boxes upgraded from 1.2.3.
* Import error handling to avoid errors.Ermal2011-06-241-4/+5
|
* Internal cert and CSR creation error handling added.Evgeny Yurchenko2011-06-231-4/+12
|
* Internal CA creation error handling added.Evgeny Yurchenko2011-06-231-2/+6
|
* Intermediate CAs and openssl_xxx() error checking in CA management.Evgeny Yurchenko2011-06-231-0/+42
|
* Add small comment about rrd binariesScott Ullrich2011-06-231-0/+1
|
* Loosen grep for rrdScott Ullrich2011-06-231-1/+1
|
* Backup rrdtool binaries during package reinstallation. Currently that is ↵Scott Ullrich2011-06-231-2/+5
| | | | the onlyp package that can be clobbered by others. We will rework this completely in a future version when we adopt PBIs.
* The fix of Ticket #1341 broke the FQDN aliases with only one hostname entry, ↵Ermal2011-06-221-1/+2
| | | | reported-by: http://forum.pfsense.org/index.php/topic,38051.0.html. Fix this regression by properly handling this cases.
* Properly generate a subnet based on the range of IPs for PPTP clients. ↵jim-p2011-06-221-5/+4
| | | | Bonus: fix off-by-one math error in the NAT code that does the same thing. Fixes #1614
* New line missing after pkg is extracted.Warren Baker2011-06-221-1/+1
|
* Set extension name correctly.. Duh!Scott Ullrich2011-06-211-2/+2
|
* Fix copy and pastoScott Ullrich2011-06-211-1/+1
|
* Add extension directoryScott Ullrich2011-06-211-2/+2
|
* More whitespace fixes.Warren Baker2011-06-211-199/+194
|
* If no event_address in globals.inc specified assume the default. Also fixed ↵Warren Baker2011-06-211-9/+15
| | | | whitespaces.
* Add custom boot early hookScott Ullrich2011-06-211-0/+6
|
* Use correct directoryScott Ullrich2011-06-211-2/+2
|
* Kill olsrd if it is not enabled. Reported-by: ↵Ermal2011-06-211-2/+5
| | | | http://forum.pfsense.org/index.php/topic,37931.0.html
* mkdir zend modulesScott Ullrich2011-06-201-0/+6
|
* Add 'dynamodules' for zend_extension and zend_extension_ts. ↵Scott Ullrich2011-06-201-0/+31
| | | | /etc/php_dynamodules_zend and /etc/php_dynamodules_zend_ts directories
* Remove ioncubeScott Ullrich2011-06-201-2/+0
|
* bump to RC3Chris Buechler2011-06-191-1/+1
|
* Do not check dynamic and special interfaces for a complete interface ↵Scott Ullrich2011-06-191-17/+18
| | | | mismatch error
* Do not create blank domain lines if domain is gone from config.xml. It ↵Scott Ullrich2011-06-191-1/+3
| | | | breaks tools such as dig when troubleshooting, etc.
* Simplify message that wraps off screenScott Ullrich2011-06-191-1/+1
|
* Fix formatting of fastcgi params in lighty config.jim-p2011-06-171-13/+13
|
* Add a GUI field to adjust the max number of processes for lighttpd.jim-p2011-06-171-4/+7
|
* Bug #1437. Dropdown list for country codes (CA manager)Evgeny Yurchenko2011-06-161-0/+245
|
* Do a more thorough check for platform on the ro call, or factory reset blows up.jim-p2011-06-161-1/+3
|
* Faster/more efficient xmlrpc sync for users/groups. Seems to work fine for ↵jim-p2011-06-151-4/+6
| | | | me. Coded-By: Ermal
* PHP says that arrays cannot be used as keys, protect against this case as ↵Ermal2011-06-151-2/+6
| | | | reported that some keys are arrays!
* Restore this back to allow both users and vouchers enabled at same time.Ermal2011-06-151-1/+1
|
OpenPOWER on IntegriCloud