]> git.ipfire.org Git - people/teissler/ipfire-2.x.git/log
people/teissler/ipfire-2.x.git
10 years agoMerge branch 'firewall-fifteen' into fifteen
Michael Tremer [Tue, 22 Oct 2013 19:10:25 +0000 (21:10 +0200)] 
Merge branch 'firewall-fifteen' into fifteen

10 years agofirewall: Add proper descriptions/translations for NAT.
Michael Tremer [Tue, 22 Oct 2013 19:09:01 +0000 (21:09 +0200)] 
firewall: Add proper descriptions/translations for NAT.

10 years agofirewall: Straighten the format of the rule table.
Michael Tremer [Tue, 22 Oct 2013 18:21:33 +0000 (20:21 +0200)] 
firewall: Straighten the format of the rule table.

Lots of markup and code cleanup.

10 years agop2p-block.cgi: Fix coding style.
Michael Tremer [Tue, 22 Oct 2013 17:08:35 +0000 (19:08 +0200)] 
p2p-block.cgi: Fix coding style.

10 years agoP2P block: Fix strings.
Michael Tremer [Tue, 22 Oct 2013 16:58:15 +0000 (18:58 +0200)] 
P2P block: Fix strings.

10 years agofirewall: Cleanup rules reloading.
Michael Tremer [Tue, 22 Oct 2013 16:53:48 +0000 (18:53 +0200)] 
firewall: Cleanup rules reloading.

This has been messed up a lot because there were multiple
files which indicated that a reload is needed; shell commands
were used to create and remove the indicator file; some
functions were duplicated.

10 years agofirewall: Predefine value for checkboxes.
Michael Tremer [Tue, 22 Oct 2013 15:39:56 +0000 (17:39 +0200)] 
firewall: Predefine value for checkboxes.

It turns out, that this is not good style, but as the
rest of the CGI depends on it, we need to stick with
this.

10 years agofirewall: Move NAT port field to the protocol section.
Michael Tremer [Tue, 22 Oct 2013 15:23:23 +0000 (17:23 +0200)] 
firewall: Move NAT port field to the protocol section.

10 years agofirewall: Fix collapsing the NAT menu.
Michael Tremer [Tue, 22 Oct 2013 14:59:16 +0000 (16:59 +0200)] 
firewall: Fix collapsing the NAT menu.

Also removing a lot of redundant HTML code and invalid
attributes.

10 years agofirewall: Update the re-read button.
Michael Tremer [Tue, 22 Oct 2013 14:44:43 +0000 (16:44 +0200)] 
firewall: Update the re-read button.

Change to a more meaningful description and remove the
big green box.

10 years agostrongswan: Update to 5.1.1dr4.
Michael Tremer [Tue, 22 Oct 2013 13:01:24 +0000 (15:01 +0200)] 
strongswan: Update to 5.1.1dr4.

10 years agoMerge remote-tracking branch 'morlix/check_mk' into next
Michael Tremer [Tue, 22 Oct 2013 11:15:36 +0000 (13:15 +0200)] 
Merge remote-tracking branch 'morlix/check_mk' into next

10 years agoMerge branch 'master' into check_mk
Timo Eissler [Sat, 19 Oct 2013 22:46:53 +0000 (00:46 +0200)] 
Merge branch 'master' into check_mk

10 years agofix: create check_mk_agent plugins directory
Timo Eissler [Sat, 19 Oct 2013 22:41:22 +0000 (00:41 +0200)] 
fix: create check_mk_agent plugins directory

10 years agoMerge branch 'fifteen' of ssh://git.ipfire.org/pub/git/ipfire-2.x into fifteen
Arne Fitzenreiter [Sat, 19 Oct 2013 13:05:42 +0000 (15:05 +0200)] 
Merge branch 'fifteen' of ssh://git.ipfire.org/pub/git/ipfire-2.x into fifteen

10 years agokernel: update to 3.10.17.
Arne Fitzenreiter [Sat, 19 Oct 2013 13:05:14 +0000 (15:05 +0200)] 
kernel: update to 3.10.17.

10 years agofirewall: Don't show rule activation checkbox when creating a rule.
Michael Tremer [Thu, 17 Oct 2013 15:58:45 +0000 (17:58 +0200)] 
firewall: Don't show rule activation checkbox when creating a rule.

