summaryrefslogtreecommitdiff
path: root/perl/Wallet/Object
AgeCommit message (Expand)Author
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
2007-12-01Don't close our open database handles after a failed fork.Russ Allbery
2007-12-01Expiration dates are now expressed in YYYY-MM-DD HH:MM:SS instead ofRuss 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-10Redo history tracking for attributes. Currently, all of our attributesRuss Allbery
2007-10-10Add an object history method and tests for it.Russ 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