aboutsummaryrefslogtreecommitdiffstats
path: root/agent (unfollow)
Commit message (Collapse)AuthorFilesLines
2002-03-04* pksign.c (agent_pksign): Detect whether a Smartcard is to beWerner Koch8-80/+198
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.
2002-02-28Changes needed to support smartcards. Well, only _support_. There isWerner Koch12-61/+433
no real code yet.
2002-02-28* assuan-client.c (assuan_transact): Add 2 more arguments toWerner Koch2-0/+200
support status lines. Passing NULL yields the old behaviour. * assuan-handler.c (process_request): Flush data lines send without using the data fp.
2002-02-18* findkey.c (unprotect): Show an error message for a bad passphrase.Werner Koch2-1/+6
2002-02-18* command.c (cmd_marktrusted): Implemented.Werner Koch5-10/+161
* trustlist.c (agent_marktrusted): New. (open_list): Add APPEND arg. * query.c (agent_get_confirmation): New.
2002-02-06* cache.c (housekeeping): Fixed linking in the remove case.Werner Koch4-5/+20
2002-02-01* cache.c: Add a few debug outputs.Werner Koch6-16/+118
* protect.c (agent_private_key_type): New. * agent.h: Add PRIVATE_KEY_ enums. * findkey.c (agent_key_from_file): Use it to decide whether we have to unprotect a key. (unprotect): Cache the passphrase. * findkey.c (agent_key_from_file,agent_key_available): The key files do now require a ".key" suffix to make a script's life easier. * genkey.c (store_key): Ditto.
2002-01-31* genkey.c (store_key): Protect the key.Werner Koch10-64/+1409
(agent_genkey): Ask for the passphrase. * findkey.c (unprotect): Actually unprotect the key. * query.c (agent_askpin): Add an optional start_err_text.
2002-01-29* findkey.c (agent_key_available): New.Werner Koch4-3/+60
* command.c (cmd_havekey): New. (register_commands): And register new command.
2002-01-26Updated copyright noticesWerner Koch1-3/+3
2002-01-20* command.c (cmd_get_passphrase): Remove the plus signs.Werner Koch5-9/+35
* query.c (start_pinentry): Send no-grab option to pinentry * gpg-agent.c (main): Move variable grab as no_grab to agent.h.
2002-01-19* gpg-agent.c (main): Disable core dumps.Werner Koch6-16/+314
* cache.c: New. * command.c (cmd_get_passphrase): Use the cache. (cmd_clear_passphrase): Ditto. * gpg-agent.c: Removed unused cruft and implement the socket based server. (my_strusage): Take bug report address from configure.ac. * command.c (start_command_handler): Add an argument to start as regular server. (start_command_handler): Enable Assuan logging.
2002-01-19* gpg-agent.c: Removed unused cruft and implement the socketWerner Koch5-653/+223
based server. (my_strusage): Take bug report address from configure.ac. * command.c (start_command_handler): Add an argument to start as regular server. (start_command_handler): Enable Assuan logging.
2002-01-15* trustlist.c: New.Werner Koch5-1/+297
* command.c (cmd_istrusted, cmd_listtrusted, cmd_marktrusted): New.
2002-01-10* genkey.c: Store the secret part and return the public part.Werner Koch7-63/+408
2001-12-19* keyformat.txt: New.Werner Koch2-0/+142
2001-12-19assuan/Marcus Brinkmann2-1/+5
2001-12-14 Marcus Brinkmann <[email protected]> * assuan-buffer.c (_assuan_read_line): New variable ATTICLEN, use it to save the length of the attic line. Rediddle the code a bit to make it more clear what happens. agent/ 2001-12-19 Marcus Brinkmann <[email protected]> * query.c (start_pinentry): Add new argument to assuan_pipe_connect. sm/ 2001-12-19 Marcus Brinkmann <[email protected]> * call-agent.c (start_agent): Add new argument to assuan_pipe_connect.
2001-12-18* Makefile.am (AM_CPPFLAGS): Add flags for libksbaNEWPG-0-0-0Werner Koch2-3/+7
* Makefile.am (AM_CPPFLAGS): Include flags for gcrypt and ksba * Makefile.am: Use LIBGCRYPT macros
2001-12-14* gpg-agent.c (main): New option --batch. New option --debug-waitWerner Koch4-1/+23
n, so that it is possible to attach gdb when used in server mode. * query.c (agent_askpin): Don't ask in batch mode.
2001-12-14* util.h (digitp, hexdigitp): New ctype like macros.Werner Koch2-12/+8
(atoi_1,atoi_2,atoi_4,xtoi_1,xtoi_2): New. * command.c: Removed the conversion macros as they are now in ../common/util.h.
2001-12-13assuan/Marcus Brinkmann2-3/+6
2001-12-14 Marcus Brinkmann <[email protected]> * assuan-defs.h (LINELENGTH): Define as ASSUAN_LINELENGTH. assuan.h: Define ASSUAN_LINELENGTH. agent/ 2001-12-14 Marcus Brinkmann <[email protected]> * query.c (LINELENGTH): Removed. (agent_askpin): Use ASSUAN_LINELENGTH, not LINELENGTH. sm/ 2001-12-14 Marcus Brinkmann <[email protected]> * call-agent.c (LINELENGTH): Removed. (gpgsm_agent_pksign): Use ASSUAN_LINELENGTH, not LINELENGTH. (gpgsm_agent_pkdecrypt): Likewise.
2001-12-10The Agent does now call the pin entry program; however because we haveWerner Koch7-3/+332
not yet implemeted secret key protection, its purpose is somewhat limited. Well, the PIN entry modules can now be tested.
2001-12-05Added decryption, some code cleanupWerner Koch7-91/+375
2001-11-25The agent does now work and read the secret keys from the directoryWerner Koch1-35/+69
~/.gnupg-test/private-keys-v1.d/<keygrip-as-20-byte-hex-number>. I will post a sample key to gpa-dev.
2001-11-25As promised a agent which already does some things. Not very usefulWerner Koch5-44/+220
yet but may be of help for using it in ther contexts.
2001-11-24Friedman is setting up his deskWerner Koch5-38/+400
2001-11-24MpfrhWerner Koch1-0/+33
2001-11-24Added new directory common to enable sharing of some code and errorWerner Koch2-0/+1010
numbers between gpg, gpgsm and gpg-agent. Move some files and code to there.
2001-10-31Created configuration filesWerner Koch1-0/+0