| Commit message (Expand) | Author | Age | Files | Lines |
* | Include certs.inc before calling lookup_ca in auth.inc. Fixes #1927 | jim-p | 2011-10-05 | 1 | -0/+1 |
* | Change the way syslogd is killed/restarted a bit. Fixes log related pages han... | jim-p | 2011-09-30 | 1 | -6/+7 |
* | Move hostapd to its own log and tab, so it stops spamming the system log. | jim-p | 2011-09-30 | 1 | -1/+3 |
* | Exclude relayd from main system log, it's really spammy, and is already in re... | jim-p | 2011-09-29 | 1 | -1/+1 |
* | Show session detail in Virtual Server status | jim-p | 2011-09-29 | 1 | -0/+16 |
* | Check that we have user password otherwise strange things happen if tehre is ... | Ermal | 2011-09-28 | 1 | -0/+5 |
* | Add relayd to Status > Services and widget. Add capability to kill when resta... | jim-p | 2011-09-28 | 1 | -3/+8 |
* | Fixup relayd to handle DNS load balancing as well as standard TCP load balanc... | jim-p | 2011-09-27 | 1 | -41/+63 |
* | Show friendly interface names | Ermal | 2011-09-08 | 1 | -2/+2 |
* | Remove references to undeclared table | Ermal | 2011-09-07 | 1 | -4/+2 |
* | Match pftop page exatly with privilege, there is no other page that glob woul... | jim-p | 2011-09-06 | 1 | -1/+1 |
* | Revert "If a user's browser does not support cookies, print an error on the l... | Ermal | 2011-09-02 | 1 | -11/+0 |
* | Unlink the failed downloaded file if present. Since it might contain harmful ... | Ermal | 2011-09-01 | 1 | -0/+1 |
* | If a user's browser does not support cookies, print an error on the login for... | jim-p | 2011-08-31 | 1 | -0/+11 |
* | Revert "Make the webConfigurator lockout rule to catch even edp protocol so t... | Ermal | 2011-08-30 | 1 | -1/+1 |
* | Make the webConfigurator lockout rule to catch even edp protocol so that xmlr... | Ermal | 2011-08-30 | 1 | -1/+1 |
* | Fix several issues in pppoe code and remove duplicated code. | Ermal | 2011-08-30 | 1 | -2/+2 |
* | Fixup OpenVPN status a bit to properly handle SSL servers using a /30 (no ser... | jim-p | 2011-08-30 | 1 | -3/+23 |
* | DNSMasq was generating the error 'Socket operation on non-socket' and using 1... | Warren Baker | 2011-08-24 | 1 | -1/+1 |
* | Fix VPN network listing for OpenVPN, and also add tunnel networks to this list. | jim-p | 2011-08-24 | 1 | -2/+5 |
* | Compensate some more occurencies of write_config() during the path | Ermal | 2011-08-19 | 1 | -0/+2 |
* | Make update_status and update_output_window consistent on checking for consol... | Ermal | 2011-08-19 | 1 | -3/+4 |
* | Show the package name that are geing downloaded even during console update | Ermal | 2011-08-19 | 2 | -2/+4 |
* | Compenstate for the write_config calls sending the filesystem to ro during pa... | Ermal | 2011-08-19 | 2 | -14/+18 |
* | Prevent negative references to be used for the refcount API. This should help... | Ermal | 2011-08-19 | 1 | -0/+2 |
* | Fix copy paste error which cleared args | Andrew Thompson | 2011-08-19 | 1 | -2/+1 |
* | Ticket #1279. Decrease the refcount even though we're in booting phase. This ... | Ermal | 2011-08-17 | 2 | -25/+33 |
* | Include the rate output in the privilege for the traffic graph. | jim-p | 2011-08-17 | 1 | -0/+1 |
* | Revert "Make initial changes to allow pfSense to work in a jail." | Andrew Thompson | 2011-08-17 | 7 | -47/+8 |
* | Make initial changes to allow pfSense to work in a jail. | Andrew Thompson | 2011-08-17 | 7 | -8/+47 |
* | Allow custom dnsmasq options so ppl can set SRV records and such for xmpp/ker... | Andrew Thompson | 2011-08-17 | 1 | -0/+6 |
* | Resolves #1731. Correctly handle nested alias that have hostnames. While here... | Ermal | 2011-08-15 | 1 | -2/+4 |
* | Revert "Feature#1603. URL table aliases should be usable within network type ... | Ermal | 2011-08-15 | 1 | -20/+1 |
* | Revert "Feature #1603. Correct nested urltable alias code to be more fullproo... | Ermal | 2011-08-15 | 2 | -34/+21 |
* | Another roll at fixing the voucher sync problems. | Ermal | 2011-08-15 | 1 | -2/+2 |
* | Also only add 127.0.0.1 as a DNS server if dnsmasq (DNS Forwarder) is enabled. | jim-p | 2011-08-12 | 1 | -1/+1 |
* | Correct the link generation. Reported-by: http://forum.pfsense.org/index.php/... | Ermal | 2011-08-12 | 1 | -2/+2 |
* | Remove a slipped in text that confuses people | Ermal | 2011-08-12 | 1 | -1/+1 |
* | Allow disabling having localhost in resolv.conf. There are some special setup... | Ermal | 2011-08-12 | 1 | -1/+2 |
* | Resolves #1193. Properly warn about duplicate default queue | Ermal | 2011-08-11 | 1 | -43/+38 |
* | Fix description | jim-p | 2011-08-11 | 1 | -2/+2 |
* | Move these permissions to user.priv.inc so they don't get blasted when priv.d... | jim-p | 2011-08-11 | 2 | -18/+18 |
* | Fix missing $ on variable. | jim-p | 2011-08-11 | 1 | -1/+1 |
* | Sort user privileges so dashboard/index.php come first, so if a user has thos... | jim-p | 2011-08-11 | 1 | -0/+9 |
* | Add Dashboard privilege which is a collection of all required pages for the d... | jim-p | 2011-08-11 | 1 | -0/+12 |
* | Fix privilege matching so that it respects wildcards better, especially when ... | jim-p | 2011-08-11 | 1 | -2/+4 |
* | Syncrhonize the information with the wizards xml. Reported-by: http://forum.p... | Ermal | 2011-08-11 | 1 | -2/+2 |
* | Fix priv name | jim-p | 2011-08-10 | 1 | -5/+5 |
* | Add privilege to directly access dashboard widgets if needed for ajax. | jim-p | 2011-08-10 | 1 | -0/+6 |
* | If a user has access to RRD graphs, also let them access the actual RRD graph... | jim-p | 2011-08-10 | 1 | -0/+1 |