search for: tkt_string

Displaying 2 results from an estimated 2 matches for "tkt_string".

2001 Nov 14
0
OpenSSH / Kerberos / AFS
...entloop.o -L. -Lopenbsd-compat/ -L/usr/athena/lib/lib -L/usr/athena/include/lib -lssh -lopenbsd-compat -lkafs -lresolv -ldes -lpam -ldl -lwrap -lutil -lz -lnsl -lcrypto -ldes sshconnect1.o: In function `try_krb4_authentication': /home/jnfergu/openssh/sshconnect1.c:401: undefined reference to `tkt_string' /home/jnfergu/openssh/sshconnect1.c:404: undefined reference to `krb_get_phost' /home/jnfergu/openssh/sshconnect1.c:407: undefined reference to `krb_realmofhost' /home/jnfergu/openssh/sshconnect1.c:415: undefined reference to `krb_mk_req' /home/jnfergu/openssh/sshconnect1.c:417: un...
2003 Jan 09
0
Building openssh-3.5p1 with new DES functions
...the declaration of "prealm", "REALM_SZ" is not declared. (undeclared) char buffer[4096], pname[ANAME_SZ], pinst[INST_SZ], prealm[REALM_SZ]; -------------------------------------------------------------------^ cc: Warning: sshconnect1.c, line 742: In this statement, "tkt_string(...)" of type "int", is being converted to "pointer to const char". (cvtdiftypes) if (stat(tkt_string(), &st) < 0) -----------------^ cc: Error: sshconnect1.c, line 747: In this statement, "TKT_FILE" is not declared. (undeclared) problem = k...