Almost certainly, the user wants the new rule to be active when
it is created. We should put as few input elements as possible
on the rule creation page.

10 years agoUpdate translations.
Michael Tremer [Thu, 17 Oct 2013 15:39:43 +0000 (17:39 +0200)] 
Update translations.

10 years agofirewall: Fix invalid HTML syntax.
Michael Tremer [Thu, 17 Oct 2013 15:39:12 +0000 (17:39 +0200)] 
firewall: Fix invalid HTML syntax.

10 years agofirewall: Simplify rule action selection.
Michael Tremer [Thu, 17 Oct 2013 15:33:46 +0000 (17:33 +0200)] 
firewall: Simplify rule action selection.

Instead of two clicks, this is now changable with only
one click. The color coding should make the decision easier
and warn to not make unwanted configurations.

10 years agofirewall: Make time constraints selection collapsable.
Michael Tremer [Thu, 17 Oct 2013 14:49:07 +0000 (16:49 +0200)] 
firewall: Make time constraints selection collapsable.

10 years agonagios: The plugins cannot be built in parallel.
Michael Tremer [Thu, 17 Oct 2013 14:19:18 +0000 (16:19 +0200)] 
nagios: The plugins cannot be built in parallel.

10 years agoFirewall: Language changes, JQuery code cleanup
Alexander Marx [Thu, 17 Oct 2013 12:27:41 +0000 (14:27 +0200)] 
Firewall: Language changes, JQuery code cleanup

10 years agoFirewall: some languagefile changes
Alexander Marx [Thu, 17 Oct 2013 10:10:34 +0000 (12:10 +0200)] 
Firewall: some languagefile changes

10 years agoFirewall: Some changes in Strings and languagefiles
Alexander Marx [Thu, 17 Oct 2013 09:27:48 +0000 (11:27 +0200)] 
Firewall: Some changes in Strings and languagefiles

10 years agoFirewall: Fixed JQuery code for fwhosts. This is BETA2 base
Alexander Marx [Wed, 16 Oct 2013 12:55:20 +0000 (14:55 +0200)] 
Firewall: Fixed JQuery code for fwhosts. This is BETA2 base

10 years agoFirewall: completed michaels JQuery code and some language changes. This is BETA2...
Alexander Marx [Wed, 16 Oct 2013 12:27:08 +0000 (14:27 +0200)] 
Firewall: completed michaels JQuery code and some language changes. This is BETA2-base

10 years agoMerge branch 'fifteen' of ssh://git.ipfire.org/pub/git/ipfire-2.x into firewall-fifteen
Alexander Marx [Wed, 16 Oct 2013 12:22:38 +0000 (14:22 +0200)] 
Merge branch 'fifteen' of ssh://git.ipfire.org/pub/git/ipfire-2.x into firewall-fifteen

10 years agofirewall: Simplify protocol selection.
Michael Tremer [Tue, 15 Oct 2013 19:06:32 +0000 (21:06 +0200)] 
firewall: Simplify protocol selection.

Plausibility checks and removed checkboxed need to be made
functional again. Also proper styling is missing.

10 years agolinux: Compile the kernel and modules in parallel.
Michael Tremer [Tue, 15 Oct 2013 14:52:55 +0000 (16:52 +0200)] 
linux: Compile the kernel and modules in parallel.

This makes a little bit more use of multiple CPU cores
when compiling.

10 years agofifteen: Add new jquery to update.
Michael Tremer [Tue, 15 Oct 2013 14:51:01 +0000 (16:51 +0200)] 
fifteen: Add new jquery to update.

10 years agoRemove shipped version of jquery.
Michael Tremer [Tue, 15 Oct 2013 14:49:43 +0000 (16:49 +0200)] 
Remove shipped version of jquery.

10 years agowebif: Use new version of jquery.
Michael Tremer [Tue, 15 Oct 2013 14:48:10 +0000 (16:48 +0200)] 
webif: Use new version of jquery.

10 years agojquery: Add extra jquery package.
Michael Tremer [Tue, 15 Oct 2013 14:46:15 +0000 (16:46 +0200)] 
jquery: Add extra jquery package.

