aboutsummaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2008-04-24Now use --with-kaserver instead of --with-afs. Remove therelease/0.9debian/0.9-1Russ Allbery
Stanford-specific wallet-server setting now that we have an updated krb5.conf file everywhere.
2008-04-24For builddir != srcdir builds, remove the files we copy over onRuss Allbery
make distclean.
2008-04-24Disable the uninstall check since Perl can't uninstall.Russ Allbery
2008-04-24ExtUtils::MakeMaker uses prefix more intelligently than I thought.Russ Allbery
2008-04-24If you want variables to be expanded, they have to be in double-quotedRuss Allbery
strings.
2008-04-24If prefix is not /usr or /usr/local, base the installation path onRuss Allbery
$datadir.
2008-04-24For DESTDIR, add a trailing slash when passing it to Perl.Russ Allbery
ExtUtils::MakeMaker's man page indicates this may be needed.
2008-04-24Propagate DESTDIR settings to the Perl install rule.Russ Allbery
2008-04-24Add abs_top_builddir to the search path instead of abs_top_srcdir toRuss Allbery
get the newly built Perl modules.
2008-04-24Create the correct directory name for Perl test utilities.Russ Allbery
2008-04-24Include examples/stanford.conf in the distribution. Create another PerlRuss Allbery
directory for builddir != srcdir builds.
2008-04-24First pass at builddir != srcdir support.Russ Allbery
2008-04-24* Use a separate stamp file for configure and install and use touch $@Russ Allbery
to create stamp files.
2008-04-24* Update debhelper compatibility level to V5 (no changes required).Russ Allbery
2008-04-24* The test suite no longer needs libio-string-perl.Russ Allbery
2008-04-24Initial changelog for Debian 0.9-1 release.Russ Allbery
2008-04-24Release 0.9.Russ Allbery
2008-04-24The wallet command-line client now reads the data for store from aRuss Allbery
file (using -f) or from standard input (if -f wasn't given) when the data isn't specified on the command line. The data still must not contain nul characters.
2008-04-24Fix the copyright date.Russ Allbery
2008-04-24Add a license statement to this file.Russ Allbery
2008-04-24Include Stanford's wallet.conf as an example (examples/stanford.conf).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-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 supporting keytab authentication.Russ Allbery
2008-04-24Switch to messages-krb5 in util instead of the one built in the clientRuss Allbery
library and start the transition of coding style.
2008-04-24Activate the kasetkey tests.Russ Allbery
2008-04-24Add a test suite for wallet -u.Russ Allbery
2008-04-22Add providing a way to list all objects for which the connecting userRuss Allbery
has show ACLs.
2008-04-20Fix Autoconf syntax error when probing for libkrb5support. Thanks,Russ Allbery
Mike Garrison. Also update to the latest version of all of the Kerberos Autoconf probes.
2008-04-10Fix leading comment.Russ Allbery
2008-04-10Add WebAuth keyring object backend.Russ Allbery
2008-04-07Add a test suite for kasetkey.Russ Allbery
2008-04-07Print out version information with a hard-coded kasetkey instead ofRuss Allbery
using argv[0].
2008-04-07Clean up a few bugs in the new enable/disable and examine support.Russ Allbery
It now passes basic tests.
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-04-07Wording tweak, saying that software is released under a license ratherRuss Allbery
than covered by, and add the public domain notice about FSF changes to install-sh.
2008-03-21Add prettier ACL names in history entries.Russ Allbery
2008-03-18Add syntax-checking ACL entries.Russ Allbery
2008-03-12Another sample script from Stanford's wallet migration.Russ Allbery
2008-02-20Report the correct error message when addprinc fails while creating aRuss Allbery
keytab object.
2008-02-19Rename the -4 option to -k and fix a few bugs.Russ Allbery
2008-02-19Initial version.Russ Allbery
2008-02-19Remove declaration of unused variable.Russ Allbery
2008-02-19Fix a typo and add an explicit license pointer.Russ Allbery
2008-02-13Release 0.8-1.release/0.8debian/0.8-1Russ Allbery
2008-02-13Additional flags for the Stanford hacked kinit so that the test suiteRuss Allbery
can run in AFS.
2008-02-13Release 0.8.Russ Allbery
2008-02-13Remove the restriction that all object implementations must have classRuss Allbery
names of Wallet::Object::* and all ACL verifier implementations must have class names of Wallet::ACL::*.
2008-02-13Update the design documentation to reflect the current protocol andRuss Allbery
implementation.