Difference between revisions of "Samba4 port: libkdc Interface"
From K5Wiki
(New page: {| class="wikitable sortable" width="100%" border="1" style="border-collapse: collapse; border: 1px solid #dfdfdf;" | bgcolor="#cc0000" |<font color="#ffffff">'''Entry Point''' </font> | b...) |
|||
Line 53: | Line 53: | ||
| no |
| no |
||
+ | |- |
||
| krb5_kdc_update_time() |
| krb5_kdc_update_time() |
||
| kdc/process.c |
| kdc/process.c |
||
Line 58: | Line 59: | ||
| kdc/kdc.c |
| kdc/kdc.c |
||
+ | |- |
||
| krb5_kdc_windc_init() |
| krb5_kdc_windc_init() |
||
| kdc/windc.c |
| kdc/windc.c |
Revision as of 15:34, 9 September 2009
Entry Point | Heimdal file | Samba4 file | Samba4 callers |
kdc_log() | kdc/log.c | no | |
kdc_log_msg() | kdc/log.c | no | |
kdc_log_msg_va() | kdc/log.c | no | |
kdc_openlog() | kdc/log.c | no | |
krb5_kdc_get_config() | kdc/default_config.c | kdc/kdc.c | kdc/kdc.c |
krb5_kdc_process_krb5_request() | kdc/process.c | heimdal/kdc/process.c | kdc/kdc.c |
krb5_kdc_process_request() | kdc/process.c | heimdal/kdc/process.c | no |
krb5_kdc_save_request() | kdc/process.c | heimdal/kdc/process.c | no |
krb5_kdc_update_time() | kdc/process.c | heimdal/kdc/process.c | kdc/kdc.c |
krb5_kdc_windc_init() | kdc/windc.c | heimdal/kdc/windc.c | kdc/kdc.c |