1
I Use This!
Low Activity

Commits : Listings

Analyzed 16 days ago. based on code collected 17 days ago.
Jan 29, 2024 — Jan 29, 2025
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
typos in comments
LudovicRousseau
as Ludovic Rousseau
More... over 16 years ago
add support of C_GetMechanismInfo
LudovicRousseau
as Ludovic Rousseau
More... about 17 years ago
dos2unix
LudovicRousseau
as Ludovic Rousseau
More... about 17 years ago
add getMechanismList() method
LudovicRousseau
as Ludovic Rousseau
More... about 17 years ago
not needed since usr/bin and usr/sbin are empty
LudovicRousseau
as Ludovic Rousseau
More... about 17 years ago
update copyright date
LudovicRousseau
as Ludovic Rousseau
More... about 17 years ago
reformat
LudovicRousseau
as Ludovic Rousseau
More... about 17 years ago
reformat
LudovicRousseau
as Ludovic Rousseau
More... about 17 years ago
dos2unix
LudovicRousseau
as Ludovic Rousseau
More... about 17 years ago
ignore LowLevel.py
LudovicRousseau
as Ludovic Rousseau
More... about 17 years ago
ignore unix_pykcs11_wrap.cpp
LudovicRousseau
as Ludovic Rousseau
More... about 17 years ago
minor reformat
LudovicRousseau
as Ludovic Rousseau
More... about 17 years ago
do not redifine PYTHON if it is already defined
LudovicRousseau
as Ludovic Rousseau
More... about 17 years ago
install a version for every installed Python versions
LudovicRousseau
as Ludovic Rousseau
More... about 17 years ago
use python-central instead of python-support
LudovicRousseau
as Ludovic Rousseau
More... about 17 years ago
Build-Depends: add versions for python-support and python-all-dev
LudovicRousseau
as Ludovic Rousseau
More... about 17 years ago
use a more specific debhelper version dependency E: pykcs11 source: package-needs-python-policy-debhelper
LudovicRousseau
as Ludovic Rousseau
More... about 17 years ago
replace static allocation by dynamically generated code
LudovicRousseau
as Ludovic Rousseau
More... about 17 years ago
move m_bFinalizeOnClose and m_bAutoInitialized before m_hLib in the class to avoid a compiler warning.
LudovicRousseau
as Ludovic Rousseau
More... about 17 years ago
display more getInfo fields
LudovicRousseau
as Ludovic Rousseau
More... almost 18 years ago
use a try: block to not stop on the first slot with an error
LudovicRousseau
as Ludovic Rousseau
More... almost 18 years ago
use -S instead of -s for sign so we wan use -s for slot
LudovicRousseau
as Ludovic Rousseau
More... almost 18 years ago
add [-d][--decrypt] to help
LudovicRousseau
as Ludovic Rousseau
More... almost 18 years ago
exit if no slot is found
LudovicRousseau
as Ludovic Rousseau
More... almost 18 years ago
-updated high level interface and samples to latest low level interface -minor fix: the CK_OBJECT_HANDLE and CK_SESSION_HANDLE wrapeprs are now declared as simple types (unsigned long) so the value() method returns a number nad assign() method accepts a number. -increased version to 1.1.1 (resources and setup.py) More... about 18 years ago
- fixed bug #3 "Functions returning object handles can't be used"; now the C_FindObject() function, the only one that returns an array of object, should be used with the ckobjlist type instead of ckintlist. The objects creation functions, such as C_CreateObject(), return objects in a CK_OBJECT_HANDLE instance. More... about 18 years ago
dos2unix the file to make "setup.py sdist" work on Unix
LudovicRousseau
as Ludovic Rousseau
More... about 18 years ago
add #! /usr/bin/env python
LudovicRousseau
as Ludovic Rousseau
More... about 18 years ago
catch session.login() and session.logout() exceptions
LudovicRousseau
as Ludovic Rousseau
More... over 18 years ago
GetInfo script: lib on the command line was ignored; removed colors on windows Added a simple makefile for win32 (should be used with VS.NET/nmake) More... over 18 years ago