1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139 140 141 142 143 144 145 146 147 148 149 150 151 152 153 154 155 156 157 158 159 160 161
|
2002-03-06 Ludovic Rousseau <rousseau@AAmegah>
* README: release 1.0.4
2002-03-05 Ludovic Rousseau <rousseau@AAmegah>
* README: release 1.0.4
* gscriptor: case insensitive on "reset" command
* scriptor: case insensitive on "exit" and "reset" commands
2001-11-27 Ludovic Rousseau <rousseau@AAmegah>
* README: updade the release date in README
* TODO: debug pcsc_scan to get ALL the events: done
2001-11-08 Ludovic Rousseau <rousseau@AAmegah>
* MANIFEST: changed .1 in .1p for Perl script manpages
* README: release 1.0.3
* pcsc_scan.c: change PCSC to PC/SC
* Makefile: remove compressed manpages in clean rule
* README: changed tabs into spaces
removed the .pl extension of the Perl scripts
include a new screen copy of pcsc_scan output
* pcsc_scan.c: set the wait time to 0 to get all the events
* Makefile: add automatic rules to compress man pages
changed install rule to use install(1) instead of cp(1)
2001-10-22 Ludovic Rousseau <rousseau@AAmegah>
* Makefile: install: also copy scriptor and gscriptor
* README: Release 1.0.2
* Makefile: get the version number from the directory name
* pcsc_scan.1, scriptor.1p, gscriptor.1p, MANIFEST: Added manpages
* TODO: manpages OK
* LICENCE: Added GPL licence
* test.script:
commands to read a GSM SIM card instead of a silly ID badge
* pcsc_scan.c:
go to the next reader _after_ printing information for the current oone
2001-10-18 Ludovic Rousseau <rousseau@AAmegah>
* README: Release 1.0.1
* create_distrib.sh: updated with the version of pcsc-perl
* MANIFEST: list of files in the archive
2001-10-17 Ludovic Rousseau <rousseau@AAmegah>
* create_distrib.sh:
Added checks: directory name format, directory existance
2001-10-16 Ludovic Rousseau <rousseau@AAmegah>
* README: Added authors names and emails
* TODO: todo list
* README: short readme file
* scriptor: changed PCSCCard to PCSC::Card
* create_distrib.sh: script to export a clean archive
* pcsc_scan.c: commented number of allocated readers (wrong info?)
* Makefile: added version number
* Makefile, pcsc_scan.c: Created directory structure
* Makefile, pcsc_scan.c: New file.
2001-10-01 Lionel Victor <lvictor@AAmegah>
* gscriptor: modified default buttons behaviour (mostly cosmetic)
2001-09-25 Ludovic Rousseau <rousseau@AAmegah>
* gscriptor: Disconnect the actual card when the reader is changed
* gscriptor: improved the Help dialog box
* gscriptor: correctly assign the tip to the wrap line button
2001-09-21 Ludovic Rousseau <rousseau@AAmegah>
* gscriptor: removed () from $txtScript->get_length
* gscriptor: added accelerator for Quit
added $pos argument to insert_text()
* gscriptor: added 'homogeneous' argument to Gtk::Table::new()
* gscriptor: syntax "defined @ButtonDescr" is not correct with Perl 5.6
2001-09-11 Ludovic Rousseau <rousseau@AAmegah>
* gscriptor: configure default buttons in examples/gscriptor.pl
2001-09-05 Lionel Victor <lvictor@AAmegah>
* gscriptor: Removed the ATR entry from the Reader Configuration dialog
* gscriptor: Cleared warning messages while running with perl -w...
2001-09-05 Ludovic Rousseau <rousseau@AAmegah>
* scriptor: Added CVS Log field
Added documentation for -h argument
* scriptor, gscriptor: Added GPL licence in the source code
Added CVS Id field
2001-09-04 Lionel Victor <lvictor@AAmegah>
* gscriptor, test.script:
Updated gscriptor to use asci_to_array(). a reset keyword has also been
added to the scripting 'language' so that it calls Reconnect()
* scriptor:
added a new keyword : 'reset' to reset the card... (how surprising!)
* gscriptor: More cosmetic changes
* scriptor, test.script, gscriptor:
Applied a patch from somebody who apparently wants to stay anonymous.
This patch includes mostly cosmetic changes and extra documentation about
array_to_ascii() and ascii_to_array(). Thanks to this contributor for his
help and time
2001-09-03 Lionel Victor <lvictor@AAmegah>
* gscriptor:
Added mostly cosmetic improvements to offer the user to connect when
he/she tries to run a script without any active conX to the smartcard.
I also identified a bug which should be verified/corrected. Its cause
may lie into PCSC-lite so investigating the wrapper alone is not
enough
2001-07-02 Lionel Victor <lvictor@AAmegah>
* gscriptor, scriptor, test.script: Initial checkin
|