Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Correctly display page title | Ermal | 2011-06-28 | 1 | -1/+2 |
| | |||||
* | Fix typo | jim-p | 2011-06-28 | 1 | -1/+1 |
| | |||||
* | Make text cosmetics consistent and close off missing <span/> tag. | Warren Baker | 2011-06-28 | 1 | -2/+2 |
| | |||||
* | Use correct table header class. | Warren Baker | 2011-06-28 | 1 | -1/+1 |
| | |||||
* | More text consistency. | Warren Baker | 2011-06-28 | 1 | -3/+3 |
| | |||||
* | Note consistency and gettext() added. | Warren Baker | 2011-06-28 | 1 | -1/+1 |
| | |||||
* | Consistency of NOTE vs Note as through the rest of the webGUI. | Warren Baker | 2011-06-28 | 1 | -1/+1 |
| | |||||
* | Adding patch for pfearly hook from Andrew Thompson | Scott Ullrich | 2011-06-27 | 1 | -3/+2 |
| | |||||
* | Clean up leftover code not needed for anything. | Ermal | 2011-06-27 | 1 | -9/+3 |
| | |||||
* | When editing a vlan and chaning its tag id and the vlan is assigned correct ↵ | Ermal | 2011-06-27 | 1 | -3/+7 |
| | | | | even the interface name of the assignment otherwise we result in breaking the install. | ||||
* | Don't do a csrf check when downloading packet capture, see ↵ | jim-p | 2011-06-27 | 1 | -0/+4 |
| | | | | http://forum.pfsense.org/index.php/topic,37794.0.html - also exit after sending the file to the user to avoid partial broken page loads after downloading a packet capture. | ||||
* | Bail out of ipsec_get_phase1_dst if there is no remote gateway, else it ↵ | jim-p | 2011-06-27 | 1 | -1/+2 |
| | | | | falls into running resolve_retry() with invalid parameters causing a long delay in returning. | ||||
* | Add a button to reset the RRD data (rm's rrd files and reinitializes). | jim-p | 2011-06-27 | 1 | -2/+11 |
| | |||||
* | In upgrade code for server load balancing, set redirect_mode. Also in the ↵ | jim-p | 2011-06-27 | 2 | -13/+15 |
| | | | | backend code, assume redirect_mode as the default if it's not set. | ||||
* | Be consistent with upper and lowercase. | Warren Baker | 2011-06-27 | 1 | -4/+4 |
| | |||||
* | send lighttpd a KILL in restart_webgui, once I've seen the former way result ↵ | Chris Buechler | 2011-06-27 | 1 | -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-p | 2011-06-26 | 1 | -2/+2 |
| | |||||
* | Bug #1615. Half-fix. | Evgeny Yurchenko | 2011-06-26 | 1 | -1/+1 |
| | |||||
* | No need to use nohup when using mwexec_bg since it calls nohup itself. Also ↵ | Ermal | 2011-06-24 | 1 | -2/+2 |
| | | | | use fullpath to executables. | ||||
* | Remove nohup from the calling for check_reload_status since it may cause ↵ | Ermal | 2011-06-24 | 1 | -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-p | 2011-06-24 | 1 | -0/+40 |
| | | | | boxes upgraded from 1.2.3. | ||||
* | Import error handling to avoid errors. | Ermal | 2011-06-24 | 1 | -4/+5 |
| | |||||
* | Internal cert and CSR creation error handling added. | Evgeny Yurchenko | 2011-06-23 | 2 | -8/+31 |
| | |||||
* | Internal CA creation error handling added. | Evgeny Yurchenko | 2011-06-23 | 2 | -5/+14 |
| | |||||
* | Intermediate CAs and openssl_xxx() error checking in CA management. | Evgeny Yurchenko | 2011-06-23 | 2 | -4/+105 |
| | |||||
* | After an interface mismatch and apply actually show when we are rebooting ↵ | Scott Ullrich | 2011-06-23 | 1 | -6/+10 |
| | | | | instead of the same message that the interface mismatch exists when really the system is rebooting. | ||||
* | Add small comment about rrd binaries | Scott Ullrich | 2011-06-23 | 1 | -0/+1 |
| | |||||
* | Loosen grep for rrd | Scott Ullrich | 2011-06-23 | 1 | -1/+1 |
| | |||||
* | Backup rrdtool binaries during package reinstallation. Currently that is ↵ | Scott Ullrich | 2011-06-23 | 1 | -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, ↵ | Ermal | 2011-06-22 | 1 | -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-p | 2011-06-22 | 1 | -5/+4 |
| | | | | Bonus: fix off-by-one math error in the NAT code that does the same thing. Fixes #1614 | ||||
* | Revert "Correct displaying any availble default value." | Warren Baker | 2011-06-22 | 1 | -1/+1 |
| | | | | This reverts commit 01c170c4612a4afdbaa2d6e9bf98552dddc1cde3. | ||||
* | New line missing after pkg is extracted. | Warren Baker | 2011-06-22 | 1 | -1/+1 |
| | |||||
* | Do not store CA and CERT in config unless needed. Will allow deleting unused ↵ | Evgeny Yurchenko | 2011-06-21 | 1 | -0/+5 |
| | | | | certs. | ||||
* | Set extension name correctly.. Duh! | Scott Ullrich | 2011-06-21 | 1 | -2/+2 |
| | |||||
* | Fix copy and pasto | Scott Ullrich | 2011-06-21 | 1 | -1/+1 |
| | |||||
* | Add extension directory | Scott Ullrich | 2011-06-21 | 1 | -2/+2 |
| | |||||
* | More whitespace fixes. | Warren Baker | 2011-06-21 | 1 | -199/+194 |
| | |||||
* | If no event_address in globals.inc specified assume the default. Also fixed ↵ | Warren Baker | 2011-06-21 | 1 | -9/+15 |
| | | | | whitespaces. | ||||
* | Add custom boot early hook | Scott Ullrich | 2011-06-21 | 1 | -0/+6 |
| | |||||
* | Use correct directory | Scott Ullrich | 2011-06-21 | 1 | -2/+2 |
| | |||||
* | More icons missing from certain themes... | jim-p | 2011-06-21 | 101 | -0/+0 |
| | |||||
* | Kill olsrd if it is not enabled. Reported-by: ↵ | Ermal | 2011-06-21 | 1 | -2/+5 |
| | | | | http://forum.pfsense.org/index.php/topic,37931.0.html | ||||
* | mkdir zend modules | Scott Ullrich | 2011-06-20 | 1 | -0/+6 |
| | |||||
* | Add 'dynamodules' for zend_extension and zend_extension_ts. ↵ | Scott Ullrich | 2011-06-20 | 1 | -0/+31 |
| | | | | /etc/php_dynamodules_zend and /etc/php_dynamodules_zend_ts directories | ||||
* | Remove ioncube | Scott Ullrich | 2011-06-20 | 1 | -2/+0 |
| | |||||
* | Disable state killing in VPN down scripts. | jim-p | 2011-06-20 | 3 | -3/+3 |
| | |||||
* | Fix ovpn-linkup so it writes out the proper gateway IP in all cases. | jim-p | 2011-06-20 | 1 | -2/+2 |
| | | | | (For some reason -n wasn't working properly, plus $5 is the right parameter for the remote IP here) | ||||
* | Add missing theme images. | jim-p | 2011-06-20 | 12 | -0/+0 |
| | |||||
* | bump to RC3 | Chris Buechler | 2011-06-19 | 1 | -1/+1 |
| |