gnupg/agent
Werner Koch b326996b78 * AUTHORS: Copied from 1.4 and edited to refelct the changes in
1.9.

* agent.h (agent_exit): Add JNLIB_GCC_A_NR to indicate that this
function won't return.

* gpg-agent.c (check_for_running_agent): Initialize pid to a
default value if not needed.

* command-ssh.c: Removed stdint.h.  s/byte_t/unsigned char/,
s/uint32/u32/ becuase that is what we have always used in GnuPG.
(ssh_request_specs): Moved to top of file.
(ssh_key_types): Ditto.
(make_cstring): Ditto.
(data_sign): Don't use a variable for the passphrase prompt, make
it translatable.
(ssh_request_process):

* findkey.c (modify_description): Renamed arguments for clarity,
polished documentation.  Make comment a C-string.  Fixed case of
DESCRIPTION being just "%".
(agent_key_from_file): Make sure comment string to a C-string.

* gpg-agent.c (create_socket_name): Cleanup the implemntation, use
DIMof, agent_exit, removed superflous args and return the
allocated string as value.  Documented.  Changed callers.
(create_server_socket): Cleanups similar to above.  Changed callers.
(cleanup_do): Renamed to ..
(remove_socket): .. this.  Changed caller.
(handle_connections): The signals are to be handled in the select
and not in the accept.  Test all FDs after returning from a
select.  Remove the event tests from the accept calls.  The select
already assured that the accept won't block.
2005-02-03 17:40:02 +00:00
..
ChangeLog * AUTHORS: Copied from 1.4 and edited to refelct the changes in 2005-02-03 17:40:02 +00:00
Makefile.am 2005-01-26 Moritz Schulte <moritz@g10code.com> 2005-01-26 22:20:21 +00:00
agent.h * AUTHORS: Copied from 1.4 and edited to refelct the changes in 2005-02-03 17:40:02 +00:00
cache.c (agent_put_cache): Fix the test for using the default 2005-01-04 08:33:20 +00:00
call-scd.c * call-scd.c (init_membuf, put_membuf, get_membuf): Removed. We 2004-12-20 08:32:56 +00:00
command-ssh.c * AUTHORS: Copied from 1.4 and edited to refelct the changes in 2005-02-03 17:40:02 +00:00
command.c * preset-passphrase.c (preset_passphrase): Handle --passphrase. 2004-12-21 19:05:15 +00:00
divert-scd.c * command.c (cmd_passwd): Take acount of a key description. 2004-02-21 13:05:22 +00:00
findkey.c * AUTHORS: Copied from 1.4 and edited to refelct the changes in 2005-02-03 17:40:02 +00:00
genkey.c * call-scd.c (init_membuf, put_membuf, get_membuf): Removed. We 2004-12-20 08:32:56 +00:00
gpg-agent.c * AUTHORS: Copied from 1.4 and edited to refelct the changes in 2005-02-03 17:40:02 +00:00
keyformat.txt * protect-tool.c (rsa_key_check): New. 2002-06-25 17:50:59 +00:00
learncard.c * agent.h (server_control_s): Add connection_fd field. 2004-01-29 20:17:27 +00:00
minip12.c * minip12.c (parse_bag_encrypted_data): Print error if a bad 2004-09-29 13:50:31 +00:00
minip12.h * protect-tool.c: New options --have-cert and --prompt. 2004-02-19 16:26:32 +00:00
pkdecrypt.c * call-scd.c (init_membuf, put_membuf, get_membuf): Removed. We 2004-12-20 08:32:56 +00:00
pksign.c * call-scd.c (init_membuf, put_membuf, get_membuf): Removed. We 2004-12-20 08:32:56 +00:00
preset-passphrase.c * preset-passphrase.c (preset_passphrase): Handle --passphrase. 2004-12-21 19:05:15 +00:00
protect-tool.c * gpg-agent.c (main): Use default_homedir(). 2004-12-21 10:03:00 +00:00
protect.c (agent_unprotect): Fixed wiping of CLEARTEXT. Thanks 2004-09-28 14:12:10 +00:00
query.c * query.c (initialize_module_query): 2004-12-19 17:44:20 +00:00
trans.c The Agent does now call the pin entry program; however because we have 2001-12-10 09:27:30 +00:00
trustlist.c * acinclude.m4 (GNUPG_PTH_VERSION_CHECK): Link a simple test 2005-01-13 18:00:46 +00:00