]> git.ipfire.org Git - thirdparty/krb5.git/commit
Move kdc log routines into a separate file
authorZhanna Tsitkov <tsitkova@mit.edu>
Sat, 21 Dec 2013 00:18:57 +0000 (19:18 -0500)
committerZhanna Tsitkov <tsitkova@mit.edu>
Sat, 21 Dec 2013 00:23:32 +0000 (19:23 -0500)
commitcf035ea27f98f351cc87d3c3b829f3604002f119
treef8c5781ec08fe894c2378dd56e1d2cd0067030e6
parent28633f186a943721b6948875ca85a4a34bc87da4
Move kdc log routines into a separate file

Their previous location - kdc_util.c - seems to be overloaded with
various helper functions. No code changes.
src/kdc/Makefile.in
src/kdc/kdc_log.c [new file with mode: 0644]
src/kdc/kdc_util.c