Michael Tremer
cd56eb6db1
ddns.cgi: Add hook to generate ddns.conf from CLI.
2014-07-08 16:10:46 +02:00
Michael Tremer
3c781f6375
ddns.cgi: Add support for keys with nsupdate.
2014-07-08 15:41:23 +02:00
Stefan Schantl
4188fbf1f0
ddns.cgi: Do not show the used hostname in parts.
2014-07-06 22:44:47 +02:00
Stefan Schantl
32b9c7394e
ddns.cgi: Drop code for wildcard support.
...
It seems all ddns providers removed their support for wildcards.
2014-07-06 22:11:18 +02:00
Stefan Schantl
1f8fccc5bc
ddns.cgi: Rework to use new ddns update client.
2014-07-06 21:32:01 +02:00
Michael Tremer
d6c50a8591
Merge remote-tracking branch 'amarx/10538' into next
2014-07-05 22:42:32 +02:00
Alexander Marx
ceb78c46f3
ovpnmain.cgi: Sortorder clientstatus and control - Type, Name
2014-06-16 11:48:18 +02:00
Alexander Marx
29f238b239
BUG 10538: Routes may only added once and should not be part of an internal network
2014-06-16 09:45:59 +02:00
Erik Kapfer
525839f74f
openvpn: Clean up DH download code.
2014-06-12 17:36:57 +02:00
Erik Kapfer
ad09461a43
openvpn:Deleted download possibility for DH param and fixed some typos.
...
* Deleted DH-parameter download possibility in CA/key chart section.
* Fixed some typos in CA/key section.
2014-06-12 16:17:02 +02:00
Erik Kapfer
fd5ccb2dd5
openvpn: Renamed CA chart, added ta.key to chart.
...
* Added keys to CA chart and renamed CA specifics infos to
CA and key infos.
* Added ta.key to CA/key chart listing.
2014-06-12 09:11:52 +02:00
Erik Kapfer
c8f503560f
openvpn: Changed chart string for DH parameter and code cleanup.
...
* Added PKCS infos for DH parameter string in the chart.
* Deleted some redundant '<td>'s and indent some code in chart section.
2014-06-12 08:37:07 +02:00
Erik Kapfer
a0ad10ca68
openvpn: Deleted double entry.
...
* 'my $authactive;' was two times defined, but only one time needed.
2014-06-12 08:27:43 +02:00
Arne Fitzenreiter
2b9b518aa8
traffic.cgi: remove work around for a fixed vnstat(i) bug.
2014-06-07 13:55:34 +02:00
Arne Fitzenreiter
d4af74b78a
modem-status: add more ttyUSB and ttyACM ports.
2014-06-06 10:45:59 +02:00
Erik Kapfer
f7fb5bc5c9
openvpn: Added DH parameter to CA chart.
...
Added also a 'Default' mark in N2N cipher menu for AES-256-CBC.
(cherry picked from commit c16d97c617 )
2014-05-28 20:24:28 +02:00
Erik Kapfer
92bed25016
openvpn: Fixed some typos
...
(cherry picked from commit b585282abf )
2014-05-28 20:24:10 +02:00
Erik Kapfer
4be45949e9
openvpn: Changed directioning and added additional generation for ta.key.
...
Deleted the direction parameter 0 and 1 in ta.key directive for
compatibility purposes.
Added the ta.key generation also in PKI build process.
Replaced the ta.key to /certs instead of /ca and adapted the
apropriate paths.
2014-05-18 09:35:26 +02:00
Erik Kapfer
53ce51761f
openvpn: Drop unused code from cgi file.
...
Deleted the following unused functions:
* checkportfw
* checkportoverlap
* checkportinc
* disallowreserved
2014-05-17 21:50:19 +02:00
Erik Kapfer
754066e6c3
openvpn: Deleted double entries for TLSAUTH and DAUTH.
...
Also drop remaining if clauses for Engines.
2014-05-17 21:32:55 +02:00
Michael Tremer
53ac77f610
Merge remote-tracking branch 'stevee/ddns-providers' into next
2014-05-17 15:27:53 +02:00
Stefan Schantl
ace810a3f8
snort: Update url's for rule download.
2014-05-17 15:27:21 +02:00
Alf Høgemark
1638682beb
cgi-bin: Add title attribute to input type image where missing
...
Almost all of <input type="image"... has both an alt and a
title attribute, but some are missing title, and when the icon
is not very clear, it makes it harder to understand what the icon
does. By adding title, the browser displays text when mouse pointer
is over the icon.
Also add missing quotes for alt and title attributes where needed.
2014-05-14 21:56:42 +02:00
Alf Høgemark
a9fb14d051
cgi-bin: Use readonly="readonly" attribute on html input elements
...
The proper way to mark readonly is to use readonly="readonly", not
readonly="true", like it was done some places.
2014-05-14 21:55:28 +02:00
Alf Høgemark
040b8b0c5e
ovpnmain.cgi: Use language string keys already defined
2014-05-14 21:54:27 +02:00
Alf Høgemark
bc2b3e9483
vpnmain.cgi: htmlcleanup, change html tags from uppercase to lowercase
2014-05-14 21:51:50 +02:00
Alexander Marx
d9fe569366
openvpn: Wrong subnet calculation bug fix.
...
Fixes #10466 .
2014-05-14 21:47:23 +02:00
Michael Tremer
ed4b4c19b9
Re-apply: OpenVPN: Fix daemon stuck in WAIT state.
...
When the client is in the WAIT state, it is usally connected
to the server.
Conflicts:
html/cgi-bin/index.cgi
html/cgi-bin/ovpnmain.cgi
2014-05-14 21:46:22 +02:00
Michael Tremer
a50dadc229
openvpn: Remove RC2 as a cipher option.
2014-05-14 21:28:45 +02:00
Erik Kapfer
f527e53f54
ovpn_fixes: Fixed some typos and strcture.
...
Fixes #10462#c21.
Conflicts:
html/cgi-bin/ovpnmain.cgi
langs/de/cgi-bin/de.pl
langs/en/cgi-bin/en.pl
2014-05-14 21:26:42 +02:00
Bernhard Bitsch
9cf34ad1ed
DDNS: Add support for spdns.de.
...
This commit adds support for the dynamic dns service provider spdns.de.
Fixes #10533 .
2014-05-12 19:53:51 +02:00
Michael Tremer
dd58c50c3e
proxy.pac: Don't use proxy for direct domain access.
2014-05-12 13:21:24 +02:00
Bernhard Bitsch
7c1b7d3e22
proxy.pac: Only grant direct access for actual subnets.
...
Fixes #10324 .
2014-05-12 13:16:43 +02:00
Stefan Ernst
b1ab4a4dd0
DDNS: Add support for variomedia.de.
...
This commit adds support for the dynamic dns service provider variomedia.de.
Fixes #10485 .
2014-05-11 20:06:20 +02:00
Stefan Schantl
02c542d173
DDNS: Add support for twodns.de.
...
This commit adds support for the dynamic dns service provider twodns.de.
Fixes #10418 .
2014-05-11 19:58:31 +02:00
Michael Tremer
661cd276b6
Merge remote-tracking branch 'ummeegge/openvpn' into next
...
Conflicts:
html/cgi-bin/ovpnmain.cgi
langs/de/cgi-bin/de.pl
langs/en/cgi-bin/en.pl
2014-05-11 18:47:11 +02:00
Michael Tremer
b2e75449a9
Revert "OpenVPN:Add HMAC, cipher 'n2n' and DH key selection. Fixes and new design."
...
This reverts commit c2b5d12b34 .
Conflicts:
langs/de/cgi-bin/de.pl
langs/en/cgi-bin/en.pl
2014-05-11 18:34:34 +02:00
Erik Kapfer
49abe7afb1
OpenVPN:Add HMAC, cipher 'n2n' and DH key selection. Fixes and new design.
...
Added HMAC algorithm selection menu for N2N and RW.
Added cipher selection menu for N2N connections.
Added DH key selection also for existing installations incl. DH key upload possibility.
Adjusted the ovpn main WUI design to IPSec WUI.
Extend key lenght for CA, cert and control channel with faktor 2.
Some code and typo cleanup.
Bugfixes for #10317 , #10149 , #10462 , #10463
V.2 New changes:
Integrated changes in langs and ovpnmain.cgi until 20.03.2014 2.15-Beta3.
ovpn.cnf have now default bits of 2048 instead of 1024.
ovpn.cnf default_md works now with sha256 instead of md5.
Bugfix: By new installation the auth directive for RWs is faded out #10462 Comment 15.
Added error message if the crl should be displayed but no crl is present.
v.3 New changes #10462 Comment 20:
Updated to core version 77.
Deleted manual name award in DH key upload section, name will be given automatically now.
Added sha512WithRSAEncryption instead of sha1WithRSAEncryption for "Root Certificate".
Added tls-auth support for Roadwarriors.
Added crypto engine support for N2N and Roadwarriors.
2014-05-11 09:24:04 +02:00
Michael Tremer
03d0b8c7e8
Merge branch 'master' into next
...
Conflicts:
doc/language_issues.nl
doc/language_issues.tr
2014-05-09 01:31:43 +02:00
Alexander Marx
7fa1b16e5d
Firewall: Fix slow generation of host table in firewall groups
2014-05-07 12:13:13 +02:00
Alexander Marx
f1dd19724c
Firewall: Add ip addres after alias name in dropdown for source and target
2014-05-07 12:00:49 +02:00
Alexander Marx
1be052f995
Firewall: When using custom hosts and not having BLUE or ORANGE, the Ruletable took very long to display every Line
...
With this commit the page is shown quickly because there's now a check
if ORANGE or BLUE exist before we test if a host might be in that
subnet.
2014-05-06 13:21:32 +02:00
Michael Tremer
91812c575f
Merge branch 'master' of ssh://git.ipfire.org/pub/git/ipfire-2.x
2014-04-29 14:37:58 +02:00
Michael Tremer
742c334a5b
entropy.cgi: Show status of rngd.
2014-04-29 13:09:42 +02:00
Arne Fitzenreiter
872d5a1e33
pppsetup: add atm device selection.
2014-04-28 23:36:03 +02:00
Alexander Marx
107060da53
Firewall: When using DNAT AUTO, don't display the IP anymore in brackets
2014-04-28 16:18:10 +02:00
Alexander Marx
2ed8330ee5
Firewall: BUG 10526 (missing RED iface in SNAT Dropdown)
2014-04-22 12:35:39 +02:00
Michael Tremer
c80303cd45
Merge remote-tracking branch 'ms/modem-status' into next
...
Conflicts:
doc/language_issues.es
doc/language_issues.fr
doc/language_issues.nl
doc/language_issues.pl
doc/language_issues.ru
doc/language_issues.tr
doc/language_missings
2014-04-21 14:02:17 +02:00
Alexander Marx
bc595f0985
Firewall: Bug10513
2014-04-17 12:38:59 +02:00
Michael Tremer
c5e3d520e9
Add modem status page.
...
On this page, much useful information is displayed about
the hardware and the status of an LTE/3G or other kinds
of modems that respond to AT commands.
2014-04-16 16:05:12 +02:00