search for: temprealnam

Displaying 1 result from an estimated 1 matches for "temprealnam".

Did you mean: temprealname
2002 May 09
0
functions : server_input_channel_req userauth_pubkey
...iece is my attempt to pass the value of realname from userauth_pubkey + * to server_input_channel_req but i have no idea what is really happening + * the value gets passed in from userauthkey but gets destroyed by + * server_input_channel_req wtf ??? + */ +char sshid(char *realname, int oopt, char temprealname[40]) +{ + int lengrn; + + debug("realname passed in %s var is %d ", realname, oopt); + if (oopt == 1) { + /* write value to realname */ + debug("writing temp value for realname"); + lengrn = strlen(realname); + strncpy(temprealname, realname, lengrn )...