Commit Graph

5034 Commits

Author SHA1 Message Date
Michael Tremer
7eb378428b core 65: Ship vpnmain.cgi. 2012-11-28 22:13:17 +01:00
Michael Tremer
f4819f1f76 Merge remote-tracking branch 'amarx/ipsec' into next 2012-11-28 22:12:50 +01:00
Michael Tremer
bd54ff030e Update translations. 2012-11-28 20:25:28 +01:00
Alexander Marx
e2429e8d34 OpenVPN ccd: created subnet checkfunction in general_functions, because ipsec needs this too!
This should prevent ipsec Hosts/Nets to have same ip addresses than openvpn Hosts/Nets
2012-11-28 20:24:59 +01:00
Alexander Marx
ac87f37110 OpenVPN ccd: fixed counter in static networks. Only 63 hosts are possible in /24 subnet Now IP-Range begins with ".2" 2012-11-28 20:18:14 +01:00
Alexander Marx
df9b48b753 OpenVPN ccd: added alphanumeric sort of static networks and under ROUTING, NONE is selected if no route is specified 2012-11-28 20:17:23 +01:00
Michael Tremer
1e0419c8da Add daq library to core update 65. 2012-11-26 22:27:43 +01:00
Arne Fitzenreiter
35c343da7a daq: fix rootfile (part2). 2012-11-26 22:27:03 +01:00
Arne Fitzenreiter
d22cf08876 daq: fix rootfile. 2012-11-26 22:26:53 +01:00
Michael Tremer
1d8c30387e sarg: Don't build user agent report.
This is not very beautiful and does not
contain any valuable information.
2012-11-26 17:28:25 +01:00
Michael Tremer
3fc50622e0 sarg: Create initial report right after sarg has been installed. 2012-11-26 16:58:19 +01:00
Alexander Marx
f7fc17c38a IPSEC: added checkroutine for used OpenVPN subnets/Hosts 2012-11-26 13:19:07 +01:00
Michael Tremer
1870e7c50f Update translations. 2012-11-26 12:19:22 +01:00
Michael Tremer
3ef99ad95a Add links to sarg reports on the proxy reports page. 2012-11-26 12:18:54 +01:00
Michael Tremer
f87161948c apache: Allow accessing sarg reports for admins. 2012-11-26 11:19:51 +01:00
Michael Tremer
3aa175f781 sarg: Remove all previously created reports of "today". 2012-11-26 11:05:49 +01:00
Michael Tremer
a000249ff9 fcron: Run weekly tasks on Monday. 2012-11-26 11:02:28 +01:00
Michael Tremer
fb6e700b40 sarg: New addon. 2012-11-26 10:56:48 +01:00
Michael Tremer
d46bec5299 calamaris: Fix viewing reports.
Fixes that only the last created report could be viewed (#10259).
2012-11-26 10:55:32 +01:00
Michael Tremer
c4e0412235 Merge branch 'create-core-65' into next 2012-11-26 10:55:01 +01:00
Alexander Marx
5068ac3822 OpenVPN ccd: try to adapt changes to latest next branch. 2012-11-26 10:31:47 +01:00
Michael Tremer
d41f9e6ee8 Create core update 65. 2012-11-23 14:32:25 +01:00
Michael Tremer
b368a2f84d Merge remote-tracking branch 'stevee/next' into next 2012-11-23 12:58:40 +01:00
Alexander Marx
290007b3b0 openvpn ccd: Fix subnet mask validation. 2012-11-23 12:56:54 +01:00
Alexander Marx
52d08bcbd2 openvpn ccd: Minor fixes: iroute, delete route line.
Fixed several bugs:

1) iroute line not correctly printed in ccd file
2) route line was not deleted from server.conf when deleting a client
3) Routebox (client has access to these networks on ipfire site) did not show green,orange and blue when no static route was defined on ipfire
4) Green is no longer selected as default route in clientconfig.

