Michael Tremer
aea35c5aca
vpnmain.cgi: Use MODP groups with smaller key lengths by default.
...
https://bugzilla.ipfire.org/show_bug.cgi?id=10396
2013-07-25 16:46:54 +02:00
Michael Tremer
6cdde6c0bb
Merge branch 'next' of ssh://git.ipfire.org/pub/git/ipfire-2.x into next
2013-07-20 18:47:36 +02:00
Michael Tremer
26dfc86a7b
ipsec: Add ECP cryptography.
...
Allow selecting ECDH for IPsec VPN connections.
2013-07-20 18:46:32 +02:00
Stefan Schantl
c125d8a2b4
ovpnmain.cgi: Allow to keep the Remote field empty for N2N connections.
...
* It's now possible to keep the Remote Host/IP field empty.
* Cleaned up code.
Fixes #10392 .
2013-07-20 10:57:45 +02:00
Stefan Schantl
92b87e17f1
ovpnmain.cgi: Set mtu-disc to off if not configured.
...
Fixes #10391 .
2013-07-17 21:01:14 +02:00
Stefan Schantl
f48074bacb
ovpnmain.cgi: Add check for a valid N2N network.
...
Fixes #10390 .
2013-07-17 19:58:20 +02:00
Michael Tremer
8b417dd143
proxy.cgi: Re-apply accidentially removed changes.
...
Removed in dfee7582f9 ,
originally introduced in 49c7cb2328 .
2013-07-16 19:38:54 +02:00
Michael Tremer
920cc72333
Merge branch 'next' of ssh://git.ipfire.org/pub/git/ipfire-2.x into next
2013-07-15 22:05:12 +02:00
Michael Tremer
a610e13655
squid: Allow to set more FDs in CGI.
2013-07-15 22:04:59 +02:00
Arne Fitzenreiter
3e862ce4f9
Merge remote-tracking branch 'stevee/proxy-squidclamav' into next
...
Conflicts:
config/cfgroot/general-functions.pl
2013-07-15 20:49:23 +02:00
Arne Fitzenreiter
c47f57d4e7
Merge remote-tracking branch 'stevee/dnsforward' into next
2013-07-15 20:38:27 +02:00
Arne Fitzenreiter
a0fa489f2f
snort: update to 2.9.5.
...
add VRT/GPLv2 community rules.
fix wrong oinkcode warning if no oinkcode is needed.
2013-07-15 17:05:44 +02:00
Stefan Schantl
e4ba53ed59
dnsmasq: Add feature to forward domains to certain DNS servers.
...
Fixes #10369 .
2013-07-14 13:43:34 +02:00
Michael Tremer
89baf6d537
ppp: Don't require setting the MTU configuration.
2013-07-09 12:15:07 +02:00
Arne Fitzenreiter
57097305a6
Merge remote-tracking branch 'stevee/wlan-client' into next
...
Conflicts:
config/cfgroot/general-functions.pl
2013-07-06 13:43:51 +02:00
Stefan Schantl
dfee7582f9
Increase performance of the squidclamav redirector.
...
To boost up the performance, now we trust the proxy cache.
I add some changes to the proxy.cgi to configure the proxy and the
squidclamav in the right way.
I also add a hook that allows us to generate a new configuration
if the cgi script will be launched from the shell.
Fixes #10367 .
2013-06-30 11:21:42 +02:00
Michael Tremer
49c7cb2328
squid: Include /etc/squid/squid.conf.pre.local.
...
This configuration file is included _before_ the
default IPFire configuration.
2013-06-18 15:59:03 +02:00
Michael Tremer
5a2935b1b3
Add DDNS client for dns.lightningwirelabs.com.
2013-06-12 14:36:51 +02:00
Michael Tremer
61027579bb
Implement wireless client on RED.
...
http://wishlist.ipfire.org/wish/wireless-client-on-red
Conflicts:
doc/language_issues.de
doc/language_issues.en
doc/language_issues.es
doc/language_issues.fr
doc/language_issues.pl
doc/language_issues.ru
src/misc-progs/Makefile
2013-05-29 18:32:51 +02:00
Michael Tremer
7b91d99f45
Update credits.cgi.
2013-05-16 09:54:43 +02:00
Michael Tremer
409f704631
Fix missing closing DIV tag in maniac's theme.
2013-05-16 09:54:07 +02:00
Michael Tremer
cfa7eab02f
Revert "ipsec: Shut up strongswan logging."
...
This reverts commit 43f4c938c1 .
Conflicts:
config/rootfiles/oldcore/66/update.sh
2013-05-11 11:42:52 +02:00
Michael Tremer
2ad1a8bc0c
Revert "Update accelerator changes from Jörn-Ingo Weigert."
...
This reverts commit 5cf2c33968 .
Conflicts:
html/html/themes/ipfire/include/functions.pl
html/html/themes/maniac/include/functions.pl
langs/de/cgi-bin/de.pl
langs/en/cgi-bin/en.pl
2013-05-11 11:39:36 +02:00
Michael Tremer
67fd2a703d
Fix spacing in new uptime bar.
2013-04-30 12:28:34 +02:00
Michael Tremer
5d73f5158c
Merge remote-tracking branch 'amarx/10352' into next
2013-04-29 13:14:46 +02:00
Michael Tremer
5cf2c33968
Update accelerator changes from Jörn-Ingo Weigert.
...
Conflicts:
config/rootfiles/core/68/filelists/files
2013-04-29 13:13:07 +02:00
Alexander Marx
b376fae45c
OpenVPN: Bugfix 10352: When opening advanced server options all fields are disabled under IE10
2013-04-29 12:57:01 +02:00
Alexander Marx
ab4cf06cff
OpenVPN: Bugfix 10357, now when chaning an VPN N2N or editing an old one the ports are checked.
2013-04-28 05:47:50 +02:00
Kay-Michael Köhler
9b37e91ef6
Make connection tracking list sortable.
2013-04-26 12:23:46 +02:00
Joern-Ingo Weigert
62a13aec4c
services.cgi: Fix for depreciate-warning in httpd/error_log
...
This patch fixes the depreciate warning in /var/log/httpd/error_log
not to use a hash as reference
So I changed:
[...]
print %link->{$key}
[...]
To:
[...]
print $link{link}
[...]
which solves the warning and should be good in future.
Joern-Ingo Weigert <jiweigert@ipfire.org >
2013-04-24 17:27:44 +02:00
Michael Tremer
0cf124ab69
ipsec: Set IKE/IPsec lifetime to strongswan defaults.
...
As suggested by Tom Rymes:
https://bugzilla.ipfire.org/show_bug.cgi?id=10346
2013-04-08 14:51:58 +02:00
Arne Fitzenreiter
94ce2cc1b9
samba.cgi: increase network buffers.
2013-03-18 20:26:38 +01:00
Michael Tremer
c1b2758242
Merge remote-tracking branch 'jiweigert/XHTML_1.0' into core68
2013-03-08 16:47:43 +01:00
Joern-Ingo Weigert
70b1b5d22f
WUI: Make the shown uptime in the footer more beautiful.
2013-03-08 16:39:32 +01:00
Joern-Ingo Weigert
f4435fd9a5
Correcting margin-bottom of main_inner h3,h4 to fit spacer with sidemenu
2013-03-08 16:36:28 +01:00
Joern-Ingo Weigert
d0d063fe14
Colorize the bandwidth meter and update jquery.
2013-03-08 16:23:13 +01:00
Joern-Ingo Weigert
eea1d2d7e1
Modify Page Header to correct XHTML-Sytax (maniac)
2013-03-04 21:30:22 +01:00
Joern-Ingo Weigert
8ed76a233c
Modify Page Header to correct XHTML-Sytax (ipfire)
2013-03-04 21:28:34 +01:00
Arne Fitzenreiter
5627b4c9f2
Merge remote-tracking branch 'stevee/core67-merge' into next
...
Conflicts:
make.sh
2013-03-03 23:11:17 +01:00
Stefan Schantl
180fffd9ee
Merge branch 'ovpn-header-on-index.cgi' into core67-merge
2013-03-03 13:58:23 +01:00
Stefan Schantl
75559f73dc
Merge branch 'ovpn-client-pkg-download' into core67-merge
2013-03-03 13:37:15 +01:00
Joern-Ingo Weigert
cfd33ae009
updatexlrator.cgi: Vendor icon "updxl-src-unknown.gif" are used, regardless of presence in image-dir.
...
Fixes #10254 .
2013-03-03 13:30:33 +01:00
Alexander Marx
81da1b01e9
ovpnmain.cgi: Change check for pushed dhcp domains.
...
The Domainname is now checked against validdomainname instead of validfqdn,
so there's no need of a dotted domainname anymore.
Fixes #10262 .
2013-03-03 13:23:49 +01:00
Stefan Schantl
4715ddb3f0
index.cgi: Show OpenVPN header if server is disabled but N2N connections are used.
...
If the ovpn server for roadwarrior connections was stopped, there was no OpenVPN header
displayed on the index.cgi. If there are configured Net-to-Net connections, they
could be established in the background but their status can be found
on the VPN (IPsec) section which is wrong. If there is also no IPsec
configured there aren't any information about the Net-to-Net connections on the start page.
2013-03-03 13:05:48 +01:00
Arne Fitzenreiter
725254ef1f
samba: remove MAPTOGUEST="Never".
...
This option is not supported by samba 3.6.x anymore.
2013-03-01 19:35:18 +01:00
Alexander Marx
96096995ed
ovpnmain.cgi: Fix downloading of client packages.
...
It was only possible to download the client packages if the OpenVPN server is running - which is very confusing.
Fixes #10300 .
2013-03-01 19:25:15 +01:00
Arne Fitzenreiter
c0bdb99263
Merge branch 'next' of ssh://git.ipfire.org/pub/git/ipfire-2.x into next
2013-03-01 00:07:49 +01:00
Arne Fitzenreiter
cdbeabe221
hostapd: fix ascii check and add country code to hostapd.conf.
2013-03-01 00:06:51 +01:00
Jan Behrens
6bea848d34
squid: Compile with --enable-cache-digests.
...
Bug #10311
https://bugzilla.ipfire.org/show_bug.cgi?id=10311
2013-03-01 00:03:20 +01:00
Arne Fitzenreiter
56c2cc6542
wlanap.cgi: use monitor device only if it exist.
2013-02-24 15:52:24 +01:00