<feed xmlns='http://www.w3.org/2005/Atom'>
<title>krb5-wallet.git/perl/lib/Wallet/Report.pm, branch master</title>
<subtitle>Unnamed repository; edit this file 'description' to name the repository.
</subtitle>
<id>https://git.gnuabordo.com.br/debian/krb5-wallet.git/atom?h=master</id>
<link rel='self' href='https://git.gnuabordo.com.br/debian/krb5-wallet.git/atom?h=master'/>
<link rel='alternate' type='text/html' href='https://git.gnuabordo.com.br/debian/krb5-wallet.git/'/>
<updated>2020-05-18T05:19:39+00:00</updated>
<entry>
<title>Sort the ACL membership report</title>
<updated>2020-05-18T05:19:39+00:00</updated>
<author>
<name>Russ Allbery</name>
<email>eagle@eyrie.org</email>
</author>
<published>2020-05-18T05:19:39+00:00</published>
<link rel='alternate' type='text/html' href='https://git.gnuabordo.com.br/debian/krb5-wallet.git/commit/?id=21651a03eee3a174c657515fc75ecd1857500c10'/>
<id>urn:sha1:21651a03eee3a174c657515fc75ecd1857500c10</id>
<content type='text'>
In Wallet::Report, sort the results of acl_membership().  This is
only used for the duplicate ACLs report currently, but it may help
external callers as well as produce reliable results for testing.
Patch from macrotex.
</content>
</entry>
<entry>
<title>Update to rra-c-util 8.2 and C TAP Harness 4.7</title>
<updated>2020-05-18T00:05:30+00:00</updated>
<author>
<name>Russ Allbery</name>
<email>eagle@eyrie.org</email>
</author>
<published>2020-05-18T00:05:30+00:00</published>
<link rel='alternate' type='text/html' href='https://git.gnuabordo.com.br/debian/krb5-wallet.git/commit/?id=c138111a3c27863308b6552a5527a9e821a3dc11'/>
<id>urn:sha1:c138111a3c27863308b6552a5527a9e821a3dc11</id>
<content type='text'>
Update to rra-c-util 8.2:

* Implement explicit_bzero with memset if it is not available.
* Reformat all C source using clang-format 10.
* Work around Test::Strict not skipping .git directories.
* Fix warnings with perltidy 20190601 and Perl::Critic 1.134.
* Fix warnings with Clang 10, GCC 10, and the Clang static analyzer.

Update to C TAP Harness 4.7:

* Fix warnings with GCC 10.
* Reformat all C source using clang-format 10.
* Fixed malloc error checking in bstrndup.
</content>
</entry>
<entry>
<title>Add SPDX-License-Identifier headers</title>
<updated>2018-06-03T22:36:42+00:00</updated>
<author>
<name>Russ Allbery</name>
<email>eagle@eyrie.org</email>
</author>
<published>2018-06-03T22:36:21+00:00</published>
<link rel='alternate' type='text/html' href='https://git.gnuabordo.com.br/debian/krb5-wallet.git/commit/?id=4a0b9e747c8abfca24f30b7ce1e9a725ce11474a'/>
<id>urn:sha1:4a0b9e747c8abfca24f30b7ce1e9a725ce11474a</id>
<content type='text'>
Add SPDX-License-Identifier headers to all substantial source files.
Collapse copyright years.  Add some Emacs configuration for files
where the copyright notice is at the end.  Add a test that every
file has SPDX-License-Identifier.
</content>
</entry>
<entry>
<title>Add obsolete-strings test and fix problems it finds</title>
<updated>2018-05-28T05:05:31+00:00</updated>
<author>
<name>Russ Allbery</name>
<email>eagle@eyrie.org</email>
</author>
<published>2018-05-28T05:05:31+00:00</published>
<link rel='alternate' type='text/html' href='https://git.gnuabordo.com.br/debian/krb5-wallet.git/commit/?id=769217510b97e23101a01d228e2b8510fd43a725'/>
<id>urn:sha1:769217510b97e23101a01d228e2b8510fd43a725</id>
<content type='text'>
Mostly changing http eyrie.org URLs to https, but also remove my
old email address in one place and switch some tests away from my
old RRA_MAINTAINER_TESTS environment variable to use the Lancaster
Consensus variables properly.  This uncovered a bug in skipping one
test unless Stanford Kerberos credentials existed.
</content>
</entry>
<entry>
<title>Update Perl module versions for 1.4</title>
<updated>2016-01-23T23:24:19+00:00</updated>
<author>
<name>Russ Allbery</name>
<email>eagle@eyrie.org</email>
</author>
<published>2016-01-23T23:24:19+00:00</published>
<link rel='alternate' type='text/html' href='https://git.gnuabordo.com.br/debian/krb5-wallet.git/commit/?id=43d3a892cb5aa69234a2591bf584036970a7243e'/>
<id>urn:sha1:43d3a892cb5aa69234a2591bf584036970a7243e</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Standardize Perl module versions</title>
<updated>2016-01-17T20:25:15+00:00</updated>
<author>
<name>Russ Allbery</name>
<email>eagle@eyrie.org</email>
</author>
<published>2016-01-17T20:25:15+00:00</published>
<link rel='alternate' type='text/html' href='https://git.gnuabordo.com.br/debian/krb5-wallet.git/commit/?id=4feab8a987a345e38c44077d1042bf05ec03f0eb'/>
<id>urn:sha1:4feab8a987a345e38c44077d1042bf05ec03f0eb</id>
<content type='text'>
The versions of all of the wallet Perl modules now match the overall
package version except for Wallet::Schema, which is used to version
the database schema.

