]> eyrie.org Git - kerberos/perl-kerberos.git/commit
Add initial Authen::Kerberos module
authorRuss Allbery <eagle@eyrie.org>
Thu, 6 Mar 2014 21:54:45 +0000 (13:54 -0800)
committerRuss Allbery <eagle@eyrie.org>
Thu, 6 Mar 2014 21:54:45 +0000 (13:54 -0800)
commit861c89bb2e0490266b8351f0fea4b6846141299b
treee754dcbafa66f4d16078d4b72812b7937cffe61c
parentcf8796b43b8b3738f2b4ffee77146e99d3017ae5
Add initial Authen::Kerberos module

All this module supports so far is creating a Kerberos context.
.gitignore
lib/Authen/Kerberos.pm [new file with mode: 0644]
lib/Authen/Kerberos.xs [new file with mode: 0644]
t/data/krb5.conf [new file with mode: 0644]
t/kerberos/basic.t [new file with mode: 0755]
typemap