/freebsd/sbin/dumpfs/ |
H A D | dumpfs.c | 66 #define afs disk.d_fs macro 143 printf("%sufsid/%08x%08x\n", _PATH_DEV, afs.fs_id[0], afs.fs_id[1]); in dumpfsid() 157 fssize = afs.fs_size; in dumpfs() 158 fstime = afs.fs_time; in dumpfs() 159 fsmtime = afs.fs_mtime; in dumpfs() 160 printf("magic\t%x (UFS2)\n", afs.fs_magic); in dumpfs() 164 (intmax_t)afs.fs_sblockloc, afs.fs_id[0], afs.fs_id[1]); in dumpfs() 166 afs.fs_ncg, (intmax_t)fssize, (intmax_t)afs.fs_dsize); in dumpfs() 169 fssize = afs.fs_old_size; in dumpfs() 170 fstime = afs.fs_old_time; in dumpfs() [all …]
|
/freebsd/crypto/heimdal/kdc/ |
H A D | string2key.c | 39 int afs; variable 52 { "afs", 'a', arg_flag, &afs, "Output AFS string-to-key", NULL }, 124 if(!version5 && !version4 && !afs) in main() 134 (afs || version4)) { in main() 150 if(afs && cell == NULL){ in main() 177 if(afs){ in main()
|
/freebsd/usr.bin/getaddrinfo/ |
H A D | tables.awk | 41 afs[n_afs++] = substr($2, 4) 53 printf("\t[AF_%s] = \"%s\",\n", afs[i], tolower(afs[i]));
|
/freebsd/crypto/heimdal/doc/ |
H A D | apps.texi | 191 and for each line which is a cell get afs token for these cells. 205 @file{ktutil -k AFSKEYFILE:KeyFile get afs@@MY.REALM} 210 kadmin> ext -k AFSKEYFILE:/usr/afs/etc/KeyFile afs@@My.CELL.NAME 221 @file{ktutil copy krb4:/root/afs-srvtab AFSKEYFILE:/usr/afs/etc/KeyFile}. 223 If keyfile already exists, this will add the new key in afs-srvtab to 261 afs@@SU.SE = yes 262 afs/it.su.se@@SU.SE = yes
|
H A D | setup.texi | 620 (none at all) or the afs-salt (using the cell (realm in
|
/freebsd/crypto/heimdal/lib/kafs/ |
H A D | ChangeLog | 3 * common.c: Try afs/cell@REALM before afs@REALM since that is what 119 * afssys.c: support the linux /proc/fs/mumel/afs_ioctl afs 213 when checking if 2b should be used. The reson is afs@REALM might 214 have updated their servers but not afs/cell@REALM. Add constant 226 krb5_appdefault option for kerberos 5 afs tokens fix prototypes 257 (get_cred): add a appdefault boolean ("libkafs", realm, "afs-use-524") 287 * common.c: remove the trial of afs@REALM for cell != realm, it
|
/freebsd/sbin/ifconfig/ |
H A D | ifconfig.c | 928 static struct afswtch *afs = NULL; variable 933 p->af_next = afs; in af_register() 934 afs = p; in af_register() 942 for (afp = afs; afp != NULL; afp = afp->af_next) in af_getbyname() 953 for (afp = afs; afp != NULL; afp = afp->af_next) in af_getbyfamily() 966 for (afp = afs; afp != NULL; afp = afp->af_next) { in af_other_status() 983 for (afp = afs; afp != NULL; afp = afp->af_next) { in af_all_tunnel_status()
|
/freebsd/crypto/heimdal/appl/login/ |
H A D | ChangeLog | 300 * login.c: add support for getting afs tokens with v4 and v5
|
/freebsd/crypto/heimdal/ |
H A D | ChangeLog.2003 | 1228 * doc/misc.texi: move afs stuff to applications add link to 1232 move afs text here 1377 * appl/kf/kf.1: afs->AFS, from jmc <jmc@acn.waw.pl> 1387 and afs-use-524 1718 * doc/misc.texi: more text about afs, how to get get your KeyFile,
|
H A D | ChangeLog.2005 | 473 * configure.in: Add --disable-afs-support. 779 * lib/krb5/crypto.c: optionally compile in support for afs string2key 781 * configure.in: add --disable-afs-string-to-key to allow removal 782 of support for afs string2key (and dependency on crypt)
|
H A D | ChangeLog.2002 | 25 with afs
|
H A D | ChangeLog.2000 | 726 v4 or afs keys if possible
|
H A D | ChangeLog.1998 | 1913 * lib/kafs/afskrb5.c: Don't check ticket file for afs ticket. 1926 * lib/kafs/afskrb5.c (get_cred): Check cached afs tickets for
|
H A D | configure | 1630 --disable-dynamic-afs do not use loaded AFS library with AIX 1648 --disable-afs-string-to-key
|
/freebsd/crypto/heimdal/kadmin/ |
H A D | ChangeLog | 78 * check.c: Check if afs@REALM and afs/cellname@REALM both exists.
|
/freebsd/crypto/heimdal/appl/rsh/ |
H A D | ChangeLog | 143 * rshd.c: do krb5_afslog when compling with afs support
|
/freebsd/contrib/tcsh/ |
H A D | complete.tcsh | 258 'n/-type/(afs nfs rvd ufs)/' \ 259 'n/-t/(afs nfs rvd ufs)/' \
|
/freebsd/crypto/heimdal/appl/ftp/ |
H A D | ChangeLog | 317 * ftpd/ftpd.c (main): set afs PAG
|
/freebsd/crypto/heimdal/lib/kadm5/ |
H A D | ChangeLog | 849 * set_keys.c: add easier afs configuration, defaulting to the
|
/freebsd/contrib/tcpdump/ |
H A D | CHANGES | 1336 /afs/transarc.com/public/afs-contrib/tools/tcpdump for parsing
|