From f7dd3fe484d793b2ff25f6b71ac26de67f01d5d2 Mon Sep 17 00:00:00 2001 From: Rob van Son Date: Wed, 12 Aug 2009 12:10:51 +0200 Subject: [PATCH] Added bug report --- signduterre.py | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/signduterre.py b/signduterre.py index b47ac15..20daefe 100755 --- a/signduterre.py +++ b/signduterre.py @@ -538,7 +538,10 @@ python3.0 signduterre.py --manual-make |make -f - example python3.0 signduterre.py --manual-make |make -f - procfs2 # Examples requiring sudo, using first python3.0 signduterre.py --manual-make | sudo make -f - sudo1 -[[[/pre]]][[[/body]]][[[/html]]] +[[[/pre]]][[[p]]] +Known Bugs:[[[br /]]] +- Reading files from STDIN does not work if ssh:// has been used as input for, eg, --check-file or --passphrase +[[[/p]]][[[/body]]][[[/html]]] """ # license = """ @@ -1251,7 +1254,7 @@ for my_passphrase in passphrase_list: filehash.update(b); if options.printhexdump: # For debugging commands print(str(binascii.hexlify(b), 'ascii'), file=sys.stderr); - # print("Total bytes read from STDIN:", total_bytes, file=sys.stdout); + if total_bytes == 0: print("No bytes read from STDIN:", total_bytes, file=sys.stderr); else: current_filename = filename; if my_filesource and current_filename.find('://') == -1 : -- 2.11.4.GIT