Because this is easier to keep up to date.

10 years agoFirewall: Jquery with errors for michael...
Alexander Marx [Tue, 15 Oct 2013 13:45:51 +0000 (15:45 +0200)] 
Firewall: Jquery with errors for michael...

10 years agoFirewall: Try to clean up JS code part 1
Alexander Marx [Tue, 15 Oct 2013 10:05:13 +0000 (12:05 +0200)] 
Firewall: Try to clean up JS code part 1

10 years agoDDNS: Sort providers alphabetically.
Michael Tremer [Tue, 15 Oct 2013 09:50:48 +0000 (11:50 +0200)] 
DDNS: Sort providers alphabetically.

10 years agoDDNS: Add support for udmedia.de.
Stefan Schantl [Mon, 14 Oct 2013 17:07:18 +0000 (19:07 +0200)] 
DDNS: Add support for udmedia.de.

This commit adds support for the dynamic dns service provider udmedia.de and was requested by a user on the forum.

Details can be found here: http://forum.ipfire.org/index.php?topic=9097.0

Fixes #10432.

10 years agoMerge branch 'fifteen' of ssh://git.ipfire.org/pub/git/ipfire-2.x into fifteen
Arne Fitzenreiter [Mon, 14 Oct 2013 12:56:20 +0000 (14:56 +0200)] 
Merge branch 'fifteen' of ssh://git.ipfire.org/pub/git/ipfire-2.x into fifteen

10 years agoMerge branch 'next' into fifteen
Michael Tremer [Mon, 14 Oct 2013 12:13:39 +0000 (14:13 +0200)] 
Merge branch 'next' into fifteen

10 years agocore73: Fix typo in proxy configuration converter.
Michael Tremer [Mon, 14 Oct 2013 12:13:15 +0000 (14:13 +0200)] 
core73: Fix typo in proxy configuration converter.

10 years agoMerge branch 'next' into fifteen
Michael Tremer [Mon, 14 Oct 2013 12:12:04 +0000 (14:12 +0200)] 
Merge branch 'next' into fifteen

10 years agosquid: Increase default number of file descriptors.
Michael Tremer [Mon, 14 Oct 2013 12:07:35 +0000 (14:07 +0200)] 
squid: Increase default number of file descriptors.

10 years agocore73: Add transparent proxy port configuration.
Michael Tremer [Mon, 14 Oct 2013 12:06:59 +0000 (14:06 +0200)] 
core73: Add transparent proxy port configuration.

10 years agosquid: Implement intercept mode.
Michael Tremer [Mon, 14 Oct 2013 11:54:24 +0000 (13:54 +0200)] 
squid: Implement intercept mode.

10 years agokernel: updated to 3.10.16.
Arne Fitzenreiter [Mon, 14 Oct 2013 08:12:49 +0000 (10:12 +0200)] 
kernel: updated to 3.10.16.

10 years agoMerge commit '3af3ecd319bdcf8db27e9ca14af72383b4754567' into fifteen
Michael Tremer [Sat, 12 Oct 2013 19:01:13 +0000 (21:01 +0200)] 
Merge commit '3af3ecd319bdcf8db27e9ca14af72383b4754567' into fifteen

10 years agoFix permissions of redirect-template directories.
Michael Tremer [Sat, 12 Oct 2013 18:51:08 +0000 (20:51 +0200)] 
Fix permissions of redirect-template directories.

10 years agomisc-progs: Re-indent setuid.c.
Michael Tremer [Sat, 12 Oct 2013 16:47:16 +0000 (18:47 +0200)] 
misc-progs: Re-indent setuid.c.

10 years agomisc-progs: Convert to right file encoding.
Michael Tremer [Sat, 12 Oct 2013 16:25:33 +0000 (18:25 +0200)] 
misc-progs: Convert to right file encoding.

10 years agomisc-progs: Sync STRING_SIZE.
Michael Tremer [Sat, 12 Oct 2013 16:25:14 +0000 (18:25 +0200)] 
misc-progs: Sync STRING_SIZE.

10 years agomisc-progs: Remove own copy of strlcat.
Michael Tremer [Sat, 12 Oct 2013 16:23:40 +0000 (18:23 +0200)] 
misc-progs: Remove own copy of strlcat.

