]> eyrie.org Git - kerberos/perl-kerberos.git/commit
Initial version
authorRuss Allbery <eagle@eyrie.org>
Fri, 21 Feb 2014 18:53:50 +0000 (10:53 -0800)
committerRuss Allbery <eagle@eyrie.org>
Fri, 21 Feb 2014 18:53:50 +0000 (10:53 -0800)
commitc31b0462c220bf97eee57837af0693b5fec36f46
treedc52bc0224cf8721419aafe5eb59a5423da01e0e
Initial version

Compiles and loads, but hasn't been tested and doesn't support the
configuration parameters required for effective testing.  The only
functionality implemented so far is server-mode support for the
Heimdal libkadm5srv library.
21 files changed:
.gitignore [new file with mode: 0644]
Build.PL [new file with mode: 0644]
MANIFEST [new file with mode: 0644]
MANIFEST.SKIP [new file with mode: 0644]
lib/Authen/Kerberos/Exception.pm [new file with mode: 0644]
lib/Authen/Kerberos/Kadmin.pm [new file with mode: 0644]
lib/Authen/Kerberos/Kadmin.xs [new file with mode: 0644]
t/data/perl.conf [new file with mode: 0644]
t/data/perlcriticrc [new file with mode: 0644]
t/data/perltidyrc [new file with mode: 0644]
t/docs/pod-coverage.t [new file with mode: 0755]
t/docs/pod-spelling.t [new file with mode: 0755]
t/docs/pod.t [new file with mode: 0755]
t/docs/synopsis.t [new file with mode: 0755]
t/kadmin/basic.t [new file with mode: 0755]
t/misc/exception.t [new file with mode: 0755]
t/style/coverage.t [new file with mode: 0755]
t/style/critic.t [new file with mode: 0755]
t/style/minimum-version.t [new file with mode: 0755]
t/style/strict.t [new file with mode: 0755]
typemap [new file with mode: 0644]