aboutsummaryrefslogtreecommitdiff
path: root/perl/Wallet/Object
AgeCommit message (Expand)Author
2014-07-11Add some missing stopwords in POD documentationRuss Allbery
2014-07-11Add new object type for Duo integrationsRuss 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
2013-01-16Fix a few random errors in the WAKeyring object implementationRuss Allbery
2013-01-16In Wallet::Object::WAKeyring, require the right version of WebAuthRuss Allbery
2013-01-16Add Wallet::Object::WAKeyring documentationRuss Allbery
2012-11-04Add stopwords for the preliminary Wallet::Object::WAKeyring docsRuss Allbery
2012-08-30Fix POD stopwords and formattingRuss Allbery
2012-08-30In show, handle undefined columnsRuss Allbery
2012-08-07Initial implementation of WebAuth keyring objectsRuss Allbery
2011-06-20Add a comment field to objectsRuss Allbery
2010-03-03Use L<> links instead of man page references for modulesRuss Allbery
2010-02-20Update documentation for support for storing nul dataRuss 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
2010-01-07Added ACL name to object history entriesJon Robertson
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-09Actually implement FILE_MAX_SIZE.Russ Allbery
2008-02-09Add file object support to the wallet server.Russ 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
2008-01-22Update documentation for the API to Wallet::Object::Base andRuss Allbery
2008-01-22Add a Wallet::Database class that now holds the database connection codeRuss 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-01Following the DBI documentation, turn on AutoCommit after RaiseError soRuss 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