Age | Commit message (Collapse) | Author | |
---|---|---|---|
2007-12-01 | The wallet backend test suite now supports using a database other than | Russ Allbery | |
SQLite for testing. Also start a new Util.pm module for the test suite and move the contents sub into that module. More to follow. | |||
2007-11-15 | Add an ACL verifier that checks access against NetDB roles using the | Russ Allbery | |
NetDB remctl interface. | |||
2007-10-08 | Include the server scripts in the distribution.release/0.2 | Russ Allbery | |
2007-10-08 | Add autogen to the distributed files. | Russ Allbery | |
2007-10-08 | Remove the Automake helper programs on make maintainer-clean. | Russ Allbery | |
2007-10-06 | Include LICENSE. We don't have to list TODO explicitly; it's included | Russ Allbery | |
by default in the distribution. | |||
2007-10-05 | Add comprehensive license information in LICENSE and update the copyright | Russ Allbery | |
and license statements in all files. Make sure that some files that were missing copyright information now have them. Reference LICENSE rather than README in all notices. | |||
2007-10-05 | Flesh out EXTRA_DIST for all the new test suite and config files. | Russ Allbery | |
2007-10-05 | Refactor the remctl calls in the wallet client to share a common routine. | Russ Allbery | |
2007-10-05 | Pull keytab handling in the client into a separate file for later | Russ Allbery | |
expansion. Use the fine-grained remctl API instead of the simple one since in some cases we'll be running multiple commands. | |||
2007-10-05 | Pull the file writing code for the wallet client into a separate file | Russ Allbery | |
so that the srvtab and keytab management can share it. Write atomically to a new file and then link and rename to do an atomic update. Leave a backup copy of any file that's replaced. | |||
2007-10-04 | Update runtests to the latest version. Fix various other missing or | Russ Allbery | |
incorrect makefile and configure rules and some include issues so that the portability layer compiles and passes its test suite. | |||
2007-10-04 | Initial import of a C portability framework and utility functions from | Russ Allbery | |
remctl so that the wallet client error handling can rest on a firmer foundation. | |||
2007-09-27 | Initial cut at srvtab support in the wallet client. This still requires | Russ Allbery | |
additional work and cleanup, particularly support for the sync attribute. | |||
2007-09-14 | keytab-backend and wallet-backend are scripts, not programs, so don't | Russ Allbery | |
try to compile them. The POD for those scripts is embedded, so don't look for a separate POD file. Add some blank lines between the two test suite drivers. | |||
2007-09-01 | Update the list of distribution files, build all the rest of the manual | Russ Allbery | |
pages, and install all of the server programs. | |||
2007-08-29 | Fix Perl's habit of removing the makefile on make clean and handle | Russ Allbery | |
distclean for Perl differently. Remove the files created by autogen on make maintainer-clean in contravention of the stupid GNU standards. | |||
2007-08-29 | Add warning flags so that make warnings will actually work. Add the new | Russ Allbery | |
Perl files and update the list of files in docs. | |||
2007-08-03 | Fix the AFS library detection so that kasetkey will build on our ancient | Russ Allbery | |
Solaris 8 system. | |||
2007-05-02 | Add the initial build infrastructure for the wallet Perl modules and | Russ Allbery | |
the superclass for Wallet::ACL. Add the Wallet::ACL::Krb5 ACL verifier. | |||
2007-03-09 | Install kasetkey in sbin, not bin. | Russ Allbery | |
2007-03-09 | Add system.h to the sources for client/wallet. | Russ Allbery | |
2007-03-09 | Include the kasetkey man page and man page source in the distribution. | Russ Allbery | |
2007-03-09 | Minor comment and copyright update. | Russ Allbery | |
2007-03-09 | Update EXTRA_DIST for the renaming of doc to docs. | Russ Allbery | |
2007-03-09 | Generate the kasetkey man page and install it. | Russ Allbery | |
2007-03-07 | Redo the coding style of kasetkey and factor out common code. | Russ Allbery | |
Authenticate via a srvtab instead of a DES key to make management of the key used by kasetkey easier. | |||
2006-12-06 | Include the NetDB role API notes in the distribution. | Russ Allbery | |
2006-08-23 | Add a test infrastructure and a very basic test for the client | Russ Allbery | |
functionality so far. | |||
2006-08-17 | Initial very simple wallet client program. | Russ Allbery | |
2006-08-17 | Import gen_srvtab as kasetkey and add the basic build framework. | Russ Allbery | |