Displaying 20 results from an estimated 1959 matches for "dsa".
Did you mean:
dma
2015 May 05
2
[LLVMdev] llvm DSA - reproduce the result in PLDI 07 paper
Dear John,
I intend to implement the improvements on DSA.
After running DSA on SPEC, I found DSA gives low precision for mcf and
bzip2.
I have checked the most imprecise c files in mcf an found that the code
seems to be a mixture of "PHI" and "GEP" instructions.
Could you please give me some hints about what the big picture of the
im...
2024 Jan 11
0
Announce: timeline to remove DSA support in OpenSSH
Hi,
OpenSSH plans to remove support for DSA keys in the near future. This
message describes our rationale, process and proposed timeline.
Rationale
---------
DSA, as specified in the SSHv2 protocol, is inherently weak - being
limited to a 160 bit private key and use of the SHA1 digest. Its
estimated security level is <=80 bits symmetric...
2024 Jan 11
0
Announce: timeline to remove DSA support in OpenSSH
Hi,
OpenSSH plans to remove support for DSA keys in the near future. This
message describes our rationale, process and proposed timeline.
Rationale
---------
DSA, as specified in the SSHv2 protocol, is inherently weak - being
limited to a 160 bit private key and use of the SHA1 digest. Its
estimated security level is <=80 bits symmetric...
2015 Feb 10
1
DNS synchronisation problems
Hi,
I have replications problems on one of my server. Replication was working
since month and yet stopped working.
on the remote server:
islad01:~ # samba-tool drs showrepl | more
Default-First-Site-Name\ISLAD01
DSA Options: 0x00000001
DSA object GUID: 3fe6bc7c-1116-4344-96a6-c58c43bc217f
DSA invocationId: 89351eec-7207-45f5-b6b9-cebfcacfd0e3
==== INBOUND NEIGHBORS ====
DC=ForestDnsZones,DC=simalaya-group,DC=com
Default-First-Site-Name\ADCAD01 via RPC
DSA object GUID: 1e3dc50c-5138-47...
2017 Mar 14
2
AD replication issue
Changes replicate to it, but not from it.
vsc\VSC-DC02
DSA Options: 0x00000001
DSA object GUID: fe066b13-6f9e-4f3c-beb4-37df1292b8cb
DSA invocationId: 8a2b1405-07b1-4d92-89dd-1d993e59e378
==== INBOUND NEIGHBORS ====
DC=DomainDnsZones,DC=mediture,DC=dom
vsc\DC01 via RPC
DSA object GUID: da9bb168-47a0-4368-aff3-bf06d1b869d2...
2019 Oct 29
3
Samba Replication problem between two DCs
I am having issues with Samba DC replication between two directly
connected DCs.
I don't understand what is wrong or how to fix it. Can someone advise?
$ sudo samba-tool drs showrepl
Default-First-Site-Name\OLYMPIA
DSA Options: 0x00000001
DSA object GUID: 50507d18-c8ee-4ef4-bbda-4d0d9bc31caa
DSA invocationId: d7f3c683-fcf2-473c-be01-a6f58af6cb88
==== INBOUND NEIGHBORS ====
DC=DomainDnsZones,DC=pukey
?????????????? Default-First-Site-Name\KEFKA via RPC
?????????????????????????????? DSA object GUID: a35b2245-334...
2012 Dec 06
2
[LLVMdev] Status of poolalloc, and in particular DSA
Hi all,
I've been using LLVM in my software analysis projects for quite a few
years now, and several years back I relied on results of DSA analysis
in my SMACK tool for checking C programs.
At some point that part of SMACK got deprecated, but now I would like
to revisit it since it was working quite well.
Therefore, I would like to learn what's the status of the poolalloc
project, and in particular its DSA analysis. I've see...
2019 Jul 27
2
Problems with replication in the Samba 4
...t he Schema on my Windows Server 2008 (isn't R2) DC and
Samba 4 DC.
This way, I performed several tests on my servers as shown below.
Follow the results of command repadmin in the Windows Server 2008:
C:\Windows\system32>repadmin /showreps /verbose
Default-First-Site-Name\WIN-DC1
Op??es DSA: IS_GC
Op??es de site: (none)
GUID de objeto DSA: d580939f-a8b9-43ea-84e9-be0f9bd29468
ID Invocation DSA: 71c305c7-564f-44dc-bdc7-c03ee501bd52
==== VIZINHOS DE ENTRADA ======================================
DC=empresa,DC=com,DC=br
Default-First-Site-Name\SAMBA4-DC via RPC
GUID de obj...
2006 Sep 28
1
FreeBSD Security Advisory FreeBSD-SA-06:23.openssl
...pto/asn1/tasn_dec.c 1.1.1.1.2.4
src/crypto/openssl/crypto/dh/dh.h 1.1.1.1.2.8
src/crypto/openssl/crypto/dh/dh_err.c 1.1.1.1.2.7
src/crypto/openssl/crypto/dh/dh_key.c 1.1.1.1.2.11
src/crypto/openssl/crypto/dsa/dsa.h 1.1.1.1.2.8
src/crypto/openssl/crypto/dsa/dsa_err.c 1.1.1.1.2.7
src/crypto/openssl/crypto/dsa/dsa_ossl.c 1.1.1.1.2.11
src/crypto/openssl/crypto/rsa/rsa.h 1.2.2.14
src/crypto/openssl/crypto/rsa/rsa...
2014 Apr 01
2
[LLVMdev] LLVM is doing something a bit weird in this example (which messes up DSA)
Thanks for your help John...
Yup, I looked at Local.cpp even before I fired off my question to the
mailing list.
Take a peek here at line 464:
https://github.com/llvm-mirror/poolalloc/blob/master/lib/DSA/Local.cpp
Based on my understanding of this line, if AtomicCmpXchgInst does not
return a pointer type, nothing gets merged. And in the example I
posted, a pointer value is indeed not returned (but rather an i64
value "masking" an i32* value). And so DSA does not do the right thing
in thi...
2012 Dec 08
0
[LLVMdev] Status of poolalloc, and in particular DSA
On 12/6/12 4:47 PM, Zvonimir Rakamaric wrote:
> Hi all,
>
> I've been using LLVM in my software analysis projects for quite a few
> years now, and several years back I relied on results of DSA analysis
> in my SMACK tool for checking C programs.
>
> At some point that part of SMACK got deprecated, but now I would like
> to revisit it since it was working quite well.
>
> Therefore, I would like to learn what's the status of the poolalloc
> project, and in particul...
2015 Apr 06
2
[LLVMdev] llvm DSA - reproduce the result in PLDI 07 paper
Dear all,
I am trying to reproduce the "Percent May Alias" result described in PLDI
07's paper "Making Context-Sensitive Points-to Analysis with Heap Cloning
Practical For The Real World" (http://llvm.org/pubs/2007-06-10-PLDI-DSA.html
).
However, my "Percent May Alias" for all the benchmarks is much greater,
especially "bzip2".
The DSA code I use is from "https://github.com/smackers/smack". I have diff
the code between smack and poolalloc_32. They are almost the same except
the "#include...
2007 Jul 10
1
[LLVMdev] A question about LLVM and pool allocation
HI guys.
I'm trying to build the poolalloc on llvm-2.0 but there exist some errors.
Can you tell me which version of llvm is known to make the poolalloc build
and install successful?
Thanks.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.llvm.org/pipermail/llvm-dev/attachments/20070710/4ab5e155/attachment.html>
2009 Jul 06
1
[LLVMdev] Pool Allocation Segfaulting with opt
John Criswell wrote:
> You can use the -debug-pass=Arguments option to opt to print out which
> DSA passes it is using.
>
> -- John T.
>
The argument list was this: -dsa-local -dsa-stdlib -dsa-bu -dsa-eqtd
-poolalloc -preverify -domtree -verify
So, the last DSA pass done would appear to have been "-dsa-eqtd". Does
this mean pool allocation is using TDeq and not BUeq as I...
2010 Aug 24
0
[LLVMdev] DSA Analysis
Kevin Streit wrote:
> Hi,
>
> I'm still using the release_26 version of Poolalloc/DSA with llvm 2.6 for my analyses and am currently trying to switch to llvm 2.7 for several reasons. I tried to use the trunk of the poolalloc svn repository with the llvm 2.7 release which is working fine for most of the programs I ran it on so far but for sqlite it's running into a stack overflow...
2010 Apr 28
2
[LLVMdev] Schedule for poolalloc/DSA
Hi all,
is there any plan when poolalloc and DSA will be adapted to compile and run with LLVM 2.7? I'm currently about to start a bigger project using DSA and it would be nice if I could use LLVM 2.7 instead of porting everything I do now from 2.6 to 2.7 later.
Cheers,
Kevin
-------------- next part --------------
A non-text attachment was s...
2014 May 08
1
Trouble demoting DC with broken replication
...from the
domain. Some time ago, adding a new Samba DC to our AD did not succeed
and I had to demote the new server again. After removal, replication on
one of the old/existing DCs got weird.
/usr/local/samba/bin/samba-tool drs showrepl gives the following:
Standardname-des-ersten-Standorts\dc02
DSA Options: 0x00000001
DSA object GUID: ef37f4de-a03c-493c-96f6-e521a5415d81
DSA invocationId: b0bc10b9-a67f-4550-8fbf-3dc9fbe6fecc
==== INBOUND NEIGHBORS ====
DC=samdom,DC=loc
Standardname-des-ersten-Standorts\dc01 via RPC
DSA object GUID: c60bca82-df6e-409e-85c5-e2cc733691d...
2011 Nov 06
2
[LLVMdev] Printing DSGraph in llvm-3.0
Hi,
I am using the DSA analysis in llvm-3.0. I am interested in seeing the
resultant DSGraph for my sample input program. I tried the -dsa-only-print
parameter, but was not successful in getting the .dot file for the graph as
mentioned in Printer.cpp. The exact command that I tried is:
#opt -load <path-to-llvmdatastr...
2014 Jun 17
2
joined DC but replication fails
ubuntu 14.04 DCs
DC1 with fsmo
resolve_lmhosts: Attempting lmhosts lookup for name
51755e44-0a78-4ab8-8206-b4ae8a09c172._msdcs.altea.site<0x20>
dns child failed to find name
'51755e44-0a78-4ab8-8206-b4ae8a09c172._msdcs.altea.site' of type A
DC2
/usr/local/samba/sbin/samba_dnsupdate: update failed: NOTAUTH
resolve_lmhosts: Attempting lmhosts lookup for name
2017 Apr 21
1
NT_STATUS_NO_LOGON_SERVERS after removing a DC and WERR_BADFILE when trying to remove broken DC
On 2017-04-20 18:38, Rowland Penny wrote:
> On Thu, 20 Apr 2017 18:00:24 +0200
> Sven Schwedas via samba <samba at lists.samba.org> wrote:
>
>> On 2017-04-07 13:44, Sven Schwedas via samba wrote:
>>> In the end I just upgraded all DCs to 4.5 and remote-deleted the
>>> broken ones. Seemed to work without a hitch, manual removal was
>>> only necessary