<feed xmlns='http://www.w3.org/2005/Atom'>
<title>krb5-wallet.git/client/srvtab.c, branch debian/0.9-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%2F0.9-1</id>
<link rel='self' href='https://git.gnuabordo.com.br/debian/krb5-wallet.git/atom?h=debian%2F0.9-1'/>
<link rel='alternate' type='text/html' href='https://git.gnuabordo.com.br/debian/krb5-wallet.git/'/>
<updated>2008-04-24T02:02:49+00:00</updated>
<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 can now get the server, port, principal, and remctl</title>
<updated>2008-01-05T00:01:54+00:00</updated>
<author>
<name>Russ Allbery</name>
<email>rra@stanford.edu</email>
</author>
<published>2008-01-05T00:01:54+00:00</published>
<link rel='alternate' type='text/html' href='https://git.gnuabordo.com.br/debian/krb5-wallet.git/commit/?id=b10beb347238b153af8aa544fb276485b34e970e'/>
<id>urn:sha1:b10beb347238b153af8aa544fb276485b34e970e</id>
<content type='text'>
type from krb5.conf as well as from compile-time defaults and
command-line options.

</content>
</entry>
<entry>
<title>Add comprehensive license information in LICENSE and update the copyright</title>
<updated>2007-10-05T21:59:05+00:00</updated>
<author>
<name>Russ Allbery</name>
<email>rra@stanford.edu</email>
</author>
<published>2007-10-05T21:59:05+00:00</published>
<link rel='alternate' type='text/html' href='https://git.gnuabordo.com.br/debian/krb5-wallet.git/commit/?id=500b0dfb2ec5a9cb561f6095f169275dee98e054'/>
<id>urn:sha1:500b0dfb2ec5a9cb561f6095f169275dee98e054</id>
<content type='text'>
and license statements in all files.  Make sure that some files that were
missing copyright information now have them.  Reference LICENSE rather
than README in all notices.

</content>
</entry>
<entry>
<title>Pull keytab handling in the client into a separate file for later</title>
<updated>2007-10-05T01:24:06+00:00</updated>
<author>
<name>Russ Allbery</name>
<email>rra@stanford.edu</email>
</author>
<published>2007-10-05T01:24:06+00:00</published>
<link rel='alternate' type='text/html' href='https://git.gnuabordo.com.br/debian/krb5-wallet.git/commit/?id=fe56c09a7feeb2d1c9cd699fda07e145c4c354a2'/>
<id>urn:sha1:fe56c09a7feeb2d1c9cd699fda07e145c4c354a2</id>
<content type='text'>
expansion.  Use the fine-grained remctl API instead of the simple one
since in some cases we'll be running multiple commands.

</content>
</entry>
<entry>
<title>Pull the file writing code for the wallet client into a separate file</title>
<updated>2007-10-05T00:16:26+00:00</updated>
<author>
<name>Russ Allbery</name>
<email>rra@stanford.edu</email>
</author>
<published>2007-10-05T00:16:26+00:00</published>
<link rel='alternate' type='text/html' href='https://git.gnuabordo.com.br/debian/krb5-wallet.git/commit/?id=dbe948ca3ebdad97f4f2096f6074623fc2a8e3c8'/>
<id>urn:sha1:dbe948ca3ebdad97f4f2096f6074623fc2a8e3c8</id>
<content type='text'>
so that the srvtab and keytab management can share it.  Write atomically
to a new file and then link and rename to do an atomic update.  Leave a
backup copy of any file that's replaced.

</content>
</entry>
<entry>
<title>Use die, warn, and xmalloc, now that we have them.</title>
<updated>2007-10-04T23:40:35+00:00</updated>
<author>
<name>Russ Allbery</name>
<email>rra@stanford.edu</email>
</author>
<published>2007-10-04T23:40:35+00:00</published>
<link rel='alternate' type='text/html' href='https://git.gnuabordo.com.br/debian/krb5-wallet.git/commit/?id=a78a2615ae535839700b48d200a097c1c62021be'/>
<id>urn:sha1:a78a2615ae535839700b48d200a097c1c62021be</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Initial cut at srvtab support in the wallet client.  This still requires</title>
<updated>2007-09-27T03:22:46+00:00</updated>
<author>
<name>Russ Allbery</name>
<email>rra@stanford.edu</email>
</author>
<published>2007-09-27T03:22:46+00:00</published>
<link rel='alternate' type='text/html' href='https://git.gnuabordo.com.br/debian/krb5-wallet.git/commit/?id=e0f6e1222ede4a7545ca995a8aacaae0b591cb9c'/>
<id>urn:sha1:e0f6e1222ede4a7545ca995a8aacaae0b591cb9c</id>
<content type='text'>
additional work and cleanup, particularly support for the sync attribute.

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