Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | Remove bogus quotes that made it in here | Bill Marquette | 2008-08-28 | 1 | -2/+2 | |
| | ||||||
* | Add support for export and import of encrypted configuration files. A set | Matthew Grooms | 2008-08-28 | 1 | -109/+233 | |
| | | | | | of command line utilities for encypting and decrypting the files format is available from the tools/config-crypto directory. | |||||
* | Correctly validate required input fields for OpenVPN screens. | Matthew Grooms | 2008-08-27 | 3 | -10/+16 | |
| | ||||||
* | Fix a rendering bug in the new OpenVPN status page. | Matthew Grooms | 2008-08-27 | 1 | -2/+3 | |
| | ||||||
* | Replace the old openvpn status page with a new implementation. We now add | Matthew Grooms | 2008-08-27 | 3 | -131/+159 | |
| | | | | | | | | a tcp management port option to each OpenVPN server. Instead of rooting through the OpenVPN logs once a minute for status updates, we now submit a request to the management port to obtain informaiton. We probably need to add a pf rule to prevent management ports from being accessed by unwanted processes. | |||||
* | Correct some problems with the filter code where we were calling foreach | Matthew Grooms | 2008-08-27 | 3 | -8/+8 | |
| | | | | | | | | | | | on data that wasn't necessarily a valid array. Modify the OpenVPN code to stop passing the array index around and then immediately obtaining a reference to the array entry. We already have a reference to the data, just pass it instead. Also add some check to make certain tap configuration steps more conditional. Make sure we remove configuration and pid files when they are no longer required. Fix a few other OpenVPN related bugs. | |||||
* | Set some important default values for the new OpenVPN interface screens. | Matthew Grooms | 2008-08-26 | 2 | -4/+37 | |
| | | | | | Add functions and interface code to handle local port conflict detection and resolution. | |||||
* | Dump the per-configuration dh parameters data. It make no sense to keep | Matthew Grooms | 2008-08-26 | 1 | -3/+2 | |
| | | | | | | | | | | this information in the configuration as its not specific to the server. It only contains the parameters ( a safe large prime number ) that is used during a DH key exchange. Instead, we now use a system wide dh file that is generated when the /var/etc/openvpn directory is setup. This shaves 10 to 30 seconds off of the server config creation process. Also correct a bug in the hack I added to work around carp related issues that prevented filter re-configuration from working properly. | |||||
* | Rework most of the OpenVPN support. The interfaces have been updated to | Matthew Grooms | 2008-08-26 | 31 | -5528/+2364 | |
| | | | | | | | | | | not use the pkg system and the configuration has been migrated to an openvpn prefix. The centralized user and certificate manager is now used to support the openvpn configurations. Most of the files removed in this commit were not being referenced. This commit also splits out the certificate management components into a new system menu item. | |||||
* | Use additional tables to improve the formatting of several IPsec checkbox | Matthew Grooms | 2008-08-24 | 2 | -23/+63 | |
| | | | | configuration options. | |||||
* | Only read ipsec phase1 configuration values that are relvent for the | Matthew Grooms | 2008-08-24 | 1 | -4/+9 | |
| | | | | | configured authentication method. This silences harmless php warnings. Reported by Scott Ullrich. | |||||
* | Minor nitpick, change - to + | Scott Ullrich | 2008-08-23 | 1 | -1/+1 | |
| | ||||||
* | Allow wrapping of phase entries. | Scott Ullrich | 2008-08-23 | 1 | -2/+2 | |
| | ||||||
* | Rename button to -, we already show "- Show Phase 2" behind it. | Scott Ullrich | 2008-08-23 | 1 | -1/+1 | |
| | ||||||
* | Spell items correctly and name items correctly. | Scott Ullrich | 2008-08-23 | 3 | -3/+3 | |
| | ||||||
* | Add lisrrborder | Scott Ullrich | 2008-08-23 | 1 | -0/+11 | |
| | ||||||
* | Move format_bytes() to util.inc to match m0n0wall | Scott Ullrich | 2008-08-23 | 1 | -12/+0 | |
| | ||||||
* | Style boxen better. | Scott Ullrich | 2008-08-23 | 1 | -1/+1 | |
| | ||||||
* | Add listrborder element | Scott Ullrich | 2008-08-23 | 5 | -0/+55 | |
| | ||||||
* | Add a Phase2 button and hide the phase 2 settings by default. Clicking the | Scott Ullrich | 2008-08-23 | 1 | -3/+16 | |
| | | | | | button will unhide the phase2 block similar to our "Advacned" buttons on various screens. | |||||
* | Begin reformatting IPSEC screen. Give a bit more padding, shift | Scott Ullrich | 2008-08-23 | 1 | -14/+15 | |
| | | | | over a little and turn bacgkround to grey instead of red. | |||||
* | Disallow the copy option for mobile phase1 entries. There can be only one. | Matthew Grooms | 2008-08-23 | 1 | -0/+2 | |
| | ||||||
* | Touch up text | Seth Mos | 2008-08-17 | 1 | -1/+1 | |
| | ||||||
* | Add a script to assist in removing all packages and or the package | Scott Ullrich | 2008-08-15 | 1 | -0/+64 | |
| | | | | configuration file from the command line. | |||||
* | Fix nat entry. | Scott Ullrich | 2008-08-14 | 1 | -1/+1 | |
| | | | | Pointed-out-by: Wallabybob via forum | |||||
* | * Move the interface detection of which interface is configured to the top ↵ | Ermal Luçi | 2008-08-14 | 2 | -20/+22 | |
| | | | | | | so the pppoe reset function work correctly. * Check is the array isset before referenceing it. | |||||
* | Return after redirecting. | Scott Ullrich | 2008-08-12 | 1 | -0/+1 | |
| | ||||||
* | Ensure we unlock captive portal before redirecting. | Scott Ullrich | 2008-08-12 | 1 | -0/+1 | |
| | ||||||
* | Remove duplicate function portal_mac_fixed() | Scott Ullrich | 2008-08-12 | 1 | -21/+0 | |
| | ||||||
* | Ensure /var/etc/ssl exists | Scott Ullrich | 2008-08-12 | 1 | -0/+1 | |
| | ||||||
* | Add a certificate list to the user object that can be managed using the ca | Matthew Grooms | 2008-08-11 | 2 | -7/+342 | |
| | | | | and user manager screens. | |||||
* | Remove debugging craft. | Ermal Luçi | 2008-08-11 | 4 | -12/+4 | |
| | ||||||
* | style(9)++. | Ermal Luçi | 2008-08-10 | 1 | -22/+23 | |
| | ||||||
* | Remove debugging code. | Ermal Luçi | 2008-08-10 | 1 | -1/+0 | |
| | ||||||
* | Bring to functionality the editing of aliases. | Ermal Luçi | 2008-08-10 | 2 | -121/+44 | |
| | | | | | | | | | * Cleanup uneccesary eval() use in php code * Invrease on javascript the limits to 299 to really allow 299 entries * Remove limitiation of not being able to delete the first entry * Make all the rows dynamic. Now a new alias will not show any rows unless the plus sign is clicked. * Fix bug where OpenVPN aliases where being selected in case of Port aliases * Cleanup and style(9) here and there | |||||
* | `cat /var/folders/X7/X7bVv+-6HAyNkkcSCwAA5k+++TI/-Tmp-//cvsCjq0EX` | Scott Ullrich | 2008-08-09 | 1 | -10/+4 | |
| | ||||||
* | Use outputCSSPrintFileInline() function | Scott Ullrich | 2008-08-09 | 1 | -1/+1 | |
| | ||||||
* | * Check if file exists | Scott Ullrich | 2008-08-09 | 1 | -3/+8 | |
| | | | | | * Correct Javascript -> CSS incorrect assignment * Restore inline functions | |||||
* | fix typo | Chris Buechler | 2008-08-09 | 1 | -1/+1 | |
| | ||||||
* | Do not inline niftycssCode.css | Scott Ullrich | 2008-08-09 | 1 | -2/+2 | |
| | ||||||
* | Output product names correctly | Scott Ullrich | 2008-08-09 | 1 | -2/+2 | |
| | ||||||
* | Unbreak 1.3 CP. | Scott Ullrich | 2008-08-09 | 1 | -1/+1 | |
| | ||||||
* | Implement a certificate authority and certificate webui that can be used | Matthew Grooms | 2008-08-09 | 6 | -0/+1219 | |
| | | | | | | | | | | | | | | | | | | | | | to centrally manage this data. There are no consumers at this time. This interface allow for the following ... Certificate Authority Manager: - List certificates authorities - Import existing certificate authority - Create internal certificate authority Certificate Manager: - List certificates - Import existing certificate - Create internal certificate using an internal CA - Generate certificate signing request for external CAs - Process certificate signing response from external CAs Certificate revocation is not currently implemented. The user system will also be extended to allow for user specific certificate management in a follow-up commit. | |||||
* | add MSN to well-known-ports | Martin Fuchs | 2008-08-08 | 1 | -0/+1 | |
| | ||||||
* | Add a right arrow icon supplied by hoba. This compliments the existing | Matthew Grooms | 2008-08-06 | 7 | -4/+4 | |
| | | | | | | left arrow icon. Use the left and right arrow icons instead of the plus and x icons for moving users and groups between selection lists in the user and group manager screens. | |||||
* | Adding php5-openssl | Scott Ullrich | 2008-08-06 | 2 | -0/+2 | |
| | ||||||
* | Do not show assigned interfaces on lagg config. | Ermal Luçi | 2008-08-05 | 1 | -2/+8 | |
| | ||||||
* | Rename the bridge knob to bridged so that the upgrade code works correctly ↵ | Ermal Luçi | 2008-08-05 | 2 | -6/+6 | |
| | | | | and we play by the rules of the parser. | |||||
* | Remove code for creating old way bridges. Anything has to be done through ↵ | Ermal Luçi | 2008-08-05 | 3 | -60/+1 | |
| | | | | the new bridging code. Sorry not upgradable! | |||||
* | Fix error: Warning: Invalid argument supplied for foreach() in ↵ | Scott Ullrich | 2008-08-05 | 1 | -3/+3 | |
| | | | | /usr/local/www/pkg_mgr_install.php on line 155 |