Commit Graph

1564 Commits

Author SHA1 Message Date
Erik Kapfer
156311fbcd OpenVPN: Added a check for empty 'CERT_NAME' field.
Fixes: #10581
2014-08-04 21:18:45 +02:00
Stefan Schantl
1f080b34ba ddns.cgi: Check for valid FQDN before doing nslookup.
We now check if the used hostname is a valid FQDN before doing the nslookup to
determine if a DDNS host is up do date.
2014-08-04 19:37:45 +02:00
Stefan Schantl
5fe185f83c ddns.cgi: Fix token auth for provider regfish.com.
In the past the regfish.com auth token was stored as username similar than freedns.afraid.com. We now expected
the token key stored as password, to keep compatiblity with old installations I've added some compatible code
to prevent users from various issues.
2014-08-04 12:53:59 +02:00
Erik Kapfer
b3f401fba4 ids.cgi fix snort rules download url.
fixes: 10579
2014-07-29 22:31:26 +02:00
Michael Tremer
fffc646e74 logs: Add dynamic DNS logging section. 2014-07-24 13:35:22 +02:00
Michael Tremer
ed94927d20 netexternal.cgi: Fix font colour on yellow background. 2014-07-16 23:25:06 +02:00
Michael Tremer
960e969ca1 Merge remote-tracking branch 'stevee/ddns-new-providers' 2014-07-14 14:12:31 +02:00
Stefan Schantl
4fb763ff6e ddns.cgi: Add handling for entrydns and opendns. 2014-07-14 14:09:23 +02:00
Michael Tremer
a78470dc17 Merge remote-tracking branch 'amarx/openvpn' 2014-07-14 14:02:57 +02:00
Michael Tremer
ff5e4ef871 netexternal.cgi: Show DNSSEC status
The netexternal.cgi has been extended to show what type
of DNSSEC support the upstream nameservers offer.
2014-07-14 13:42:24 +02:00
Alexander Marx
5b942f7f3b OpenVPN: change sortorder of client status and control. Now every network is sorted and displayed in a group 2014-07-14 11:48:36 +02:00
Arne Fitzenreiter
e351c1e090 ddns: don't use forced update. 2014-07-13 13:07:00 +02:00
Arne Fitzenreiter
e611222f41 ddns.cgi: fix convert at update. 2014-07-13 12:46:41 +02:00
Michael Tremer
06fb88bc1d ddns.cgi: Remove an other unknown function call. 2014-07-10 20:39:56 +02:00
Michael Tremer
9a33b04f13 ddns.cgi: Hide listing if no entries exist.
Also remove call of unknown function.
2014-07-10 20:26:02 +02:00
Michael Tremer
c61ac6e80e ddns.cgi: Move enabled checkbox a bit up. 2014-07-10 20:03:21 +02:00
Michael Tremer
4576afc5d8 ddns.cgi: Fix superfluous colon. 2014-07-10 20:01:06 +02:00
Michael Tremer
aacc471092 ddns.cgi: Fix syntax error. 2014-07-10 19:58:44 +02:00
Michael Tremer
f0b7534f7f proxy.cgi: Move {minimum,maximum}_object_size before cache_dir.
The cache_dir directive ignores the object size directives
if those have not been set prior to cache_dir.

http://bugs.squid-cache.org/show_bug.cgi?id=3830
2014-07-10 14:04:05 +02:00
Michael Tremer
3ebc0da70f proxy.cgi: Allow safe/SSL ports to be empty.
Fixes a syntax error in the generated squid configuration
file.
2014-07-10 13:30:02 +02:00
Michael Tremer
4fca9c997d firewalllogcountry.dat: Fix chart for dial-in connections. 2014-07-10 12:45:11 +02:00
Alexander Marx
c8b51e28bf Openvpn: Change sortorder of client status and control
Now every NET is sorted and second instance is the NAME of the VPN.
2014-07-10 08:08:01 +02:00
Stefan Schantl
f5770b46e4 ddns.cgi: Add required code for generating valid nsupdate.info config section. 2014-07-09 21:14:49 +02:00
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