Skip to content

Commit

Permalink
s4-kdc: Rename heimdal KDC files
Browse files Browse the repository at this point in the history
Signed-off-by: Andreas Schneider <[email protected]>
Reviewed-by: Jeremy Allison <[email protected]>
  • Loading branch information
cryptomilk authored and jrasamba committed Jun 18, 2016
1 parent a978113 commit de88bfc
Show file tree
Hide file tree
Showing 4 changed files with 2 additions and 3 deletions.
2 changes: 1 addition & 1 deletion source4/kdc/kdc.c → source4/kdc/kdc-heimdal.c
Original file line number Diff line number Diff line change
Expand Up @@ -836,7 +836,7 @@ static NTSTATUS kdc_check_generic_kerberos(struct irpc_message *msg,
HDB_F_GET_KRBTGT | HDB_F_DECRYPT,
0,
&ent);

if (ret != 0) {
hdb_free_entry(kdc->smb_krb5_context->krb5_context, &ent);
krb5_free_principal(kdc->smb_krb5_context->krb5_context, principal);
Expand Down
1 change: 0 additions & 1 deletion source4/kdc/kpasswdd.c → source4/kdc/kpasswd-heimdal.c
Original file line number Diff line number Diff line change
Expand Up @@ -623,4 +623,3 @@ enum kdc_process_ret kpasswdd_process(struct kdc_server *kdc,
talloc_free(tmp_ctx);
return KDC_PROCESS_OK;
}

File renamed without changes.
2 changes: 1 addition & 1 deletion source4/kdc/wscript_build
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ else:
kdc_include = getattr(bld.env, "CPPPATH_KDC")

bld.SAMBA_MODULE('service_kdc',
source='kdc.c kpasswdd.c proxy.c',
source='kdc-heimdal.c kpasswd-heimdal.c proxy-heimdal.c',
subsystem='service',
init_function='server_service_kdc_init',
deps='''
Expand Down

0 comments on commit de88bfc

Please sign in to comment.