aboutsummaryrefslogtreecommitdiffstats
path: root/g10/progress.c (follow)
Commit message (Collapse)AuthorAgeFilesLines
* * sign.c (write_plaintext_packet)Werner Koch2003-05-211-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.
* * filter.h: Remove const from WHAT.Werner Koch2003-04-291-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.
* * keyedit.c (sign_uids): Allow replacing expired signatures. AllowDavid Shaw2003-04-221-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.
* * g10.c, options.h: New option --enable-progress-filter.Werner Koch2003-04-151-0/+3
| | | | | * progress.c (handle_progress): Make use of it.
* This commit was manufactured by cvs2svn to create branchRepo Admin2003-04-151-0/+104
'STABLE-BRANCH-1-2'.