differentiate the two KOBIL mIDentity devices (Basic and Classic)
2 lines of code changed in 1 file:
usb_detach_kernel_driver_np() is not available on libusb for Mac OS X
2 lines of code changed in 1 file:
require autoconf 2.61
2 lines of code changed in 1 file:
check for strlcpy
1 lines of code changed in 1 file:
small reformat
1 lines of code changed in 1 file:
replace a C++ comment by a C comment
1 lines of code changed in 1 file:
EXTRA_DIST = $(doc_DATA) $(man_MANS)
4 lines of code changed in 2 files:
remove from SVN
0 lines of code changed in 1 file:
add rule to call /usr/sbin/Kobil_mIDentity_switch for mIDentity devices
4 lines of code changed in 1 file:
move the Kobil mIDentity from the "Supported" to "Unsupported or partly
supported" because of a time request problem
5 lines of code changed in 1 file:
add (new) KOBIL mIDentity
1 lines of code changed in 1 file:
use $(LIBUSB_LIBS) instead of -lusb
2 lines of code changed in 1 file:
add contrib/RSA_SecurID
734 lines of code changed in 6 files:
add GNU GPL v2 licence
339 lines of code changed in 1 file:
add manpage Kobil_mIDentity_switch.8
21 lines of code changed in 2 files:
doc_DATA = README_Kobil_mIDentity_switch.txt
2 lines of code changed in 1 file:
rename README.txt in README_Kobil_mIDentity_switch.txt
250 lines of code changed in 2 files:
rename midswitch{.c,} in Kobil_mIDentity_switch{.c,}
199 lines of code changed in 4 files:
rename contrib/midswitch/ in contrib/Kobil_mIDentity_switch/
2 lines of code changed in 5 files:
add contrib/midswitch to activate the CCID reader of the Kobil mIDentity
456 lines of code changed in 6 files:
CmdPowerOn() & SecurePINVerify(): rename 6 local variables to avoid:
warning: declaration of 'cmd' shadows a previous local
11 lines of code changed in 1 file:
display the error message if usb_control_msg() fails
3 lines of code changed in 1 file:
do not declare another buffer variable to avoid: declaration of �buffer�
shadows a previous local
3 lines of code changed in 1 file:
allow multiple inclusion using #ifndef __CCID_USB_H__ ...
3 lines of code changed in 1 file:
get_end_points(): change parameter name from usb_device to usbdevice to
avoid: warning: declaration of 'usb_device' shadows a global declaration
/usr/include/usb.h:329: warning: shadowed declaration is here
4 lines of code changed in 1 file:
ControlUSB(): explicit cast to avoid warning: pointer targets in passing
argument 6 of 'usb_control_msg' differ in signedness
1 lines of code changed in 1 file:
get_data_rates(): use ControlUSB() instead of usb_control_msg()
2 lines of code changed in 1 file:
add ControlUSB() declaration and implementation
11 lines of code changed in 2 files:
remove a redundant declaration of i
scardcontrol.c:486: attention : declaration of �i� shadows a previous
local
0 lines of code changed in 1 file:
CmdXfrBlockTPDU_T0(): set *rx_length to 0 in case of command too long
2 lines of code changed in 1 file:
CmdXfrBlockTPDU_T0(): set *rx_length to 0 if CCID_Transmit() fails
3 lines of code changed in 1 file:
Secure modify PIN: add a bConfirmPIN and bNumberMessage table
9 lines of code changed in 1 file:
SecurePINModify(): set bNumberMessages in all cases
1 lines of code changed in 1 file:
set max pin size to 8 instead of 4
1 lines of code changed in 1 file:
SecurePINModify(): the GemPC Twin does support different values of
bNumberMessages but all the bMsgIndex? must be present in the CCID
command
7 lines of code changed in 1 file:
IFDHControl(): log the Rx and Rx buffers
2 lines of code changed in 1 file:
add DEBUG_INFO_XXD()
2 lines of code changed in 1 file:
get_end_points(): correct bug in revision 2392
1 lines of code changed in 1 file:
get_end_points(): use usb_interface->altsetting->bNumEndpoints instead
of the hardcoded value 3
1 lines of code changed in 1 file:
use ATTRS{} instead of SYSFS{} for use with recent udev versions
11 lines of code changed in 1 file:
parse bInterfaceProtocol field
14 lines of code changed in 1 file:
parse bNumEndpoints field
17 lines of code changed in 1 file:
ChangeLog: use svn2cl instead of svn2cl.sh
1 lines of code changed in 1 file: