aboutsummaryrefslogtreecommitdiffstats
path: root/g10/progress.c (unfollow)
Commit message (Collapse)AuthorFilesLines
2003-05-21* sign.c (write_plaintext_packet)Werner Koch1-1/+1
* progress.c (handle_progress) * encode.c (encode_simple,encode_crypt): Make sure that a filename of "-" is considered to be stdin so that iobuf_get_filelength won't get called. This fixes bug 156 reported by Gregery Barton.
2003-04-29* filter.h: Remove const from WHAT.Werner Koch1-3/+15
* progress.c (handle_progress): Store a copy of NAME. (progress_filter): Release WHAT, make sure not to print a NULL WHAT. * openfile.c (open_sigfile): Adjust free for new progress semantics. * plaintext.c (ask_for_detached_datafile): Don't dealloc pfx->WHAT.
2003-04-22* keyedit.c (sign_uids): Allow replacing expired signatures. AllowDavid Shaw1-1/+2
duplicate signatures with --expert. * pkclist.c (check_signatures_trust): Don't display a null fingerprint when checking a signature with --always-trust enabled. * filter.h (progress_filter_context_t), progress.c (handle_progress): Fix compiler warnings. Make "what" constant. * build-packet.c (do_plaintext): Do not create invalid literal packets with >255-byte names.
2003-04-15* g10.c, options.h: New option --enable-progress-filter.Werner Koch1-0/+3
* progress.c (handle_progress): Make use of it.
2003-04-15This commit was manufactured by cvs2svn to create branchRepo Admin1-0/+104
'STABLE-BRANCH-1-2'.