Age | Commit message (Collapse) | Author | |
---|---|---|---|
2010-02-08 | Initial port to Heimdal | Russ Allbery | |
Just get the client code to compile with Heimdal. This will need more work later to use my regular Kerberos portability layer. | |||
2009-06-09 | Remove Subversion Id strings | Russ Allbery | |
2008-04-24 | Release 0.9. | 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-04-24 | Add a test suite for wallet -u. | Russ Allbery | |
2008-04-07 | Add a test suite for kasetkey. | Russ Allbery | |
2008-04-07 | Add support for enabling and disabling principals (clearing or setting | Russ 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-13 | Release 0.8. | Russ Allbery | |
2008-02-12 | Initial pass at an end-to-end test suite. | Russ Allbery | |
2008-02-08 | Release 0.7. | Russ Allbery | |
2008-02-07 | Added POD testing for the client and server documentation. | Russ Allbery | |
2008-01-28 | Release 0.6.release/0.6 | Russ Allbery | |
2008-01-24 | Add a wallet-admin program which can initialize and destroy the | Russ Allbery | |
database and list all objects and ACLs in the database. | |||
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 | Rename tools to build-aux to follow the new GNU standard naming scheme. | Russ Allbery | |
2007-12-01 | Release 0.3. | Russ Allbery | |
2007-10-08 | Release 0.2. | Russ Allbery | |
2007-10-08 | Add --with-wallet-server and --with-wallet-port. | Russ Allbery | |
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-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-15 | Add a test suite for keytab-backend. | Russ Allbery | |
2007-09-14 | Add a test suite for the backend driver program. | Russ Allbery | |
2007-08-29 | Kill warnings. We now build with all warnings enabled. | Russ Allbery | |
2007-08-29 | Include -lafsrpc in extra libraries when linking against -lafsauthent. | Russ Allbery | |
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. | |||
2006-12-06 | Start with version 0.1. | 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 | Split AFS headers and AFS libraries into different configure options, since | Russ Allbery | |
the AFS stuff can be in very odd places. Search for res_search, since the AFS libraries require it. | |||
2006-08-17 | More random crap needed by Automake. | Russ Allbery | |
2006-08-17 | Import gen_srvtab as kasetkey and add the basic build framework. | Russ Allbery | |