Searched refs:afslog (Results 1 – 19 of 19) sorted by relevance
/freebsd/crypto/heimdal/appl/afsutil/ |
H A D | ChangeLog | 3 * pagsh.1,afslog.1: - options must be lexicographically ordered; 17 * afslog.1: Document options to allow select principal or 18 credential cache when doing afslog. 20 * afslog.c: Add options to allow select principal or credential 21 cache when doing afslog. 35 * afslog.c: use negative string help string for arg_negative_flag 49 * afslog.c (do_afslog): is cell is unset, set it "<default cell>" 56 * afslog.c (log_func): drop the error number 60 * afslog.c: set kafs log function if verbose is turned on 66 * afslog.1: --no-v4, --no-v5 [all …]
|
H A D | Makefile.am | 7 bin_PROGRAMS = afslog pagsh program 9 afslog_SOURCES = afslog.c 13 man_MANS = afslog.1 pagsh.1
|
H A D | Makefile.in | 46 bin_PROGRAMS = afslog$(EXEEXT) pagsh$(EXEEXT) 101 am_afslog_OBJECTS = afslog.$(OBJEXT) 403 afslog_SOURCES = afslog.c 405 man_MANS = afslog.1 pagsh.1 491 afslog$(EXEEXT): $(afslog_OBJECTS) $(afslog_DEPENDENCIES) 492 @rm -f afslog$(EXEEXT) 504 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/afslog.Po@am__quote@
|
/freebsd/crypto/heimdal/appl/ftp/ftp/ |
H A D | kauth.c | 40 afslog(int argc, char **argv) in afslog() function
|
H A D | extern.h | 170 void afslog (int, char **);
|
H A D | cmdtab.c | 197 { "afslog", afsloghelp, 0, 1, 0, afslog },
|
/freebsd/crypto/heimdal/appl/ftp/ftpd/ |
H A D | gss_userok.c | 70 afslog(NULL, 1); in gssapi_session()
|
H A D | kauth.c | 100 afslog(const char *cell, int quiet) in afslog() function
|
H A D | extern.h | 110 void afslog(const char *, int);
|
H A D | ftpcmd.y | 540 afslog(NULL, 0); 551 afslog($5, 0);
|
H A D | ftpcmd.c | 2313 afslog(NULL, 0); in yyparse() 2327 afslog((yyvsp[(5) - (7)].s), 0); in yyparse()
|
/freebsd/crypto/heimdal/doc/ |
H A D | apps.texi | 177 @subsection kafs and afslog 178 @cindex afslog 180 @manpage{afslog,1} will obtains AFS tokens for a number of cells. What cells to get 270 @file{afslog}.
|
H A D | intro.texi | 56 @file{afslog} that uses it
|
/freebsd/crypto/heimdal/appl/ftp/ |
H A D | ChangeLog | 129 Clean up delegation of gss tokens and do afslog. 277 * ftpd/ftpcmd.y: support afslog <cell> and afslog when compiled 282 * ftp/cmdtab.c: include afslog in both the krb4 and krb5 case 284 * ftp/kauth.c: include afslog in both the krb4 and krb5 case 292 * ftpd/kauth.c: do afslog in the krb5 case too
|
/freebsd/crypto/heimdal/appl/rsh/ |
H A D | ChangeLog | 416 * rshd.c (doit): afslog correctly
|
/freebsd/crypto/heimdal/ |
H A D | ChangeLog.1998 | 1020 * appl/afsutil/afslog.c (main): return a exit code. 1904 * appl/afsutil/afslog.c: If no cells or files specified, get 1970 * appl/afsutil/afslog.c: Use new libkafs.
|
H A D | ChangeLog.2001 | 52 * kuser/kinit.c: allow specification of afslog in krb5.conf, noted
|
H A D | ChangeLog.2003 | 1386 * lib/krb5/verify_krb5_conf.c (appdefaults_entries): add afslog
|
H A D | ChangeLog.1999 | 1949 * appl/afsutil/afslog.c: use print_version
|