Displaying 20 results from an estimated 1000 matches similar to: "Updated DNSSEC patch"
2001 Jul 14
0
DNSSEC patch updated to -current
I've updated my patch to portable-current. Its available at
ftp://ftp.tislabs.com/pub/fmeshd as openssh_cvs.20010713
--
Wesley Griffin NAI Labs
wgriffin at tislabs.com 443.259.2388
2001 Jul 09
1
[patch] SSH host keys in DNS
I've made some changes to the 2.9p2 release code to add support for
using DNSSEC lookups to check host keys. I've also made the changes to
the OPENBSD_2_9 tree. Both patches are available at
ftp://ftp.tislabs.com/pub/fmeshd/ as
openssh.[portable,openbsd].patch.20010709
I'm really looking for testers at this time. Right now the lookups are
done using a getrrsetbyname() function that is
2009 Nov 18
11
[Bug 1672] New: add local DNSSEC validation
https://bugzilla.mindrot.org/show_bug.cgi?id=1672
Summary: add local DNSSEC validation
Product: Portable OpenSSH
Version: 5.3p1
Platform: Other
OS/Version: Linux
Status: NEW
Severity: enhancement
Priority: P2
Component: ssh
AssignedTo: unassigned-bugs at mindrot.org
ReportedBy: robert.story
2001 Aug 13
1
[jakob@crt.se: Re: [PATCH] Maildir support]
I don't think he's talking about mail server or clients here.
I think this needs some clairification. This really only effects
the $MAIL upon login. I've messed with this some, because it's caused
problems for me personally at work.
Here's the deal with an example:
If you do a configure, on a Solaris 2.7 box, and then build sshd, when you log
in you get this is you echo
2017 Mar 06
2
Suspicious code in net_socket.c
Good afternoon!
Module - net_socket.c
Function - get_known_addresses
---------------------------------------------------
struct addrinfo *nai = xzalloc(sizeof *nai);
if(ai)
ai->ai_next = nai;
ai = nai;
--------------------------------------------------
For my opinion, possible causes:
1. Lost trails (ai_next)
2. ai_next not initialized
3. Possible segfault during
2001 Jul 09
0
NAI Labs Announces DARPA-Funded FreeBSD Security Initiative
NAI Labs Announces DARPA-Funded FreeBSD Security Initiative
Monday, July 09, 2001
NAI Labs Partners With DARPA to Secure Open Source Operating System
2006 May 26
1
[LLVMdev] Re: About the callgraph builder
Hi Chris,
Oh, I can see that you very busy with nearly every topic on the list.
Very hard working man :)
Actually I am not in a hurry.
And thanks in advance.
I think LLVM gives me a platform to learn and exercise many things.
Best wishes to LLVM , to you and anyone contributing to it. :)
On Friday 26 May 2006 10:52, Chris Lattner wrote:
> On Fri, 26 May 2006, Nai Xia wrote:
> > Could
2017 Mar 07
0
Suspicious code in net_socket.c
On Mon, Mar 06, 2017 at 01:00:45PM +0300, Roman S wrote:
> Module - net_socket.c
> Function - get_known_addresses
> ---------------------------------------------------
> struct addrinfo *nai = xzalloc(sizeof *nai);
> if(ai)
> ai->ai_next = nai;
> ai = nai;
> --------------------------------------------------
> For my opinion, possible causes:
> 1. Lost
2017 Mar 08
1
Suspicious code in net_socket.c
For my opinion, special function not needed, because at first time, oai set
to NULL, freeaddrinfo tried to free each ai, until occurance of ai_next ==
NULL.
But it works. Linux, Windows, coordinator with white IP, other nodes behind
NAT's (1 or two NAT's, only direct connections allowed).
There are some problems with MinGW make, at least - mingw-64 from Fedora 25.
1. No definition for
2003 Sep 01
0
Antigen found VIRUS= Win32.Sobig.F (CA(Vet), NAI, Kaspersky) virus
Geachte gebruiker,
U probeert een attachment te versturen met een virus. Het betreft het attachment movie0045.pif dat u heeft gestuurd naar . Het attachment is besmet met het virus: VIRUS= Win32.Sobig.F (CA(Vet),NAI,Kaspersky).
Het bericht "Re: That movie" was verzonden vanaf samba@samba.org. De status van de attachment is: Purged.
Deze mail is uitsluitend ter informatie, u hoeft
2006 May 23
2
[LLVMdev] Indirect function call
On Tuesday 23 May 2006 13:34, Chris Lattner wrote:
> On Tue, 23 May 2006, Nai Xia wrote:
> > Maybe Chris can us give more helpful comments.
>
> Andrew (and Dinakar, and perhaps others) are the current current
> maintainers of DSA.
Oh, I'd say sorry to you and Andrew both.
I had though you are the maintainer... ...
So I am currently thinking that maybe it is not hard to
2006 Apr 14
0
[LLVMdev] A newbie question about the class hierarchy
Nia,
I improved the documentation with this patch:
http://lists.cs.uiuc.edu/pipermail/llvm-commits/Week-of-
Mon-20060410/034012.html
You can read it online, here:
http://llvm.org/docs/ProgrammersManual.html#GlobalVariable
Please let me if you need further explanation in the documentation.
Reid.
On Fri, 2006-04-14 at 18:19 +0800, Nai Xia wrote:
> Hi,
> I apologize if it is a rather stupid
2006 May 17
0
[LLVMdev] Re: __main() function and AliasSet
On Wed, 17 May 2006, Nai Xia wrote:
> Unfortunately, I did not locate the lines in steens-aa for "printf" special case.
> In ds-aa, I found the lines below:
Right, steens-aa and ds-aa share code for "local analysis", they just
stitch it together into an interprocedural analysis in different ways.
The code below is used for steens-aa.
>
2006 May 15
0
[LLVMdev] Re: __main() function and AliasSet
On Mon, 15 May 2006, Nai Xia wrote:
> In other words, if I only use -steens-aa and the data_XXXs are all
> external global variables( and so inComplete ),
Sounds right!
> the call to printf will
> make the same effect, which I have tested it.
>
> Am I right ? :)
If you've tested it then, yes you're right :). I haven't played with this
stuff for a long time,
2006 May 17
2
[LLVMdev] Re: __main() function and AliasSet
On Tuesday 16 May 2006 03:19, Chris Lattner wrote:
> On Mon, 15 May 2006, Nai Xia wrote:
>
> > In other words, if I only use -steens-aa and the data_XXXs are all
> > external global variables( and so inComplete ),
>
> Sounds right!
>
> > the call to printf will
> > make the same effect, which I have tested it.
> >
> > Am I right ? :)
>
2006 Jun 02
2
[LLVMdev] Compiling natively vsftp with LLVM
Hi, I have tried another way:
ar rcs libsysdeputil.a sysdeputil.o
gccld seems to recognize the file type. However, it stills find unresoved symbols
which are actually the functions in sysdeputil.o (can be find out with `nm libsysdeputil.a`)
The problem disappears if native gcc/ld tool chain is used.
As another test, main.c:
-----------------
extern void foo();
int main()
{
foo();
return
2006 May 15
2
[LLVMdev] Re: __main() function and AliasSet
Hi Chris,
I took a haste look at the "Points-to Analysis in Almost Linear Time" by Steens , your PHD thesis
and SteensGaard.cpp in LLVM this afternoon.
So I think:
1. Actually the basic algorithm described originally by SteensGaard does not provide MOD/REF information for functions.
2. The context insensitive part of Data Structure Analysis (LocalAnalysis) can be deemed as
an
2006 May 21
0
[LLVMdev] Re: Indirect function call
Sorry, again for my noise. :(
The paper -- "The LLVM Instruction Set and Compilation Strategy" thoroughly discussed the issue
although not mentioned in details in "Ref Manual".
On Sunday 21 May 2006 12:21, Nai Xia wrote:
> Hi,
>
> The "LLVM Language Reference Manual" mentions about "indirect function call".
> I am just curious about what
2003 Jun 26
0
Votre courrier est rejeté
A L E R T E V I R U S
Notre antivirus a d?tect? le VIRUS "W32/Sobig.e at MM" dans votre
courrier destin? ? :
-> dray at biomserv.univ-lyon1.fr
Nous refusons de le transmettre.
Nous vous conseillons de d?contaminer votre poste de travail.
Pour votre information, vous trouverez ci-dessous les entetes de votre
message
Pour des
2004 Jun 02
0
samba-vscan vfs module and nai av
Hello List,
I'm struggling to install samba-vscan with nai uvscan backend, hope
somebody could help me...
So far, I could compile vscan-mcdaemon module and also insert the
correct vfs object on my smb.conf, like this:
vfs object = vscan-mcdaemon
vscan-mcdaemon: config-file = /etc/samba/vscan-mcdaemon.conf
I also checked that make install copied vscan-mcdaemon.so to