summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
...
* Fix page name. Fixes #2640jim-p2013-02-121-1/+1
|
* Use the actual openvpn restart routine when starting/stopping from services ↵jim-p2013-02-112-7/+35
| | | | rather than killing/restarting manually.
* If more than 2 minutes have passed from the prunning process ignore the lockErmal2013-02-111-2/+7
|
* Test that timeout value is bigger than 0Ermal2013-02-111-1/+1
|
* Fix fallback pool monitor selection.jim-p2013-02-081-1/+1
|
* Restart ntpd a little differently, seems to stabilize it when restarted from ↵jim-p2013-02-082-2/+2
| | | | rc.newwanip
* Actually let xmlrpc construct the url internally from the passed info it is ↵Ermal2013-02-061-9/+3
| | | | doing same checks
* Correct url creation for xmlrpc. Fix lock order with voucher expire. Bring ↵Ermal2013-02-061-10/+20
| | | | from master fixes for exec_php xmlrpc code generation
* When going through the xmlrpc calls do not hold the lock since deadlock ↵Ermal2013-02-061-7/+12
| | | | might occur.
* Unlink pid file before starting a new processErmal2013-02-051-1/+4
|
* Test var before using as array. Should fix #2794jim-p2013-02-051-1/+1
|
* Bring in the RCFILEPREFIX as constant fixes from HEAD, since otherwise ↵jim-p2013-01-303-19/+18
| | | | rc.stop_packages was globbing in the wrong dir and executing the wrong scripts. Also seems to have fixed the "bad fd" error.
* Whitespace fixesjim-p2013-01-301-18/+16
|
* Change output style to follow halt.php and reboot.php so the shutdown output ↵jim-p2013-01-301-10/+13
| | | | | | | | appears in the correct location on the page. Conflicts: usr/local/www/diag_defaults.php
* Add header to DHCP static mappings tablejim-p2013-01-281-0/+4
|
* No need for escaping here since this is php internal functionsErmal2013-01-261-7/+6
|
* Add a note about rdr pass not supporting Multi-WAN.jim-p2013-01-261-0/+1
|
* No reason for the ppp log to use this display method, use dump_clog() instead.jim-p2013-01-211-19/+1
|
* Enable cgi for the webgui since some ports like lightsquid need itErmal2013-01-211-1/+5
|
* Run IPsec logs through htmlspecialchars before display.jim-p2013-01-211-0/+1
|
* Previous attempt to fix #1995 allow to set more than one default queues, ↵Renato Botelho2013-01-211-1/+2
| | | | prevent it with this change. It should fix #1995
* Allow to edit default queue. Should fix #1995Renato Botelho2013-01-171-1/+1
|
* Preserve "Idle timeout" parameter on interfaces gui. It fixes a problem ↵Renato Botelho2013-01-171-2/+2
| | | | pointed out on ticket #2641
* Validate passed parameters to smart commands, and the target device. Also ↵jim-p2013-01-161-8/+29
| | | | | | escape when used in shell commands even after validation. Discovered-By: Bernhard Thaler
* Allow editing an imported CRL, and refresh OpenVPN CRLs when saving. ↵jim-p2013-01-161-6/+43
| | | | Implements #2652
* Use functions to reduce code duplication; Add function to clear route to the ↵jim-p2013-01-151-6/+28
| | | | interface IP before starting openvpn, otherwise the process cannot start. Ticket #2712
* Better test if we're running at the cli or in lighty. Also suppress output ↵jim-p2013-01-151-2/+2
| | | | for the session start if it fails.
* Something in the LDAP libraries has changed and it no longer likes spaces in ↵jim-p2013-01-141-5/+5
| | | | 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.
* Bold and note manifest entries that match the current architecture, and add ↵jim-p2013-01-141-3/+12
| | | | a note cautioning against a cross-architecture upgrade.
* Put syslogd into secure mode so no remote log messages are accepted. Sending ↵jim-p2013-01-101-2/+2
| | | | to a remote syslog server still works with this option.
* Show the hostname if it doesn't matchjim-p2013-01-101-1/+2
|
* Merge pull request #319 from bcyrill/patch-4Jim P2013-01-101-1/+1
|\ | | | | Update etc/inc/voucher.inc
| * Update etc/inc/voucher.incbcyrill2013-01-101-1/+1
|/ | | | 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
* Stack the queue graphs. Fixes #2692Warren Baker2013-01-101-2/+2
|
* Update zoneinfo to 2012.jjim-p2013-01-091-0/+0
|
* Make values look a little prettier and prevent a potential problemWarren Baker2013-01-091-15/+16
|
* In the case that no bandwidth limits are configured for queues but PRIQ is ↵Warren Baker2013-01-091-1/+4
| | | | been used then rather set a default otherwise a value of 0 is used in the CDEFs for RRD
* Interface assignment wrongly changing:Renato Botelho2013-01-071-1/+1
| | | | | | | | 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
* Make option 11 kill php and lighty like it does on HEADjim-p2013-01-071-1/+1
|
* Since php_sapi_name() is useless in pfSense test if argc has been registered ↵Ermal2013-01-051-4/+11
| | | | or not to avoid warnings on bootup
* Sync rc.php_init_setup with masterErmal2013-01-051-14/+7
|
* Add to obsolete files as wellErmal2013-01-051-0/+3
|
* Remove diag_backup.js progress.php upload_progress.php since they are not ↵Ermal2013-01-054-290/+0
| | | | used since long time
* Remove upload_progress_meter references not usedErmal2013-01-051-5/+0
|
* Merge: Just check the file_exists let pkill decide if its a vaild file or not.Ermal2013-01-041-1/+1
|
* Merge improvements to filterdns daemonErmal2013-01-043-15/+22
|
* Add this fix here too for upnp, set the bits when specifying the listening IP.jim-p2013-01-041-1/+2
|
* Remove cmd_chain.inc leftoverErmal2013-01-041-10/+0
|
* This is needed since preload is now goneWarren Baker2013-01-041-0/+1
|
* Get back to trim() and strip / from left/right but when redirecting properly ↵Ermal2013-01-041-4/+5
| | | | create the redirurl var
OpenPOWER on IntegriCloud