Re: [opensc-devel] pictures of linuxtag added to web page

2006-05-07 Thread Christian Horn
On Sun, May 07, 2006 at 08:10:54PM +0200, Andreas Jellinghaus wrote: > warning: 1600x1200 or something like that. > can anyone recommend a software to create smaller versions a tool from imagegagick does this for me: convert $file -resize 640x480 small_$file Christian ___

[opensc-devel] pictures of linuxtag added to web page

2006-05-07 Thread Andreas Jellinghaus
warning: 1600x1200 or something like that. can anyone recommend a software to create smaller versions (and maybe some html page so people can switch etc?). http://www.opensc-project.org/history.html Andreas ___ opensc-devel mailing list opensc-devel@lis

[opensc-devel] Re: netkey-tool

2006-05-07 Thread Peter Koch
Hi Andreas > > Or maybe even > > > > COPY SRC\TOOLS\*.EXE $(DEST) > > done. do you need a new scb package right now? I don't need one, but I got emails from three different persons all asking for a windows copy of netkey-tool. Probably all participants of this years LinuxTag :-) You cannot

Re: [opensc-devel] Re: [opensc-commits] svn opensc changed [2940] if the card doesn't support a logout functionality it's not an error

2006-05-07 Thread Stef Hoeben
Martin Paljak wrote: On 05.05.2006, at 12:10, [EMAIL PROTECTED] wrote: if the card doesn't support a logout functionality it's not an error Actually, when doing some debugtesting with the Estonian eID card, threading and locking and so on, i found the fact that the default logout funct

Re: [opensc-devel] Re: netkey-tool

2006-05-07 Thread Andreas Jellinghaus
Am Sonntag, 7. Mai 2006 09:42 schrieb Peter Koch: > I had a look at the Makefile that creates the SCB-package. > http://www.opensc-project.org/svn/scb/trunk/Makefile.mak > > It contains the following block that copies all the Opensc > executables: ... > Or maybe even > > COPY SRC\TOOLS\*.EXE

[opensc-devel] Re: netkey-tool

2006-05-07 Thread Peter Koch
Hi I had a look at the Makefile that creates the SCB-package. http://www.opensc-project.org/svn/scb/trunk/Makefile.mak It contains the following block that copies all the Opensc executables: COPY SRC\TESTS\BASE64.EXE $(DEST) COPY SRC\TESTS\P15DUMP.EXE $(DEST) COPY SRC\TE