summaryrefslogtreecommitdiff
path: root/configure.ac
AgeCommit message (Collapse)Author
2009-06-09Remove Subversion Id stringsRuss Allbery
2008-04-24Release 0.9.Russ Allbery
2008-04-24Major coding style cleanup. Updated all shared code from my otherRuss Allbery
projects. The configure option requesting AFS kaserver support (and thus building kasetkey) is now --with-kaserver instead of --with-afs. If KRB5_CONFIG was explicitly set in the environment, don't use a different krb5-config based on --with-krb4 or --with-krb5. If krb5-config isn't executable, don't use it. This allows one to force library probing by setting KRB5_CONFIG to point to a nonexistent file. Sanity-check the results of krb5-config before proceeding and error out in configure if they don't work. Stop setting Stanford-specific compile-time defaults for the wallet server and port.
2008-04-24Add a test suite for wallet -u.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
the NOTGS flag) and examining principals to kasetkey. This functionality isn't used by wallet (and probably won't be) but is convenient for other users of kasetkey such as kadmin-remctl.
2008-02-13Release 0.8.Russ Allbery
2008-02-12Initial pass at an end-to-end test suite.Russ Allbery
2008-02-08Release 0.7.Russ Allbery
2008-02-07Added POD testing for the client and server documentation.Russ Allbery
2008-01-28Release 0.6.release/0.6Russ Allbery
2008-01-24Add a wallet-admin program which can initialize and destroy theRuss Allbery
database and list all objects and ACLs in the database.
2008-01-05The wallet client can now get the server, port, principal, and remctlRuss Allbery
type from krb5.conf as well as from compile-time defaults and command-line options.
2008-01-04The build system now probes for GSS-API, Kerberos v5 and v4, and AFSRuss Allbery
libraries as necessary rather than hard-coding libraries. Building on systems without strong shared library dependencies and building against static libraries should now work. Building kasetkey (for AFS kaserver synchronization) is now optional and not enabled by default. Pass --with-afs to enable it. This allows wallet to be easily built in an environment without AFS.
2007-12-07Release 0.5.Russ Allbery
2007-12-06Release 0.4.Russ Allbery
2007-12-04Rename tools to build-aux to follow the new GNU standard naming scheme.Russ Allbery
2007-12-01Release 0.3.Russ Allbery
2007-10-08Release 0.2.Russ Allbery
2007-10-08Add --with-wallet-server and --with-wallet-port.Russ Allbery
2007-10-05Add comprehensive license information in LICENSE and update the copyrightRuss 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-04Update runtests to the latest version. Fix various other missing orRuss Allbery
incorrect makefile and configure rules and some include issues so that the portability layer compiles and passes its test suite.
2007-10-04Initial import of a C portability framework and utility functions fromRuss Allbery
remctl so that the wallet client error handling can rest on a firmer foundation.
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-15Add a test suite for keytab-backend.Russ Allbery
2007-09-14Add a test suite for the backend driver program.Russ Allbery
2007-08-29Kill warnings. We now build with all warnings enabled.Russ Allbery
2007-08-29Include -lafsrpc in extra libraries when linking against -lafsauthent.Russ Allbery
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.
2006-12-06Start with version 0.1.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-17Split AFS headers and AFS libraries into different configure options, sinceRuss Allbery
the AFS stuff can be in very odd places. Search for res_search, since the AFS libraries require it.
2006-08-17More random crap needed by Automake.Russ Allbery
2006-08-17Import gen_srvtab as kasetkey and add the basic build framework.Russ Allbery