Import the test from rra-c-util 5.10 and exclude Wallet::Schema from
the tests.

Go through all Perl modules and standardize the syntax for setting the
version and indicating the required version of Perl.  Fix a few other
syntax issues while I'm in there.
</content>
</entry>
<entry>
<title>Added wallet report for nested ACL</title>
<updated>2015-11-19T07:47:40+00:00</updated>
<author>
<name>Jon Robertson</name>
<email>jonrober@stanford.edu</email>
</author>
<published>2015-06-09T22:04:14+00:00</published>
<link rel='alternate' type='text/html' href='https://git.gnuabordo.com.br/debian/krb5-wallet.git/commit/?id=5d668b86ced32e84fd0f49046326a0a5e20dc8eb'/>
<id>urn:sha1:5d668b86ced32e84fd0f49046326a0a5e20dc8eb</id>
<content type='text'>
We needed a way to report on where all a specific ACL might be nested,
since we can't destroy an ACL until it's no longer being nested.  For
the immediate this is part of wallet-report.

Change-Id: I41c11b73325d1eb3a28289eac3505bf965877be1
</content>
</entry>
<entry>
<title>wallet-report: Added report of all host-based objects for host</title>
<updated>2015-06-08T22:24:34+00:00</updated>
<author>
<name>Jon Robertson</name>
<email>jonrober@stanford.edu</email>
</author>
<published>2015-04-16T21:58:58+00:00</published>
<link rel='alternate' type='text/html' href='https://git.gnuabordo.com.br/debian/krb5-wallet.git/commit/?id=45a7c9d2896cf2e0d1548fd98b3b78f9f812744f'/>
<id>urn:sha1:45a7c9d2896cf2e0d1548fd98b3b78f9f812744f</id>
<content type='text'>
"wallet-report objects host &lt;hostname&gt;" reports on all objects that
belong to the given host.  This can be used to query things for retiring
systems.

Change-Id: Ib1c8e5978fed141d54ecc8504b56b43c037f9b17
</content>
</entry>
<entry>
<title>Added reports to list all types and acl schemes</title>
<updated>2015-06-08T22:24:34+00:00</updated>
<author>
<name>Jon Robertson</name>
<email>jonrober@stanford.edu</email>
</author>
<published>2015-02-17T22:32:59+00:00</published>
<link rel='alternate' type='text/html' href='https://git.gnuabordo.com.br/debian/krb5-wallet.git/commit/?id=1575e25c9e9edc8d577a0f1118732c98871984e0'/>
<id>urn:sha1:1575e25c9e9edc8d577a0f1118732c98871984e0</id>
<content type='text'>
Two new reports, 'types' and 'schemes'.  These will print out all
configured types and acl schemes.

Change-Id: Ib06d37755fe80c168a6f723c9a1e683fdf5dfcde
</content>
</entry>
<entry>
<title>Added an object history report to wallet-report</title>
<updated>2015-06-08T22:24:34+00:00</updated>
<author>
<name>Jon Robertson</name>
<email>jonrober@stanford.edu</email>
</author>
<published>2015-02-08T00:09:12+00:00</published>
<link rel='alternate' type='text/html' href='https://git.gnuabordo.com.br/debian/krb5-wallet.git/commit/?id=f14bd8343010ad96104965029e36c5a65d231571'/>
<id>urn:sha1:f14bd8343010ad96104965029e36c5a65d231571</id>
<content type='text'>
Took code from Commerzbank AG and refactored to add to wallet-report.
This does a complete dump of all object history for searching on.

Change-Id: Id22c51d2938ad90e0c6a19aaa016501a1ba333b3
</content>
</entry>
</feed>
