<feed xmlns='http://www.w3.org/2005/Atom'>
<title>krb5-wallet.git/client/keytab.c, branch debian/1.0-2</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=debian%2F1.0-2</id>
<link rel='self' href='https://git.gnuabordo.com.br/debian/krb5-wallet.git/atom?h=debian%2F1.0-2'/>
<link rel='alternate' type='text/html' href='https://git.gnuabordo.com.br/debian/krb5-wallet.git/'/>
<updated>2013-02-28T00:52:57+00:00</updated>
<entry>
<title>Drop use of concat in favor of xasprintf</title>
<updated>2013-02-28T00:52:57+00:00</updated>
<author>
<name>Russ Allbery</name>
<email>rra@stanford.edu</email>
</author>
<published>2013-02-27T22:54:05+00:00</published>
<link rel='alternate' type='text/html' href='https://git.gnuabordo.com.br/debian/krb5-wallet.git/commit/?id=93e566f6f9ae8a767d2188ad1fb1520c9c2d303a'/>
<id>urn:sha1:93e566f6f9ae8a767d2188ad1fb1520c9c2d303a</id>
<content type='text'>
Change-Id: I6a84920b0c0dc1849af8a34ecf8f3fb70b45e17c
Reviewed-on: https://gerrit.stanford.edu/843
Reviewed-by: Russ Allbery &lt;rra@stanford.edu&gt;
Tested-by: Russ Allbery &lt;rra@stanford.edu&gt;
</content>
</entry>
<entry>
<title>Use correct form of Stanford's copyright statement</title>
<updated>2013-02-28T00:52:47+00:00</updated>
<author>
<name>Russ Allbery</name>
<email>rra@stanford.edu</email>
</author>
<published>2013-02-27T22:46:47+00:00</published>
<link rel='alternate' type='text/html' href='https://git.gnuabordo.com.br/debian/krb5-wallet.git/commit/?id=4d11772001f65264bf714711550acdbb05900f4c'/>
<id>urn:sha1:4d11772001f65264bf714711550acdbb05900f4c</id>
<content type='text'>
Change-Id: I06dd9ecca19315179bdd34d4b301548fe7604331
Reviewed-on: https://gerrit.stanford.edu/842
Reviewed-by: Russ Allbery &lt;rra@stanford.edu&gt;
Tested-by: Russ Allbery &lt;rra@stanford.edu&gt;
</content>
</entry>
<entry>
<title>Check for errors when renaming new keytab</title>
<updated>2013-02-28T00:52:13+00:00</updated>
<author>
<name>Russ Allbery</name>
<email>rra@stanford.edu</email>
</author>
<published>2013-02-27T22:21:48+00:00</published>
<link rel='alternate' type='text/html' href='https://git.gnuabordo.com.br/debian/krb5-wallet.git/commit/?id=7a572127a7305a17bf84c26e66e65ab37f66b77d'/>
<id>urn:sha1:7a572127a7305a17bf84c26e66e65ab37f66b77d</id>
<content type='text'>
When linking the temporary keytab to its final file name, wallet wasn't
checking for errors.  Caught by the new gcc warnings.

