search for: repesent

Displaying 20 results from an estimated 35 matches for "repesent".

Did you mean: represent
2007 May 19
1
Coverity and libvorbis
Hi all, I'm not sure if you are aware, but libvorbis has been scanned by the Coverity static analysis team : http://scan.coverity.com/ For libvorbis, it found 8 possible bugs. To fix these bugs Coverity need a repesentative from the project to contact them for access to the coverity reporting facilities. The reason I am keen to see Xiph take up this challenge is that when all projects listed on the above page address the issues listed, all of the projects can move to the next rung where more of the Coverity test...
2016 Sep 14
2
Exporting keytab for SPN failure
...If an user gets created the attribute msDS-SupportedEncryptionTypes remains undefined and in this case only des and rc4 keys are exported. > > net ads enctypes set [hostname] [key value] can be used to define the valid keys for an accound (and it's spn's). > > The key value is repesented as > 0x00000001 DES-CBC-CRC > 0x00000002 DES-CBC-MD5 > 0x00000004 RC4-HMAC > 0x00000008 AES128-CTS-HMAC-SHA1-96 > 0x00000010 AES256-CTS-HMAC-SHA1-96 (you mean, 0x00000016, for the last entry) > > So using 31 enables all of them. samba-tool domain exportkeytab does always e...
2016 Sep 16
6
Exporting keytab for SPN failure
...nly des and rc4 keys are >>>>> exported. >>>>> >>>>> net ads enctypes set [hostname] [key value] can be used to define >>>>> the valid keys for an accound (and it's spn's). >>>>> >>>>> The key value is repesented as >>>>> 0x00000001 DES-CBC-CRC >>>>> 0x00000002 DES-CBC-MD5 >>>>> 0x00000004 RC4-HMAC >>>>> 0x00000008 AES128-CTS-HMAC-SHA1-96 >>>>> 0x00000010 AES256-CTS-HMAC-SHA1-96 >>>> (you mean, 0x00000016, for the last...
2016 Sep 15
3
Exporting keytab for SPN failure
...gt;>> remains undefined and in this case only des and rc4 keys are >>> exported. >>> >>> net ads enctypes set [hostname] [key value] can be used to define >>> the valid keys for an accound (and it's spn's). >>> >>> The key value is repesented as >>> 0x00000001 DES-CBC-CRC >>> 0x00000002 DES-CBC-MD5 >>> 0x00000004 RC4-HMAC >>> 0x00000008 AES128-CTS-HMAC-SHA1-96 >>> 0x00000010 AES256-CTS-HMAC-SHA1-96 >> (you mean, 0x00000016, for the last entry) >> >>> So using 31 enables...
2016 Sep 14
2
Exporting keytab for SPN failure
> On Sep 14, 2016, at 1:10 PM, Achim Gottinger <achim at ag-web.biz> wrote: > > > > Am 14.09.2016 um 19:53 schrieb Michael A Weber: >> >>> On Sep 14, 2016, at 12:23 PM, Achim Gottinger via samba <samba at lists.samba.org <mailto:samba at lists.samba.org>> wrote: >>> >>> >>> >>> Am 14.09.2016 um 18:23 schrieb
2006 Feb 19
2
Computing means, variances and sums
...tion' based on misunderstandings of floating-point computations, this is an attempt to set the record straight and explain the solutions adopted. The problem was that var(rep(0.02, 10)) was observed to be (on some machines) about 1e-35. This can easily be explained. 0.02 is not an exactly repesented binary fraction. Repeatedly adding the represented quantity makes increasing rounding errors relative to the exact computation, so (on Sparc Solaris) > var(rep(0.02, 10)) [1] 1.337451e-35 > options(digits=18) > sum(rep(0.02, 10)) [1] 0.19999999999999998 > sum(rep(0.02, 10)) -0.2 [...
2016 Sep 16
2
Exporting keytab for SPN failure
...t;>>> only des and rc4 keys are exported. > >>>> > >>>> net ads enctypes set [hostname] [key value] can be used to define > >>>> the valid keys for an accound (and it's spn's). > >>>> > >>>> The key value is repesented as > >>>> 0x00000001 DES-CBC-CRC > >>>> 0x00000002 DES-CBC-MD5 > >>>> 0x00000004 RC4-HMAC > >>>> 0x00000008 AES128-CTS-HMAC-SHA1-96 > >>>> 0x00000010 AES256-CTS-HMAC-SHA1-96 > >>> (you mean, 0x00000016, for the...
2016 Sep 16
2
Exporting keytab for SPN failure
...s are exported. >>>>>>> >>>>>>> net ads enctypes set [hostname] [key value] can be used to >>>>>>> define the valid keys for an accound (and it's spn's). >>>>>>> >>>>>>> The key value is repesented as >>>>>>> 0x00000001 DES-CBC-CRC >>>>>>> 0x00000002 DES-CBC-MD5 >>>>>>> 0x00000004 RC4-HMAC >>>>>>> 0x00000008 AES128-CTS-HMAC-SHA1-96 >>>>>>> 0x00000010 AES256-CTS-HMAC-SHA1-96 >>>&...
2011 Feb 15
0
[LLVMdev] Structure Types and ABI sizes
...ng because of the alignment. The main > problem with this is that, by changing the member (that should be a > structure) to an array, the alignment is lost. As LLVM types don't I don't completely understand what you're saying here. Are you saying you want to have a J member of I repesented in LLVM, so that struct J becomes: { int32, int8, { int8 } } Do I understand you correctly? > So, I'm not proposing to have alignment in types nor to make LLVM > struct types conform to a specific ABI of a specific language, I'm > just saying that there should be a cleaner way...
2016 Sep 14
0
Exporting keytab for SPN failure
...up on the list. If an user gets created the attribute msDS-SupportedEncryptionTypes remains undefined and in this case only des and rc4 keys are exported. net ads enctypes set [hostname] [key value] can be used to define the valid keys for an accound (and it's spn's). The key value is repesented as 0x00000001 DES-CBC-CRC 0x00000002 DES-CBC-MD5 0x00000004 RC4-HMAC 0x00000008 AES128-CTS-HMAC-SHA1-96 0x00000010 AES256-CTS-HMAC-SHA1-96 So using 31 enables all of them. samba-tool domain exportkeytab does always export des and rc4 keys but honours 0x8 for aes128 and 0x10 for aes256. I assum...
2016 Sep 16
2
Exporting keytab for SPN failure
...s are exported. >>>>>>> >>>>>>> net ads enctypes set [hostname] [key value] can be used to define >>>>>>> the valid keys for an accound (and it's spn's). >>>>>>> >>>>>>> The key value is repesented as >>>>>>> 0x00000001 DES-CBC-CRC >>>>>>> 0x00000002 DES-CBC-MD5 >>>>>>> 0x00000004 RC4-HMAC >>>>>>> 0x00000008 AES128-CTS-HMAC-SHA1-96 >>>>>>> 0x00000010 AES256-CTS-HMAC-SHA1-96 >>>&...
2016 Sep 16
1
Exporting keytab for SPN failure
...;> exported. >>>>>>> >>>>>>> net ads enctypes set [hostname] [key value] can be used to define >>>>>>> the valid keys for an accound (and it's spn's). >>>>>>> >>>>>>> The key value is repesented as >>>>>>> 0x00000001 DES-CBC-CRC >>>>>>> 0x00000002 DES-CBC-MD5 >>>>>>> 0x00000004 RC4-HMAC >>>>>>> 0x00000008 AES128-CTS-HMAC-SHA1-96 >>>>>>> 0x00000010 AES256-CTS-HMAC-SHA1-96 >>>&...
2016 Sep 16
2
Exporting keytab for SPN failure
...>>> >>>>>>>>> net ads enctypes set [hostname] [key value] can be used to define >>>>>>>>> the valid keys for an accound (and it's spn's). >>>>>>>>> >>>>>>>>> The key value is repesented as >>>>>>>>> 0x00000001 DES-CBC-CRC >>>>>>>>> 0x00000002 DES-CBC-MD5 >>>>>>>>> 0x00000004 RC4-HMAC >>>>>>>>> 0x00000008 AES128-CTS-HMAC-SHA1-96 >>>>>>>>> 0x000000...
2016 Sep 15
0
Exporting keytab for SPN failure
...edEncryptionTypes > > remains undefined and in this case only des and rc4 keys are > > exported. > > > > net ads enctypes set [hostname] [key value] can be used to define > > the valid keys for an accound (and it's spn's). > > > > The key value is repesented as > > 0x00000001 DES-CBC-CRC > > 0x00000002 DES-CBC-MD5 > > 0x00000004 RC4-HMAC > > 0x00000008 AES128-CTS-HMAC-SHA1-96 > > 0x00000010 AES256-CTS-HMAC-SHA1-96 > > (you mean, 0x00000016, for the last entry) > > > > > So using 31 enables all of...
2016 Sep 16
2
Exporting keytab for SPN failure
...t [hostname] [key value] can be used to >>>>>>>>>>> define >>>>>>>>>>> the valid keys for an accound (and it's spn's). >>>>>>>>>>> >>>>>>>>>>> The key value is repesented as >>>>>>>>>>> 0x00000001 DES-CBC-CRC >>>>>>>>>>> 0x00000002 DES-CBC-MD5 >>>>>>>>>>> 0x00000004 RC4-HMAC >>>>>>>>>>> 0x00000008 AES128-CTS-HMAC-SHA1-96 >>>&...
2016 Sep 17
2
Exporting keytab for SPN failure
...used to >>>>>>>>>>>>> define >>>>>>>>>>>>> the valid keys for an accound (and it's spn's). >>>>>>>>>>>>> >>>>>>>>>>>>> The key value is repesented as >>>>>>>>>>>>> 0x00000001 DES-CBC-CRC >>>>>>>>>>>>> 0x00000002 DES-CBC-MD5 >>>>>>>>>>>>> 0x00000004 RC4-HMAC >>>>>>>>>>>>> 0x00000008 AES12...
2016 Sep 16
0
Exporting keytab for SPN failure
...fined and in this case only des and rc4 keys are >>>> exported. >>>> >>>> net ads enctypes set [hostname] [key value] can be used to define >>>> the valid keys for an accound (and it's spn's). >>>> >>>> The key value is repesented as >>>> 0x00000001 DES-CBC-CRC >>>> 0x00000002 DES-CBC-MD5 >>>> 0x00000004 RC4-HMAC >>>> 0x00000008 AES128-CTS-HMAC-SHA1-96 >>>> 0x00000010 AES256-CTS-HMAC-SHA1-96 >>> (you mean, 0x00000016, for the last entry) >>> >...
2016 Sep 16
0
Exporting keytab for SPN failure
...>>>>>> exported. >>>>>> >>>>>> net ads enctypes set [hostname] [key value] can be used to define >>>>>> the valid keys for an accound (and it's spn's). >>>>>> >>>>>> The key value is repesented as >>>>>> 0x00000001 DES-CBC-CRC >>>>>> 0x00000002 DES-CBC-MD5 >>>>>> 0x00000004 RC4-HMAC >>>>>> 0x00000008 AES128-CTS-HMAC-SHA1-96 >>>>>> 0x00000010 AES256-CTS-HMAC-SHA1-96 >>>>> (you mean, 0...
2016 Sep 16
0
Exporting keytab for SPN failure
...>>>>>> exported. >>>>>> >>>>>> net ads enctypes set [hostname] [key value] can be used to define >>>>>> the valid keys for an accound (and it's spn's). >>>>>> >>>>>> The key value is repesented as >>>>>> 0x00000001 DES-CBC-CRC >>>>>> 0x00000002 DES-CBC-MD5 >>>>>> 0x00000004 RC4-HMAC >>>>>> 0x00000008 AES128-CTS-HMAC-SHA1-96 >>>>>> 0x00000010 AES256-CTS-HMAC-SHA1-96 >>>>> (you mean, 0...
2016 Sep 16
0
Exporting keytab for SPN failure
...des and rc4 keys are exported. > >>>>> > >>>>> net ads enctypes set [hostname] [key value] can be used to > >>>>> define the valid keys for an accound (and it's spn's). > >>>>> > >>>>> The key value is repesented as > >>>>> 0x00000001 DES-CBC-CRC > >>>>> 0x00000002 DES-CBC-MD5 > >>>>> 0x00000004 RC4-HMAC > >>>>> 0x00000008 AES128-CTS-HMAC-SHA1-96 > >>>>> 0x00000010 AES256-CTS-HMAC-SHA1-96 > >>>> (you m...