<feed xmlns='http://www.w3.org/2005/Atom'>
<title>krb5-wallet.git/client, branch upstream/1.2</title>
<subtitle>Unnamed repository; edit this file 'description' to name the repository.
</subtitle>
<id>https://git.gnuabordo.com.br/krb5-wallet.git/atom?h=upstream%2F1.2</id>
<link rel='self' href='https://git.gnuabordo.com.br/krb5-wallet.git/atom?h=upstream%2F1.2'/>
<link rel='alternate' type='text/html' href='https://git.gnuabordo.com.br/krb5-wallet.git/'/>
<updated>2014-12-09T04:57:57+00:00</updated>
<entry>
<title>Imported Upstream version 1.2</title>
<updated>2014-12-09T04:57:57+00:00</updated>
<author>
<name>Russ Allbery</name>
<email>eagle@eyrie.org</email>
</author>
<published>2014-12-09T04:57:57+00:00</published>
<link rel='alternate' type='text/html' href='https://git.gnuabordo.com.br/krb5-wallet.git/commit/?id=7856dc7cc5e16140c0084474fe54338f293bf77e'/>
<id>urn:sha1:7856dc7cc5e16140c0084474fe54338f293bf77e</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Imported Upstream version 1.1</title>
<updated>2014-07-16T20:43:17+00:00</updated>
<author>
<name>Russ Allbery</name>
<email>eagle@eyrie.org</email>
</author>
<published>2014-07-16T20:43:17+00:00</published>
<link rel='alternate' type='text/html' href='https://git.gnuabordo.com.br/krb5-wallet.git/commit/?id=6409733ee3b7b1910dc1c166a392cc628834146c'/>
<id>urn:sha1:6409733ee3b7b1910dc1c166a392cc628834146c</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Use xcalloc instead of xmalloc with calculated sizes</title>
<updated>2014-07-16T06:15:34+00:00</updated>
<author>
<name>Russ Allbery</name>
<email>eagle@eyrie.org</email>
</author>
<published>2014-07-16T06:14:51+00:00</published>
<link rel='alternate' type='text/html' href='https://git.gnuabordo.com.br/krb5-wallet.git/commit/?id=89c22ebc4129f4abaf8dbb416b87ba423c1abe58'/>
<id>urn:sha1:89c22ebc4129f4abaf8dbb416b87ba423c1abe58</id>
<content type='text'>
Ensure we don't have integer overflow when allocating the array
of struct iovec for store commands.

Change-Id: I0777ca8ef050b9773dba0c03b5e8533d3b2d5486
Reviewed-on: https://gerrit.stanford.edu/1560
Reviewed-by: Russ Allbery &lt;rra@stanford.edu&gt;
Tested-by: Russ Allbery &lt;rra@stanford.edu&gt;
</content>
</entry>
<entry>
<title>Fix wallet-backend parsing of expires</title>
<updated>2014-07-16T04:11:07+00:00</updated>
<author>
<name>Russ Allbery</name>
<email>eagle@eyrie.org</email>
</author>
<published>2014-07-16T03:48:35+00:00</published>
<link rel='alternate' type='text/html' href='https://git.gnuabordo.com.br/krb5-wallet.git/commit/?id=4ad7d55ed55b83d7b0df6a408e3c6931725c4a99'/>
<id>urn:sha1:4ad7d55ed55b83d7b0df6a408e3c6931725c4a99</id>
<content type='text'>
Fix wallet-backend parsing of the expires command to expect only one
argument as the expiration.  This was correctly documented in the
wallet client man page, but not in wallet-backend, and it accepted two
arguments (a date and time).  However, Wallet::Server did not and
would just ignore the time.  Now wallet-backend correctly requires the
date and time be passed as a single argument.

Change-Id: I8e51a576ea8781502f4eb983462ceca867b002be
Reviewed-on: https://gerrit.stanford.edu/1556
Reviewed-by: Russ Allbery &lt;rra@stanford.edu&gt;
Tested-by: Russ Allbery &lt;rra@stanford.edu&gt;
</content>
</entry>
<entry>
<title>Change my email address to eagle@eyrie.org</title>
<updated>2014-04-13T23:37:25+00:00</updated>
<author>
<name>Russ Allbery</name>
<email>eagle@eyrie.org</email>
</author>
<published>2014-04-13T23:36:36+00:00</published>
<link rel='alternate' type='text/html' href='https://git.gnuabordo.com.br/krb5-wallet.git/commit/?id=76ccf098c6e9c8849c8ca459a54d7383baf39ddb'/>
<id>urn:sha1:76ccf098c6e9c8849c8ca459a54d7383baf39ddb</id>
<content type='text'>
Change-Id: I4c2b5d7c807d6c27dd18a3b92eef66d21287d21e
Reviewed-on: https://gerrit.stanford.edu/1481
Reviewed-by: Russ Allbery &lt;rra@stanford.edu&gt;
Tested-by: Russ Allbery &lt;rra@stanford.edu&gt;
</content>
</entry>
<entry>
<title>Fix wallet-rekey on keytabs containing multiple principals</title>
<updated>2014-01-07T05:13:33+00:00</updated>
<author>
<name>Russ Allbery</name>
<email>eagle@eyrie.org</email>
</author>
<published>2014-01-07T05:09:00+00:00</published>
<link rel='alternate' type='text/html' href='https://git.gnuabordo.com.br/krb5-wallet.git/commit/?id=782e71d568957e05233f63fa8dca7cc53ba1afa1'/>
<id>urn:sha1:782e71d568957e05233f63fa8dca7cc53ba1afa1</id>
<content type='text'>
Fix wallet-rekey on keytabs containing multiple principals.  Previous
versions assumed one could concatenate keytab files together to make a
valid keytab file, which doesn't work with some Kerberos libraries.
This caused new keys downloaded for principals after the first to be
discarded.  As a side effect of this fix, wallet-rekey always appends
new keys directly to the existing keytab file, and never creates a
backup copy of that file.

