* Additional GOP fix
@ 2011-05-29 15:12 Jan Engelhardt
2011-05-29 15:12 ` [PATCH] libxt_owner: restore inversion support Jan Engelhardt
2011-06-02 13:13 ` Additional GOP fix Pablo Neira Ayuso
0 siblings, 2 replies; 5+ messages in thread
From: Jan Engelhardt @ 2011-05-29 15:12 UTC (permalink / raw)
To: kaber; +Cc: netfilter-devel
The following changes since commit 172e9b15271c276aa1485b4a2fb63928a65b13ae:
Bump version to 1.4.11 (2011-05-26 18:12:12 +0200)
are available in the git repository at:
git://dev.medozas.de/iptables master
Jan Engelhardt (1):
libxt_owner: restore inversion support
extensions/libxt_owner.c | 6 ++++--
1 files changed, 4 insertions(+), 2 deletions(-)
^ permalink raw reply [flat|nested] 5+ messages in thread
* [PATCH] libxt_owner: restore inversion support
2011-05-29 15:12 Additional GOP fix Jan Engelhardt
@ 2011-05-29 15:12 ` Jan Engelhardt
2011-06-02 13:13 ` Additional GOP fix Pablo Neira Ayuso
1 sibling, 0 replies; 5+ messages in thread
From: Jan Engelhardt @ 2011-05-29 15:12 UTC (permalink / raw)
To: kaber; +Cc: netfilter-devel
Signed-off-by: Jan Engelhardt <jengelh@medozas.de>
---
extensions/libxt_owner.c | 6 ++++--
1 files changed, 4 insertions(+), 2 deletions(-)
diff --git a/extensions/libxt_owner.c b/extensions/libxt_owner.c
index b60f907..d2fdfa9 100644
--- a/extensions/libxt_owner.c
+++ b/extensions/libxt_owner.c
@@ -125,8 +125,10 @@ static const struct xt_option_entry owner_mt6_opts_v0[] = {
#undef s
static const struct xt_option_entry owner_mt_opts[] = {
- {.name = "uid-owner", .id = O_USER, .type = XTTYPE_STRING},
- {.name = "gid-owner", .id = O_GROUP, .type = XTTYPE_STRING},
+ {.name = "uid-owner", .id = O_USER, .type = XTTYPE_STRING,
+ .flags = XTOPT_INVERT},
+ {.name = "gid-owner", .id = O_GROUP, .type = XTTYPE_STRING,
+ .flags = XTOPT_INVERT},
{.name = "socket-exists", .id = O_SOCK_EXISTS, .type = XTTYPE_NONE},
XTOPT_TABLEEND,
};
--
1.7.3.4
^ permalink raw reply related [flat|nested] 5+ messages in thread
* Re: Additional GOP fix
2011-05-29 15:12 Additional GOP fix Jan Engelhardt
2011-05-29 15:12 ` [PATCH] libxt_owner: restore inversion support Jan Engelhardt
@ 2011-06-02 13:13 ` Pablo Neira Ayuso
2011-06-03 8:46 ` Jan Engelhardt
1 sibling, 1 reply; 5+ messages in thread
From: Pablo Neira Ayuso @ 2011-06-02 13:13 UTC (permalink / raw)
To: Jan Engelhardt; +Cc: kaber, netfilter-devel
On 29/05/11 17:12, Jan Engelhardt wrote:
> The following changes since commit 172e9b15271c276aa1485b4a2fb63928a65b13ae:
>
> Bump version to 1.4.11 (2011-05-26 18:12:12 +0200)
>
> are available in the git repository at:
> git://dev.medozas.de/iptables master
I find more patches in this branch. Is this OK?
^ permalink raw reply [flat|nested] 5+ messages in thread
* Re: Additional GOP fix
2011-06-02 13:13 ` Additional GOP fix Pablo Neira Ayuso
@ 2011-06-03 8:46 ` Jan Engelhardt
2011-06-03 9:52 ` Pablo Neira Ayuso
0 siblings, 1 reply; 5+ messages in thread
From: Jan Engelhardt @ 2011-06-03 8:46 UTC (permalink / raw)
To: Pablo Neira Ayuso; +Cc: kaber, netfilter-devel
On Thursday 2011-06-02 15:13, Pablo Neira Ayuso wrote:
>On 29/05/11 17:12, Jan Engelhardt wrote:
>> The following changes since commit 172e9b15271c276aa1485b4a2fb63928a65b13ae:
>>
>> Bump version to 1.4.11 (2011-05-26 18:12:12 +0200)
>>
>> are available in the git repository at:
>> git://dev.medozas.de/iptables master
>
>I find more patches in this branch. Is this OK?
Always :)
^ permalink raw reply [flat|nested] 5+ messages in thread
* Re: Additional GOP fix
2011-06-03 8:46 ` Jan Engelhardt
@ 2011-06-03 9:52 ` Pablo Neira Ayuso
0 siblings, 0 replies; 5+ messages in thread
From: Pablo Neira Ayuso @ 2011-06-03 9:52 UTC (permalink / raw)
To: Jan Engelhardt; +Cc: kaber, netfilter-devel
On 03/06/11 10:46, Jan Engelhardt wrote:
> On Thursday 2011-06-02 15:13, Pablo Neira Ayuso wrote:
>
>> On 29/05/11 17:12, Jan Engelhardt wrote:
>>> The following changes since commit 172e9b15271c276aa1485b4a2fb63928a65b13ae:
>>>
>>> Bump version to 1.4.11 (2011-05-26 18:12:12 +0200)
>>>
>>> are available in the git repository at:
>>> git://dev.medozas.de/iptables master
>>
>> I find more patches in this branch. Is this OK?
>
> Always :)
OK, pushed, thanks Jan.
^ permalink raw reply [flat|nested] 5+ messages in thread
end of thread, other threads:[~2011-06-03 9:52 UTC | newest]
Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2011-05-29 15:12 Additional GOP fix Jan Engelhardt
2011-05-29 15:12 ` [PATCH] libxt_owner: restore inversion support Jan Engelhardt
2011-06-02 13:13 ` Additional GOP fix Pablo Neira Ayuso
2011-06-03 8:46 ` Jan Engelhardt
2011-06-03 9:52 ` Pablo Neira Ayuso
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).