Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | * pksign.c (agent_pksign): Detect whether a Smartcard is to be | Werner Koch | 2002-03-04 | 1 | -0/+116 | |
| | | | | | | | | | | | | used and divert the operation in this case. * pkdecrypt.c (agent_pkdecrypt): Likewise * findkey.c (agent_key_from_file): Add optional arg shadow_info and have it return information about a shadowed key. * protect.c (agent_get_shadow_info): New. * protect.c (snext,sskip,smatch): Moved to * sexp-parse.h: new file. * divert-scd.c: New. | |||||
* | * assuan-client.c (assuan_transact): Add 2 more arguments to | Werner Koch | 2002-02-28 | 1 | -0/+47 | |
support status lines. Passing NULL yields the old behaviour. * assuan-handler.c (process_request): Flush data lines send without using the data fp. |