<feed xmlns='http://www.w3.org/2005/Atom'>
<title>krb5-wallet.git/server/keytab-backend, branch upstream/latest</title>
<subtitle>Unnamed repository; edit this file 'description' to name the repository.
</subtitle>
<id>https://git.gnuabordo.com.br/krb5-wallet.git/atom?h=upstream%2Flatest</id>
<link rel='self' href='https://git.gnuabordo.com.br/krb5-wallet.git/atom?h=upstream%2Flatest'/>
<link rel='alternate' type='text/html' href='https://git.gnuabordo.com.br/krb5-wallet.git/'/>
<updated>2016-01-23T23:21:55+00:00</updated>
<entry>
<title>Customize the path to Perl in the server scripts</title>
<updated>2016-01-23T23:21:55+00:00</updated>
<author>
<name>A. Karl Kornel</name>
<email>akkornel@stanford.edu</email>
</author>
<published>2016-01-23T07:36:04+00:00</published>
<link rel='alternate' type='text/html' href='https://git.gnuabordo.com.br/krb5-wallet.git/commit/?id=67d9e9a278171ea7cd0e9e2c5b754a50887d4752'/>
<id>urn:sha1:67d9e9a278171ea7cd0e9e2c5b754a50887d4752</id>
<content type='text'>
The server scripts now have a unique string where the Perl path should
be, and the Makefile uses sed to insert the correct path at build time
(using the path determined by configure).

The server scripts now have .in extensions, and setting the executable
flag is handled by the Makefile.

We also have to change autogen, because it looks for the scripts in
the server directory when it generates the man pages.
</content>
</entry>
<entry>
<title>Update Perl version declaration and warnings for server scripts</title>
<updated>2016-01-17T20:39:57+00:00</updated>
<author>
<name>Russ Allbery</name>
<email>eagle@eyrie.org</email>
</author>
<published>2016-01-17T20:39:57+00:00</published>
<link rel='alternate' type='text/html' href='https://git.gnuabordo.com.br/krb5-wallet.git/commit/?id=884297fc439a4c3eba2365cdb810214dfc4f5799'/>
<id>urn:sha1:884297fc439a4c3eba2365cdb810214dfc4f5799</id>
<content type='text'>
Add use 5.008 and use warnings uniformly to all of the server backend
scripts.
</content>
</entry>
<entry>
<title>Test for Perl strict and minimum version</title>
<updated>2014-07-12T05:39:23+00:00</updated>
<author>
<name>Russ Allbery</name>
<email>eagle@eyrie.org</email>
</author>
<published>2014-07-12T05:36:11+00:00</published>
<link rel='alternate' type='text/html' href='https://git.gnuabordo.com.br/krb5-wallet.git/commit/?id=1329e6db944a6fce5578b249de08a8250a920877'/>
<id>urn:sha1:1329e6db944a6fce5578b249de08a8250a920877</id>
<content type='text'>
Fix strictness issues across the whole code base, and ensure that
all Perl scripts enable warnings.  (Hopefully enabling warnings
won't cause problems for the server.)

Change-Id: I4dee49f7a6bcbeeee21d74bf61a1fd26514f832c
Reviewed-on: https://gerrit.stanford.edu/1532
Reviewed-by: Russ Allbery &lt;rra@stanford.edu&gt;
Tested-by: Russ Allbery &lt;rra@stanford.edu&gt;
</content>
</entry>
<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/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 additional stopwords for POD spelling tests</title>
<updated>2014-01-07T05:14:15+00:00</updated>
<author>
<name>Russ Allbery</name>
<email>eagle@eyrie.org</email>
</author>
<published>2014-01-07T05:11:08+00:00</published>
<link rel='alternate' type='text/html' href='https://git.gnuabordo.com.br/krb5-wallet.git/commit/?id=c93091479a8750773474573b3be9e627111b8e4a'/>
<id>urn:sha1:c93091479a8750773474573b3be9e627111b8e4a</id>
<content type='text'>
Change-Id: I7eefcb5eab2e35e8d45baa6e868f1f00867c6b62
Reviewed-on: https://gerrit.stanford.edu/1372
Reviewed-by: Russ Allbery &lt;rra@stanford.edu&gt;
Tested-by: Russ Allbery &lt;rra@stanford.edu&gt;
</content>
</entry>
<entry>
<title>Allow owners of objects to destroy them by default</title>
<updated>2013-03-27T19:52:58+00:00</updated>
<author>
<name>Russ Allbery</name>
<email>rra@stanford.edu</email>
</author>
<published>2013-03-27T19:51:46+00:00</published>
<link rel='alternate' type='text/html' href='https://git.gnuabordo.com.br/krb5-wallet.git/commit/?id=f6c63bdb2be5ccc0c6133bf87025d37805579005'/>
<id>urn:sha1:f6c63bdb2be5ccc0c6133bf87025d37805579005</id>
<content type='text'>
Owners of wallet objects are now allowed to destroy them.  In previous
versions, a special destroy ACL had to be set and the owner ACL wasn't
used for destroy actions, but operational experience at Stanford has
shown that letting owners destroy their own objects is a better model.

Change-Id: I0e97d7a000e62cf5321add7b44140db6edc6769f
Reviewed-on: https://gerrit.stanford.edu/973
Reviewed-by: Russ Allbery &lt;rra@stanford.edu&gt;
Tested-by: Russ Allbery &lt;rra@stanford.edu&gt;
</content>
</entry>
<entry>
<title>Add explicit license statements to all POD documentation</title>
<updated>2013-02-28T00:54:08+00:00</updated>
<author>
<name>Russ Allbery</name>
<email>rra@stanford.edu</email>
</author>
<published>2013-02-27T23:49:46+00:00</published>
<link rel='alternate' type='text/html' href='https://git.gnuabordo.com.br/krb5-wallet.git/commit/?id=1a4ec451eb04fabe9039fd9a13f63865f6b32e01'/>
<id>urn:sha1:1a4ec451eb04fabe9039fd9a13f63865f6b32e01</id>
<content type='text'>
For scripts, do this by moving the copyright and license statement
from the top of the script into the POD documentation.

Also try to uniformly put the SEE ALSO section last.

Change-Id: Id31a5c0d5e6f6831a689deec41a13d35bb40465a
Reviewed-on: https://gerrit.stanford.edu/850
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/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>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/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>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/krb5-wallet.git/commit/?id=574a9c0456c182831b3d01a4d7ee0c737b91b107'/>
<id>urn:sha1:574a9c0456c182831b3d01a4d7ee0c737b91b107</id>
<content type='text'>
</content>
</entry>
</feed>
