<feed xmlns='http://www.w3.org/2005/Atom'>
<title>krb5-wallet.git/client/wallet.pod, branch release/0.10</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=release%2F0.10</id>
<link rel='self' href='https://git.gnuabordo.com.br/debian/krb5-wallet.git/atom?h=release%2F0.10'/>
<link rel='alternate' type='text/html' href='https://git.gnuabordo.com.br/debian/krb5-wallet.git/'/>
<updated>2010-02-21T05:52:38+00:00</updated>
<entry>
<title>Update documentation for support for storing nul data</title>
<updated>2010-02-21T05:52:38+00:00</updated>
<author>
<name>Russ Allbery</name>
<email>rra@stanford.edu</email>
</author>
<published>2010-02-21T05:52:38+00:00</published>
<link rel='alternate' type='text/html' href='https://git.gnuabordo.com.br/debian/krb5-wallet.git/commit/?id=3b3e387b6bca35a00a86ad41e39874eeadcb78b9'/>
<id>urn:sha1:3b3e387b6bca35a00a86ad41e39874eeadcb78b9</id>
<content type='text'>
Update the wallet client, wallet-backend, and Wallet::Object::File
documentation for the support for storing data containing nul
characters using the new stdin support in remctld.  Add this to NEWS.
</content>
</entry>
<entry>
<title>Document that -u works if you don't have a ticket</title>
<updated>2010-02-10T07:58:36+00:00</updated>
<author>
<name>Russ Allbery</name>
<email>rra@stanford.edu</email>
</author>
<published>2010-02-10T07:58:36+00:00</published>
<link rel='alternate' type='text/html' href='https://git.gnuabordo.com.br/debian/krb5-wallet.git/commit/?id=690493358caeba1c61e2a1edb4db9bd27faae0f6'/>
<id>urn:sha1:690493358caeba1c61e2a1edb4db9bd27faae0f6</id>
<content type='text'>
The wallet client documentation said that you always needed an existing
ticket.  Mention that -u will work as well.
</content>
</entry>
<entry>
<title>Reorganize main POD tests and add a spelling check</title>
<updated>2010-02-10T07:57:10+00:00</updated>
<author>
<name>Russ Allbery</name>
<email>rra@stanford.edu</email>
</author>
<published>2010-02-10T07:57:10+00:00</published>
<link rel='alternate' type='text/html' href='https://git.gnuabordo.com.br/debian/krb5-wallet.git/commit/?id=5d7f614e88bac459a693f1dcc91aad36ed3d00dd'/>
<id>urn:sha1:5d7f614e88bac459a693f1dcc91aad36ed3d00dd</id>
<content type='text'>
Add a POD spelling test to the non-Perl-module part of the code and
move the documentation tests into a separate directory.  Merge the
POD syntax tests between client and server into one test.

