| /freebsd/crypto/heimdal/doc/ |
| H A D | kerberos4.texi | 26 the version 4 name is @samp{rcmd} (for ``remote command''), and the 27 version 5 name is @samp{host}. For the class of principals that has a 36 example, suppose you want to convert the principal @samp{rcmd.foo}. 38 The @samp{rcmd} name suggests that the instance is a hostname (even if 40 @samp{foo} to a hostname, you have to know which host it is referring 74 principals @samp{rcmd.foo} and @samp{rcmd.bar}, where `foo' is a CNAME 91 @samp{rcmd.foo}, @samp{rcmd.mail}, @samp{pop.mail}, @samp{rcmd.ftp}, and 92 @samp{ftp.ftp}. 94 lets say you also got these extra principals: @samp{rcmd.gone}, 95 @samp{rcmd.old-mail}, where @samp{gone.foo.se} was a machine that has [all …]
|
| H A D | setup.texi | 48 @samp{[@samp{section-name}]}. A binding consists of a left hand side, an equal sign 49 (@samp{=}) and a right hand side (the left hand side tag must be 51 @samp{@{} as the first non-whitespace character after the equal sign. All 70 separated by slashes (@samp{/}). The @samp{other-var} variable will thus 71 be @samp{section1/a-subsection/other-var}. 77 The @samp{libdefaults} section contains a list of library configuration 79 responses. The @samp{realms} section contains information about specific 82 information. Finally the @samp{domain_realm} section contains a list of 105 @samp{libdefaults}, and @samp{domain_realm}, sections. If you have a DNS 107 @samp{kerberos.my.realm}, you can omit the @samp{realms} section too. [all …]
|
| H A D | apps.texi | 68 Users with local passwords (like @samp{root}) should be able to login 71 When using Digital's xdm the @samp{KRB5CCNAME} environment variable isn't 73 have to set @samp{KRB5CCNAME} to the correct value in 79 environment variables it should export. To add @samp{KRB5CCNAME} to this 81 @samp{exportList}. You want to add something like: 88 Digital's @samp{ENHANCED} (C2) security, and Kerberos solve two 101 You must enable ``vouching'' in the @samp{default} database. This will 103 giving your C2 password. To do this use @samp{edauth} to edit the 105 @samp{d_accept_alternate_vouching} capability, if not already present. 109 user, or in the @samp{default} table. To do this use @samp{edauth} to [all …]
|
| H A D | misc.texi | 44 might have to turn on the @samp{encode_as_rep_as_tgs_rep} flag in the 46 but @samp{des-cbc-crc}. This can be done with the @samp{del_enctype} 47 command of @samp{kadmin}.
|
| H A D | migration.texi | 10 @samp{kdb5_util dump -b7}. 14 @samp{/usr/heimdal/libexec/hprop --database=dump-file --master-key=/var/db/krb5kdc/mit_stash --sour… 27 @samp{hprop -n --source=<NNN>| hpropd -n}
|
| H A D | win2k.texi | 46 The name @samp{datan.example.com} should be replaced with DNS name of 83 for example @samp{nisse} to the principal @samp{nisse@@MY.REALM}. 190 This adds @samp{authorizationNames} entry to the users LDAP entry to 198 Windows 2000 supports both the standard DES encryptions (@samp{des-cbc-crc} and 199 @samp{des-cbc-md5}) and its own proprietary encryption that is based on MD4 and 245 algorithms @samp{rsa-md4-des} and @samp{rsa-md5-des}. This can make Name 246 mapping (@pxref{Create account mappings}) fail if a @samp{des-cbc-md5} key 247 is used. To make the KDC return only @samp{des-cbc-crc} you must delete 248 the @samp{des-cbc-md5} key from the kdc using the @kbd{kadmin
|
| /freebsd/crypto/krb5/src/util/et/ |
| H A D | com_err.texinfo | 155 of the form @samp{unknown code foo 32}, where @samp{foo} would be the name 202 where @samp{ec} can also be used as a short form of @samp{error_code}. To 203 indicate the end of the table, use @samp{end}. Thus, a (short) sample 226 argument, the pathname of a file (ending in @samp{.et}, e.g., 227 @samp{dsc_err.et}) containing an error table source file. It parses the 229 (@samp{discuss_err.h}) which contains definitions of the numerical values 287 in the table, a string of the form @samp{Unknown code @var{xxxx nn}} is 334 @samp{com_err}. After @samp{set_com_err_hook} has been called, 335 calls to @samp{com_err} will turn into calls to the new hook routine. 336 @samp{reset_com_err_hook} turns off this hook. This may intended to [all …]
|
| /freebsd/contrib/ntp/scripts/ntpsweep/ |
| H A D | invoke-ntpsweep.texi | 85 This option has no @samp{doc} documentation. 92 This option has no @samp{doc} documentation. 99 This option has no @samp{doc} documentation. 106 This option has no @samp{doc} documentation. 113 @table @samp
|
| /freebsd/usr.bin/systat/ |
| H A D | iolat.c | 142 uint64_t tot, samp; in pest() local 152 samp = tot * permill / 1000; in pest() 153 if (samp < lats[0]) in pest() 154 return baselat * (float)samp / lats[0]; /* linear interpolation 0 and baselat */ in pest() 155 for (tot = 0, i = 0; samp >= tot && i < nlat; i++) in pest() 161 return b1 + (b2 - b1) * (float)(lats[i] - (tot - samp)) / lats[i]; in pest()
|
| /freebsd/contrib/llvm-project/libcxx/modules/std/ |
| H A D | random.cppm | |
| H A D | random.inc | 107 // [rand.dist.samp.discrete], class template discrete_distribution 110 // [rand.dist.samp.pconst], class template piecewise_constant_distribution 113 // [rand.dist.samp.plinear], class template piecewise_linear_distribution
|
| /freebsd/contrib/ntp/scripts/ntptrace/ |
| H A D | invoke-ntptrace.texi | 92 This option has no @samp{doc} documentation. 99 This option has no @samp{doc} documentation. 104 @table @samp
|
| /freebsd/contrib/ntp/ntpsnmpd/ |
| H A D | invoke-ntpsnmpd.texi | 159 @table @samp 172 @table @samp
|
| /freebsd/contrib/expat/doc/ |
| H A D | ok.min.css | 2 …samp{font-family:monospace,monospace;font-size:1em}small{font-size:80%}sub,sup{font-size:75%;line-… selector
|
| /freebsd/contrib/ntp/scripts/calc_tickadj/ |
| H A D | invoke-calc_tickadj.texi | 97 @table @samp
|
| /freebsd/contrib/ntp/scripts/ |
| H A D | invoke-summary.texi | 98 @table @samp
|
| H A D | invoke-plot_summary.texi | 116 @table @samp
|
| /freebsd/contrib/ntp/scripts/ntp-wait/ |
| H A D | invoke-ntp-wait.texi | 105 @table @samp
|
| /freebsd/contrib/llvm-project/llvm/lib/Target/AMDGPU/ |
| H A D | SIInstrFormats.td | 489 bits<9> samp; 495 let Inst{63-55} = samp;
|
| H A D | MIMGInstructions.td | 516 !if(BaseOpcode.Sampler, (ins SReg_128_XNULL:$samp), (ins)), 522 #!if(BaseOpcode.Sampler, ", $samp", "") 533 !if(BaseOpcode.Sampler, (ins SReg_128_XNULL:$samp), (ins)), 539 #!if(BaseOpcode.Sampler, ", $samp", "") 568 let samp = 0 in 592 let samp = 0 in 616 let samp = 0 in 642 let samp = 0 in
|
| /freebsd/sys/dev/adlink/ |
| H A D | adlink.c | 333 while (*(sc->next->samp) == 0) in adlink_ioctl()
|
| /freebsd/contrib/ntp/ntpdc/ |
| H A D | invoke-ntpdc.texi | 327 @table @samp 340 @table @samp
|
| /freebsd/contrib/ntp/sntp/ |
| H A D | invoke-sntp.texi | 403 @table @samp 416 @table @samp
|
| /freebsd/contrib/ntp/scripts/update-leap/ |
| H A D | invoke-update-leap.texi | 235 @table @samp
|
| /freebsd/contrib/ntp/ntpd/ |
| H A D | invoke-ntpd.texi | 691 @table @samp 704 @table @samp
|