Change-Id: I5f863239ce4ebba66b35ff09454f2897367bd359
Reviewed-on: https://gerrit.stanford.edu/1369
Reviewed-by: Russ Allbery &lt;rra@stanford.edu&gt;
Tested-by: Russ Allbery &lt;rra@stanford.edu&gt;
</content>
</entry>
<entry>
<title>Imported Upstream version 1.0</title>
<updated>2013-03-27T22:19:46+00:00</updated>
<author>
<name>Russ Allbery</name>
<email>rra@stanford.edu</email>
</author>
<published>2013-03-27T22:19:46+00:00</published>
<link rel='alternate' type='text/html' href='https://git.gnuabordo.com.br/krb5-wallet.git/commit/?id=6871bae8e26beadaff5035de56b4f70a78961dc9'/>
<id>urn:sha1:6871bae8e26beadaff5035de56b4f70a78961dc9</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Allow owners of objects to destroy them by default</title>
<updated>2013-03-27T19:52:58+00:00</updated>
<author>
<name>Russ Allbery</name>
<email>rra@stanford.edu</email>
</author>
<published>2013-03-27T19:51:46+00:00</published>
<link rel='alternate' type='text/html' href='https://git.gnuabordo.com.br/krb5-wallet.git/commit/?id=f6c63bdb2be5ccc0c6133bf87025d37805579005'/>
<id>urn:sha1:f6c63bdb2be5ccc0c6133bf87025d37805579005</id>
<content type='text'>
Owners of wallet objects are now allowed to destroy them.  In previous
versions, a special destroy ACL had to be set and the owner ACL wasn't
used for destroy actions, but operational experience at Stanford has
shown that letting owners destroy their own objects is a better model.

Change-Id: I0e97d7a000e62cf5321add7b44140db6edc6769f
Reviewed-on: https://gerrit.stanford.edu/973
Reviewed-by: Russ Allbery &lt;rra@stanford.edu&gt;
Tested-by: Russ Allbery &lt;rra@stanford.edu&gt;
</content>
</entry>
<entry>
<title>Add missing license statement to client/krb5.c</title>
<updated>2013-02-28T00:54:18+00:00</updated>
<author>
<name>Russ Allbery</name>
<email>rra@stanford.edu</email>
</author>
<published>2013-02-28T00:08:09+00:00</published>
<link rel='alternate' type='text/html' href='https://git.gnuabordo.com.br/krb5-wallet.git/commit/?id=515ae144c16df1fe9b66343ee34c8cc967fd61b6'/>
<id>urn:sha1:515ae144c16df1fe9b66343ee34c8cc967fd61b6</id>
<content type='text'>
Change-Id: I6c055a010c52b5c666db203a8c990c531cd1dfe4
Reviewed-on: https://gerrit.stanford.edu/851
Reviewed-by: Russ Allbery &lt;rra@stanford.edu&gt;
Tested-by: Russ Allbery &lt;rra@stanford.edu&gt;
</content>
</entry>
<entry>
<title>Add explicit license statements to all POD documentation</title>
<updated>2013-02-28T00:54:08+00:00</updated>
<author>
<name>Russ Allbery</name>
<email>rra@stanford.edu</email>
</author>
<published>2013-02-27T23:49:46+00:00</published>
<link rel='alternate' type='text/html' href='https://git.gnuabordo.com.br/krb5-wallet.git/commit/?id=1a4ec451eb04fabe9039fd9a13f63865f6b32e01'/>
<id>urn:sha1:1a4ec451eb04fabe9039fd9a13f63865f6b32e01</id>
<content type='text'>
For scripts, do this by moving the copyright and license statement
from the top of the script into the POD documentation.

Also try to uniformly put the SEE ALSO section last.

Change-Id: Id31a5c0d5e6f6831a689deec41a13d35bb40465a
Reviewed-on: https://gerrit.stanford.edu/850
Reviewed-by: Russ Allbery &lt;rra@stanford.edu&gt;
Tested-by: Russ Allbery &lt;rra@stanford.edu&gt;
</content>
</entry>
</feed>
