<feed xmlns='http://www.w3.org/2005/Atom'>
<title>krb5-wallet.git/perl/lib/Wallet, branch master</title>
<subtitle>Unnamed repository; edit this file 'description' to name the repository.
</subtitle>
<id>https://git.gnuabordo.com.br/krb5-wallet.git/atom?h=master</id>
<link rel='self' href='https://git.gnuabordo.com.br/krb5-wallet.git/atom?h=master'/>
<link rel='alternate' type='text/html' href='https://git.gnuabordo.com.br/krb5-wallet.git/'/>
<updated>2021-09-04T20:03:36+00:00</updated>
<entry>
<title>Fix Stanford policy for password default owner</title>
<updated>2021-09-04T20:03:36+00:00</updated>
<author>
<name>Russ Allbery</name>
<email>eagle@eyrie.org</email>
</author>
<published>2021-09-04T20:03:36+00:00</published>
<link rel='alternate' type='text/html' href='https://git.gnuabordo.com.br/krb5-wallet.git/commit/?id=b63cd1c55861194c84e8efd8fa713d96c651b43a'/>
<id>urn:sha1:b63cd1c55861194c84e8efd8fa713d96c651b43a</id>
<content type='text'>
In Wallet::Policy::Stanford, fix the default_owner logic for password
objects that are group-based rather than host-based.  Thanks,
macrotex.

Fixes #82
</content>
</entry>
<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/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>Fix table drop order when destroying the database</title>
<updated>2020-05-18T05:17:36+00:00</updated>
<author>
<name>Russ Allbery</name>
<email>eagle@eyrie.org</email>
</author>
<published>2020-05-18T05:17:36+00:00</published>
<link rel='alternate' type='text/html' href='https://git.gnuabordo.com.br/krb5-wallet.git/commit/?id=4338488b0410a87b553bfa7ae54b16837b108487'/>
<id>urn:sha1:4338488b0410a87b553bfa7ae54b16837b108487</id>
<content type='text'>
Fix the table drop order for wallet-admin destroy to avoid violating
foreign key constraints.  Patch from macrotex.
</content>
</entry>
<entry>
<title>Sort ACL history by unique key after date</title>
<updated>2020-05-18T05:14:58+00:00</updated>
<author>
<name>Russ Allbery</name>
<email>eagle@eyrie.org</email>
</author>
<published>2020-05-18T05:14:58+00:00</published>
<link rel='alternate' type='text/html' href='https://git.gnuabordo.com.br/krb5-wallet.git/commit/?id=47c722846ece5eb460d91c243e4358eb31e4614b'/>
<id>urn:sha1:47c722846ece5eb460d91c243e4358eb31e4614b</id>
<content type='text'>
If multiple ACL changes were made in the same second, the order of
results could be unstable.  Sort by unique key after date to avoid
this.  Based on work by 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/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/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/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>Fix syntax error in Wallet::Kadmin::AD</title>
<updated>2018-05-28T00:59:06+00:00</updated>
<author>
<name>Russ Allbery</name>
<email>eagle@eyrie.org</email>
</author>
<published>2018-05-28T00:57:40+00:00</published>
<link rel='alternate' type='text/html' href='https://git.gnuabordo.com.br/krb5-wallet.git/commit/?id=439a4b9c45ea7dbc153aea86f105a7d1aaac7bc3'/>
<id>urn:sha1:439a4b9c45ea7dbc153aea86f105a7d1aaac7bc3</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Fix spelling errors in Wallet::Config</title>
<updated>2018-05-28T00:58:58+00:00</updated>
<author>
<name>Russ Allbery</name>
<email>eagle@eyrie.org</email>
</author>
<published>2018-05-28T00:49:03+00:00</published>
<link rel='alternate' type='text/html' href='https://git.gnuabordo.com.br/krb5-wallet.git/commit/?id=6fb25e3c38ebb352c9eb0901e41f334e92176f07'/>
<id>urn:sha1:6fb25e3c38ebb352c9eb0901e41f334e92176f07</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Fix spelling errors in Wallet::Kadmin::AD</title>
<updated>2018-05-28T00:58:38+00:00</updated>
<author>
<name>Russ Allbery</name>
<email>eagle@eyrie.org</email>
</author>
<published>2018-05-28T00:24:42+00:00</published>
<link rel='alternate' type='text/html' href='https://git.gnuabordo.com.br/krb5-wallet.git/commit/?id=7b63561ce7317c99af082c79257cf01d3b717959'/>
<id>urn:sha1:7b63561ce7317c99af082c79257cf01d3b717959</id>
<content type='text'>
</content>
</entry>
</feed>
