]> eyrie.org Git - kerberos/perl-kerberos.git/shortlog
kerberos/perl-kerberos.git
2017-12-31 Russ AllberyIgnore MYMETA.json.lock master
2017-12-31 Russ AllberyUse check_funcs from Config::AutoConf
2017-12-31 Russ AllberyFix build for new Heimdal, new Config::AutoConf
2014-08-03 Russ AllberyAdd repository and bug tracker information to metadata
2014-08-03 Russ AllberyAdd Changes file
2014-08-03 Russ AllberyAdd some more work to the TODO list
2014-05-23 Russ AllberyMake t/kerberos/authenticate.t executable
2014-05-14 Russ AllberySupport principal lists and expiration dates in change...
2014-04-23 Russ AllberyFix various bugs in password-change-report example
2014-04-22 Russ AllberyAvoid using an undefined value in check_funcs
2014-04-22 Russ AllberyUpdate MANIFEST for new additions release/0.03
2014-04-22 Russ AllberyUpdate module versions to 0.03
2014-04-22 Russ AllberyAdd example to report on principals without password...
2014-04-21 Russ AllberyAdd has_attribute method call for ::Kadmin::Entry
2014-04-17 Russ AllberyAdd an attributes method to Authen::Kerberos::Kadmin
2014-04-17 Russ AllberyRename internal functions to not use the krb5_* namespace
2014-04-17 Russ AllberyAdd principal listing support to Authen::Kerberos:...
2014-04-17 Russ AllberyAdd entry modification and setting password expiration
2014-04-17 Russ AllberyAdd password_expiration method to ::Kadmin::Entry
2014-04-17 Russ AllberyAdd get() and Authen::Kerberos::Kadmin::Entry documentation
2014-04-17 Russ AllberyAdd documentation for the authenticate method
2014-04-16 Russ AllberyFix test suite coding style issues
2014-04-16 Russ AllberyUpdate to rra-c-util 5.4
2014-04-16 Russ AllberyAdd basic kadmin get support
2014-04-16 Russ AllberyMove krb5_principal wrapping to the utility code
2014-04-16 Russ AllberyStore an Authen::Kerberos object in the ::Kadmin object
2014-04-16 Russ AllberyInclude util/util.h in implementations of its functions
2014-04-13 Russ AllberyChange my email address to rra@cpan.org
2014-04-13 Russ AllberyUpdate package manifest for recent additions
2014-03-08 Russ AllberyAdd initial support for obtaining credentials
2014-03-07 Russ AllberyDocument C API equivalents for Perl functions
2014-03-07 Russ AllberyFix coding style issues in keytab test
2014-03-07 Russ AllberyAdd tests for keytab functions
2014-03-07 Russ AllberyAdd initial keytab and principal implementation
2014-03-07 Russ AllberyAlphabetize functions in Authen::Kerberos::Exception
2014-03-06 Russ AllberyAdd initial Authen::Kerberos module
2014-03-06 Russ AllberyFix a stray =cut in Authen::Kerberos::Kadmin
2014-03-06 Russ AllberyMove CROAK_NULL and CROAK_NULL_SELF macros to util...
2014-03-06 Russ AllberyMove Kerberos croak function into a utility library
2014-03-04 Russ AllberyAdd new files to the manifest release/0.02
2014-03-04 Russ AllberyBump version to 0.02
2014-03-01 Russ AllberyAdd warnings that db_name and stash_file are often...
2014-02-28 Russ AllberyClean up style and critic issues in the test suite
2014-02-28 Russ AllberyExclude t/data from coverage testing
2014-02-28 Russ AllberySpecify test databases in kdc.conf
2014-02-28 Russ AllberyStart a TODO list with the need for error codes
2014-02-28 Russ AllberyFix password quality checking
2014-02-28 Russ AllberySet KRB5_CONFIG when running the test suite release/0.01
2014-02-28 Russ AllberyIgnore Debian packaging files when checking the distrib...
2014-02-28 Russ AllberyAdd Test::RRA modules from rra-c-util needed for tests
2014-02-28 Russ AllberyGet Heimdal compiler flags using pkg-config
2014-02-28 Russ AllberyUpdate manifest for recently added files
2014-02-22 Russ AllberyTidy t/kadmin/heimdal.t code
2014-02-22 Russ AllberyAdd some initial tests for password change
2014-02-22 Russ AllberyAdd more configuration parameters, fix various bugs
2014-02-22 Russ AllberyShorten the Authen::Kerberos::Exception to_string code
2014-02-21 Russ AllberyInitial version