summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* Simplify messageScott Ullrich2011-07-041-3/+2
|
* Add php errors (non warnings) to the crash reporterScott Ullrich2011-07-041-2/+7
|
* Copy crash file to crash reporter directory if it existsScott Ullrich2011-07-041-0/+2
|
* Oops use ;Scott Ullrich2011-07-041-2/+2
|
* Show errors.Scott Ullrich2011-07-041-2/+2
|
* If vouchers are disabled do not allow users to authenticate thorugh ↵Ermal2011-07-041-0/+3
| | | | existing(active/in use) vouchers. Reported-by: http://forum.pfsense.org/index.php/topic,38342.0.html
* Launch running script as wellScott Ullrich2011-07-041-0/+2
|
* Don't check OpenVPN ports in use against disabled clients or serversChris Buechler2011-07-041-3/+3
|
* Add rc.local.running if rc.local is running so it can reattach after a ↵Scott Ullrich2011-07-031-0/+5
| | | | console logout
* Fix copy and pastoScott Ullrich2011-07-031-1/+1
|
* Launch rc.local into &Scott Ullrich2011-07-031-2/+5
|
* Feature#1603. URL table aliases should be usable within network type aliases.Evgeny Yurchenko2011-07-032-2/+24
|
* Remove $id. Bump (C) dateScott Ullrich2011-07-021-2/+1
|
* If rc.local exists launch itScott Ullrich2011-07-021-0/+5
|
* Regenerate permissionsScott Ullrich2011-07-021-304/+355
|
* Use error log and log errors to /tmp/PHP_errors.logScott Ullrich2011-07-021-0/+4
|
* Use product name for bsdlabelScott Ullrich2011-07-021-1/+1
|
* Do not add an automatic gateway on openvpn tap case since its only the netmask.Ermal2011-07-011-4/+10
|
* 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
|
* Unlock the fields when making a new internal cert, so we copy the data from ↵jim-p2011-07-011-4/+4
| | | | the CA but are not locked into it. (Cert details often differ from CA details...)
* 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
* Correctly display page titleErmal2011-06-281-1/+2
|
* Fix typojim-p2011-06-281-1/+1
|
* Make text cosmetics consistent and close off missing <span/> tag.Warren Baker2011-06-281-2/+2
|
* Use correct table header class.Warren Baker2011-06-281-1/+1
|
* More text consistency.Warren Baker2011-06-281-3/+3
|
* Note consistency and gettext() added.Warren Baker2011-06-281-1/+1
|
* Consistency of NOTE vs Note as through the rest of the webGUI.Warren Baker2011-06-281-1/+1
|
* Adding patch for pfearly hook from Andrew ThompsonScott Ullrich2011-06-271-3/+2
|
* Clean up leftover code not needed for anything.Ermal2011-06-271-9/+3
|
* When editing a vlan and chaning its tag id and the vlan is assigned correct ↵Ermal2011-06-271-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-p2011-06-271-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-p2011-06-271-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-p2011-06-271-2/+11
|
* 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.
* Be consistent with upper and lowercase.Warren Baker2011-06-271-4/+4
|
* 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
|
* Bug #1615. Half-fix.Evgeny Yurchenko2011-06-261-1/+1
|
* 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.
OpenPOWER on IntegriCloud