root

Revision Log Mode:


Legend:

Added
Modified
Copied or renamed
Rev Chgset Date Author Log Message
(edit) @3538 [3538] 4 days aj Chaskiel Grundman: I found the following patch to opensc-explorer handy …
(edit) @3537 [3537] 4 days aj Chaskiel Grundman: Nowhere in pkcs15init/pkcs15-cardos.c is the user pin …
(edit) @3536 [3536] 3 weeks martin Do not delete .exports files on make clean
(edit) @3535 [3535] 3 weeks alonbl Make PC/SC work on Windows again
(edit) @3534 [3534] 1 month alonbl Detect libtool-1 or libtool-2 at runtime
(edit) @3533 [3533] 2 months alonbl Revert pic changeset
(edit) @3532 [3532] 2 months alonbl More aclocal->m4
(edit) @3531 [3531] 2 months ludovic.rousseau upgrade from http://autoconf-archive.cryp.to/acx_pthread.html
(edit) @3530 [3530] 2 months alonbl Revert autoconf version prereq
(edit) @3529 [3529] 2 months alonbl Rename aclocal->m4 to be more standard
(edit) @3528 [3528] 2 months alonbl Prepare for libtool-2
(edit) @3527 [3527] 2 months alonbl No point to maintain static list of available drivers in configuration …
(edit) @3526 [3526] 2 months alonbl opensc-explorer double free and cleanups $ opensc-explorer OpenSC …
(edit) @3525 [3525] 2 months ludovic.rousseau print_generic() & print_print(): size is a CK_ULONG (unsigned) so …
(edit) @3524 [3524] 2 months ludovic.rousseau completely initialize pkcs11_secret_key_ops structure with NULL …
(edit) @3523 [3523] 2 months ludovic.rousseau add missing prototype for sc_pkcs15emu_rutoken_init_ex()
(edit) @3522 [3522] 2 months ludovic.rousseau add missing prototype for sc_pkcs15emu_tcos_init_ex()
(edit) @3521 [3521] 2 months ludovic.rousseau do not use system as a variable name. system() is also a …
(edit) @3520 [3520] 2 months ludovic.rousseau remove two unused variables reader-pcsc.c:739: warning: unused variable …
(edit) @3519 [3519] 2 months ludovic.rousseau Avoid variable name space collision reader-pcsc.c:396: warning: …
(edit) @3518 [3518] 2 months ludovic.rousseau add a prototype for compat_dummy() compat_dummy.c:2: warning: no previous …
(edit) @3517 [3517] 2 months ludovic.rousseau use #ifdef instead of #if pkcs15-cardos.c:547:5: warning: "SET_SM_BYTES" …
(edit) @3516 [3516] 2 months ludovic.rousseau print_ptr_in(): change log format
(edit) @3515 [3515] 2 months ludovic.rousseau C_Initialize(): log the value of the pInitArgs argument
(edit) @3514 [3514] 2 months alonbl Fixup configure help strings
(edit) @3513 [3513] 2 months ludovic.rousseau C_Finalize(): do not unload the module since the application may try …
(edit) @3512 [3512] 3 months alonbl Better handle openct reader replug, revert last change in pkcs11-pin
(edit) @3511 [3511] 3 months alonbl Fix sc_pkcs15_verify_pin() to handle OpenCT hotplug correctly
(edit) @3510 [3510] 3 months ludovic.rousseau Use size_t instead of int when needed, plus some other minor …
(edit) @3509 [3509] 3 months ludovic.rousseau use type size_t instead of int since the 3rd argument …
(edit) @3508 [3508] 3 months alonbl Verify PIN support Plug&Play If card was reset or reader reconnected, …
(edit) @3507 [3507] 3 months alonbl Finished
(edit) @3506 [3506] 3 months alonbl Plug&Play support This is not the best solution, but focus on smallest …
(edit) @3505 [3505] 3 months alonbl pcsc_lock() should not open its own transaction if had an error This …
(edit) @3504 [3504] 3 months alonbl SIGSEGV print_tags_recursive - fix Patch …
(edit) @3503 [3503] 3 months alonbl More MSVC fixups by Douglas E. Engert
(edit) @3502 [3502] 3 months ludovic.rousseau convert C++ in C comment
(edit) @3501 [3501] 3 months ludovic.rousseau convert C++ comment in C comment
(edit) @3500 [3500] 3 months ludovic.rousseau convert a C++ comment in C comment
(edit) @3499 [3499] 3 months ludovic.rousseau rutoken_new_file(): initialize sec_attr pkcs15-rutoken.c:372: warning: …
(edit) @3498 [3498] 3 months ludovic.rousseau completely initialize the sc_pkcs11_framework_ops structure (using …
(edit) @3497 [3497] 3 months ludovic.rousseau completely initialize the struct fmap fields
(edit) @3496 [3496] 3 months ludovic.rousseau card.c:756: warning: unused variable 'j'
(edit) @3495 [3495] 3 months ludovic.rousseau convert C++ comment in C comment (ISO C90)
(edit) @3494 [3494] 3 months alonbl Typo
(edit) @3493 [3493] 3 months alonbl Typo
(edit) @3492 [3492] 3 months alonbl Use O_BINARY at rutoken
(edit) @3491 [3491] 3 months alonbl Cleanup some Windows issues with open
(edit) @3490 [3490] 3 months alonbl rutoken: Some MSVC fixups, by Aktiv Co. Aleksey Samsonov
(edit) @3489 [3489] 3 months alonbl Add PATH comment for Windows users
(edit) @3488 [3488] 3 months alonbl Survive pcscd restart
(edit) @3487 [3487] 3 months alonbl Add SCARD_E_READER_UNAVAILABLE as acceptable
(edit) @3486 [3486] 3 months alonbl If the reader is virtual there is no token
(edit) @3485 [3485] 3 months alonbl Change no reader configure text
(edit) @3484 [3484] 3 months alonbl The STRANGE was due to pcscd fork() issue
(edit) @3483 [3483] 3 months alonbl Handle SCARD_E_INVALID_HANDLE at pcsc_lock
(edit) @3482 [3482] 3 months alonbl Make detect_readers optional
(edit) @3481 [3481] 3 months alonbl Initial Plug&Play support Add detect_readers() to reader opts. Add …
(edit) @3480 [3480] 3 months alonbl A branch for Plug&Play enabled OpenSC
(edit) @3479 [3479] 3 months alonbl Add --force to autoreconf
(edit) @3478 [3478] 3 months alonbl ruToken …
(edit) @3477 [3477] 3 months alonbl Make sure we generate opensc.conf every time There is no dependency for …
(edit) @3476 [3476] 3 months alonbl common/main.c is part of getopt package
(edit) @3475 [3475] 3 months alonbl Fix last reference to VERSION and not PACKAGE_VERSION
(edit) @3474 [3474] 3 months alonbl Add PKCS11-Spy to installer
(edit) @3473 [3473] 3 months alonbl Add simple Windows installer script for OpenSC As nobody want to maintain …
(edit) @3472 [3472] 3 months alonbl Add --get-conf-entry, --set-conf-entry to opensc-tool Although not …
(edit) @3471 [3471] 3 months alonbl More fixups to maintainer-clean
(edit) @3470 [3470] 4 months alonbl afxres.h is not needed
(edit) @3469 [3469] 4 months alonbl No need for Makefile.mak in win32 anymore
(edit) @3468 [3468] 4 months alonbl Distribute autoconf generated files for MSVC build Construct resource …
(edit) @3467 [3467] 4 months alonbl Typeo
(edit) @3466 [3466] 4 months alonbl More MSVC build additions (1) use the exports for opensc-pkcs11.dll, …
(edit) @3465 [3465] 4 months alonbl Support OPENSC_FEATURES for MSC build
(edit) @3464 [3464] 4 months alonbl Attached are the latest mode to OpenSC svn 3462 to use the …
(edit) @3463 [3463] 4 months alonbl ruToken C …
(edit) @3462 [3462] 4 months alonbl Some more build cleanups
(edit) @3461 [3461] 4 months alonbl Fix future issue with distcheck
(edit) @3460 [3460] 4 months alonbl Fix some duplicate symbols with Windows header files. Thanks to Douglas E. …
(edit) @3459 [3459] 4 months alonbl Fix MSVC compiler …
(edit) @3458 [3458] 4 months alonbl Fixup WINAPI location By: Douglas E. Engert (2) Change the typdefs for …
(edit) @3457 [3457] 4 months alonbl Solve some Windows conflicts
(edit) @3456 [3456] 4 months alonbl Fix default PC/SC provider for darwin, thanks to Martin Paljak
(edit) @3455 [3455] 4 months alonbl Rename PC/SC library into PC/SC provider. Sync symbols between …
(edit) @3454 [3454] 4 months alonbl Ignore -svn component so distcheck will pass for svn versions
(edit) @3453 [3453] 4 months alonbl Readd -svn version suffix, removed at revision 3446
(edit) @3452 [3452] 4 months alonbl Add --with-pcsc-module to configure
(edit) @3451 [3451] 4 months alonbl More separate srcdir fixups, make distcheck work
(edit) @3450 [3450] 4 months alonbl More separate srcdir fixups
(edit) @3449 [3449] 4 months alonbl More separate srcdir fixups
(edit) @3448 [3448] 4 months alonbl More separate srcdir fixups
(edit) @3447