search for: issuance

Displaying 20 results from an estimated 20 matches for "issuance".

Did you mean: instance
2017 Aug 02
2
GEP with a null pointer base
...program uses an erroneous construct or erroneous data. Permissible undefined behavior ranges from ignoring the situation completely with unpredictable results, to behaving during translation or program execution in a documented manner characteristic of the environment (with or without the issuance of a diagnostic message), to terminating a translation or execution (with the issuance of a diagnostic message). Many erroneous program constructs do not engender undefined behavior; they are required to be diagnosed. —end note ] If you want to argue that it is *more useful* to the program...
2016 Jun 02
4
[GSoC 2016] Parameters of a target architecture
...a target architecture: 1. Size of double-precision floating-point number. 2. Number of double-precision floating-point numbers that can be hold by a vector register. 3. Throughput of vector instructions per clock cycle. 4. Latency of instructions (i.e., the minimum number of cycles between the issuance of two dependent consecutive instructions). 5. Paramaters of cache levels (size of cache lines, associativity degrees, sizes). Could you please advise me where I can find such information? If I'm not mistaken, we can get the size of a cache line and the width of the largest vector register (...
2017 Aug 02
0
GEP with a null pointer base
...n erroneous construct or erroneous data. Permissible undefined > behavior ranges from ignoring the situation completely with > unpredictable results, to behaving during translation or program > execution in a documented manner characteristic of the environment > (with or without the issuance of a diagnostic message), to terminating > a translation or execution (with the issuance of a diagnostic message). > Many erroneous program constructs do not engender undefined behavior; > they are required to be diagnosed. > —end note ] > > If you want to argue that it is *m...
2018 Sep 18
3
add keys and certificate to forwarded agent on remote host
...factor authentication of physical > Yubikey and PIN, plus anti-keylogger because of the mandatory touching > of the Yubikey). I've been meaning to try a Yubikeys. As I understand it that would help ensure that the user is the person they should be. What is nice about runtime certificate issuance is that certificates can be tuned for particular per-user, per-instance use cases, such as "root on all DC1 webservers". Unless I've misunderstood, verification of the user and the permissions they have for potentially many roles on many servers are quite different things. Thanks ve...
2018 Sep 17
7
add keys and certificate to forwarded agent on remote host
...redirect me if so. Our team uses ssh extensively for server access and maintenance (Debian). An issue is acting as root when operating, for example, over ansible and keeping a record of who performed the actions, something ssh certificates solves well. The problem is then to automate certificate issuance since it would be pretty arduous for someone to keep issuing short-lived user certificates. I was intrigued to read Uber's ussh announcement page and wondered if this suggests a route for doing so: (https://medium.com/uber-security-privacy/introducing-the-uber-ssh-certificate-authority-4f84083...
2016 May 31
2
[GSoC 2016] [Polly] Implementation of tiling, interchanging and unrolling of specific loops based on the algorithm for the analytical modeling
...e following parameters: 1. Size of double-precision floating-point number. 2. Number of double-precision floating-point numbers that can be hold by a vector register. 3. Throughput of vector instructions per clock cycle. 4. Latency of instructions (i.e., the minimum number of cycles between the issuance of two dependent consecutive instructions). 5. Paramaters of cache levels (size of cache lines, associativity degrees, sizes). -- Cheers, Roman Gareev.
2021 Jun 13
3
TLS support in NUT
...that NUT > codebase did not have a reason to bother yet to support that. > Otherwise, your points (4) and (5) make sense and are "doable" > generally, after some effort :) 1. There are miriad of scripts written on top of openssl and certutil that allow implementing a CA and issuance of certificates, with easy-rsa probably leading the lot (and usage basically consists of running ./build-ca followed by ./build-key ( for v2 ) and equivalent parameters passed to the only script that easy-rsa v3 consists of ). Even f-droid provides one for android, if I am not mistaken. I reall...
2020 Aug 04
3
CentOS Security Advisories OVAL feed??
...those mentioned in the RHSA advisories. (My guess: because, when the advisories where issued, Centos already had moved on to 8.2) Q2) Does this indicate a problem in the release process / handling of upstream updates on the side of the CentOS project? Were the advisories missed at the time of issuance? Q3) Does this indicate that only the latest CentOS (minor) release can be considered "secure" or "patched"? Q4) Is there a native OVAL file released from the CentOS project covering these issues? It could be extremely similar to the RHEL one, but it should take the answers...
2020 May 15
2
Users loose supplementary groups after a time
On 15/05/2020 14:56, Orion Poplawski wrote: > On 5/15/20 12:56 AM, Rowland penny via samba wrote: >> On 14/05/2020 21:59, Orion Poplawski via samba wrote: >>> Sorry, I thought I had re-enabled delivery, but I had not.? So >>> trying to reply >>> to Rowland Penny here: >>> >>>> On 14/05/2020 18:46, Orion Poplawski via samba wrote:
2019 May 21
2
Re: [PATCH libnbd] api: Synchronous connect waits til all connections are connected.
...even if it is not there at the moment). Prior to that point, we don't want to accept commands (whether sync or async) because we aren't finished negotiating and thus cannot guarantee if the can_FOO() functions are accurate; after that point, it may be nice to queue up the commands for later issuance when we DO come back around to READY, rather than insisting that we be exactly in the READY state when issuing a command. > > For ‘nbd_connect_command’, it essentially ignored multi-conn anyway, > and I changed it so that it waits for conn[0] to get connected and > returns, the other...
2016 May 31
0
[GSoC 2016] [Polly] Implementation of tiling, interchanging and unrolling of specific loops based on the algorithm for the analytical modeling
...ouble-precision floating-point number. > > 2. Number of double-precision floating-point numbers that can be hold > by a vector register. > > 3. Throughput of vector instructions per clock cycle. > > 4. Latency of instructions (i.e., the minimum number of cycles between > the issuance of two dependent consecutive instructions). > > 5. Paramaters of cache levels (size of cache lines, associativity > degrees, sizes). > > -- > Cheers, Roman Gareev. > > -- > You received this message because you are subscribed to the Go...
2020 May 15
0
Users loose supplementary groups after a time
...> I am struggling to understand just what IPA gives you, except for > authentication and you can do this with Samba directly from AD. Lots with regard to policy and authorization: - Fine grained PAM access controls for each host, user, group, service. - Centralized sudo rules. - Certificate issuance and renewal. - Centralized automount configuration. > The whole idea behind AD is to get centralised authentication (which from my > understanding is what IPA does), so why have two authentication centres ? There's more to it then authentication :) -- Orion Poplawski Manager of NWRA T...
2019 May 22
0
Re: [PATCH libnbd] api: Synchronous connect waits til all connections are connected.
...ere at > the moment). Prior to that point, we don't want to accept commands > (whether sync or async) because we aren't finished negotiating and thus > cannot guarantee if the can_FOO() functions are accurate; after that > point, it may be nice to queue up the commands for later issuance when > we DO come back around to READY, rather than insisting that we be > exactly in the READY state when issuing a command. > > > > > For ‘nbd_connect_command’, it essentially ignored multi-conn anyway, > > and I changed it so that it waits for conn[0] to get connecte...
2010 May 26
0
R/Rmetrics Meielisalp Summer School and User/Developer Workshop 2010
...wiss Pension Fund, Zurich * Bernhard Brabec, to be announced, Zurich * Yohan Chalabi, Outlier Resistant GARCH Modeling, Zurich * Karim Chine, Elastic-R: A Google docs-like Portal for Data Analysis in the Cloud, London * Alexander Eisl, Exploring the Performance of Government Debt Issuance, Vienna * Andrew Ellis, Rmetrics2AMPL: An R Optimization Interface for AMPL, Zurich * Adam Ghandar, Fuzzy Logic Valuation Rules for Hedge Fund Management, Adelaide * Patrick Henaff, A Normalized Measure of Model Risk, Brest/Rennes * Stefano M. Iacus, Model Identification for Discr...
2021 Jun 13
2
TLS support in NUT
...reason to bother yet to support that. >>> Otherwise, your points (4) and (5) make sense and are "doable" >>> generally, after some effort :) >> >>1. There are miriad of scripts written on top of openssl and certutil >>that allow implementing a CA and issuance of certificates, with >easy-rsa >>probably leading the lot (and usage basically consists of running >>./build-ca followed by ./build-key ( for v2 ) and equivalent >parameters >>passed to the only script that easy-rsa v3 consists of ). Even f-droid > >>provides on...
2024 Mar 08
3
PrivateKeyCommand config idea
G'day, In our infrastructure we're trying to be more diligent about switching to sk keys (and/or certs backed by sk keys.) However, there are some services like Gerrit and Jenkins which are written in java and I guess they will never support sk keys, or at least, it seems like it won't happen any time soon. For such services, typical practices at the moment include putting
2019 May 21
2
[PATCH libnbd] api: Synchronous connect waits til all connections are connected.
nbd_connect_unix|tcp had a tricky failure case. This is a consequence of allowing callers to mix synchronous and asynchronous calls, with multi-conn thrown into the mix. I think the new behaviour proposed here is better. We could do with a better way of classifying the state of connections, such as are they connectING. Rich.
2004 Apr 16
0
Re: My details
...ter Science can not speed up the processing of the I-20 in any way. During heavy processing periods Admissions works as fast as possible to finalize admissions and produce the necessary entrance materials. The department has no authority to influence the US consulate's office in regards to the issuance of visas. The department request that you inform us as soon as possible regarding any delays or failure to secure documentation to allow entrance to the US and join the department. Barbara E Cicone, Admissions Officer Assistant to the Director of Graduate Programs Department of Computer Science...
2020 Aug 05
5
Re: More parallelism in VDDK driver (was: Re: CFME-5.11.7.3 Perf. Tests)
On Wed, Aug 05, 2020 at 04:49:04PM +0300, Nir Soffer wrote: > I see, can change the python plugin to support multiple connections to imageio > using SERIALIZE_REQUESTS? > > The GiL should not limit us since the GIL is released when you write to > imageio socket, and this is likely where the plugin spends most of the time. It's an interesting question and one I'd not really
2017 Jul 31
4
GEP with a null pointer base
On Mon, Jul 31, 2017 at 7:40 AM Peter Lawrence <peterl95124 at sbcglobal.net> wrote: > Dave, > Dead code elimination is generally done in a pass called dead > code elimination, > Can you give concrete examples why the same would not be true for UB code > elimination ? > I haven't actually looked at how optimizations on the basis of the code being UB-free