<feed xmlns='http://www.w3.org/2005/Atom'>
<title>krb5.git/src/admin/edit/kdb5_edit.c, branch proxymech</title>
<subtitle>MIT Kerberos patches</subtitle>
<link rel='alternate' type='text/html' href='https://fedorapeople.org/cgit/simo/public_git/krb5.git/'/>
<entry>
<title>Removing programs which are now in the new OV admin system</title>
<updated>1996-08-24T00:46:52+00:00</updated>
<author>
<name>Ezra Peisach</name>
<email>epeisach@mit.edu</email>
</author>
<published>1996-08-24T00:46:52+00:00</published>
<link rel='alternate' type='text/html' href='https://fedorapeople.org/cgit/simo/public_git/krb5.git/commit/?id=73700efbb5968d21b92f7dafa153e79a10094ccb'/>
<id>73700efbb5968d21b92f7dafa153e79a10094ccb</id>
<content type='text'>
git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@8980 dc483132-0cff-0310-8789-dd5450dbe970
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@8980 dc483132-0cff-0310-8789-dd5450dbe970
</pre>
</div>
</content>
</entry>
<entry>
<title>this commit includes all the changes on the OV_9510_INTEGRATION and</title>
<updated>1996-07-22T20:49:46+00:00</updated>
<author>
<name>Marc Horowitz</name>
<email>marc@mit.edu</email>
</author>
<published>1996-07-22T20:49:46+00:00</published>
<link rel='alternate' type='text/html' href='https://fedorapeople.org/cgit/simo/public_git/krb5.git/commit/?id=edf8b4d8a6a665c2aa150993cd813ea6c5cf12e1'/>
<id>edf8b4d8a6a665c2aa150993cd813ea6c5cf12e1</id>
<content type='text'>
OV_MERGE branches.  This includes, but is not limited to, the new openvision
admin system, and major changes to gssapi to add functionality, and bring
the implementation in line with rfc1964.  before committing, the
code was built and tested for netbsd and solaris.

git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@8774 dc483132-0cff-0310-8789-dd5450dbe970
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
OV_MERGE branches.  This includes, but is not limited to, the new openvision
admin system, and major changes to gssapi to add functionality, and bring
the implementation in line with rfc1964.  before committing, the
code was built and tested for netbsd and solaris.

git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@8774 dc483132-0cff-0310-8789-dd5450dbe970
</pre>
</div>
</content>
</entry>
<entry>
<title>	* kdb5_edit.c (extract_v4_srvtab): Use the matching key_data's kvno;</title>
<updated>1996-04-11T23:37:15+00:00</updated>
<author>
<name>Richard Basch</name>
<email>probe@mit.edu</email>
</author>
<published>1996-04-11T23:37:15+00:00</published>
<link rel='alternate' type='text/html' href='https://fedorapeople.org/cgit/simo/public_git/krb5.git/commit/?id=456af9241e79a7eb0fa514c2d346f1899495c332'/>
<id>456af9241e79a7eb0fa514c2d346f1899495c332</id>
<content type='text'>
	don't assume that key_data[0]'s kvno is necessarily the matching
	key_data's kvno.

git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@7792 dc483132-0cff-0310-8789-dd5450dbe970
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
	don't assume that key_data[0]'s kvno is necessarily the matching
	key_data's kvno.

git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@7792 dc483132-0cff-0310-8789-dd5450dbe970
</pre>
</div>
</content>
</entry>
<entry>
<title>V4 srvtab extraction did not do proper principal translation</title>
<updated>1996-04-11T00:39:27+00:00</updated>
<author>
<name>Richard Basch</name>
<email>probe@mit.edu</email>
</author>
<published>1996-04-11T00:39:27+00:00</published>
<link rel='alternate' type='text/html' href='https://fedorapeople.org/cgit/simo/public_git/krb5.git/commit/?id=396b16dddf3e64a992d55ca38e47fa8d5880bf74'/>
<id>396b16dddf3e64a992d55ca38e47fa8d5880bf74</id>
<content type='text'>
git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@7788 dc483132-0cff-0310-8789-dd5450dbe970
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@7788 dc483132-0cff-0310-8789-dd5450dbe970
</pre>
</div>
</content>
</entry>
<entry>
<title>* kdb5_edit.c (extract_v4_srvtab): do not test to make sure we</title>
<updated>1996-03-20T01:01:24+00:00</updated>
<author>
<name>Richard Basch</name>
<email>probe@mit.edu</email>
</author>
<published>1996-03-20T01:01:24+00:00</published>
<link rel='alternate' type='text/html' href='https://fedorapeople.org/cgit/simo/public_git/krb5.git/commit/?id=fc7abcb941d11df8d5447264bc4440a1255fcefb'/>
<id>fc7abcb941d11df8d5447264bc4440a1255fcefb</id>
<content type='text'>
fetched a key of enctype 1 (des-cbc-crc), since we may have gotten
another des key from the database, which is just as useful in a
v4 srvtab

* dumpv4.c (dump_v4_iterator): use krb5_524_conv_principal to do the
v5 to v4 principal translation, instead of having yet another
hard-coded table.

