aboutsummaryrefslogtreecommitdiff
path: root/Makefile.am
AgeCommit message (Collapse)Author
2007-09-27Initial cut at srvtab support in the wallet client. This still requiresRuss Allbery
additional work and cleanup, particularly support for the sync attribute.
2007-09-14keytab-backend and wallet-backend are scripts, not programs, so don'tRuss 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-01Update the list of distribution files, build all the rest of the manualRuss Allbery
pages, and install all of the server programs.
2007-08-29Fix Perl's habit of removing the makefile on make clean and handleRuss Allbery
distclean for Perl differently. Remove the files created by autogen on make maintainer-clean in contravention of the stupid GNU standards.
2007-08-29Add warning flags so that make warnings will actually work. Add the newRuss Allbery
Perl files and update the list of files in docs.
2007-08-03Fix the AFS library detection so that kasetkey will build on our ancientRuss Allbery
Solaris 8 system.
2007-05-02Add the initial build infrastructure for the wallet Perl modules andRuss Allbery
the superclass for Wallet::ACL. Add the Wallet::ACL::Krb5 ACL verifier.
2007-03-09Install kasetkey in sbin, not bin.Russ Allbery
2007-03-09Add system.h to the sources for client/wallet.Russ Allbery
2007-03-09Include the kasetkey man page and man page source in the distribution.Russ Allbery
2007-03-09Minor comment and copyright update.Russ Allbery
2007-03-09Update EXTRA_DIST for the renaming of doc to docs.Russ Allbery
2007-03-09Generate the kasetkey man page and install it.Russ Allbery
2007-03-07Redo 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-06Include the NetDB role API notes in the distribution.Russ Allbery
2006-08-23Add a test infrastructure and a very basic test for the clientRuss Allbery
functionality so far.
2006-08-17Initial very simple wallet client program.Russ Allbery
2006-08-17Import gen_srvtab as kasetkey and add the basic build framework.Russ Allbery