Stefan Schantl
34ebab463b
urlfilter.cgi: Fix path to squidGuard binary when converting custom blacklists.
...
Fixes #10626 .
2014-09-20 11:49:39 +02:00
Stefan Schantl
9cc46b56ad
logs.cgi/ids.dat: Change url for snort sid details.
...
Fixes #10578 .
2014-09-16 20:37:16 +02:00
Michael Tremer
8fbcf730ae
proxy.cgi: Move ACL definitions up
...
ACl definitions could not be used in some other directives
unless they are defined earlier.
2014-08-28 17:01:44 +02:00
Michael Tremer
2fc5124b7e
proxy: Allow HTTP Basic authentication against Active Directory servers
...
Some clients may not support NTLMv2. Basic authentication can
now be activated. This is dangerous as it sends the credentials
in cleartext to the proxy server.
2014-08-11 11:49:56 +02:00
Michael Tremer
935c2f233b
Merge remote-tracking branch 'ms/ddns.cgi-fixes' into next
...
Conflicts:
html/cgi-bin/ddns.cgi
2014-08-07 21:06:13 +02:00
Stefan Schantl
4851bc81f3
ddns.cgi: Support hostname details without seperating dots.
...
To keep compatiblity with the settings file of the old DDNS update script
(setddns.pl) we keept the storrage of the hostname information in
two parts (hostname and domain) and connected both with a dot to get a valid
FQDN again. OpenDNS and may some other providers do not use a dotted format
for this information, so one of these two values were empty.
We now can handle such cases in a right way.
2014-08-07 21:02:10 +02:00
Michael Tremer
a6df80269b
ddns.cgi: Fix CGI clearing all settings.
2014-08-07 20:58:33 +02:00
Michael Tremer
c330d115bf
ddns.cgi: Fix coding style.
2014-08-07 20:40:14 +02:00
Michael Tremer
458064c519
ddns.cgi: Allow enabling/disabling entries.
2014-08-07 20:33:10 +02:00
Michael Tremer
908555842c
Merge remote-tracking branch 'ms/firewall-no-nat' into next
...
Conflicts:
doc/language_issues.nl
doc/language_issues.tr
2014-08-07 14:50:42 +02:00
Stefan Schantl
c2f80e67a7
ddns.cgi: Fix enable/disable handling of entries.
...
When the "enabled" checkbox is checked a "on" will be returned,
if the box is unchecked checkboxes will return nothing.
As a result of this behaviour the ddns.conf contained entries which have been disabled in the WUI.
We now check if the checkbox returns a "on", otherwise we will set the "enabled" value to "off" to
prevent from this problem.
2014-08-05 21:24:44 +02:00
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
194314b250
OpenVPN: Added a check for empty 'CERT_NAME' field.
...
Fixes : #10581
2014-07-31 15:39:49 +02:00
Erik Kapfer
b3f401fba4
ids.cgi fix snort rules download url.
...
fixes: 10579
2014-07-29 22:31:26 +02:00
Arne Fitzenreiter
f0728c790f
Merge remote-tracking branch 'origin/master' into next
...
Conflicts:
config/cfgroot/general-functions.pl
2014-07-29 22:01:19 +02:00
Michael Tremer
10cd52ba8e
Merge remote-tracking branch 'stevee/next-ddns-opendns.com-fix' into next
2014-07-27 12:36:11 +02:00
Stefan Schantl
dc07707153
ddns.cgi: Support hostname details without seperating dots.
...
To keep compatiblity with the settings file of the old DDNS update script
(setddns.pl) we keept the storrage of the hostname information in
two parts (hostname and domain) and connected both with a dot to get a valid
FQDN again. OpenDNS and may some other providers do not use a dotted format
for this information, so one of these two values were empty.
We now can handle such cases in a right way.
2014-07-27 12:06:27 +02:00
Michael Tremer
2deb75c0f3
Merge remote-tracking branch 'ms/squid-ad' into next
2014-07-27 12:01:50 +02:00
Michael Tremer
fffc646e74
logs: Add dynamic DNS logging section.
2014-07-24 13:35:22 +02:00
Michael Tremer
9d9c825b4e
Merge branch 'cr_fix' of https://github.com/hadfl/ipfire-2.x into next
2014-07-19 11:34:50 +02:00
Michael Tremer
fed3de5b75
Merge branch 'subnets_as_grps' of https://github.com/hadfl/ipfire-2.x into next
2014-07-19 11:34:10 +02:00
Michael Tremer
e6461027b0
Merge branch 'ovpn_colour' of https://github.com/hadfl/ipfire-2.x into next
2014-07-19 11:32:18 +02:00
Michael Tremer
83ef9c40ef
firewall: Allow to disable masquerading.
2014-07-18 17:15:29 +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
Dominik Hassler
c7220d6e5a
- connections.cgi: static ip address pools colour
2014-07-09 23:55:31 +02:00
Dominik Hassler
6ace85e360
- bugfix: allow subnets of green/blue/orange/red as network group
2014-07-09 23:51:01 +02:00
Dominik Hassler
66298ef2de
- remove cr for n2n server and client config
2014-07-09 23:32:58 +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