comparison agentfwd.h @ 910:89555751c489 asm

merge up to 2013.63, improve ASM makefile rules a bit
author Matt Johnston <matt@ucc.asn.au>
date Thu, 27 Feb 2014 21:35:58 +0800
parents f336d232fc63
children deed0571cacc
comparison
equal deleted inserted replaced
909:e4b75744acab 910:89555751c489
38 #define MAX_AGENT_REPLY 10000 38 #define MAX_AGENT_REPLY 10000
39 39
40 /* client functions */ 40 /* client functions */
41 void cli_load_agent_keys(m_list * ret_list); 41 void cli_load_agent_keys(m_list * ret_list);
42 void agent_buf_sign(buffer *sigblob, sign_key *key, 42 void agent_buf_sign(buffer *sigblob, sign_key *key,
43 const unsigned char *data, unsigned int len); 43 buffer *data_buf);
44 void cli_setup_agent(struct Channel *channel); 44 void cli_setup_agent(struct Channel *channel);
45 45
46 #ifdef __hpux 46 #ifdef __hpux
47 #define seteuid(a) setresuid(-1, (a), -1) 47 #define seteuid(a) setresuid(-1, (a), -1)
48 #define setegid(a) setresgid(-1, (a), -1) 48 #define setegid(a) setresgid(-1, (a), -1)