Add compatibility define that uses strncat.

10 years agomisc-progs: Move network stuff to own header file.
Michael Tremer [Sat, 12 Oct 2013 16:22:51 +0000 (18:22 +0200)] 
misc-progs: Move network stuff to own header file.

10 years agomisc-progs: Remove unused functions.
Michael Tremer [Sat, 12 Oct 2013 14:23:41 +0000 (16:23 +0200)] 
misc-progs: Remove unused functions.

10 years agomisc-progs: Fix invalid command line argument parsing.
Michael Tremer [Sat, 12 Oct 2013 14:20:20 +0000 (16:20 +0200)] 
misc-progs: Fix invalid command line argument parsing.

Fixes #10431.

10 years agofifteen: Add glibc to update.
Michael Tremer [Sat, 12 Oct 2013 14:07:42 +0000 (16:07 +0200)] 
fifteen: Add glibc to update.

10 years agoglibc: Update patchset.
Michael Tremer [Sat, 12 Oct 2013 14:03:05 +0000 (16:03 +0200)] 
glibc: Update patchset.

Import latest patches from RHEL6.

10 years agosquid: Enable netfilter transparent mode.
Michael Tremer [Sat, 12 Oct 2013 11:26:53 +0000 (13:26 +0200)] 
squid: Enable netfilter transparent mode.

10 years agosquid: Update to 3.3.9.
Michael Tremer [Fri, 11 Oct 2013 11:49:00 +0000 (13:49 +0200)] 
squid: Update to 3.3.9.

Just a couple of minor bugfixes. Nothing too serious.

10 years agoFirewall: added JavaScript for services (hide icmp-types when no ICMP selected)
Alexander Marx [Wed, 9 Oct 2013 14:20:54 +0000 (16:20 +0200)] 
Firewall: added JavaScript for services (hide icmp-types when no ICMP selected)

10 years agoFirewall: fix rules.pl when using custom hosts/networks and services no rule was...
Alexander Marx [Wed, 9 Oct 2013 08:31:35 +0000 (10:31 +0200)] 
Firewall: fix rules.pl when using custom hosts/networks and services no rule was applied because no protokoll could be found
Also extended JS code to correctly show ICMP Types only, if NO Targetport is selcted

10 years agoFirewall: fixed typo in en.pl "Add new hetwork"-> "Add new network"
Alexander Marx [Wed, 9 Oct 2013 06:23:57 +0000 (08:23 +0200)] 
Firewall: fixed typo in en.pl "Add new hetwork"-> "Add new network"

10 years agoFirewall: Bugfix: when deleting services from a servicegroup,it was possible to delet...
Alexander Marx [Tue, 8 Oct 2013 08:24:56 +0000 (10:24 +0200)] 
Firewall: Bugfix: when deleting services from a servicegroup,it was possible to delete the last service even if the group was used in a rule.

10 years agoFirewall: Bugfix: WHen using servicegroup with only ICMP services, the ruletable...
Alexander Marx [Tue, 8 Oct 2013 08:08:09 +0000 (10:08 +0200)] 
Firewall: Bugfix: WHen using servicegroup with only ICMP services, the ruletable was broken. Also fixed another useless if clause in rules.pl

10 years agoFirewall: fix senseless if clause in rulecreation
Alexander Marx [Mon, 7 Oct 2013 12:54:57 +0000 (14:54 +0200)] 
Firewall: fix senseless if clause in rulecreation

10 years agoMerge branch 'firewall-fifteen' of ssh://git.ipfire.org/pub/git/people/amarx/ipfire...
Alexander Marx [Mon, 7 Oct 2013 05:25:42 +0000 (07:25 +0200)] 
Merge branch 'firewall-fifteen' of ssh://git.ipfire.org/pub/git/people/amarx/ipfire-2.x into firewall-fifteen

10 years agoMerge branch 'fifteen' of ssh://git.ipfire.org/pub/git/ipfire-2.x into firewall-fifteen
Alexander Marx [Mon, 7 Oct 2013 05:25:19 +0000 (07:25 +0200)] 
Merge branch 'fifteen' of ssh://git.ipfire.org/pub/git/ipfire-2.x into firewall-fifteen

