Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 73246
b: refs/heads/master
c: ba5dc27
h: refs/heads/master
v: v3
  • Loading branch information
Jan Engelhardt authored and David S. Miller committed Nov 7, 2007
1 parent c963b4e commit 0c3b72d
Show file tree
Hide file tree
Showing 4 changed files with 9 additions and 6 deletions.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: 7351a22a3ae005422488139365e9a80f560c80b9
refs/heads/master: ba5dc2756cc305c055dbb253b8fcdc459f0f8e73
5 changes: 3 additions & 2 deletions trunk/net/netfilter/xt_connlimit.c
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,8 @@
* (c) 2000 Gerd Knorr <kraxel@bytesex.org>
* Nov 2002: Martin Bene <martin.bene@icomedias.com>:
* only ignore TIME_WAIT or gone connections
* Copyright © Jan Engelhardt <jengelh@gmx.de>, 2007
* (C) CC Computer Consultants GmbH, 2007
* Contact: <jengelh@computergmbh.de>
*
* based on ...
*
Expand Down Expand Up @@ -306,7 +307,7 @@ static void __exit xt_connlimit_exit(void)

module_init(xt_connlimit_init);
module_exit(xt_connlimit_exit);
MODULE_AUTHOR("Jan Engelhardt <jengelh@gmx.de>");
MODULE_AUTHOR("Jan Engelhardt <jengelh@computergmbh.de>");
MODULE_DESCRIPTION("netfilter xt_connlimit match module");
MODULE_LICENSE("GPL");
MODULE_ALIAS("ipt_connlimit");
Expand Down
3 changes: 2 additions & 1 deletion trunk/net/netfilter/xt_time.c
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
/*
* xt_time
* Copyright © Jan Engelhardt <jengelh@computergmbh.de>, 2007
* Copyright © CC Computer Consultants GmbH, 2007
* Contact: <jengelh@computergmbh.de>
*
* based on ipt_time by Fabrice MARIE <fabrice@netfilter.org>
* This is a module which is used for time matching
Expand Down
5 changes: 3 additions & 2 deletions trunk/net/netfilter/xt_u32.c
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,8 @@
* xt_u32 - kernel module to match u32 packet content
*
* Original author: Don Cohen <don@isis.cs3-inc.com>
* © Jan Engelhardt <jengelh@gmx.de>, 2007
* (C) CC Computer Consultants GmbH, 2007
* Contact: <jengelh@computergmbh.de>
*/

#include <linux/module.h>
Expand Down Expand Up @@ -129,7 +130,7 @@ static void __exit xt_u32_exit(void)

module_init(xt_u32_init);
module_exit(xt_u32_exit);
MODULE_AUTHOR("Jan Engelhardt <jengelh@gmx.de>");
MODULE_AUTHOR("Jan Engelhardt <jengelh@computergmbh.de>");
MODULE_DESCRIPTION("netfilter u32 match module");
MODULE_LICENSE("GPL");
MODULE_ALIAS("ipt_u32");
Expand Down

0 comments on commit 0c3b72d

Please sign in to comment.