Age | Commit message (Collapse) | Author | |
---|---|---|---|
2008-04-24 | First pass at builddir != srcdir support. | Russ Allbery | |
2008-04-24 | Release 0.9. | Russ Allbery | |
2008-04-24 | Perl 5.8 is required to run the test suite, but IO::String is not. | Russ Allbery | |
2008-04-24 | Major coding style cleanup. Updated all shared code from my other | Russ 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-13 | Release 0.8. | Russ Allbery | |
2008-02-09 | Add file object support to the wallet server. | Russ Allbery | |
2008-02-08 | Release 0.7. | Russ Allbery | |
2008-01-28 | Release 0.6.release/0.6 | Russ Allbery | |
2008-01-05 | The wallet client can now get the server, port, principal, and remctl | Russ Allbery | |
type from krb5.conf as well as from compile-time defaults and command-line options. | |||
2008-01-04 | The build system now probes for GSS-API, Kerberos v5 and v4, and AFS | Russ 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-07 | Release 0.5. | Russ Allbery | |
2007-12-06 | Release 0.4. | Russ Allbery | |
2007-12-04 | Update the alpha warning since the next release will be beta. Add the | Russ Allbery | |
Net::Remctl requirement for the NetDB ACL verifier. | |||
2007-12-01 | Release 0.3. | Russ Allbery | |
2007-12-01 | You also need IO::String to run the test suite. | Russ Allbery | |
2007-12-01 | Update for MySQL support. | Russ Allbery | |
2007-10-09 | Document the DBI and DBD::SQLite requirements. | Russ Allbery | |
2007-10-08 | Add documentation for the --with-wallet-server option, which is currently | Russ Allbery | |
required. | |||
2007-10-07 | Add a CONFIGURATION section. | Russ Allbery | |
2007-10-06 | Add standard README and NEWS files and organize TODO a bit more by | Russ Allbery | |
release targets. |