Searched refs:tkfile (Results 1 - 7 of 7) sorted by relevance

/freebsd-9.3-release/crypto/heimdal/appl/rsh/
H A Drshd.c68 static char tkfile[MAXPATHLEN] = ""; variable
268 ret = krb5_cc_resolve (context, tkfile, &ccache2);
272 tkfile,
416 temp_tkfile = tkfile;
418 strlcpy (tkfile, "FILE:", sizeof(tkfile));
419 temp_tkfile = tkfile + 5;
424 snprintf(temp_tkfile, sizeof(tkfile) - (temp_tkfile - tkfile),
657 if (asprintf (&e[i++], "KRB5CCNAME=%s", tkfile)
[all...]
H A Drsh.c44 char tkfile[MAXPATHLEN]; variable
430 if (net_write (s, tkfile, strlen(tkfile)) != strlen(tkfile)) {
849 { "tkfile", 'U', arg_string, &unique_tkfile,
999 strlcpy(tkfile,"-u ", sizeof(tkfile));
1006 snprintf (tkfile, sizeof(tkfile), "-U %s ", unique_tkfile);
/freebsd-9.3-release/crypto/heimdal/appl/su/
H A Dsu.c82 char tkfile[256]; variable
152 if(*tkfile != '\0')
154 snprintf(tkfile, sizeof(tkfile), "%s_XXXXXX", TKT_ROOT);
155 fd = mkstemp(tkfile);
159 krb_set_tkt_string(tkfile);
272 esetenv("KRBTKFILE", tkfile, 1);
350 esetenv("KRBTKFILE", tkfile, 1);
/freebsd-9.3-release/crypto/heimdal/appl/ftp/ftpd/
H A Dextern.h109 void krbtkfile(const char *tkfile);
H A Dkauth.c247 krbtkfile(const char *tkfile) argument
250 krb_set_tkt_string(tkfile);
251 reply(200, "Using ticket file %s", tkfile);
H A Dftpd.c277 char tkfile[1024]; local
278 snprintf(tkfile, sizeof(tkfile),
280 krb_set_tkt_string(tkfile);
/freebsd-9.3-release/crypto/heimdal/lib/krb5/
H A Dv4_glue.c104 * Get the name of the krb4 credentials cache, will use `tkfile' as
109 get_krb4_cc_name(const char *tkfile, char **cc) argument
113 if(tkfile == NULL) {
124 *cc = strdup(tkfile);
139 write_v4_cc(krb5_context context, const char *tkfile, argument
148 ret = get_krb4_cc_name(tkfile, &path);
233 const char *tkfile,
274 ret = write_v4_cc(context, tkfile, sp, append);
287 _krb5_krb_dest_tkt(krb5_context context, const char *tkfile) argument
292 ret = get_krb4_cc_name(tkfile,
231 _krb5_krb_tf_setup(krb5_context context, struct credentials *v4creds, const char *tkfile, int append) argument
[all...]

Completed in 123 milliseconds