<feed xmlns='http://www.w3.org/2005/Atom'>
<title>krb5.git/src/admin/edit/kdb5_edit.h, 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>Move declaration of std_ks_tuple from kdb5_edit.h to cpw.c (extern part)</title>
<updated>1995-10-05T14:41:09+00:00</updated>
<author>
<name>Ezra Peisach</name>
<email>epeisach@mit.edu</email>
</author>
<published>1995-10-05T14:41:09+00:00</published>
<link rel='alternate' type='text/html' href='https://fedorapeople.org/cgit/simo/public_git/krb5.git/commit/?id=23965f301f89ecb473c2b5c5e36cbc0a090a0309'/>
<id>23965f301f89ecb473c2b5c5e36cbc0a090a0309</id>
<content type='text'>
as  not all sources include adm.h for the necessary structures.

git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@6926 dc483132-0cff-0310-8789-dd5450dbe970
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
as  not all sources include adm.h for the necessary structures.

git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@6926 dc483132-0cff-0310-8789-dd5450dbe970
</pre>
</div>
</content>
</entry>
<entry>
<title>Use the kdc.conf file to determine the default list of keysalt tuples</title>
<updated>1995-10-04T03:12:32+00:00</updated>
<author>
<name>Theodore Tso</name>
<email>tytso@mit.edu</email>
</author>
<published>1995-10-04T03:12:32+00:00</published>
<link rel='alternate' type='text/html' href='https://fedorapeople.org/cgit/simo/public_git/krb5.git/commit/?id=c295ac7d7ddada9653e503432f63d51164a62601'/>
<id>c295ac7d7ddada9653e503432f63d51164a62601</id>
<content type='text'>
to be used.  This is stored in std_ks_tuple, and is used by cpw.c for
random keys and when a list of keysalts is not specified.

git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@6925 dc483132-0cff-0310-8789-dd5450dbe970
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
to be used.  This is stored in std_ks_tuple, and is used by cpw.c for
random keys and when a list of keysalts is not specified.

git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@6925 dc483132-0cff-0310-8789-dd5450dbe970
</pre>
</div>
</content>
</entry>
<entry>
<title>Add support for -s scriptfile and fix gcc -Wall complaints</title>
<updated>1995-08-15T18:25:04+00:00</updated>
<author>
<name>Paul Park</name>
<email>pjpark@mit.edu</email>
</author>
<published>1995-08-15T18:25:04+00:00</published>
<link rel='alternate' type='text/html' href='https://fedorapeople.org/cgit/simo/public_git/krb5.git/commit/?id=0856d376d5ea663aef7df59ef0d560e452566eb0'/>
<id>0856d376d5ea663aef7df59ef0d560e452566eb0</id>
<content type='text'>
git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@6521 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@6521 dc483132-0cff-0310-8789-dd5450dbe970
</pre>
</div>
</content>
</entry>
<entry>
<title>	* cpw.c : Uses new kdb change password routines for ank, ark, cpw,</title>
<updated>1995-08-07T15:47:07+00:00</updated>
<author>
<name>Chris Provenzano</name>
<email>proven@mit.edu</email>
</author>
<published>1995-08-07T15:47:07+00:00</published>
<link rel='alternate' type='text/html' href='https://fedorapeople.org/cgit/simo/public_git/krb5.git/commit/?id=1bd4a80305b98777efe3120234e05cce4cda7913'/>
<id>1bd4a80305b98777efe3120234e05cce4cda7913</id>
<content type='text'>
		and crk. Also remove v4 variants of ank and cpw.
	* krb5_edit.c : Deleted old variants of routines now in cpw.c
	* kdb5_ed_ct.ct, kdb5_edit.M, tcl_wrapper.c:
		Removed references to v4 variants of ank and cpw.
	* kdb5_edit.h (enter_pwd_key()) : Removed proto, it's nolonger
		necessary as it's a static routine in cpw.c

git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@6428 dc483132-0cff-0310-8789-dd5450dbe970
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
		and crk. Also remove v4 variants of ank and cpw.
	* krb5_edit.c : Deleted old variants of routines now in cpw.c
	* kdb5_ed_ct.ct, kdb5_edit.M, tcl_wrapper.c:
		Removed references to v4 variants of ank and cpw.
	* kdb5_edit.h (enter_pwd_key()) : Removed proto, it's nolonger
		necessary as it's a static routine in cpw.c