Change-Id: Ia75b231754bafc800e9e521345b85da256c95ed1
Reviewed-on: https://gerrit.stanford.edu/840
Reviewed-by: Russ Allbery &lt;rra@stanford.edu&gt;
Tested-by: Russ Allbery &lt;rra@stanford.edu&gt;
</content>
</entry>
<entry>
<title>Various minor fixes for wallet-rekey</title>
<updated>2010-08-14T01:32:00+00:00</updated>
<author>
<name>Russ Allbery</name>
<email>rra@stanford.edu</email>
</author>
<published>2010-08-14T01:32:00+00:00</published>
<link rel='alternate' type='text/html' href='https://git.gnuabordo.com.br/debian/krb5-wallet.git/commit/?id=a0432d103c690119255cbf7d612531d4af616efb'/>
<id>urn:sha1:a0432d103c690119255cbf7d612531d4af616efb</id>
<content type='text'>
Rekey the keytab in the same principal order as what's stored in the
keytab rather than reversing it, since that makes it easier to test.
Suppress the error message about no data from the server if the server
sent an error.  Fix some coding style and spelling errors.
</content>
</entry>
<entry>
<title>Use die instead of sysdie for no rekeyable principals</title>
<updated>2010-08-14T00:46:36+00:00</updated>
<author>
<name>Russ Allbery</name>
<email>rra@stanford.edu</email>
</author>
<published>2010-08-14T00:46:36+00:00</published>
<link rel='alternate' type='text/html' href='https://git.gnuabordo.com.br/debian/krb5-wallet.git/commit/?id=1a57d2409a43623cd1396bff6b22f815dbc9e799'/>
<id>urn:sha1:1a57d2409a43623cd1396bff6b22f815dbc9e799</id>
<content type='text'>
In wallet-rekey, if the keytab we're supposed to rekey has no rekeyable
principals, die rather than sysdie since there's no errno error to
report.
</content>
</entry>
<entry>
<title>Abort rekeying if we fail on the first principal</title>
<updated>2010-07-30T02:25:17+00:00</updated>
<author>
<name>Russ Allbery</name>
<email>rra@stanford.edu</email>
</author>
<published>2010-07-30T02:25:17+00:00</published>
<link rel='alternate' type='text/html' href='https://git.gnuabordo.com.br/debian/krb5-wallet.git/commit/?id=dacc1c6b8e8d4bdd1daffb84efd58f16e45e3cba'/>
<id>urn:sha1:dacc1c6b8e8d4bdd1daffb84efd58f16e45e3cba</id>
<content type='text'>
If we get a failure to rekey a principal before we've succeeded with
any principal, abort rather than continuing.
</content>
</entry>
<entry>
<title>Fix wallet-rekey with foreign realm keytab entries</title>
<updated>2010-07-30T02:20:46+00:00</updated>
<author>
<name>Russ Allbery</name>
<email>rra@stanford.edu</email>
</author>
<published>2010-07-30T02:20:46+00:00</published>
<link rel='alternate' type='text/html' href='https://git.gnuabordo.com.br/debian/krb5-wallet.git/commit/?id=81b7ba2a6503b4bc7199d78adf97d956b1e932a5'/>
<id>urn:sha1:81b7ba2a6503b4bc7199d78adf97d956b1e932a5</id>
<content type='text'>
The loop handling finding principals to rekey was not correctly
coping with principals from foreign realms.
</content>
</entry>
<entry>
<title>Break wallet-rekey out into a separate client program</title>
<updated>2010-07-29T05:05:05+00:00</updated>
<author>
<name>Russ Allbery</name>
<email>rra@stanford.edu</email>
</author>
<published>2010-07-29T05:05:05+00:00</published>
<link rel='alternate' type='text/html' href='https://git.gnuabordo.com.br/debian/krb5-wallet.git/commit/?id=5a48a5d5f7f2af72cf84114453748fbd2a337537'/>
<id>urn:sha1:5a48a5d5f7f2af72cf84114453748fbd2a337537</id>
<content type='text'>
Build a separate wallet-rekey client that rekeys every keytab given
on the command-line.  Fix some coding style issues and add internal
prototypes.  Build the shared source for both clients into an
uninstalled library to save compilation time.
</content>
</entry>
<entry>
<title>Finished first pass of the rekey command</title>
<updated>2010-07-28T00:08:56+00:00</updated>
<author>
<name>Jon Robertson</name>
<email>jonrober@stanford.edu</email>
</author>
<published>2010-07-28T00:08:56+00:00</published>
<link rel='alternate' type='text/html' href='https://git.gnuabordo.com.br/debian/krb5-wallet.git/commit/?id=5047dee97b80e2db2c57a2654a549e87411c1813'/>
<id>urn:sha1:5047dee97b80e2db2c57a2654a549e87411c1813</id>
<content type='text'>
Cleaned up several bugs preventing the rekey command from working (bad
calls to variables, matching on version of principal name already stripped
of realm), and removed debugging code.
</content>
</entry>
<entry>
<title>Adding wallet rekey capability -- work in progress, testing</title>
<updated>2010-07-27T19:40:12+00:00</updated>
<author>
<name>Jon Robertson</name>
<email>jonrober@stanford.edu</email>
</author>
<published>2010-07-27T19:40:12+00:00</published>
<link rel='alternate' type='text/html' href='https://git.gnuabordo.com.br/debian/krb5-wallet.git/commit/?id=534f2111ab41ed63024d811a3d8f5b81256d83a9'/>
<id>urn:sha1:534f2111ab41ed63024d811a3d8f5b81256d83a9</id>
<content type='text'>
First, testing version of wallet rekey code, committed in order to get
feedback from Russ.  This code will eventually take an existing keytab
file, and for every principal belonging to our default realm in it, get
new versions of that keytab and merge them into the file.  This allows
for quietly rekeying principals automatically.
</content>
</entry>
</feed>