git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@7668 dc483132-0cff-0310-8789-dd5450dbe970
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
fetched a key of enctype 1 (des-cbc-crc), since we may have gotten
another des key from the database, which is just as useful in a
v4 srvtab

* dumpv4.c (dump_v4_iterator): use krb5_524_conv_principal to do the
v5 to v4 principal translation, instead of having yet another
hard-coded table.

git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@7668 dc483132-0cff-0310-8789-dd5450dbe970
</pre>
</div>
</content>
</entry>
<entry>
<title>	* kdb5_edit.c: new command line option -f stashfile.</title>
<updated>1996-03-05T07:33:42+00:00</updated>
<author>
<name>Mark Eichin</name>
<email>eichin@mit.edu</email>
</author>
<published>1996-03-05T07:33:42+00:00</published>
<link rel='alternate' type='text/html' href='https://fedorapeople.org/cgit/simo/public_git/krb5.git/commit/?id=d2d51aee1fe75c42a04c285e493e87a756364262'/>
<id>d2d51aee1fe75c42a04c285e493e87a756364262</id>
<content type='text'>
	* kdb5_edit.M: document stashfile option.

(also fixed some indentation, diff -w shows no difference.)

git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@7593 dc483132-0cff-0310-8789-dd5450dbe970
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
	* kdb5_edit.M: document stashfile option.

(also fixed some indentation, diff -w shows no difference.)

git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@7593 dc483132-0cff-0310-8789-dd5450dbe970
</pre>
</div>
</content>
</entry>
<entry>
<title>	* kdb5_edit.c (kdb5_edit_Init): set manual_mkey for testing with -P</title>
<updated>1996-02-23T23:44:44+00:00</updated>
<author>
<name>Mark Eichin</name>
<email>eichin@mit.edu</email>
</author>
<published>1996-02-23T23:44:44+00:00</published>
<link rel='alternate' type='text/html' href='https://fedorapeople.org/cgit/simo/public_git/krb5.git/commit/?id=cc989d3541404487c0bf146926ffac8f616dacda'/>
<id>cc989d3541404487c0bf146926ffac8f616dacda</id>
<content type='text'>
git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@7504 dc483132-0cff-0310-8789-dd5450dbe970
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@7504 dc483132-0cff-0310-8789-dd5450dbe970
</pre>
</div>
</content>
</entry>
<entry>
<title>        * kdb5_edit.c (enter_master_key, set_dbname_help): If master key</title>
<updated>1996-02-14T14:55:34+00:00</updated>
<author>
<name>Ezra Peisach</name>
<email>epeisach@mit.edu</email>
</author>
<published>1996-02-14T14:55:34+00:00</published>
<link rel='alternate' type='text/html' href='https://fedorapeople.org/cgit/simo/public_git/krb5.git/commit/?id=37573cd7a4478474a1c1acb98beeac665c73885c'/>
<id>37573cd7a4478474a1c1acb98beeac665c73885c</id>
<content type='text'>
                enctype is unknown, set to DEFAULT_KDC_ENCTYPE.

git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@7478 dc483132-0cff-0310-8789-dd5450dbe970
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
                enctype is unknown, set to DEFAULT_KDC_ENCTYPE.

git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@7478 dc483132-0cff-0310-8789-dd5450dbe970
</pre>
</div>
</content>
</entry>
<entry>
<title>	* kdb5_edit.c (extract_v4_srvtab): krb5_dbekd_decrypt_key_data</title>
<updated>1996-02-13T21:11:40+00:00</updated>
<author>
<name>Ezra Peisach</name>
<email>epeisach@mit.edu</email>
</author>
<published>1996-02-13T21:11:40+00:00</published>
<link rel='alternate' type='text/html' href='https://fedorapeople.org/cgit/simo/public_git/krb5.git/commit/?id=b96e131d9fcb3e78a1c18a863a06675d95328670'/>
<id>b96e131d9fcb3e78a1c18a863a06675d95328670</id>
<content type='text'>
		takes krb5_key_data *, not **.


Prototype warnings realy do mean potential errors.

git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@7476 dc483132-0cff-0310-8789-dd5450dbe970
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
		takes krb5_key_data *, not **.


Prototype warnings realy do mean potential errors.

git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@7476 dc483132-0cff-0310-8789-dd5450dbe970
</pre>
</div>
</content>
</entry>
<entry>
<title>Fixed extraction of keytabs to extract all keys</title>
<updated>1996-01-26T05:19:21+00:00</updated>
<author>
<name>Sam Hartman</name>
<email>hartmans@mit.edu</email>
</author>
<published>1996-01-26T05:19:21+00:00</published>
<link rel='alternate' type='text/html' href='https://fedorapeople.org/cgit/simo/public_git/krb5.git/commit/?id=6afd6c728c7ec18793a4a6f9be4e3032c0c3c797'/>
<id>6afd6c728c7ec18793a4a6f9be4e3032c0c3c797</id>
<content type='text'>
not just the first one.
Fixed v4 extraction to find the v4 key.

git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@7387 dc483132-0cff-0310-8789-dd5450dbe970
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
not just the first one.
Fixed v4 extraction to find the v4 key.

git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@7387 dc483132-0cff-0310-8789-dd5450dbe970
</pre>
</div>
</content>
</entry>
</feed>
