| Commit message (Expand) | Author | Age | Files | Lines |
* | Switch from buttons to tabs, add a mode to view raw mpd logs for each vpn typ... | jim-p | 2010-11-02 | 1 | -37/+48 |
* | Remove these now-obsolete linkup/linkdown scripts. | jim-p | 2010-11-02 | 6 | -36/+0 |
* | Fix VPN log page to use the updated log format (again). Ticket #912. | jim-p | 2010-11-02 | 1 | -5/+6 |
* | Use a unified vpn-linkup script that detects the type based on interface name. | jim-p | 2010-11-02 | 1 | -0/+11 |
* | Show login/logout events for pptp, pppoe server, and l2tp. Could use some wor... | jim-p | 2010-11-01 | 1 | -7/+8 |
* | Add individual linkdown scripts so the service type can be set in the log. | jim-p | 2010-11-01 | 3 | -0/+15 |
* | Add service type to vpn log | jim-p | 2010-11-01 | 3 | -3/+3 |
* | Sync service status widget code with service status page. Fixes #984 | jim-p | 2010-11-01 | 1 | -80/+104 |
* | Test for arrays first, should fix #968 | jim-p | 2010-11-01 | 1 | -2/+4 |
* | Make the change here, too. | Erik Fonnesbeck | 2010-10-29 | 1 | -2/+2 |
* | Replace \r from custom options otherwise it breaks config. | Ermal | 2010-10-28 | 2 | -2/+2 |
* | Fix logging parameters. | jim-p | 2010-10-28 | 1 | -1/+1 |
* | Fix pfctl -b parameters to prevent the killing of unintended states. | jim-p | 2010-10-28 | 1 | -2/+1 |
* | Fix formatting | jim-p | 2010-10-28 | 2 | -32/+32 |
* | Fix this logic. | jim-p | 2010-10-28 | 2 | -2/+2 |
* | Ticket #975. Rearrange code a little. | Ermal | 2010-10-27 | 1 | -2/+4 |
* | Do not require LDAP search base DN. Requiring this can prevent some valid LDA... | jim-p | 2010-10-27 | 1 | -3/+2 |
* | Ticket #959: keep local ipalias and proxyarp vip's during a XMLRPC restore | pierrepomes | 2010-10-26 | 1 | -0/+6 |
* | Make the $pgtitle output a link back to the current page for a convenient way... | jim-p | 2010-10-26 | 1 | -1/+1 |
* | Remove unnecessary (and unclosed) form tag. | jim-p | 2010-10-25 | 1 | -1/+0 |
* | Do not allow spaces in load balancer name fields, they are invalid in relayd. | jim-p | 2010-10-25 | 5 | -0/+15 |
* | Resolves #971. Fix wizard.php to show interface descriptive names. Pointy-hat... | Ermal | 2010-10-25 | 1 | -8/+7 |
* | Balance <p> with </p> | Ermal | 2010-10-22 | 1 | -7/+7 |
* | Put </ul> tags inside the same <td> since they cannot span multiple of them. | Ermal | 2010-10-22 | 1 | -4/+4 |
* | Clear some forgotten </img> </font> tags. | Ermal | 2010-10-22 | 1 | -3/+2 |
* | Display the ICMP type (abbreviated) in the firewall rule list and show the fu... | Erik Fonnesbeck | 2010-10-21 | 1 | -1/+30 |
* | Break after the first error. | jim-p | 2010-10-21 | 1 | -0/+1 |
* | Prevent the DHCP range from being changed to include static mapping entries. ... | jim-p | 2010-10-21 | 1 | -0/+11 |
* | Reject DHCP static mappings that are inside of the DHCP range. Fixes #966 | jim-p | 2010-10-21 | 1 | -0/+5 |
* | Remove WIP note. This should resolve #555. | jim-p | 2010-10-21 | 1 | -1/+0 |
* | Indicate in various places if a certificate is revoked. | jim-p | 2010-10-21 | 3 | -4/+29 |
* | Indicate if a certificate has been revoked, both in the cert list and the use... | jim-p | 2010-10-21 | 2 | -0/+6 |
* | Add ability to select reason codes for revocation. Reformat CRL edit screen a... | jim-p | 2010-10-21 | 1 | -14/+29 |
* | Refresh OpenVPN CRL files when a CRL has a cert added/removed. Ticket #555 | jim-p | 2010-10-21 | 1 | -1/+4 |
* | Add support for deleting a cert from a CRL (unrevoke). As of this point basic... | jim-p | 2010-10-21 | 1 | -4/+12 |
* | Change OpenVPN wizard to set input_errors when there is a fatal condition tha... | jim-p | 2010-10-20 | 1 | -4/+4 |
* | Add these error/info box classes to the wizard.css file. | jim-p | 2010-10-20 | 1 | -0/+57 |
* | Add a patch to wizard.php to support input_errors from sullrich (with some mo... | jim-p | 2010-10-20 | 1 | -3/+5 |
* | Reject special characters in CA/Cert field names during OpenVPN wizard. Fixes... | jim-p | 2010-10-20 | 2 | -6/+18 |
* | Add more CRL functionality. Needs to wait on a new build for further testing. | jim-p | 2010-10-20 | 1 | -2/+128 |
* | Fix some forgotten name->descr changes. | jim-p | 2010-10-20 | 3 | -8/+8 |
* | Traffic shaper wizards remove redirection before final step. This seems a for... | Ermal | 2010-10-20 | 4 | -24/+13 |
* | Generalize the "low res" user agent detection so it isn't Apple-specific. Inc... | jim-p | 2010-10-19 | 1 | -3/+3 |
* | Rename 'name' to 'descr' for CA, Certificates, and CRLs, to gain CDATA protec... | jim-p | 2010-10-19 | 10 | -58/+58 |
* | Convert fullname field on users to descr, so it gains CDATA protection. | jim-p | 2010-10-19 | 1 | -4/+4 |
* | desc to descr in Load Balancer config, so they gain CDATA protection and stan... | jim-p | 2010-10-19 | 13 | -24/+24 |
* | Change the description field on sysctl tunables to be 'descr' and not 'desc' ... | jim-p | 2010-10-19 | 1 | -4/+4 |
* | Fix the dedicated and multi_all wizards. They had typos in variable names and... | Ermal | 2010-10-18 | 2 | -7/+5 |
* | Disable the bandwidth speed selection field also to avoid errors/problems whe... | Ermal | 2010-10-18 | 4 | -4/+4 |
* | Ticket #868. Add Connection: close to the header to be proxy friendly. See ht... | Ermal | 2010-10-18 | 1 | -0/+1 |