Tested all Options with Windows 7 Client and Linux Mint 12
2012-11-23 12:56:47 +01:00
Stefan Schantl
1647059d74 ovpnmain.cgi: Check and only allow valid operation modes for mtu-disc.
In the past some unexpected things has been happened if the Path MTU Discovery not has been
configured.
2012-11-22 19:59:56 +01:00
Stefan Schantl
9e3b875694 ovpnmain.cgi: Path MTU Discovery defaults to Off on Net-to-Net connections. 2012-11-22 19:47:30 +01:00
Stefan Schantl
f2621c3190 Revert "openvpn.cgi: Respect if mtu-disc hasn't been configured yet."
This reverts commit a66e24bbfd.
2012-11-22 19:45:44 +01:00
Arne Fitzenreiter
83920cfcd5 mediatomb: add libexif as dependency. 2012-11-21 18:45:36 +01:00
Stefan Schantl
b228aaf09d ovpnmain.cgi: Path MTU Discovery defaults to Off on Net-to-Net connections. 2012-11-20 19:26:13 +01:00
Alexander Marx
e81be1e1ed openvpn ccd: Minor fixes.
some bugfixes, client advanced options no more visible under net-2-net config, blue network is recognized,
Fixed the bug with wrong ip address in ccd file.
2012-11-20 17:11:08 +01:00
Stefan Schantl
a66e24bbfd openvpn.cgi: Respect if mtu-disc hasn't been configured yet.
If mtu-disc has not been configured, the script anyway has write mtu-disc to the configuration files,
which has brocken them.
2012-11-19 21:07:55 +01:00
Stefan Schantl
07cdb8f659 Add ovpn-ccd-convert script.
This script is required, to convert existing OpenVPN roadwarrior configurations to
work with the new CCD extension.
2012-11-17 16:35:38 +01:00
Stefan Schantl
350f298025 Merge branch 'ovpn-mtu-disc' into next
Conflicts:
	html/cgi-bin/ovpnmain.cgi
2012-11-17 13:10:05 +01:00
Stefan Schantl
7db34105f9 Add update-lang-cache script.
This script can be used, to update the language cache if any strings will be added
or modified.
2012-11-17 11:02:48 +01:00
Alexander Marx
8c877a82f6 OpenVPN: Add CCD configuration GUI. 2012-11-16 17:08:49 +01:00
Stefan Schantl
2ee746be04 Add support for mtu-disc to openvpn.
OpenVPN now have support for an automaticaly mtu path discovery.
This feature can be enabled on roadwarrior or net-to-net connections.
It can be fully configured by using the webinterface.
2012-11-14 20:46:36 +01:00
Erik Kapfer
ce819132f3 libstatgrab: New package. 2012-11-13 23:49:45 +01:00
Erik Kapfer
cc8ac76307 stress: New package. 2012-11-13 22:31:39 +01:00
Arne Fitzenreiter
6f8891ccc7 finished core64. 2012-11-10 16:29:09 +01:00
Arne Fitzenreiter
b4a91e662d GeoIP: update database to 6.11.2012. 2012-11-10 16:28:15 +01:00
Arne Fitzenreiter
24510a3563 core64: add langs to updater and update cache. 2012-11-10 16:27:51 +01:00
Arne Fitzenreiter
b5c5e2d84d langs: remove not translated ovpn strings.
Don't add english strings to other language files!
English will automaticly used if the string is not defined.
2012-11-10 16:25:54 +01:00
Michael Tremer
9724a0bcd4 Add recently changed files to core update. 2012-11-06 22:59:20 +01:00
Michael Tremer
ab74c839dd Fix outgoing firewall problems with MAC rules.
Bug #10223.
2012-11-06 22:57:22 +01:00
Michael Tremer
55ecfab2b7 Update translations. 2012-11-06 11:45:01 +01:00
Michael Tremer
fb874f2e7c Update credits.cgi. 2012-11-06 11:44:45 +01:00
Arne Fitzenreiter
90d9b60492 samba: updated to 3.5.19. 2012-11-05 19:49:18 +01:00
Arne Fitzenreiter
eead8d2e01 core64: started update 64. 2012-11-03 16:31:12 +01:00
Arne Fitzenreiter
d095947fed snort: updated ruleset download url for new snort. 2012-11-03 16:29:53 +01:00