git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@6428 dc483132-0cff-0310-8789-dd5450dbe970
</pre>
</div>
</content>
</entry>
<entry>
<title>Use new kdb format</title>
<updated>1995-07-27T08:44:42+00:00</updated>
<author>
<name>Chris Provenzano</name>
<email>proven@mit.edu</email>
</author>
<published>1995-07-27T08:44:42+00:00</published>
<link rel='alternate' type='text/html' href='https://fedorapeople.org/cgit/simo/public_git/krb5.git/commit/?id=17a888de38b276e6fc5ed4420bced0465510ee19'/>
<id>17a888de38b276e6fc5ed4420bced0465510ee19</id>
<content type='text'>
git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@6329 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@6329 dc483132-0cff-0310-8789-dd5450dbe970
</pre>
</div>
</content>
</entry>
<entry>
<title>	* Removed all narrow types and references to wide.h and narrow.h</title>
<updated>1995-01-25T22:29:07+00:00</updated>
<author>
<name>Chris Provenzano</name>
<email>proven@mit.edu</email>
</author>
<published>1995-01-25T22:29:07+00:00</published>
<link rel='alternate' type='text/html' href='https://fedorapeople.org/cgit/simo/public_git/krb5.git/commit/?id=fbdb946cfc00a2a8ee0e6f8205c5fe8a998963ab'/>
<id>fbdb946cfc00a2a8ee0e6f8205c5fe8a998963ab</id>
<content type='text'>
git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@4837 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@4837 dc483132-0cff-0310-8789-dd5450dbe970
</pre>
</div>
</content>
</entry>
<entry>
<title>Removed all references to DECLARG and OLDDECLARG.</title>
<updated>1995-01-13T21:47:20+00:00</updated>
<author>
<name>Chris Provenzano</name>
<email>proven@mit.edu</email>
</author>
<published>1995-01-13T21:47:20+00:00</published>
<link rel='alternate' type='text/html' href='https://fedorapeople.org/cgit/simo/public_git/krb5.git/commit/?id=f33a07721c4afce077c8abcace13e34e29e04af4'/>
<id>f33a07721c4afce077c8abcace13e34e29e04af4</id>
<content type='text'>
Added krb5_context to all krb5_routines throughout the tree.

git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@4813 dc483132-0cff-0310-8789-dd5450dbe970
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Added krb5_context to all krb5_routines throughout the tree.

git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@4813 dc483132-0cff-0310-8789-dd5450dbe970
</pre>
</div>
</content>
</entry>
<entry>
<title>stamp out rcs keywords</title>
<updated>1994-08-18T20:56:02+00:00</updated>
<author>
<name>Mark Eichin</name>
<email>eichin@mit.edu</email>
</author>
<published>1994-08-18T20:56:02+00:00</published>
<link rel='alternate' type='text/html' href='https://fedorapeople.org/cgit/simo/public_git/krb5.git/commit/?id=7713b303819b11539a8a701e1b8c89f4999b9213'/>
<id>7713b303819b11539a8a701e1b8c89f4999b9213</id>
<content type='text'>
git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@4187 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@4187 dc483132-0cff-0310-8789-dd5450dbe970
</pre>
</div>
</content>
</entry>
<entry>
<title>tcl support</title>
<updated>1994-06-09T15:34:12+00:00</updated>
<author>
<name>Tom Yu</name>
<email>tlyu@mit.edu</email>
</author>
<published>1994-06-09T15:34:12+00:00</published>
<link rel='alternate' type='text/html' href='https://fedorapeople.org/cgit/simo/public_git/krb5.git/commit/?id=c91f742ed3a53afc86cd81f68da9cd3826e01acf'/>
<id>c91f742ed3a53afc86cd81f68da9cd3826e01acf</id>
<content type='text'>
git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@3687 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@3687 dc483132-0cff-0310-8789-dd5450dbe970
</pre>
</div>
</content>
</entry>
</feed>
