Displaying 4 results from an estimated 4 matches for "1&pli".
2011 Jan 26
2
Offtopic: Mac Mail Autoconfigure
...APOP) and want to change them via autodiscover.
Is there something simular to Thunderbirds Config Site:
https://developer.mozilla.org/en/Thunderbird/Autoconfiguration
google just offers similar problems, but no solutions :(
http://groups.google.com/group/macenterprise/browse_thread/thread/a8829433131a7bca/7d391ec890c8b988?lnk=raot&fwc=1&pli=1
thx for your help
Stefan
2010 Sep 29
5
err: Could not request certificate: sslv3 alert handshake failure error
Hi,
I''ve setup the puppetmaster to start 5 processes each listening on a
different port, with an Apache server in front. This works fine for
existing clients, however when I try to add a new client (ie. a newly
installed machine with no previous puppet configuration) I get this
error:
err: Could not request certificate: sslv3 alert handshake failure
error
Any ideas what''s
2012 Oct 02
5
[LLVMdev] [PROPOSAL] Adding support for -fstack-protector-strong
...ed alloca
These two options/modes are analogous to the options/modes supported by GCC.
* Note, there have been relatively recent commits to LLVM trunk improve the
state of SSP (e.g., checking for aggregates).
A short proposal was made to add a new SSP option to GCC: -fstack-protector-strong. [1]
Note, I am not the original author of the proposal. I just want to add it to LLVM :-).
Briefly, this option aims to enable heuristics that provide stronger protection
than -fstack-protector, but avoid the overkill of -fstack-protector-all. This
option has been accepted into the Google branch of...
2012 Oct 02
0
[LLVMdev] [PROPOSAL] Adding support for -fstack-protector-strong
On 10/1/12 9:26 PM, Magee, Josh wrote:
> Hello,
>
> I plan to implement "Stack Smashing Protection - Strong" support in LLVM.
> Below is a description of this feature and an overview of the implementation
> plan. I have divided up the implementation into stages that can be deli...