[security-discuss] libpolkit-rbac.c uses headers from /usr/include?

2007-10-10 Thread Darren J Moffat
Mike Gerdts wrote: > I attempted a build of recent onnv source (checked out around 10/2) > and found the following in nightly.log > > ../common/libpolkit-rbac.c:29:18: glib.h: No such file or directory > In file included from ../common/libpolkit-rbac.c:30: > /usr/include/dbus-1.0/dbus/dbus-glib.h:

[security-discuss] In openssl PKCS#11 engine, why are we passing NULL argument to C_Initialize

2007-10-10 Thread Jan Pechanec
On Wed, 10 Oct 2007, Durga Prasad wrote: >Hi All, > >I am seeing openssl PKCS#11 engine code. I have some doubts regarding this. > >1) Why are we passing NULL argument to C_Initialize. If the NULL argument >is passed, we are not supposed to access to use PKCS11 library from >multiple threads sim

[security-discuss] In openssl PKCS#11 engine, why are we passing NULL argument to C_Initialize

2007-10-10 Thread Darren J Moffat
Durga Prasad wrote: > Hi All, > > I am seeing openssl PKCS#11 engine code. I have some doubts regarding this. > > 1) Why are we passing NULL argument to C_Initialize. If the NULL argument is > passed, we are not supposed to access to use PKCS11 library from multiple > threads simultaneously. W

[security-discuss] libpolkit-rbac.c uses headers from /usr/include?

2007-10-10 Thread James Carlson
Mike Gerdts writes: > I attempted a build of recent onnv source (checked out around 10/2) > and found the following in nightly.log > > ../common/libpolkit-rbac.c:29:18: glib.h: No such file or directory > In file included from ../common/libpolkit-rbac.c:30: > /usr/include/dbus-1.0/dbus/dbus-glib.h

[security-discuss] libpolkit-rbac.c uses headers from /usr/include?

2007-10-10 Thread Richard Lowe
"Mike Gerdts" writes: > I attempted a build of recent onnv source (checked out around 10/2) > and found the following in nightly.log > > ../common/libpolkit-rbac.c:29:18: glib.h: No such file or directory > In file included from ../common/libpolkit-rbac.c:30: > /usr/include/dbus-1.0/dbus/dbus-gli

[security-discuss] libpolkit-rbac.c uses headers from /usr/include?

2007-10-10 Thread Mike Gerdts
On 10/10/07, Richard Lowe wrote: > When the headers aren't in the consolidation being built, yes, it's > normal (though I don't particularly like it). > > This is why the devref states you must have SUNWCall on build machines. Sigh... Yes, I did read that at one point, but not since being annoyed

[security-discuss] libpolkit-rbac.c uses headers from /usr/include?

2007-10-10 Thread Mike Gerdts
I attempted a build of recent onnv source (checked out around 10/2) and found the following in nightly.log ../common/libpolkit-rbac.c:29:18: glib.h: No such file or directory In file included from ../common/libpolkit-rbac.c:30: /usr/include/dbus-1.0/dbus/dbus-glib.h:27:25: glib-object.h: No such f

[security-discuss] In openssl PKCS#11 engine, why are we passing NULL argument to C_Initia

2007-10-10 Thread Durga Prasad
Hi Darren and Jan, Thank you very much for clarifying my doubts. This message posted from opensolaris.org

[security-discuss] In openssl PKCS#11 engine, why are we passing NULL argument to C_Initialize

2007-10-10 Thread Durga Prasad
Hi All, I am seeing openssl PKCS#11 engine code. I have some doubts regarding this. 1) Why are we passing NULL argument to C_Initialize. If the NULL argument is passed, we are not supposed to access to use PKCS11 library from multiple threads simultaneously. 2) How is opensc PKCS#11 engine dif