| Commit message (Expand) | Author | Age | Files | Lines |
* | Reload the wizard and then redirect to a wizard completed step. Prompt the u... | Scott Ullrich | 2011-05-11 | 1 | -3/+19 |
* | Merge branch 'master' of http://gitweb.pfsense.org/pfsense/mterron-clone into... | Chris Buechler | 2011-05-07 | 1119 | -0/+0 |
|\ |
|
| * | Optimized all images using Yahoo Smush.it service. | root | 2011-03-23 | 1119 | -0/+0 |
* | | Misc fixes to make the openvpn wizard stop re-creating a CA previously made v... | jim-p | 2011-05-07 | 1 | -2/+7 |
* | | this should be checking for synchronizetoip not pfsyncpeerip | Chris Buechler | 2011-05-07 | 1 | -1/+1 |
* | | Reorder instructions and do not reload dns if its not allowed from the dns al... | Ermal | 2011-05-06 | 1 | -6/+7 |
* | | If we are disabling the radius inputs, also disable the secondary radius inputs. | jim-p | 2011-05-06 | 1 | -0/+4 |
* | | This field should be server2 | jim-p | 2011-05-06 | 1 | -1/+1 |
* | | Use the availble constant on php for this and also the right value that comes... | Ermal | 2011-05-06 | 1 | -2/+2 |
* | | Misc OpenVPN CRL selection fixes. | jim-p | 2011-05-05 | 1 | -5/+8 |
* | | When deleting a CA, delete its associated CRLs. | jim-p | 2011-05-05 | 1 | -2/+12 |
* | | Correct wrong key for checking if a interface type switched. Ticket #1420 | Ermal | 2011-05-04 | 1 | -2/+2 |
* | | Set default colors explicity, the theme can then override them. This prevents... | jim-p | 2011-05-02 | 1 | -19/+22 |
* | | If the rrd multiplier is negative, use 5% for out instead of 95% for the 95th... | jim-p | 2011-05-02 | 1 | -1/+2 |
* | | Set password on the OS instead of just the gui. Fixes #1485 | jim-p | 2011-04-29 | 1 | -1/+1 |
* | | Remove static routes that are added for dns servers when allow override is al... | Ermal | 2011-04-29 | 1 | -1/+7 |
* | | Ticket #1408. Honor the allow override settings even for ppp devices. | Ermal | 2011-04-29 | 1 | -10/+13 |
* | | Correct saving of qinq specified members and also correctly destroy parent vl... | Ermal | 2011-04-28 | 2 | -4/+4 |
* | | Correct code description during assignment | Ermal | 2011-04-28 | 1 | -1/+1 |
* | | fix typo | Chris Buechler | 2011-04-27 | 1 | -1/+1 |
* | | Comment out debug print | jim-p | 2011-04-27 | 1 | -1/+1 |
* | | Whitespace cleanup, code cleanup, add choice to filter on ipv4/ipv6 and also ... | jim-p | 2011-04-27 | 1 | -78/+91 |
* | | Allow users to select SSL/TLS+User Auth with external authentication sources. | jim-p | 2011-04-26 | 1 | -7/+0 |
* | | No need to include head.inc twice | jim-p | 2011-04-26 | 1 | -2/+0 |
* | | Show OpenVPN instances on Status > Traffic Graphs, with descriptions. | jim-p | 2011-04-25 | 1 | -1/+11 |
* | | Provide a method for rebrands to force a theme. Otherwise upgrading nanobsd f... | jim-p | 2011-04-22 | 1 | -1/+3 |
* | | Set user when removing privileges, otherwise things like the user's shell wou... | jim-p | 2011-04-21 | 1 | -0/+1 |
* | | Reject encrypted CA private keys. Resolves #1446 | jim-p | 2011-04-21 | 1 | -0/+2 |
* | | Add an option under advanced->misc to specify a proxy for retreiving pfsense ... | Ermal | 2011-04-18 | 1 | -0/+59 |
* | | Only start log update ajax timer if the updateDelay is defined. http://forum.... | jim-p | 2011-04-18 | 1 | -1/+3 |
* | | Properly set/unset voucher enable/disable bit. | jim-p | 2011-04-15 | 1 | -3/+6 |
* | | Move the link to add a gateway up next to the drop-down box so it is more obv... | jim-p | 2011-04-15 | 1 | -2/+2 |
* | | Test if a variable is set before trying to unset it. If a user has no rules i... | jim-p | 2011-04-14 | 1 | -1/+1 |
* | | Add missing fields for l2tp to define dns and wins servers | smos | 2011-04-13 | 1 | -0/+41 |
* | | Also exclude grep from running processes when grepping for a running packet c... | jim-p | 2011-04-12 | 1 | -2/+2 |
* | | Add a toggle under System > Advanced on the misc tab to enable/disable debug ... | jim-p | 2011-04-11 | 2 | -1/+31 |
* | | Fix copy/paste error | jim-p | 2011-04-08 | 1 | -1/+1 |
* | | Make sure a theme directory actually exists before blindly using it. | jim-p | 2011-04-08 | 1 | -1/+1 |
* | | Rework ntpdate_sync_once.sh, so it makes sure ntp/ntpdate/itself are not runn... | jim-p | 2011-04-08 | 1 | -1/+8 |
* | | Don't unconditionally start ntpd after doing ntpdate, it might be disabled. | jim-p | 2011-04-08 | 1 | -5/+0 |
* | | Send ntpdate output to syslog | jim-p | 2011-04-08 | 1 | -1/+1 |
* | | Remove extra variable set | Scott Ullrich | 2011-04-07 | 1 | -2/+0 |
* | | Remove copy paste | Scott Ullrich | 2011-04-07 | 1 | -1/+1 |
* | | Unbreak check if capture is running | Scott Ullrich | 2011-04-07 | 1 | -3/+5 |
* | | When using ' variables are not expanded. Use double quotes so that the varia... | Scott Ullrich | 2011-04-07 | 1 | -1/+1 |
* | | Don't test for a user cert here either, see previous commit. | jim-p | 2011-04-07 | 1 | -2/+0 |
* | | Don't test if a cert is in use here, you could in theory use a cert for a use... | jim-p | 2011-04-07 | 1 | -2/+0 |
* | | Fix link; use same message for missing certs. | jim-p | 2011-04-06 | 1 | -2/+2 |
* | | Make the default openvpn cert authority message a bit relaxed and let user kn... | Scott Ullrich | 2011-04-06 | 1 | -1/+1 |
* | | Correct text to include PPTP as well. | Ermal | 2011-04-06 | 1 | -1/+1 |