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

« back to all changes in this revision

Viewing changes to lib/krb5/krb5_get_forwarded_creds.cat3

  • 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
 
 
2
KRB5_GET_FORWARDED_CR... BSD Library Functions Manual KRB5_GET_FORWARDED_CR...
 
3
 
 
4
NNAAMMEE
 
5
     kkrrbb55__ggeett__ffoorrwwaarrddeedd__ccrreeddss, kkrrbb55__ffwwdd__ttggtt__ccrreeddss -- get forwarded credentials
 
6
     from the KDC
 
7
 
 
8
LLIIBBRRAARRYY
 
9
     Kerberos 5 Library (libkrb5, -lkrb5)
 
10
 
 
11
SSYYNNOOPPSSIISS
 
12
     ##iinncclluuddee <<kkrrbb55..hh>>
 
13
 
 
14
     _k_r_b_5___e_r_r_o_r___c_o_d_e
 
15
     kkrrbb55__ggeett__ffoorrwwaarrddeedd__ccrreeddss(_k_r_b_5___c_o_n_t_e_x_t _c_o_n_t_e_x_t,
 
16
         _k_r_b_5___a_u_t_h___c_o_n_t_e_x_t _a_u_t_h___c_o_n_t_e_x_t, _k_r_b_5___c_c_a_c_h_e _c_c_a_c_h_e, _k_r_b_5___f_l_a_g_s _f_l_a_g_s,
 
17
         _c_o_n_s_t _c_h_a_r _*_h_o_s_t_n_a_m_e, _k_r_b_5___c_r_e_d_s _*_i_n___c_r_e_d_s, _k_r_b_5___d_a_t_a _*_o_u_t___d_a_t_a);
 
18
 
 
19
     _k_r_b_5___e_r_r_o_r___c_o_d_e
 
20
     kkrrbb55__ffwwdd__ttggtt__ccrreeddss(_k_r_b_5___c_o_n_t_e_x_t _c_o_n_t_e_x_t, _k_r_b_5___a_u_t_h___c_o_n_t_e_x_t _a_u_t_h___c_o_n_t_e_x_t,
 
21
         _c_o_n_s_t _c_h_a_r _*_h_o_s_t_n_a_m_e, _k_r_b_5___p_r_i_n_c_i_p_a_l _c_l_i_e_n_t, _k_r_b_5___p_r_i_n_c_i_p_a_l _s_e_r_v_e_r,
 
22
         _k_r_b_5___c_c_a_c_h_e _c_c_a_c_h_e, _i_n_t _f_o_r_w_a_r_d_a_b_l_e, _k_r_b_5___d_a_t_a _*_o_u_t___d_a_t_a);
 
23
 
 
24
DDEESSCCRRIIPPTTIIOONN
 
25
     kkrrbb55__ggeett__ffoorrwwaarrddeedd__ccrreeddss() and kkrrbb55__ffwwdd__ttggtt__ccrreeddss() get tickets forwarded
 
26
     to _h_o_s_t_n_a_m_e_. If the tickets that are forwarded are address-less, the for-
 
27
     warded tickets will also be address-less, otherwise _h_o_s_t_n_a_m_e will be used
 
28
     for figure out the address to forward the ticket too.
 
29
 
 
30
SSEEEE AALLSSOO
 
31
     krb5(3), krb5_get_credentials(3), krb5.conf(5)
 
32
 
 
33
HEIMDAL                          July 26, 2004                         HEIMDAL