summaryrefslogtreecommitdiff
path: root/perl/Wallet/Object/Keytab.pm
AgeCommit message (Expand)Author
2014-07-11Switch to Module::Build for the Perl moduleRuss Allbery
2014-04-13Change my email address to eagle@eyrie.orgRuss Allbery
2013-04-16Fix several bugs in Wallet::Object::Keytab enctype handlingRuss Allbery
2013-02-27Use correct form of Stanford's copyright statementRuss Allbery
2013-01-31Renamed dbh subroutines and variables for clarityJon Robertson
2013-01-31Fixed errors with Keytab object and its testsJon Robertson
2013-01-30Moved the Perl wallet modules and tests to DBIx::ClassJon Robertson
2012-08-30Fix POD stopwords and formattingRuss Allbery
2010-03-03Use L<> links instead of man page references for modulesRuss Allbery
2010-02-18Refactor Wallet::Kadmin keytab_rekey to return keytabRuss Allbery
2010-02-18Support unchanging keytabs with Heimdal without remctlRuss Allbery
2010-02-18Refactor sync handling in Wallet::Object::KeytabRuss Allbery
2010-02-18Rename functions in Wallet::Kadmin APIRuss Allbery
2010-02-09Check spelling of server API POD and tweak server docsRuss Allbery
2010-02-09Remove kaserver synchronization support from the wallet backendRuss Allbery
2010-02-08Coding style and whitespace fixesRuss Allbery
2010-01-26Added way to clean things during a fork for kadminJon Robertson
2010-01-26Improved error handling for Kadmin sub-modulesJon Robertson
2010-01-21Removed valid_principal as a Kadmin API functionJon Robertson
2010-01-19Coding style fixes for Perl wallet codeRuss Allbery
2009-12-16Provided path to call valid_principal directlyJon Robertson
2009-12-10Added support for Heimdal KDCJon Robertson
2009-06-09Remove Subversion Id stringsRuss Allbery
2008-02-20Report the correct error message when addprinc fails while creating aRuss Allbery
2008-02-09Minor documentation fixes.Russ Allbery
2008-02-08No unnecessary ; after __END__.Russ Allbery
2008-02-07The current version of Net::Remctl can't handle explicit undef or theRuss Allbery
2007-12-07Get rid of more return undefs.Russ Allbery
2007-12-07Bump version numbers appropriately.Russ Allbery
2007-12-06Fix the keytab principal validation regex to allow instancesRuss Allbery
2007-12-05Various coding style fixes and cleanup based on a much-appreciatedRuss Allbery
2007-12-05Coding style improvements.Russ Allbery
2007-12-01Set InactiveDestroy to the right thing. Doh.Russ Allbery
2007-12-01Make sure we always have a valid object and access to our databaseRuss Allbery
2007-12-01Don't use die when forking kasetkey fails and similarly don't close theRuss Allbery
2007-12-01Don't close our open database handles after a failed fork.Russ Allbery
2007-11-30Initial work on supporting testing with MySQL.Russ Allbery
2007-10-10Make enctype changes in sorted order so that the history trace is reliableRuss Allbery
2007-10-09Bump version number for the keytab changes.Russ Allbery
2007-10-09Add NEWS entry for enctypes. Clarify in the documentation the behaviorRuss Allbery
2007-10-09Add user documentation for the enctypes attribute on keytabs. MentionRuss Allbery
2007-10-09We have to check the validity of enctypes ourselves since SQLite doesn'tRuss 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-10-04Fix error handling if we cannot dup stdout.Russ 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