Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | 2005-01-29 Moritz Schulte <[email protected]> | Moritz Schulte | 2005-01-29 | 1 | -214/+221 | |
| | | | | | | | | | | | | | | | | | | | | * command-ssh.c (ssh_handler_request_identities) (ssh_handler_sign_request, ssh_handler_add_identity) (ssh_handler_remove_identity, ssh_handler_remove_all_identities) (ssh_handler_lock, ssh_handler_unlock): Changed to return an error code instead of a boolean. (ssh_request_process): Changed to return a boolean instead of an error; adjust caller. (ssh_request_handle_t): Adjusted type. (ssh_request_spec): New member: identifier. (REQUEST_SPEC_DEFINE): New macro; use it for initialization of request_specs[]. (ssh_request_process): In debugging mode, log identifier of handler to execute. (start_command_handler_ssh): Moved most of the stream handling code ... (ssh_request_process): ... here. | |||||
* | 2005-01-28 Moritz Schulte <[email protected]> | Moritz Schulte | 2005-01-28 | 1 | -16/+22 | |
| | | | | | | | | | | | | | | | | * command-ssh.c (ssh_handler_add_identity): Pass ctrl to ssh_identity_register(). (ssh_identity_register): New argument: ctrl; pass ctrl to get_passphrase(). (get_passphrase): Pass ctrl instead of NULL to agent_askpin(). (start_command_handler_ssh): Use agent_init_default_ctrl(); deallocate structure members, which might be dynamically allocated. (lifetime_default): Removed variable. (ssh_handler_add_identity): Fix ttl handling; renamed variable `death' to `ttl'. (ssh_identity_register): Fix key grip handling. | |||||
* | 2005-01-26 Moritz Schulte <[email protected]> | Moritz Schulte | 2005-01-26 | 1 | -5/+5 | |
| | | | | | | * command-ssh.c (ssh_handler_sign_request): Confirm to agent protocol in case of failure. | |||||
* | added missing file | Moritz Schulte | 2005-01-26 | 1 | -0/+2327 | |