summaryrefslogtreecommitdiff
path: root/perl/t/keytab.t
AgeCommit message (Expand)Author
2013-01-31Renamed dbh subroutines and variables for clarityJon Robertson
2013-01-31Fixed errors with Keytab object and its testsJon Robertson
2012-08-30Clean up a file created by the MIT keytab testsRuss Allbery
2012-08-30Fix test counts and an error in the MIT keytab test suiteRuss Allbery
2010-05-18Fix error handling for klist with Heimdal user spaceRuss Allbery
2010-03-03Remove file names from test file headersRuss Allbery
2010-02-20Fix some test numbers in the Perl testsRuss Allbery
2010-02-18Refactor Wallet::Kadmin keytab_rekey to return keytabRuss Allbery
2010-02-18Support unchanging keytabs with Heimdal without remctlRuss Allbery
2010-02-18Rename functions in Wallet::Kadmin APIRuss Allbery
2010-02-09Update keytab test for new KRBTYPE error messageRuss Allbery
2010-02-09Remove kaserver synchronization support from the wallet backendRuss Allbery
2010-02-08Additional cleanup of the keytab test suiteRuss Allbery
2010-02-08Redo how we find enctypes in the keytab test suiteRuss Allbery
2010-02-08Use Wallet::Kadmin to do kadmin operations in the keytab testRuss Allbery
2010-02-08Use kvno or kgetcred to check principal existanceRuss Allbery
2010-02-08Coding style and whitespace fixesRuss Allbery
2010-01-28Improved and fixed tests related to Pod and KDC typeJon Robertson
2010-01-21Removed valid_principal as a Kadmin API functionJon Robertson
2010-01-19Coding style fixes for Perl wallet codeRuss Allbery
2010-01-05Added keytab testing cases for Heimdal KDCJon Robertson
2009-12-17Added keytab testing cases for Heimdal KDCJon Robertson
2009-06-09Remove Subversion Id stringsRuss Allbery
2008-02-12Move getcreds into the utility library as well.Russ Allbery
2008-02-11Move the remctld handling into the utility library.Russ Allbery
2008-01-23Add a destroy() method to the Wallet::Admin object and use that insteadRuss Allbery
2008-01-23Refactor database initialization into a new Wallet::Admin module.Russ Allbery
2008-01-04The build system now probes for GSS-API, Kerberos v5 and v4, and AFSRuss Allbery
2007-12-06Fix the keytab principal validation regex to allow instancesRuss Allbery
2007-12-01Fix the test number in the SKIP block for enctype restrictions.Russ Allbery
2007-12-01Expiration dates are now expressed in YYYY-MM-DD HH:MM:SS instead ofRuss Allbery
2007-12-01Hide kinit errors. No one cares.Russ Allbery
2007-12-01The wallet backend test suite now supports using a database other thanRuss Allbery
2007-11-30Initial work on supporting testing with MySQL.Russ Allbery
2007-10-10Use variables for the user and host in the history traces.Russ Allbery
2007-10-10Add tests for the history trace, which tests history records forRuss Allbery
2007-10-10Test rollback when attempting to set an invalid enctype.Russ Allbery
2007-10-10Start checking the history.Russ Allbery
2007-10-10Pass a timestamp in for trace information as well and check the timestampRuss Allbery
2007-10-09Flesh out the rest of the tests for enctype handling.Russ Allbery
2007-10-09Initial implementation of enctype restriction with a basic test suite.Russ Allbery
2007-10-05Add comprehensive license information in LICENSE and update the copyrightRuss Allbery
2007-09-26Include the synchronization configuration in show() output. Provide aRuss Allbery
2007-09-26Add tests for the Kerberos v5 to Kerberos v4 name mapping and do moreRuss Allbery
2007-09-26Add support for deleting principals out of the AFS kaserver (optionally)Russ Allbery
2007-09-25If synchronization is enabled, destroy the principal out of K4 when theRuss Allbery
2007-09-25Add support for synchronizing a key with an AFS kaserver in the keytabRuss Allbery
2007-09-19Redirect stderr from remctld to stdout so that it doesn't show up inRuss Allbery
2007-09-19Skip the unchanging tests if Net::Remctl isn't available.Russ Allbery
2007-09-19Implement unchanging support in the keytab object backend, which retrievesRuss Allbery