source: trunk/src/ct @ 1191

Revision Log Mode:


Legend:

Added
Modified
Copied or renamed
Diff Rev Age Author Log Message
(edit) @1139   3 years alonbl Fix openst status lock By Stanislav Brabec.
(edit) @1114   3 years alonbl Support event mode for drivers Current implementation forces poll loop …
(edit) @1052   4 years alonbl Cleanup pkg-config file
(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) @1033   4 years alonbl Fixup SEGV, by Aktiv Co. Aleksey Samsonov
(edit) @1028   4 years alonbl New build system Sync with other projects. merge -r 1014:1027 …
(edit) @963   5 years aj indent changes only.
(edit) @945   5 years aj fix more compiler warnings.
(edit) @944   5 years aj kill dead code and fix missing static declaration.
(edit) @886   6 years nils properly initialize header_t structure
(edit) @883   6 years aj not handling EINTR caused many real world problems. fix it.
(edit) @876   6 years aj fix OPENCT_SOCKETDIR for solaris
(edit) @861   6 years aj use unsigned parameter.
(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) @837   6 years ludovic.rousseau ct_status_unlock(): the function is of type void so we can't return NULL, …
(edit) @836   6 years ludovic.rousseau add #include <stdlib.h> so that getenv() is correctly defined (avoid 3 …
(edit) @827   6 years aj reverse change: enable error messages when looking for status file - no …
(edit) @824   6 years aj fix segfault (oops). improve error checking.
(edit) @820   6 years aj put path handling into one central place. allow setting OPENCT_SOCKETDIR …
(edit) @780   6 years aj check if prev is null. don't check it later, after it was already …
(edit) @760   7 years aj fix error handling, thanks to Priit for reporting the issue.
(edit) @654   7 years aj Lindent for consistent style.
(edit) @637   7 years aj William Wanders: use different paths for sunray support.
(edit) @603   7 years aj remove .cvsignore files.
(edit) @593   7 years aet - Silence harmless error/debug messages
(edit) @583   8 years aj slen needs to be set, else getpeername cannot work.
(edit) @580   8 years aj implement protocol selection. by Priit Randla
(edit) @549   8 years aj fix protocol bug triggered by egate. for some reason the ifdhandler sends …
(edit) @508   8 years okir - added IFD_ERROR_INVALID_ATR
(edit) @497   8 years aj library dependencies for linking where missing from the pkgconfig file.
(edit) @474   8 years okir - chroot support - open syslog as early as possible; later may be too late
(edit) @469   8 years okir - updated setsockopt(IPV6_IPV6ONLY)
(edit) @466   8 years aet - Some portability changes to the new socket code - Warning fixes
(edit) @465   8 years okir - dont use IPV6_V6ONLY if not defined
(edit) @462   8 years okir - Endianness fix
(edit) @459   8 years okir - massive socket rewrite
(edit) @457   8 years okir - more error codes
(edit) @456   8 years okir - Added ct_buf_push - ct_buf_put now compacts the buffer if needed
(edit) @415   9 years okir - fixed several resource leaks (patches by Kevin Stefanik)
(edit) @411   9 years aet - C++ warning fixes and additions to public headers - Move ct_hexdump from …
(edit) @408   9 years aet - Rename syslog identification string from ifdd to ifdhandler
(edit) @368   9 years aet Fix for the previous commit
(edit) @367   9 years aet Build fixes for non-gcc compilers, untested.
(edit) @366   9 years aet Rewrite ct_strerror to make it work with non-gcc compilers
(edit) @361   9 years aet Build / warning fixes
(edit) @360   9 years aet - Fix the ifdhandler path for OPENCT_IFDHANDLER_PATH - Generate system …
(edit) @357   9 years aet Add versioning to libopenct and libifd
(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) @329   9 years okir - initial support for synchronous ICCs
(edit) @327   9 years okir - increased default socket buffer size
(edit) @325   9 years okir - allow to TLV encode more than 255 bytes of data
(edit) @322   9 years okir - fixed typo in previous patch
(edit) @321   9 years okir - implemented ct_strerror
(edit) @279   9 years aj Improvements for the *BSD port.
(edit) @250   9 years okir - added PERFORM VERIFY stuff
(edit) @249   9 years okir - added deferred overrun check
(edit) @233   9 years okir - properly initialize socket list head
(edit) @221   9 years okir - avoid gcc warnings
(edit) @210   9 years okir - fixed cflags
(edit) @209   9 years okir - added pkgconfig target
(edit) @202   9 years okir - automakefied thanks to Andreas Jellinghaus
(edit) @201   9 years okir - automakefied thanks to Andreas Jellinghaus
(edit) @195   9 years okir - SIGPIPE protection when writing to socket
(edit) @192   9 years okir - build fixes for newer gcc
(edit) @191   9 years okir - added a bunch of functions to ifd protocol
(edit) @186   9 years okir - added ct_reader_info
(edit) @179   9 years okir - use lock file while allocating slot in status file
(edit) @171   9 years okir - Put reader and slot status into public status file
(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) @162   9 years okir - Restructuring for hotplug
(edit) @160   9 years okir - added socket permission parameter to ct_socket_listen - added puts/gets …
(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) @148   9 years okir - moved conf.c back to libifd
(edit) @147   9 years okir - cleanup
(edit) @146   9 years okir - use hard-coded socket dir
(edit) @137   9 years okir - added ct_strerror
(edit) @134   9 years okir - bugfix for ct_transact
(edit) @128   9 years okir - the great rename, part 2
(edit) @127   9 years okir - the great rename, part 1
(edit) @122   9 years okir - implemented socket credentials
(edit) @116   9 years okir - added close callback
(edit) @113   9 years okir - new commands
(edit) @107   9 years okir - changes for OpenCT resource manager
(edit) @105   9 years okir - added TLV functions
(edit) @100   9 years okir - added resource manager code
(edit) @98   9 years okir - added
(edit) @97   9 years okir - added ifd_buf_compact
(edit) @79   9 years okir - added config file parsing; reader registration stuff
(edit) @77   9 years okir - added copyright message
(edit) @21   9 years okir - new function ifd_buf_set
(edit) @17   9 years okir - fix misc compiler warnings
Note: See TracRevisionLog for help on using the revision log.