aboutsummaryrefslogtreecommitdiff
path: root/README
AgeCommit message (Collapse)Author
2008-04-24First pass at builddir != srcdir support.Russ Allbery
2008-04-24Release 0.9.Russ 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
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-02-13Release 0.8.Russ Allbery
2008-02-09Add file object support to the wallet server.Russ Allbery
2008-02-08Release 0.7.Russ Allbery
2008-01-28Release 0.6.release/0.6Russ Allbery
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-04Update the alpha warning since the next release will be beta. Add theRuss Allbery
Net::Remctl requirement for the NetDB ACL verifier.
2007-12-01Release 0.3.Russ Allbery
2007-12-01You also need IO::String to run the test suite.Russ Allbery
2007-12-01Update for MySQL support.Russ Allbery
2007-10-09Document the DBI and DBD::SQLite requirements.Russ Allbery
2007-10-08Add documentation for the --with-wallet-server option, which is currentlyRuss Allbery
required.
2007-10-07Add a CONFIGURATION section.Russ Allbery
2007-10-06Add standard README and NEWS files and organize TODO a bit more byRuss Allbery
release targets.