Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Remove blank line if only an ipv6 address is in use | CharlieMarshall | 2014-08-28 | 1 | -3/+7 |
| | |||||
* | improve/tidy up interfaces widget | CharlieMarshall | 2014-08-28 | 1 | -16/+10 |
| | |||||
* | Move the fetching of a package's config file and additional files to ↵ | jim-p | 2014-08-19 | 1 | -0/+2 |
| | | | | separate functions, and then have the "xml" package button perform these so that it is not only a redundant copy of the "pkg" reinstall button. This can help ensure a package files are in a known-good state before other actions are performed, in case the deinstall would fail or behave erratically due to other files being missing. | ||||
* | fix gold alignment and redirect | Jared Dillard | 2014-08-19 | 4 | -4/+4 |
| | |||||
* | Revert "make gold link more visable" | Jared Dillard | 2014-08-19 | 15 | -29/+21 |
| | | | | This reverts commit a03943d203441a87ea9c01f383d451dfc921bdd2. | ||||
* | make gold link more visable | Jared Dillard | 2014-08-18 | 15 | -21/+29 |
| | |||||
* | Do this check now that hash algos can be empty | Ermal | 2014-08-18 | 1 | -4/+6 |
| | |||||
* | Correct the ipsec status pages to show proper information as needed. | Ermal | 2014-08-18 | 2 | -29/+39 |
| | |||||
* | Use proper path to setkey now that ipsec-tools are not used anymore | Ermal | 2014-08-18 | 2 | -5/+5 |
| | |||||
* | Correct the functions for returning tunnel status to use strongswan status ↵ | Ermal | 2014-08-18 | 1 | -4/+3 |
| | | | | reports | ||||
* | Allow HASH algorithms to be empty for phase2 in case the encryption one is ↵ | Ermal | 2014-08-18 | 1 | -3/+16 |
| | | | | AES-GCM | ||||
* | Ensure this is always an array to avoid a PHP error from foreach. | jim-p | 2014-08-15 | 1 | -1/+5 |
| | |||||
* | Do not reset source and destination port range values when it's an ↵ | Renato Botelho | 2014-08-11 | 1 | -5/+9 |
| | | | | associated rule created by nat port forward. It fixes #3778 | ||||
* | Require click-through POST confirmation when restoring or deleting a ↵ | jim-p | 2014-08-08 | 1 | -17/+46 |
| | | | | configuation from the backup history page. | ||||
* | Do not execute DNS resolution on GET, only pre-fill Host box so the user can ↵ | jim-p | 2014-08-08 | 1 | -37/+37 |
| | | | | press the button to execute. Turn alias creation links into submit buttons for POST. While here, remove some backticks and simplify a little. | ||||
* | Shorten the wait at "reload" in startup wizard to 5 seconds from 60. That's ↵ | Chris Buechler | 2014-08-08 | 1 | -1/+1 |
| | | | | more than adequate for current systems, no need to make people sit there for 1 minute. Many likely click out via the logo and miss the last screen entirely. | ||||
* | Change the logic of the vpn config generation to make connectivity more ↵ | Ermal | 2014-08-07 | 1 | -1/+1 |
| | | | | stable especially ipsec. Also for IKEv1 just generate the policies and only on traffic start them. | ||||
* | Encode interface/VIP descriptions before displaying them on the NTP daemon ↵ | jim-p | 2014-08-06 | 1 | -1/+1 |
| | | | | settings. | ||||
* | Encode interface/VIP descriptions before displaying them on the GRE and GIF ↵ | jim-p | 2014-08-06 | 2 | -2/+5 |
| | | | | | | pages also; While here, the GRE page was missing IP aliases from its list of bind IPs, add it in. | ||||
* | Encode the detail field of an alias entry before displaying its contents ↵ | jim-p | 2014-08-06 | 1 | -1/+1 |
| | | | | back to the user. | ||||
* | Escape the individual dnsmasq advanced/custom options | jim-p | 2014-08-06 | 1 | -1/+1 |
| | |||||
* | Allow to add ipalias vip to lo0, it should fix #3773 | Renato Botelho | 2014-08-05 | 1 | -8/+3 |
| | |||||
* | Use GPS type presets only to pre-set values then user can change it. After ↵ | Renato Botelho | 2014-08-05 | 1 | -3/+5 |
| | | | | user changes, save type always as Custom to avoid overwriting values when user attempt to edit. It fixes #3782 | ||||
* | More non-functional changes to make code more readable | Renato Botelho | 2014-08-05 | 1 | -22/+29 |
| | |||||
* | Fix indent and spaces | Renato Botelho | 2014-08-05 | 1 | -17/+13 |
| | |||||
* | This if is unecessary since input_errors is unset in the line above | Renato Botelho | 2014-08-05 | 1 | -87/+85 |
| | |||||
* | Fix indent and whitespaces | Renato Botelho | 2014-08-05 | 2 | -321/+346 |
| | |||||
* | Make sure there are not empty options on dst select to avoid creating empty ↵ | Renato Botelho | 2014-08-05 | 2 | -0/+12 |
| | | | | user or group. This issue was introduced by b4e9a4da | ||||
* | Fix select name | Renato Botelho | 2014-08-05 | 1 | -1/+1 |
| | |||||
* | Fix input validation logic on diag_testport.php, escape more shell arguments ↵ | jim-p | 2014-08-04 | 1 | -3/+3 |
| | | | | for good measure | ||||
* | Fix #3790. Fix IPv6 Prefix ID check using interface user choose before save | Renato Botelho | 2014-08-04 | 1 | -0/+6 |
| | |||||
* | Use a uniqid() to track phase2 entries to avoid confustion and various ↵ | Ermal | 2014-08-01 | 2 | -102/+83 |
| | | | | mistakes when modifying and editing them. | ||||
* | Add message about Gold to setup wizard and menu/link to Gold signup. | Matt Smith | 2014-07-25 | 9 | -28/+55 |
| | |||||
* | Fix #3575, do not allow user to set IPs for GRE interfaces on interface edit ↵ | Renato Botelho | 2014-07-25 | 2 | -2/+11 |
| | | | | page. | ||||
* | Fix redirect after editing permissions | jim-p | 2014-07-25 | 1 | -1/+1 |
| | |||||
* | Disable bandwidth checks for PRIQ, it should fix #3537 | Renato Botelho | 2014-07-25 | 2 | -76/+88 |
| | |||||
* | Fix field name that cannot contain spaces, and use displayname | Renato Botelho | 2014-07-25 | 1 | -2/+3 |
| | |||||
* | Fix scheduler field name | Renato Botelho | 2014-07-25 | 1 | -1/+1 |
| | |||||
* | Fix field name that cannot contain spaces, and use displayname | Renato Botelho | 2014-07-25 | 1 | -2/+3 |
| | |||||
* | Fix field name | Renato Botelho | 2014-07-25 | 1 | -1/+1 |
| | |||||
* | Strict checks for number of WANs and LANs on wizard | Renato Botelho | 2014-07-24 | 1 | -4/+8 |
| | |||||
* | Fix number of WAN / LAN interfaces detection for dedicated wizard | Renato Botelho | 2014-07-24 | 1 | -4/+11 |
| | |||||
* | Try to guess number of WANs | Renato Botelho | 2014-07-24 | 2 | -0/+21 |
| | |||||
* | Try to guess number of WANs and LANs | Renato Botelho | 2014-07-24 | 2 | -0/+27 |
| | |||||
* | Fix number of WAN and LAN connections check | Renato Botelho | 2014-07-24 | 1 | -1/+11 |
| | |||||
* | Just show right type of interfaces (LAN/WAN) on traffic shapper wizards, it ↵ | Renato Botelho | 2014-07-24 | 2 | -0/+12 |
| | | | | fixes #3535 | ||||
* | Remove 'multi lan/single wan' and 'multi wan/single lan' traffic shaper ↵ | Renato Botelho | 2014-07-24 | 5 | -5687/+0 |
| | | | | wizards, multi lan/wan can be used to replace any of them | ||||
* | Replace exec() and system() calls by internal functions | Renato Botelho | 2014-07-24 | 1 | -3/+4 |
| | |||||
* | Fix indent and whitespaces | Renato Botelho | 2014-07-24 | 1 | -42/+54 |
| | |||||
* | Fix indent and whitespaces | Renato Botelho | 2014-07-24 | 2 | -386/+386 |
| |