Reformat all of the POD documentation to use 74 columns.  Fix a few
revealed spelling errors or weird wordings.
</content>
</entry>
<entry>
<title>Use the long enctype name for aes256-cts-hmac-sha1-96</title>
<updated>2010-02-09T21:41:11+00:00</updated>
<author>
<name>Russ Allbery</name>
<email>rra@stanford.edu</email>
</author>
<published>2010-02-09T21:41:11+00:00</published>
<link rel='alternate' type='text/html' href='https://git.gnuabordo.com.br/debian/krb5-wallet.git/commit/?id=cbdc17af5f7a772188638f0057fffd357acbbd38'/>
<id>urn:sha1:cbdc17af5f7a772188638f0057fffd357acbbd38</id>
<content type='text'>
Heimdal requires the full name and doesn't support the short name that
MIT has as an alias.  Change the documentation to use the long name
uniformly.
</content>
</entry>
<entry>
<title>Remove kaserver synchronization support from the wallet client</title>
<updated>2010-02-09T21:37:58+00:00</updated>
<author>
<name>Russ Allbery</name>
<email>rra@stanford.edu</email>
</author>
<published>2010-02-09T21:37:58+00:00</published>
<link rel='alternate' type='text/html' href='https://git.gnuabordo.com.br/debian/krb5-wallet.git/commit/?id=2d33440272200cad20a5a4c58e5d8aa0dfad9a1f'/>
<id>urn:sha1:2d33440272200cad20a5a4c58e5d8aa0dfad9a1f</id>
<content type='text'>
The wallet client no longer enables kaserver synchronization when a
srvtab is requested with -S.  Instead, it just extracts the DES key
from the keytab and writes it to a srvtab.  It no longer forces the
kvno of the srvtab to 0 (a Stanford-specific action) and instead
preserves the kvno from the key in the keytab.  This should now do the
right thing for sites that use a KDC that serves both Kerberos v4 and
Kerberos v5 from the same database.
</content>
</entry>
<entry>
<title>The wallet command-line client now reads the data for store from a</title>
<updated>2008-04-24T23:05:14+00:00</updated>
<author>
<name>Russ Allbery</name>
<email>rra@stanford.edu</email>
</author>
<published>2008-04-24T23:05:14+00:00</published>
<link rel='alternate' type='text/html' href='https://git.gnuabordo.com.br/debian/krb5-wallet.git/commit/?id=86bce23e53e6cc89ed5104b21a5fe33fab5a7a9f'/>
<id>urn:sha1:86bce23e53e6cc89ed5104b21a5fe33fab5a7a9f</id>
<content type='text'>
file (using -f) or from standard input (if -f wasn't given) when the
data isn't specified on the command line.  The data still must not
contain nul characters.

</content>
</entry>
<entry>
<title>Fix the wallet client to use check instead of exists.</title>
<updated>2008-02-08T21:59:24+00:00</updated>
<author>
<name>Russ Allbery</name>
<email>rra@stanford.edu</email>
</author>
<published>2008-02-08T21:59:24+00:00</published>
<link rel='alternate' type='text/html' href='https://git.gnuabordo.com.br/debian/krb5-wallet.git/commit/?id=da92a0d5e259a126095e120c7938c6e3be27618c'/>
<id>urn:sha1:da92a0d5e259a126095e120c7938c6e3be27618c</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Add new exists and autocreate wallet server interfaces.  The first</title>
<updated>2008-02-07T23:33:23+00:00</updated>
<author>
<name>Russ Allbery</name>
<email>rra@stanford.edu</email>
</author>
<published>2008-02-07T23:33:23+00:00</published>
<link rel='alternate' type='text/html' href='https://git.gnuabordo.com.br/debian/krb5-wallet.git/commit/?id=f0bde61f5ecfc6a58a2c0ec0ccadbdd1332b64f8'/>
<id>urn:sha1:f0bde61f5ecfc6a58a2c0ec0ccadbdd1332b64f8</id>
<content type='text'>
states whether a given object exists and the second attempts to create
the object using the default owner rules.  Remove default owner
handling from the create interface, which is now for administrators
only.  Remove server-side auto-creation of objects on get or store and
instead have the client check for object existence and call autocreate
if necessary.  This removes confusion between default ACLs and
administrative object creation for users who are also on the ADMIN
ACL.

</content>
</entry>
<entry>
<title>Add a new autocreate API call that tries to create an object using the</title>
<updated>2008-02-07T06:37:11+00:00</updated>
<author>
<name>Russ Allbery</name>
<email>rra@stanford.edu</email>
</author>
<published>2008-02-07T06:37:11+00:00</published>
<link rel='alternate' type='text/html' href='https://git.gnuabordo.com.br/debian/krb5-wallet.git/commit/?id=45823559a1e64d6c8151a984fcd9c79bbdb57171'/>
<id>urn:sha1:45823559a1e64d6c8151a984fcd9c79bbdb57171</id>
<content type='text'>
default ACLs.  Remove autocreation support from create, which now
requires that one be on the ADMIN ACL, and from get and store.  The
wallet client will soon know how to do the right thing.

</content>
</entry>
<entry>
<title>Add a check command to the wallet server to determine whether an object</title>
<updated>2008-02-07T01:44:28+00:00</updated>
<author>
<name>Russ Allbery</name>
<email>rra@stanford.edu</email>
</author>
<published>2008-02-07T01:44:28+00:00</published>
<link rel='alternate' type='text/html' href='https://git.gnuabordo.com.br/debian/krb5-wallet.git/commit/?id=428c88bb0a08ba2eb06c7f5181f7cbee2f7ee398'/>
<id>urn:sha1:428c88bb0a08ba2eb06c7f5181f7cbee2f7ee398</id>
<content type='text'>
already exists.

</content>
</entry>
</feed>
