Hi,
> The reason for SSL is that AFAIK most of the suck in it comes from the
> CA system, that is, the huge number of pre-installed unlimited-trust
> entities, that can be completely disabled.
well, it is not just that (but for browsers mostly it is). There were
plenty of attacks on TLS recently
Thorsten Glaser wrote:
> Doing anything else (well, file download is also okay),
> such as this XMLRPC crap, or even tunneling, over HTTP
> instead of just using plain TCP is probably the thing
> the original poster disagreed with. Me too, btw… it’s
> an illness of the age of the “webdesigner” ☹
There are quite a few problems with HTTP like you cannot parse it
because the grammer allows anything, most importantly:
- Multiple HTTP Accept Headers (with empty entries) allowed
- Newline or Carriage Return or both or whatever
Because of this great flexibility you can enjoy undeterministic
res
lution
(for example) seems pretty ugly.
I'm only an absolute beginner with C, but might try implementing some
of these things over the uni break.
Leon
Actually the #if part was old code and is not needed.
Am Tue, 14 Sep 2010 20:03:38 +0200
schrieb Leon Winter :
> Hi,
>
> just a proof of concept, no error-handling for non 32bit colordepth,
> requires composite manager like xcompmgr. I noticed this feature is
> not very popular
is nontransparent).
Note: This patch will add real transparency to the background of the
terminal while the foreground still remains with no transparency.
Diff against tip/148.
Regards,
Leon Winterdiff -r 1cd0262c5b69 st.c
--- a/st.c Sat Sep 11 16:07:36 2010 +0200
+++ b/st.c Tue Sep 14 19:27:33