aboutsummaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2010-02-21Also install the wallet-report scriptdebian/0.10-1Russ Allbery
2010-02-21Add the wallet-report man page to wallet-serverRuss Allbery
2010-02-21Add a watch fileRuss Allbery
2010-02-21Finalize changes for 0.10-1Russ Allbery
2010-02-21Update standards version to 3.8.4Russ Allbery
2010-02-21Add Homepage, Vcs-Git, and Vcs-Browser control fieldsRuss Allbery
2010-02-21Adjust for renaming of contrib/wallet-summaryRuss Allbery
2010-02-21Merge commit 'upstream/0.10' into debianRuss Allbery
2010-02-21Imported Upstream version 0.10upstream/0.10Russ Allbery
2010-02-21Merge commit 'upstream/0.10' into debianRuss Allbery
2010-02-21Imported Upstream version 0.10Russ Allbery
2010-02-21Fix typo in debian/rulesRuss Allbery
2010-02-21Update debian/copyright from the upstream LICENSE fileRuss Allbery
2010-02-21Update debian/compat for the new debhelper compatibility modeRuss Allbery
2010-02-21Description and dependency fixesRuss Allbery
* Clarify in long description that keytab-backend is only needed for MIT Kerberos. * Move wallet-server's dependency on krb5-user to Recommends, since it's only needed for keytab support, and allow libheimdal-kadm5-perl as an alternative. * Recommend remctl-server 2.14 or later for improved store support.
2010-02-21Update to debhelper V7 with rule minimization and overridesRuss Allbery
* Update debhelper compatibility level to V7. - Use debhelper rule minimization with overrides. - Add ${misc:Depends} to dependencies.
2010-02-21Remove the kasetkey package and its Build-DependsRuss Allbery
2010-02-21Initial changelog for 0.10-1Russ Allbery
2010-02-21Merge commit 'upstream/0.10' into debianRuss Allbery
2010-02-21Imported Upstream version 0.10Russ Allbery
2009-06-09Merge branch 'upstream' into debianRuss Allbery
2009-06-09Remove Debian packaging from the master branchRuss Allbery
2009-05-08Add switching to Authen::Krb5::Admin to TODO.Russ Allbery
2009-04-26Add the case-insensitivity bug in object names to TODO.Russ Allbery
2009-03-25Add the shibboleth.xml object naming convention.Russ Allbery
2009-02-27Add htpasswd convention.Russ Allbery
2008-12-15Add ssh key naming to the Stanford naming guide.Russ Allbery
2008-11-14Add mass ACL change to TODO.Russ Allbery
2008-10-06Add additional Stanford naming conventions.Russ Allbery
2008-09-17Clarify database password object naming and add PAM configuration objectRuss Allbery
naming.
2008-09-12Suppress the argument to store from logging on failures as well.Russ Allbery
2008-08-14Fix logging in wallet-backend and the remctl configuration to not logRuss Allbery
the data passed to store.
2008-08-13Correctly handle storing of data that begins with a dash and don'tRuss Allbery
parse it as an argument to wallet-backend.
2008-07-07Initial Stanford naming conventions.Russ Allbery
2008-07-07Add a hook for ACL naming enforcement to TODO.Russ Allbery
2008-06-25Update to the current version.Russ Allbery
2008-04-25Fix the distribution name in the last change.Russ Allbery
2008-04-25Add an explicit mention of builddir != srcdir builds.Russ Allbery
2008-04-25Add missing blank line in comment.Russ Allbery
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.