10 years agoMerge remote-tracking branch 'origin/next' into fifteen
Arne Fitzenreiter [Sun, 6 Oct 2013 16:42:53 +0000 (18:42 +0200)] 
Merge remote-tracking branch 'origin/next' into fifteen

10 years agoclose core73.
Arne Fitzenreiter [Sun, 6 Oct 2013 16:39:08 +0000 (18:39 +0200)] 
close core73.

10 years agowirelessclient.cgi: fix handling of "'" 2nd try.
Arne Fitzenreiter [Sun, 6 Oct 2013 16:37:15 +0000 (18:37 +0200)] 
wirelessclient.cgi: fix handling of "'" 2nd try.

10 years agoMerge remote-tracking branch 'origin/next' into fifteen
Arne Fitzenreiter [Sun, 6 Oct 2013 15:06:28 +0000 (17:06 +0200)] 
Merge remote-tracking branch 'origin/next' into fifteen

10 years agocore73: add urlfilter.cgi.
Arne Fitzenreiter [Sun, 6 Oct 2013 15:04:58 +0000 (17:04 +0200)] 
core73: add urlfilter.cgi.

10 years agocore73: add database updates.
Arne Fitzenreiter [Sun, 6 Oct 2013 14:47:39 +0000 (16:47 +0200)] 
core73: add database updates.

10 years agoGeoIP: update database to 20131001.
Arne Fitzenreiter [Sun, 6 Oct 2013 14:44:04 +0000 (16:44 +0200)] 
GeoIP: update database to 20131001.

10 years agohwdata: update pci.ids to 20131006.
Arne Fitzenreiter [Sun, 6 Oct 2013 14:43:37 +0000 (16:43 +0200)] 
hwdata: update pci.ids to 20131006.

10 years agohwdate: update usb.ids to 20130821.
Arne Fitzenreiter [Sun, 6 Oct 2013 14:42:55 +0000 (16:42 +0200)] 
hwdate: update usb.ids to 20130821.

10 years agoRevert "wirelessclient.cgi: fix handling of "'" character in ssid and psk."
Arne Fitzenreiter [Sun, 6 Oct 2013 10:36:58 +0000 (12:36 +0200)] 
Revert "wirelessclient.cgi: fix handling of "'" character in ssid and psk."

This reverts commit be5b660500596f860a6ba3478aac441b86f60626.
now it cannot handle "space".

10 years agosetup: add nic identify function.
Arne Fitzenreiter [Sun, 6 Oct 2013 06:59:35 +0000 (08:59 +0200)] 
setup: add nic identify function.

10 years agokernel: update to 3.10.15.
Arne Fitzenreiter [Sat, 5 Oct 2013 20:22:17 +0000 (22:22 +0200)] 
kernel: update to 3.10.15.

10 years agoFirewall: added some more plausichecks and additional errormessages
Alexander Marx [Sat, 5 Oct 2013 11:50:35 +0000 (13:50 +0200)] 
Firewall: added some more plausichecks and additional errormessages

10 years agoMerge branch 'fifteen' of ssh://git.ipfire.org/pub/git/ipfire-2.x into firewall-fifteen
Alexander Marx [Sat, 5 Oct 2013 11:31:22 +0000 (13:31 +0200)] 
Merge branch 'fifteen' of ssh://git.ipfire.org/pub/git/ipfire-2.x into firewall-fifteen

10 years agokernel: build VLAN_8021Q as modul.
Arne Fitzenreiter [Fri, 4 Oct 2013 15:00:27 +0000 (17:00 +0200)] 
kernel: build VLAN_8021Q as modul.

10 years agoMerge remote-tracking branch 'origin/next' into fifteen
Arne Fitzenreiter [Fri, 4 Oct 2013 14:55:20 +0000 (16:55 +0200)] 
Merge remote-tracking branch 'origin/next' into fifteen

10 years agowirelessclient.cgi: fix handling of "'" character in ssid and psk.
Arne Fitzenreiter [Fri, 4 Oct 2013 14:50:30 +0000 (16:50 +0200)] 
wirelessclient.cgi: fix handling of "'" character in ssid and psk.

