~ubuntu-branches/ubuntu/raring/heimdal/raring

« back to all changes in this revision

Viewing changes to doc/doxyout/krb5/man/man3/krb5_digest.3

  • Committer: Package Import Robot
  • Author(s): Jelmer Vernooij
  • Date: 2011-10-03 23:50:05 UTC
  • mfrom: (1.1.15) (2.2.23 sid)
  • Revision ID: package-import@ubuntu.com-20111003235005-0voibbgdhyqmtp6w
Tags: 1.5.dfsg.1-3
Add conflicts with kcc to heimdal-clients. Closes: #644138

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
.TH "Heimdal Kerberos 5 digest service" 3 "30 Jul 2011" "Version 1.5" "HeimdalKerberos5library" \" -*- nroff -*-
 
2
.ad l
 
3
.nh
 
4
.SH NAME
 
5
Heimdal Kerberos 5 digest service \- 
 
6
.SS "Functions"
 
7
 
 
8
.in +1c
 
9
.ti -1c
 
10
.RI "KRB5_LIB_FUNCTION krb5_error_code KRB5_LIB_CALL \fBkrb5_digest_probe\fP (krb5_context context, krb5_realm realm, krb5_ccache ccache, unsigned *flags)"
 
11
.br
 
12
.in -1c
 
13
.SH "Detailed Description"
 
14
.PP 
 
15
 
 
16
.SH "Function Documentation"
 
17
.PP 
 
18
.SS "KRB5_LIB_FUNCTION krb5_error_code KRB5_LIB_CALL krb5_digest_probe (krb5_context context, krb5_realm realm, krb5_ccache ccache, unsigned * flags)"
 
19
.PP
 
20
Get the supported/allowed mechanism for this principal.
 
21
.PP
 
22
\fBParameters:\fP
 
23
.RS 4
 
24
\fIcontext\fP A Keberos context. 
 
25
.br
 
26
\fIrealm\fP The realm of the KDC. 
 
27
.br
 
28
\fIccache\fP The credential cache to use when talking to the KDC. 
 
29
.br
 
30
\fIflags\fP The supported mechanism.
 
31
.RE
 
32
.PP
 
33
\fBReturns:\fP
 
34
.RS 4
 
35
Return an error code or 0. 
 
36
.RE
 
37
.PP
 
38