search for: server_cell

Displaying 4 results from an estimated 4 matches for "server_cell".

2000 Dec 01
0
Compile problem and fix
...ck/openssl-0.9.6 To make it compile, I have to add the patch below to make sshconnect1.c line 546 compile. It states: void send_afs_tokens(void) { CREDENTIALS creds; struct ViceIoctl parms; struct ClearToken ct; int i, type, len, plen; char buf[2048], *p, *server_cell; char buffer[8192]; /* Move over ktc_GetToken, here's something leaner. */ for (i = 0; i < 100; i++) { /* just in case */ parms.in = (char *) &i; parms.in_size = sizeof(i); parms.out = buf; parms...
2002 Jun 30
0
[Bug 326] New: Bug in AFS token forwarding
...ct ClearToken)) - break; + if (len == sizeof(struct ClearToken)) { p += sizeof(len); memcpy(&ct, p, len); p += len; @@ -848,6 +848,7 @@ debug("AFS token for cell %s rejected.", server_cell); else if (type != SSH_SMSG_SUCCESS) packet_disconnect("Protocol error on AFS tokenresponse: %d", type); + } } } ------- You are receiving this mail because: ------- You are the assignee for the bug, or are watching the a...
2002 Jun 28
1
Bug in AFS token forwarding
...clear token. */ memcpy(&len, p, sizeof(len)); - if (len != sizeof(struct ClearToken)) - break; + if (len == sizeof(struct ClearToken)) { p += sizeof(len); memcpy(&ct, p, len); p += len; @@ -848,6 +848,7 @@ debug("AFS token for cell %s rejected.", server_cell); else if (type != SSH_SMSG_SUCCESS) packet_disconnect("Protocol error on AFS token response: %d", type); + } } }
2003 Jan 09
0
Building openssh-3.5p1 with new DES functions
...AX_KTXT_LEN" is not declared. (undeclared) if (creds.ticket_st.length > MAX_KTXT_LEN) ---------------------------------------------^ cc: Error: sshconnect1.c, line 824: In this statement, "REALM_SZ" is not declared. (undeclared) strlcpy(creds.realm, server_cell, REALM_SZ); --------------------------------------------------^ Tested on Tru64 Unix 5.1A, kerberos-1.2.1 configured with --without-openssl option. -- Martin Mokrejs <mmokrejs at natur.cuni.cz>, <m.mokrejs at gsf.de> PGP5.0i key is at http://www.natur.cuni.cz/~mmokrejs MIPS / Inst...