use sizeof(lpcStripReader) instead of MAX_READERNAME
3 lines of code changed in 1 file:
also print tokenType field as a number and string
20 lines of code changed in 1 file:
Initialize currentToken->tokenType in MSCListTokens(). Closes "[ #300607 ]
MSCListTokens should set tokenType to know state before OR operation"
1 lines of code changed in 1 file:
replace some 0 bu NULL for pointers
46 lines of code changed in 1 file:
- replace 0 by NULL
- remove some { } for one line blocks
8 lines of code changed in 1 file:
recode the readers enumeration to avoid the use of PCSCLITE_MAX_READERS_CONTEXTS
22 lines of code changed in 1 file:
use SCARDCONTEXT and SCARDHANDLE instead of MSCLong32
2 lines of code changed in 1 file:
use SCARDCONTEXT, DWORD, LPSCARDHANDLE, etc. instead of long, unsigned
long, long *, etc. to be more Windows PC/SC compliant
37 lines of code changed in 1 file:
remove two "by najam" comments
1 lines of code changed in 1 file:
use MAX_ATR_SIZE instead of 33 in the declaration of SCARD_READERSTATE_A
4 lines of code changed in 1 file:
proposed patch: define PCSCLITE_MAX_READERS with a deprecated attribute
4 lines of code changed in 1 file:
remove the warning if no /etc/reader.conf is found. It is normal to not
have an /etc/reader.conf for USB readers only.
6 lines of code changed in 1 file:
print a warning if the LIBPATH contains ".bundle". USB drivers SHOULD NOT be declared in reader.conf
7 lines of code changed in 1 file:
add strerror(errno) in the error message.
5 lines of code changed in 1 file:
use NULL instead of 0
24 lines of code changed in 1 file:
code reindentation
143 lines of code changed in 1 file:
remove etc/ from filename
3 lines of code changed in 1 file:
remove PCSC/ from filenames
22 lines of code changed in 1 file:
files to ignore by CVS
22 lines of code changed in 1 file:
simplify a bit an hex->decimal conversion
2 lines of code changed in 1 file:
left shift one bloc of code that was in a isolated { }
122 lines of code changed in 1 file:
remove { } for one instruction if () blocs
29 lines of code changed in 1 file:
use a direct "DWORD dwNumReadersContexts" instead of an indirect "DWORD
*dwNumReadersContexts". This will remove bugs like the one at line 90:
"if (dwNumReadersContexts != 0)" is not "if (*dwNumReadersContexts != 0)"
9 lines of code changed in 1 file:
correct atrString[] buffer size. The ATR is in ASCII so it must be MAX_ATR_SIZE*2 +1
1 lines of code changed in 1 file:
add void argument in HPStopHotPluggables()
1 lines of code changed in 1 file:
initialize vHandle field to NULL in RFAllocateReaderSpace() (caused a
crash under MacOS X)
2 lines of code changed in 1 file:
add the errno text message if specified reader.conf file is not found
2 lines of code changed in 1 file:
use PCSCLITE_READER_CONFIG instead of reader.conf in debug message
1 lines of code changed in 1 file:
add support for HPStopHotPluggables()
18 lines of code changed in 1 file:
new files to ignore files not in CVS
3 lines of code changed in 7 files:
really reset the card when asked to in SCardReconnect()
24 lines of code changed in 1 file:
This is hack to allow a change of ATR at Reconnect without physically
changing the card. This should not happen in real life so should not be
problematic and so is active by default (ATR_CHANGE_AT_RECONNECT).
17 lines of code changed in 1 file:
remove duplicated SYS_MutexUnLock() in SCardStatus()
0 lines of code changed in 1 file:
call HPStopHotPluggables() before stopping the drivers to avoid a new
reader detection/start by hotplug when we want to stop everything
7 lines of code changed in 1 file:
add HPStopHotPluggables() to exit the hotplug thread
16 lines of code changed in 2 files:
set AraKiri to TRUE instead of 1
1 lines of code changed in 1 file:
- add SCardReconnect() sample code
- allow to select the reader number instead of selecting always the first
one
37 lines of code changed in 1 file:
version 1.2.1
1 lines of code changed in 1 file:
version 1.2.1
1 lines of code changed in 1 file: