summaryrefslogtreecommitdiffstats
path: root/src/usr
Commit message (Collapse)AuthorAgeFilesLines
* diag_ipsec.php - show button for child SAs only when some are established. ↵Matt Smith2015-11-101-4/+5
| | | | Fix ID used by child SA disconnect button. Fix misplaced curly braces.
* Fix the action of edit button for NAT 1:1 rules.Luiz Otavio O Souza2015-11-101-1/+1
|
* Merge pull request #2036 from heper/patch-1Stephen Beaver2015-11-104-2/+269
|\
| * improve validation $argv[1]heper2015-11-091-9/+1
| |
| * fix typoheper2015-11-091-1/+1
| |
| * add static leasesheper2015-11-091-6/+10
| |
| * add static leasesheper2015-11-091-149/+169
| |
| * add enable_rrd_graphing to $_postheper2015-11-081-0/+3
| |
| * Update status_rrd_graph.phpheper2015-11-081-1/+0
| |
| * add dhcpd to switch($curcat)heper2015-11-081-0/+9
| |
| * add dhcpd + workaround make_tabs() globalsheper2015-11-081-2/+12
| |
| * remove useless arp dataheper2015-11-081-35/+0
| |
| * add dhcpd rrd graphheper2015-11-061-0/+11
| |
| * add dhcpd rrd graphheper2015-11-061-0/+23
| |
| * add dhcpd rrd graphheper2015-11-061-0/+231
| |
* | Merge pull request #2053 from phil-davis/r9Stephen Beaver2015-11-1020-34/+34
|\ \
| * | More $Id and whitespacePhil Davis2015-11-1020-34/+34
| | | | | | | | | | | | from more obscure folders around the code
* | | Fixed #5402Stephen Beaver2015-11-101-3/+4
| | |
* | | Unbound UI ReviewPhil Davis2015-11-102-10/+10
| | | | | | | | | | | | Few things found when looking at the Unbound UI code
* | | Make the display of hardware crypto information more reliable at least for ↵Luiz Otavio O Souza2015-11-101-2/+3
| | | | | | | | | | | | | | | | | | AESNI. Issue: #4911
* | | Completes #5400, #3999, #5405Stephen Beaver2015-11-1028-40/+40
| | | | | | | | | | | | Mote: New ticket will be opened to provide IP address sorting
* | | Fix a typo in function name.Luiz Otavio O Souza2015-11-101-1/+1
| | |
* | | Fix the record type variable name. This fixes the visualization of the ↵Luiz Otavio O Souza2015-11-101-3/+3
| | | | | | | | | | | | selected record type.
* | | Fix the name of interface select box to match the name used in the rest of code.Luiz Otavio O Souza2015-11-101-2/+2
|/ / | | | | | | Without this the interface name was not being saved.
* | Rearrange calls in unbound.inc so config text can be generated without ↵Matt Smith2015-11-091-70/+57
| | | | | | | | writing the actual file and a syntax check can be run. Rearrange services_unbound.php to wait until input checking is complete before saving things to global config and run syntax check as part of input checking. Implements #4411.
* | REvised icon placementStephen Beaver2015-11-091-1/+1
| |
* | Experimental table sortingStephen Beaver2015-11-095-1/+96
| |
* | Fixed #5395Stephen Beaver2015-11-092-8/+20
| |
* | Fixed #5403Stephen Beaver2015-11-091-7/+33
| |
* | Fixed #5404Stephen Beaver2015-11-091-90/+78
| |
* | Remove some dead code and eliminate one use case of $config['ipsec']['enable'].Luiz Otavio O Souza2015-11-091-9/+1
| |
* | Fixed #5391Stephen Beaver2015-11-091-2/+31
| |
* | Fixed #5401Stephen Beaver2015-11-091-2/+1
| |
* | Fixed #5397Stephen Beaver2015-11-091-0/+1
| |
* | Fixed #5396Stephen Beaver2015-11-091-1/+1
| | | | | | | | Added table striping. Centering the icon will come later.
* | Fixed #5394Stephen Beaver2015-11-091-2/+1
| |
* | Fixed #5388Stephen Beaver2015-11-092-4/+4
| |
* | Fixed #5390Stephen Beaver2015-11-092-3/+9
| |
* | Allow fa icons to be embedded in Form_Button class buttonsStephen Beaver2015-11-093-9/+48
| |
* | Remove spurious whitespacejim-p2015-11-091-1/+1
| |
* | Fix syntax error in src/usr/local/www/services_captiveportal_mac.phpjim-p2015-11-091-1/+2
| |
* | Disable DEBUG on Status -> IPSEC -> SPD.Luiz Otavio O Souza2015-11-091-7/+1
| | | | | | | | Show the installed security policies, instead of debug data.
* | Fix the warning when no HASH algorithm is selected (together with AES-GCM).Luiz Otavio O Souza2015-11-091-1/+1
| |
* | Fix visualization of the selected PFS key group.Luiz Otavio O Souza2015-11-091-1/+1
| | | | | | | | Without this fix you can change your PFS key group to off when editing a phase 2 entry.
* | Try to use default timezone from globals.inc when possible. Stop setting ↵Renato Botelho2015-11-093-10/+13
| | | | | | | | timezone on pkg_mgr_installed.php
* | Fixes #5380Stephen Beaver2015-11-091-1/+1
| |
* | Fix syntaxRenato Botelho2015-11-091-1/+1
| |
* | Let the code ready for strongswan 5.3.4, where key used to track nat were ↵Renato Botelho2015-11-091-2/+14
| | | | | | | | committed with a different name
* | Corrected section title (now CARP Interfaces)Stephen Beaver2015-11-091-1/+1
| |
* | Remove $Id stuff from comment headersPhil Davis2015-11-092-2/+2
| | | | | | | | Completes cleanup of header stuff for these files
OpenPOWER on IntegriCloud