<feed xmlns='http://www.w3.org/2005/Atom'>
<title>krb5-wallet.git/client/krb5.c, branch debian/1.2-1</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.2-1</id>
<link rel='self' href='https://git.gnuabordo.com.br/debian/krb5-wallet.git/atom?h=debian%2F1.2-1'/>
<link rel='alternate' type='text/html' href='https://git.gnuabordo.com.br/debian/krb5-wallet.git/'/>
<updated>2014-04-13T23:37:25+00:00</updated>
<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/debian/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>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/debian/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>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>Correctly include portable/krb5.h in wallet/krb5.c</title>
<updated>2010-03-08T18:44:07+00:00</updated>
<author>
<name>Russ Allbery</name>
<email>rra@stanford.edu</email>
</author>
<published>2010-03-08T18:44:07+00:00</published>
<link rel='alternate' type='text/html' href='https://git.gnuabordo.com.br/debian/krb5-wallet.git/commit/?id=49f5f195b1615538180055f84f555b62b978fcdf'/>
<id>urn:sha1:49f5f195b1615538180055f84f555b62b978fcdf</id>
<content type='text'>
We got lucky since client/internal.h includes this anyway, but include
the portability layer properly.
</content>
</entry>
<entry>
<title>Update util code and import Kerberos portability glue</title>
<updated>2010-02-10T00:00:04+00:00</updated>
<author>
<name>Russ Allbery</name>
<email>rra@stanford.edu</email>
</author>
<published>2010-02-10T00:00:04+00:00</published>
<link rel='alternate' type='text/html' href='https://git.gnuabordo.com.br/debian/krb5-wallet.git/commit/?id=d05f66dbff10b525d37f60ee01d5b9f94bf5192e'/>
<id>urn:sha1:d05f66dbff10b525d37f60ee01d5b9f94bf5192e</id>
<content type='text'>
Use the Kerberos portability layer from rra-c-util 3.0 and avoid
Kerberos API calls deprecated on Heimdal.  Break util/util.h into
separate header files and update all source files accordingly.

The test suite is not yet updated.  That will come in subsequent
commits.
</content>
</entry>
<entry>
<title>Use a temporary disk cache in the wallet client instead of memory</title>
<updated>2010-02-09T22:00:35+00:00</updated>
<author>
<name>Russ Allbery</name>
<email>rra@stanford.edu</email>
</author>
<published>2010-02-09T22:00:35+00:00</published>
<link rel='alternate' type='text/html' href='https://git.gnuabordo.com.br/debian/krb5-wallet.git/commit/?id=3b7b000d2d2423a578c0ddfa63773764417aec9e'/>
<id>urn:sha1:3b7b000d2d2423a578c0ddfa63773764417aec9e</id>
<content type='text'>
The wallet client now uses a temporary disk ticket cache when
obtaining tickets with the -u option rather than an in-memory cache,
allowing for a libremctl built against a different Kerberos
implementation than the wallet client.  This primarily helps with
testing.
</content>
</entry>
<entry>
<title>Remove Subversion Id strings</title>
<updated>2009-06-09T21:39:39+00:00</updated>
<author>
<name>Russ Allbery</name>
<email>rra@stanford.edu</email>
</author>
<published>2009-06-09T21:39:39+00:00</published>
<link rel='alternate' type='text/html' href='https://git.gnuabordo.com.br/debian/krb5-wallet.git/commit/?id=574a9c0456c182831b3d01a4d7ee0c737b91b107'/>
<id>urn:sha1:574a9c0456c182831b3d01a4d7ee0c737b91b107</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Major coding style cleanup.  Updated all shared code from my other</title>
<updated>2008-04-24T02:02:49+00:00</updated>
<author>
<name>Russ Allbery</name>
<email>rra@stanford.edu</email>
</author>
<published>2008-04-24T02:02:49+00:00</published>
<link rel='alternate' type='text/html' href='https://git.gnuabordo.com.br/debian/krb5-wallet.git/commit/?id=92ff7f21ad0b167f8d742a9d7b5f93704a57619c'/>
<id>urn:sha1:92ff7f21ad0b167f8d742a9d7b5f93704a57619c</id>
<content type='text'>
projects.

The configure option requesting AFS kaserver support (and thus
building kasetkey) is now --with-kaserver instead of --with-afs.

If KRB5_CONFIG was explicitly set in the environment, don't use a
different krb5-config based on --with-krb4 or --with-krb5.  If
krb5-config isn't executable, don't use it.  This allows one to
force library probing by setting KRB5_CONFIG to point to a
nonexistent file.

Sanity-check the results of krb5-config before proceeding and error
out in configure if they don't work.

Stop setting Stanford-specific compile-time defaults for the wallet
server and port.

</content>
</entry>
<entry>
<title>The wallet client now supports a -u option, saying to obtain Kerberos</title>
<updated>2008-01-19T01:20:38+00:00</updated>
<author>
<name>Russ Allbery</name>
<email>rra@stanford.edu</email>
</author>
<published>2008-01-19T01:20:38+00:00</published>
<link rel='alternate' type='text/html' href='https://git.gnuabordo.com.br/debian/krb5-wallet.git/commit/?id=cf71c7dac06561b14c8be3383fdb2ca4f3a318d9'/>
<id>urn:sha1:cf71c7dac06561b14c8be3383fdb2ca4f3a318d9</id>
<content type='text'>
credentials for the given user and use those for authentication rather
than using an existing ticket cache.

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