source: trunk/src/include @ 1191

Revision Log Mode:


Legend:

Added
Modified
Copied or renamed
Diff Rev Age Author Log Message
(edit) @1137   3 years alonbl Allow driver to specify events to poll
(edit) @1125   3 years ludovic.rousseau define ct_mainloop_leave() arguments
(edit) @1114   3 years alonbl Support event mode for drivers Current implementation forces poll loop …
(edit) @1047   4 years alonbl Delete status on shutdown
(edit) @1042   4 years alonbl Non privileged operation As OpenCT is a security component, it best to …
(edit) @1028   4 years alonbl New build system Sync with other projects. merge -r 1014:1027 …
(edit) @970   5 years aj source buffer is unchanged, mark const to fit rest of api.
(edit) @959   5 years aj add patch by Harald Welte for contactless reader support.
(edit) @859   6 years aj parameter needs to be unsigned (so we can specify -1 for "any").
(edit) @851   6 years aj use limits.h where necessary. convert reader(int) to path in ifdhandler, …
(edit) @848   6 years aj last argument of ct_format_path is never changed.
(edit) @820   6 years aj put path handling into one central place. allow setting OPENCT_SOCKETDIR …
(edit) @765   7 years aj remove trailing commas.
(edit) @760   7 years aj fix error handling, thanks to Priit for reporting the issue.
(edit) @714   7 years aj add pcmcia block type.
(edit) @702   7 years aj add initial doxygen documentation by Laurent Pinchart
(edit) @683   7 years aj many small compile fixes plus code/indent improvements, silenting warnings …
(edit) @622   7 years aj make usb endpoint configureable (by Harald Welte)
(edit) @603   7 years aj remove .cvsignore files.
(edit) @584   8 years aj Priit Randla writes: A couple of fixes, an additional RIA command and an …
(edit) @580   8 years aj implement protocol selection. by Priit Randla
(edit) @554   8 years aj t=1 protocol improvements by ludovic rousseau
(edit) @540   8 years aet - Fixed the previous commit
(edit) @538   8 years aj Do not include types.h in distribution tar file, as it is generated by …
(edit) @508   8 years okir - added IFD_ERROR_INVALID_ATR
(edit) @483   8 years okir - Merged USB enhancements from Chaskiel
(edit) @466   8 years aet - Some portability changes to the new socket code - Warning fixes
(edit) @463   8 years okir - Replace all phone card specific protocols with the eurochip protocol …
(edit) @459   8 years okir - massive socket rewrite
(edit) @458   8 years okir - added ifd_device_reset
(edit) @457   8 years okir - more error codes
(edit) @455   8 years okir - added ct_buf_push
(edit) @413   9 years aet - Rename hush_errors to suppress_errors, similar to OpenSC.
(edit) @412   9 years aet - Add somewhat working ifd_debug() for non-gcc compilers
(edit) @411   9 years aet - C++ warning fixes and additions to public headers - Move ct_hexdump from …
(edit) @409   9 years aet - Remove obsolete ifd_device_open_channel / ifd_sysdep_channel_to_name - …
(edit) @398   9 years aet - Start renewing the USB layer, move all OS specific functions to …
(edit) @393   9 years okir - added IFD_PROTOCOL_4401ff (mhaardt)
(edit) @388   9 years aet While at it, unify the copyright header a bit.
(edit) @385   9 years aet Minor warnings / portability fixes
(edit) @381   9 years okir - Add support for "block oriented" devices, such as the Cherry Smartboard, …
(edit) @380   9 years okir - added check_parity field to device_params
(edit) @372   9 years aet - Minor cleanups - Add temporary hack for ifd_debug to make it work with …
(edit) @367   9 years aet Build fixes for non-gcc compilers, untested.
(edit) @361   9 years aet Build / warning fixes
(edit) @360   9 years aet - Fix the ifdhandler path for OPENCT_IFDHANDLER_PATH - Generate system …
(edit) @356   9 years aet Generic build cleanups PC/SC IFD build fixes
(edit) @354   9 years aet - Remove openct/pathnames.h, use autoconf + config.h instead - Include …
(edit) @344   9 years aet Add .cvsignore files
(edit) @335   9 years okir - use ifd_protocol_resynchronize to request t=1 resync
(edit) @329   9 years okir - initial support for synchronous ICCs
(edit) @326   9 years okir - allow to TLV encode more than 255 bytes of data - specify default socket …
(edit) @325   9 years okir - allow to TLV encode more than 255 bytes of data
(edit) @320   9 years okir - additional error code
(edit) @305   9 years aj undo a bogus change.
(edit) @304   9 years aj defines in headerfiles should reflect the filename. i.e. #include a/b.h …
(edit) @287   9 years aj add cts detection to serial device handler. the drivers return the atr …
(edit) @266   9 years aj all parameters of the usb control request are unsigned.
(edit) @250   9 years okir - added PERFORM VERIFY stuff
(edit) @249   9 years okir - added deferred overrun check
(edit) @247   9 years okir - more error codes
(edit) @245   9 years okir - added ifd_serial_get_{dsr,dtr}
(edit) @235   9 years okir - redid usb_control stuff
(edit) @234   9 years okir - added ifd_atr_complete
(edit) @218   9 years aj send and recv should have a unsigned char* buffer, not void* buffer.
(edit) @204   9 years aj remove generated files in "make maintainer-clean".
(edit) @201   9 years okir - automakefied thanks to Andreas Jellinghaus
(edit) @196   9 years okir - added IFD_ERROR_NOT_CONNECTED
(edit) @194   9 years okir - don't poll for card status while client is talking to card (slows things …
(edit) @192   9 years okir - build fixes for newer gcc
(edit) @191   9 years okir - added a bunch of functions to ifd protocol
(edit) @190   9 years okir - added card_eject
(edit) @184   9 years okir Update
(edit) @169   9 years okir - added install target
(edit) @168   9 years okir - moved around include files
(edit) @164   9 years okir - another major butchery for hotplug support
(edit) @161   9 years okir - USB hotplug related changes
(edit) @160   9 years okir - added socket permission parameter to ct_socket_listen - added puts/gets …
(edit) @159   9 years okir - ERROR_NO_MEMORY
(edit) @158   9 years okir - support logging to syslog
(edit) @157   9 years okir - added ct_master_control
(edit) @156   9 years okir - added gets/puts functions
(edit) @153   9 years okir - socket cleanup
(edit) @149   9 years okir - changed config file handling and format
(edit) @144   9 years okir - removed last traces of ifd_apdu_t
(edit) @143   9 years okir - added ifd_protocol_get_parameter
(edit) @137   9 years okir - added ct_strerror
(edit) @133   9 years okir - first steps to get rid of ct_apdu_t
(edit) @129   9 years okir - renamed core.h -> ifd.h
(edit) @128   9 years okir - the great rename, part 2
(edit) @127   9 years okir - the great rename, part 1
(edit) @117   9 years okir - IFD_FOO -> OPENCT_FOO renames
(edit) @116   9 years okir - added close callback
(edit) @115   9 years okir - locking related additions
(edit) @114   9 years okir - added a few error codes
(edit) @112   9 years okir - compile fix
(edit) @111   9 years okir - remember whether reader was activated or not
(edit) @107   9 years okir - changes for OpenCT resource manager
(edit) @105   9 years okir - added TLV functions
(edit) @103   9 years okir - added
Note: See TracRevisionLog for help on using the revision log.