search for: scheidler

Displaying 7 results from an estimated 7 matches for "scheidler".

2020 Jan 16
2
[Bug 1398] New: tproxy rule is not matched for ip6
https://bugzilla.netfilter.org/show_bug.cgi?id=1398 Bug ID: 1398 Summary: tproxy rule is not matched for ip6 Product: nftables Version: unspecified Hardware: x86_64 OS: Ubuntu Status: NEW Severity: normal Priority: P5 Component: kernel Assignee: pablo at netfilter.org
2006 Aug 03
1
questions on plotting dedrograms
...ot node should be as long as the rest of the plot. How can i do that ? (i want to use it for comparing 2 clusterings with the same maximal possible dissimilarity) The other question is, how can i plot the dendrogram horizontal, but with the root node to the right ? thx for your efford alexander scheidler
2008 Jun 14
1
How to see data for a package built under Windows
...ry to fix this, but no luck. Help please. Gillian Raab, Edinburgh, Scotland > data(package='DiagMeta') a windows pops up containing the following (Mowatt has a comment because I have documented it) Data sets in package 'DiagMeta': Mowatt Mowatt meta analysis Scheidler Wardlaw But when I type >Mowatt it is not found. The output I get at the command prompt when creating the zip file gives C:\Documents and Settings\gillian raab\Desktop\francescaR>R CMD INSTALL --build DiagMeta installing to 'c:/PROGRA~1/r/R-27~1.0/library' Using auto-selected zi...
2000 Dec 07
1
[PATCH] tis authserv support
...uth_mask); diff -urN openssh-2.3.0p1/tisauth.c openssh-2.3.0p1-tis/tisauth.c --- openssh-2.3.0p1/tisauth.c Thu Jan 1 01:00:00 1970 +++ openssh-2.3.0p1-tis/tisauth.c Thu Dec 7 18:44:26 2000 @@ -0,0 +1,127 @@ +/* + * Copyright (c) 2000 BalaBit IT Ltd. + * All rights reserved + * + * Authors: Bal?zs Scheidler, Attila Szalay + * + * Redistribution and use in source and binary forms, with or without + * modification, are permitted provided that the following conditions + * are met: + * 1. Redistributions of source code must retain the above copyright + * notice, this list of conditions and the followin...
2015 Sep 16
1
[ANNOUNCE] libnftnl 1.0.4 release
...fix missing XML string tag in nft_buf_close src: add command tag in JSON/XML export support src: add support to import JSON/XML with the new command tag tests: update JSON/XML tests with the new syntax Arturo Borrero Gonzalez (1): expr: dynset: fix json/xml parsing Balazs Scheidler (1): expr: redir: fix snprintf to return the number of bytes printed Carlos Falgueras Garc?a (1): src: fix memory leaks at nft_[object]_nlmsg_parse Pablo Neira Ayuso (17): src: add missing include in utils.c ruleset: fix more leaks in error path src: split internal.h...
2020 Oct 27
0
[ANNOUNCE] nftables 0.9.7 release
...ftables.org For the manpage reference, check man(8) nft. In case of bugs and feature request, file them via: * https://bugzilla.netfilter.org Have fun. -------------- next part -------------- Arturo Borrero Gonzalez (1): nft: rearrange help output to group related options together Balazs Scheidler (5): socket: add support for "wildcard" key src/scanner.l: fix whitespace issue for the TRANSPARENT keyword doc: added documentation on "socket wildcard" tests: added "socket wildcard" testcases tests: allow tests/monitor to use a custom n...
2001 Mar 13
0
[PATCH] openssh 2.5.1p2 TIS authserv support
...is used */ diff -urN openssh-2.5.1p2/tisauth.c openssh-2.5.1p2-tis/tisauth.c --- openssh-2.5.1p2/tisauth.c Thu Jan 1 01:00:00 1970 +++ openssh-2.5.1p2-tis/tisauth.c Fri Mar 9 11:26:25 2001 @@ -0,0 +1,110 @@ +/* + * Copyright (c) 2000 BalaBit IT Ltd. + * All rights reserved + * + * Authors: Bal?zs Scheidler, Attila Szalay + * + */ + +#include "includes.h" +#include "ssh.h" + +#ifdef TIS_AUTH + +struct tis_context { + int connfd; +}; + +struct tis_context *tis_connect(struct sockaddr *addr, int addrlen) +{ + struct tis_context *ctx; + char line[128]; + int fd; + + fd = socket(addr...