FreeRDP/winpr/libwinpr/smartcard
Bernhard Miklautz 07417599ce wlog: rework, cleanup and stabilize API
* only expose necessary functions and types in header
* don't expose appender internals
* add generic function WLog_ConfigureAppender to have the possibility
  to configure appender specific settings
* detect appender availability if WLog_SetLogAppenderType or
  WLog_Appender_New return FALSE or NULL respectively the appender isn't
  available or the initialization failed. This is very useful for the
  use with optional appenders.
* add Free to the appender interface. At the time of the Free the
  appender is known and available so it can be called directly (instead
  of calling the right function according to the type)
* make all appender internal function static
* all appenders return the generic wLogAppender type now. Typecasts
  are internally done where necessary this abstracts the appenders more
  cleanly
2015-11-09 18:25:45 +01:00
..
test winpr: always build "monolitic" 2014-07-10 11:10:58 +02:00
CMakeLists.txt libwinpr-smartcard: remove unused (and useless) pcsc-lite static link option 2015-01-20 20:15:10 -05:00
module.def libwinpr-smartcard: initial stubs 2014-04-02 20:54:46 -04:00
ModuleOptions.cmake libwinpr-smartcard: initial stubs 2014-04-02 20:54:46 -04:00
smartcard_inspect.c wlog: rework, cleanup and stabilize API 2015-11-09 18:25:45 +01:00
smartcard_inspect.h libwinpr-smartcard: start smartcard API inspector 2014-05-26 15:57:37 -04:00
smartcard_pcsc.c Give unique aliases for smartcards with the same name, so that two readers do not end up with the same alias. 2015-09-02 12:11:47 -05:00
smartcard_pcsc.h channels/smartcard: cleanup SCardControl 2014-12-22 16:25:59 -05:00
smartcard_winscard.c libwinpr-utils: extend wlog prefix format 2014-05-28 10:38:32 -04:00
smartcard_winscard.h libwinpr-smartcard: fix usage of native data types 2014-04-25 18:49:57 -04:00
smartcard.c libwinpr-smartcard: start smartcard API inspector 2014-05-26 15:57:37 -04:00
smartcard.h libwinpr-smartcard: return SCARD_NO_SERVICE when no internal callback is registered 2014-04-27 20:11:31 -04:00