Simo Sorce

Results 240 comments of Simo Sorce
trafficstars

Browsers do not know how to do opportunistic authentication or how to remember that a directory is protected by authentication to do so. Whenever you have a resource protect by...

Sorry but these are all Apache Httpd questions, not mod_auth_gssapi ones. The only thing I know is that mod_auth_gssapi can't really re-authenticate on sub-requestes, but I rarely encountered them and...

If it turns out mod_auth_gssapi is doing something wrong, please let me know, I am happy to address any deficiencies in it.

threebean: just provide a button to make them disappear to the right leave only a 4/6 pixel "halfmoon" so that you can click them back

@ffesti the one I worked on is a bit contrived, let me see if I can create a synthetic one form one of my Fedora packages

Ok here is an example, apply this diff to https://src.fedoraproject.org/rpms/pkcs11-provider ``` $ git diff diff --git a/pkcs11-provider.spec b/pkcs11-provider.spec index b254afa..993d353 100644 --- a/pkcs11-provider.spec +++ b/pkcs11-provider.spec @@ -1,4 +1,5 @@ #Enable...

At the same time if you remove the two lines I added to `%install` (but lave everything else in place including the `%files debuginfo` section) instead of getting an error...

To be honest C_Finalize should probably never be implicitly called, as it can seriously disrupt concurrent token access (or force applications to keep the Pkcs11 structure in a global indefinitely...

> What do you mean? By using the `Arc` encapsulation (which is now done on our side but maybe soon should be done by the caller), one can pass a...