]> git.ipfire.org Git - thirdparty/krb5.git/commit
Rearrange ccdefname.c slightly
authorGreg Hudson <ghudson@mit.edu>
Tue, 24 Jul 2012 20:26:27 +0000 (16:26 -0400)
committerGreg Hudson <ghudson@mit.edu>
Tue, 24 Jul 2012 20:26:27 +0000 (16:26 -0400)
commit8fbbfd7e2d2cd19f708b1944b75c60595fc65ec2
treed17c22e128bbfeeca11ee49176c2f862a69fc1e5
parentfc3e8c660d98b134767c574d899528dfd29d7a16
Rearrange ccdefname.c slightly

Eliminate the USE_CCAPI variant of get_from_os() which was only used
in KfM.  Make get_from_os() allocate its result (wrapping the Windows
implementation so it can continue to use a fixed-size buffer).
Simplify krb5_cc_set_default_name() and krb5_cc_default_name().  Make
some minor style adjustments.
src/lib/krb5/os/ccdefname.c