Home
last modified time | relevance | path

Searched refs:tkfile (Results 1 – 5 of 5) sorted by relevance

/freebsd/crypto/heimdal/appl/rsh/
H A Drshd.c63 static char tkfile[MAXPATHLEN] = ""; variable
198 ret = krb5_cc_resolve (context, tkfile, &ccache2); in krb5_start_session()
202 tkfile, in krb5_start_session()
346 temp_tkfile = tkfile; in recv_krb5_auth()
348 strlcpy (tkfile, "FILE:", sizeof(tkfile)); in recv_krb5_auth()
349 temp_tkfile = tkfile + 5; in recv_krb5_auth()
354 snprintf(temp_tkfile, sizeof(tkfile) - (temp_tkfile - tkfile), in recv_krb5_auth()
589 if (asprintf (&e[i++], "KRB5CCNAME=%s", tkfile) == -1) in setup_environment()
791 snprintf(tkfile,sizeof(tkfile),"FILE:/tmp/krb5cc_%lu", in doit()
793 else if (*tkfile=='\0') { in doit()
[all …]
H A Drsh.c44 char tkfile[MAXPATHLEN]; variable
378 if (net_write (s, tkfile, strlen(tkfile)) != strlen(tkfile)) { in send_krb5_auth()
934 strlcpy(tkfile,"-u ", sizeof(tkfile)); in main()
941 snprintf (tkfile, sizeof(tkfile), "-U %s ", unique_tkfile); in main()
H A DChangeLog74 * rshd.c: use snprintf to format tkfile
/freebsd/crypto/heimdal/appl/ftp/ftpd/
H A Dextern.h109 void krbtkfile(const char *tkfile);
/freebsd/crypto/heimdal/appl/su/
H A Dsu.c79 char tkfile[256]; variable