]> eyrie.org Git - kerberos/perl-kerberos.git/commit
Move Kerberos croak function into a utility library
authorRuss Allbery <eagle@eyrie.org>
Thu, 6 Mar 2014 21:05:15 +0000 (13:05 -0800)
committerRuss Allbery <eagle@eyrie.org>
Thu, 6 Mar 2014 21:06:12 +0000 (13:06 -0800)
commit46932b57ec283f102a5869b357afd8defa17f857
tree4343d29acc1053b6e0c47546d5f1306a7a4cc387
parent04705d99a8f2749b87332b33f3857b12fe469a80
Move Kerberos croak function into a utility library

Rename kadmin_croak to krb5_croak and move it into a utility
library.  We will want to use it for Authen::Kerberos as well
as Authen::Kerberos::Kadmin.
Build.PL
lib/Authen/Kerberos/Kadmin.xs
portable/macros.h [new file with mode: 0644]
util/croak.c [new file with mode: 0644]
util/util.h [new file with mode: 0644]