10 years agoMerge branch 'fifteen' of ssh://git.ipfire.org/pub/git/ipfire-2.x into fifteen
Michael Tremer [Fri, 4 Oct 2013 12:53:03 +0000 (14:53 +0200)] 
Merge branch 'fifteen' of ssh://git.ipfire.org/pub/git/ipfire-2.x into fifteen

10 years agovim: Update to 7.4.
Michael Tremer [Fri, 4 Oct 2013 12:52:44 +0000 (14:52 +0200)] 
vim: Update to 7.4.

10 years agonetwork-vlans: Remove " from configuration values.
Michael Tremer [Fri, 4 Oct 2013 11:39:26 +0000 (13:39 +0200)] 
network-vlans: Remove " from configuration values.

" is an invalid character.

10 years agonetwork-vlans: Use ip link command instead of vconfig.
Michael Tremer [Fri, 4 Oct 2013 11:36:48 +0000 (13:36 +0200)] 
network-vlans: Use ip link command instead of vconfig.

This patch gets rid of using vconfig for configuring VLAN
devices. ip link is much more suitable for that and creates
the interface with the right name and MAC address in just
one step.

10 years agoremove php from core73.
Arne Fitzenreiter [Fri, 4 Oct 2013 06:37:49 +0000 (08:37 +0200)] 
remove php from core73.

fifteen branch will not build with this file.

10 years agosamba: bump package version.
Arne Fitzenreiter [Fri, 4 Oct 2013 06:36:46 +0000 (08:36 +0200)] 
samba: bump package version.

10 years agoMerge branch 'firewall-fifteen' of ssh://git.ipfire.org/pub/git/people/amarx/ipfire...
Alexander Marx [Fri, 4 Oct 2013 06:09:18 +0000 (08:09 +0200)] 
Merge branch 'firewall-fifteen' of ssh://git.ipfire.org/pub/git/people/amarx/ipfire-2.x into firewall-fifteen

10 years agoMerge branch 'fifteen' of ssh://git.ipfire.org/pub/git/ipfire-2.x into firewall-fifteen
Alexander Marx [Fri, 4 Oct 2013 05:17:15 +0000 (07:17 +0200)] 
Merge branch 'fifteen' of ssh://git.ipfire.org/pub/git/ipfire-2.x into firewall-fifteen

10 years agorsync: updated to 3.1.0.
Arne Fitzenreiter [Thu, 3 Oct 2013 17:05:21 +0000 (19:05 +0200)] 
rsync: updated to 3.1.0.

10 years agoMerge branch 'fifteen' of ssh://git.ipfire.org/pub/git/ipfire-2.x into fifteen
Arne Fitzenreiter [Thu, 3 Oct 2013 12:51:30 +0000 (14:51 +0200)] 
Merge branch 'fifteen' of ssh://git.ipfire.org/pub/git/ipfire-2.x into fifteen

10 years agowirelessctrl: fix blue access "enabled" checkbox.
Arne Fitzenreiter [Thu, 3 Oct 2013 12:50:33 +0000 (14:50 +0200)] 
wirelessctrl: fix blue access "enabled" checkbox.

10 years agomemtest: disable parallel build.
Arne Fitzenreiter [Thu, 3 Oct 2013 12:50:11 +0000 (14:50 +0200)] 
memtest: disable parallel build.

10 years agoMerge remote-tracking branch 'origin/next' into fifteen
Michael Tremer [Thu, 3 Oct 2013 12:26:33 +0000 (14:26 +0200)] 
Merge remote-tracking branch 'origin/next' into fifteen

Conflicts:
doc/language_issues.es
doc/language_issues.fr
doc/language_issues.nl
doc/language_issues.pl
doc/language_issues.tr
doc/language_missings

10 years agocore73: Add wirelessclient.cgi.
Michael Tremer [Thu, 3 Oct 2013 12:22:59 +0000 (14:22 +0200)] 
core73: Add wirelessclient.cgi.

10 years agoUpdate language issues.
Michael Tremer [Thu, 3 Oct 2013 12:20:32 +0000 (14:20 +0200)] 
Update language issues.

10 years agowirelessclient.cgi: Add help for priority.
Michael Tremer [Thu, 3 Oct 2013 12:19:38 +0000 (14:19 +0200)] 
wirelessclient.cgi: Add help for priority.

Fixes #10428.