search for: lengrn

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

Did you mean: learn
2002 May 09
0
functions : server_input_channel_req userauth_pubkey
...e 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 ); + debug(" VI...