<feed xmlns='http://www.w3.org/2005/Atom'>
<title>krb5-wallet.git/client, branch release/0.12</title>
<subtitle>Unnamed repository; edit this file 'description' to name the repository.
</subtitle>
<id>https://git.gnuabordo.com.br/krb5-wallet.git/atom?h=release%2F0.12</id>
<link rel='self' href='https://git.gnuabordo.com.br/krb5-wallet.git/atom?h=release%2F0.12'/>
<link rel='alternate' type='text/html' href='https://git.gnuabordo.com.br/krb5-wallet.git/'/>
<updated>2010-08-14T01:32:00+00:00</updated>
<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/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/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/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/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>Add documentation for wallet-rekey</title>
<updated>2010-07-29T22:23:02+00:00</updated>
<author>
<name>Russ Allbery</name>
<email>rra@stanford.edu</email>
</author>
<published>2010-07-29T22:23:02+00:00</published>
<link rel='alternate' type='text/html' href='https://git.gnuabordo.com.br/krb5-wallet.git/commit/?id=d6a512c1b8663c2ed4d3aeae93f580f66e65a362'/>
<id>urn:sha1:d6a512c1b8663c2ed4d3aeae93f580f66e65a362</id>
<content type='text'>
</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/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/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/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>
<entry>
<title>Add another stopword to the wallet client man page</title>
<updated>2010-06-29T22:33:58+00:00</updated>
<author>
<name>Russ Allbery</name>
<email>rra@stanford.edu</email>
</author>
<published>2010-06-29T22:33:58+00:00</published>
<link rel='alternate' type='text/html' href='https://git.gnuabordo.com.br/krb5-wallet.git/commit/?id=cd98777eb7904c30f1ffa792e10472e9b7b5051b'/>
<id>urn:sha1:cd98777eb7904c30f1ffa792e10472e9b7b5051b</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Document acl rename in the wallet man page</title>
<updated>2010-05-26T14:39:33+00:00</updated>
<author>
<name>Russ Allbery</name>
<email>rra@stanford.edu</email>
</author>
<published>2010-05-26T14:39:33+00:00</published>
<link rel='alternate' type='text/html' href='https://git.gnuabordo.com.br/krb5-wallet.git/commit/?id=1f324f37b95034b0137884f48bde3ed484f7f21c'/>
<id>urn:sha1:1f324f37b95034b0137884f48bde3ed484f7f21c</id>
<content type='text'>
</content>
</entry>
</feed>
