summaryrefslogtreecommitdiff
path: root/tests
AgeCommit message (Expand)Author
2010-02-21Imported Upstream version 0.10Russ Allbery
2010-02-21Imported Upstream version 0.10Russ Allbery
2008-08-14Fix logging in wallet-backend and the remctl configuration to not logRuss Allbery
2008-08-13Correctly handle storing of data that begins with a dash and don'tRuss Allbery
2008-04-24Add abs_top_builddir to the search path instead of abs_top_srcdir toRuss Allbery
2008-04-24The wallet command-line client now reads the data for store from aRuss Allbery
2008-04-24Perl 5.8 is required to run the test suite, but IO::String is not.Russ Allbery
2008-04-24Major coding style cleanup. Updated all shared code from my otherRuss Allbery
2008-04-24Activate the kasetkey tests.Russ Allbery
2008-04-24Add a test suite for wallet -u.Russ Allbery
2008-04-10Fix leading comment.Russ Allbery
2008-04-07Add a test suite for kasetkey.Russ Allbery
2008-04-07Add support for enabling and disabling principals (clearing or settingRuss Allbery
2008-02-13Additional flags for the Stanford hacked kinit so that the test suiteRuss Allbery
2008-02-13wallet-admin now supports registering new object or ACL verifierRuss Allbery
2008-02-12wallet-backend now supports a -q flag, which disables syslog logging.Russ Allbery
2008-02-12Correctly handle get of an empty object in the wallet client. TheRuss Allbery
2008-02-12Add wallet server configuration for end-to-end test.Russ Allbery
2008-02-12Initial pass at an end-to-end test suite.Russ Allbery
2008-02-08Fix the wallet client to use check instead of exists.Russ Allbery
2008-02-07Added POD testing for the client and server documentation.Russ Allbery
2008-02-07Add new exists and autocreate wallet server interfaces. The firstRuss Allbery
2008-02-07Add a new autocreate API call that tries to create an object using theRuss Allbery
2008-02-07Add a check command to the wallet server to determine whether an objectRuss Allbery
2008-02-07When creating a srvtab based on a just-downloaded keytab, extract theRuss Allbery
2008-02-01keytab-backend now passes kadmin.local ktadd its options in a specificRuss Allbery
2008-01-24Add a wallet-admin program which can initialize and destroy theRuss Allbery
2008-01-23Avoid return undef as a matter of style.Russ Allbery
2008-01-23Fix license header layout.Russ Allbery
2008-01-19When downloading a keytab to a file that already exists, merge the newRuss Allbery
2008-01-17Remove the right krb5.conf file in client tests. Strip any existingRuss Allbery
2008-01-05The wallet client can now get the server, port, principal, and remctlRuss Allbery
2007-12-07Check a default creation ACL first before the ADMIN ACL when decidingRuss Allbery
2007-12-07Allow the empty string in wallet-backend arguments.Russ Allbery
2007-12-01Expiration dates are now expressed in YYYY-MM-DD HH:MM:SS instead ofRuss Allbery
2007-11-14The wallet backend script now logs all commands and errors to syslog.Russ Allbery
2007-11-14Add tests for the syslog logging in keytab-backend.Russ Allbery
2007-10-11Add an acl history function to the server backend and the clientRuss Allbery
2007-10-10Add history to the wallet-backend and to its documentation and the end-userRuss Allbery
2007-10-05Add comprehensive license information in LICENSE and update the copyrightRuss Allbery
2007-10-05Fix the keytab attribute handling to call getattr and setattr instead ofRuss Allbery
2007-10-05The wallet client now automatically sets the sync attribute on a keytabRuss Allbery
2007-10-05Pull the file writing code for the wallet client into a separate fileRuss Allbery
2007-10-04Update runtests to the latest version. Fix various other missing orRuss Allbery
2007-10-04Initial import of a C portability framework and utility functions fromRuss Allbery
2007-09-27Initial cut at srvtab support in the wallet client. This still requiresRuss Allbery
2007-09-24Add support for attribute setting and retrieval to the front end andRuss Allbery
2007-09-18Add flag clear and flag set to the public interface.Russ Allbery
2007-09-17Add an acl show command to the front end that calls the appropriateRuss Allbery
2007-09-15Add a test suite for keytab-backend.Russ Allbery