<feed xmlns='http://www.w3.org/2005/Atom'>
<title>krb5.git/src/kadmin/v5server/kadm5_defs.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>Remove the old kadmin server</title>
<updated>1996-07-26T04:44:48+00:00</updated>
<author>
<name>Theodore Tso</name>
<email>tytso@mit.edu</email>
</author>
<published>1996-07-26T04:44:48+00:00</published>
<link rel='alternate' type='text/html' href='https://fedorapeople.org/cgit/simo/public_git/krb5.git/commit/?id=595bff5c9b26f5933779e478ebf906eeb9a4e072'/>
<id>595bff5c9b26f5933779e478ebf906eeb9a4e072</id>
<content type='text'>
git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@8832 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@8832 dc483132-0cff-0310-8789-dd5450dbe970
</pre>
</div>
</content>
</entry>
<entry>
<title>Ken's acl and hangup fixes</title>
<updated>1996-04-09T22:43:21+00:00</updated>
<author>
<name>Mark Eichin</name>
<email>eichin@mit.edu</email>
</author>
<published>1996-04-09T22:43:21+00:00</published>
<link rel='alternate' type='text/html' href='https://fedorapeople.org/cgit/simo/public_git/krb5.git/commit/?id=be819eef159fbbf2982d6cc37def03d3ee87b8df'/>
<id>be819eef159fbbf2982d6cc37def03d3ee87b8df</id>
<content type='text'>
AFS3 salt support

git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@7764 dc483132-0cff-0310-8789-dd5450dbe970
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
AFS3 salt support

git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@7764 dc483132-0cff-0310-8789-dd5450dbe970
</pre>
</div>
</content>
</entry>
<entry>
<title>This is the aggregate of a bunch of fixes to kadmind (after all, some people</title>
<updated>1996-02-24T00:18:51+00:00</updated>
<author>
<name>Mark Eichin</name>
<email>eichin@mit.edu</email>
</author>
<published>1996-02-24T00:18:51+00:00</published>
<link rel='alternate' type='text/html' href='https://fedorapeople.org/cgit/simo/public_git/krb5.git/commit/?id=7f4d534cdac7f2c4d534ea0b7115d2fdc5f4df17'/>
<id>7f4d534cdac7f2c4d534ea0b7115d2fdc5f4df17</id>
<content type='text'>
actually use it.) Note that in admin.c, I shredded admin_add_modify and
admin_merge_dbentries, converting them to a goto-exception style, eliminating
the excessive nesting, so they were readable; having done so, admin_add_modify
turned out to be correct, and admin_merge_dbentries was "obviously" broken
in that it assigned random keys gratuitiously. Fixing this causes "modent"
to actually work, without destroying the key...

Wed Feb 21 21:26:50 1996  Mark Eichin  &lt;eichin@cygnus.com&gt;

	* srv_main.c (xprintf): handle VARARGS.

Sun Feb 18 00:08:02 1996  Mark W. Eichin  &lt;eichin@cygnus.com&gt;

	* admin.c (admin_merge_dbentries): rewrite for readability, and
	fix the year old bug of modify randomizing the password field.
	(admin_add_modify): rewrite for readability.

Fri Feb  9 20:11:50 1996  Mark Eichin  &lt;eichin@cygnus.com&gt;

	* srv_net.c (net_init): gethostbyname doesn't use errno,
	compensate by using KRB5_ERR_BAD_HOSTNAME.

Tue Dec 12 19:14:51 1995  Mark Eichin  &lt;eichin@cygnus.com&gt;

	* admin.c (admin_merge_dbentries): new argument mod_only, to
	distinguish between add and modify.
	(admin_add_modify): new argument mod_only, to distinguish between
	add and modify (and pass through to admin_merge_dbentries.)
	(admin_add_principal, admin_modify_principal, admin_change_opwd,
	admin_change_orandpw): pass flag indicating modify or add.

Tue Sep 26 22:51:25 1995  Mark Eichin  &lt;eichin@cygnus.com&gt;

	* admin.c (admin_add_modify): copy, don't just assign, principals
	to avoid double-freeing. Zero out "contents" and mod_name fields
	after freeing, likewise. Free cur_dbentry and new_dbentry properly.

Tue Sep 26 02:56:41 1995  Mark Eichin  &lt;eichin@cygnus.com&gt;

	* srv_acl.c (acl_free_entries): jump the ae_next link *before*
	freeing the item so we don't lose it.

Tue Sep 26 02:28:35 1995  Mark Eichin  &lt;eichin@cygnus.com&gt;

	* admin.c (admin_merge_dbentries): copy who into dbentp-&gt;mod_name
	because callers will free it after successful use.

git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@7506 dc483132-0cff-0310-8789-dd5450dbe970
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
actually use it.) Note that in admin.c, I shredded admin_add_modify and
admin_merge_dbentries, converting them to a goto-exception style, eliminating
the excessive nesting, so they were readable; having done so, admin_add_modify
turned out to be correct, and admin_merge_dbentries was "obviously" broken
in that it assigned random keys gratuitiously. Fixing this causes "modent"
to actually work, without destroying the key...

Wed Feb 21 21:26:50 1996  Mark Eichin  &lt;eichin@cygnus.com&gt;

	* srv_main.c (xprintf): handle VARARGS.

Sun Feb 18 00:08:02 1996  Mark W. Eichin  &lt;eichin@cygnus.com&gt;

	* admin.c (admin_merge_dbentries): rewrite for readability, and
	fix the year old bug of modify randomizing the password field.
	(admin_add_modify): rewrite for readability.

Fri Feb  9 20:11:50 1996  Mark Eichin  &lt;eichin@cygnus.com&gt;

	* srv_net.c (net_init): gethostbyname doesn't use errno,
	compensate by using KRB5_ERR_BAD_HOSTNAME.

Tue Dec 12 19:14:51 1995  Mark Eichin  &lt;eichin@cygnus.com&gt;

	* admin.c (admin_merge_dbentries): new argument mod_only, to
	distinguish between add and modify.
	(admin_add_modify): new argument mod_only, to distinguish between
	add and modify (and pass through to admin_merge_dbentries.)
	(admin_add_principal, admin_modify_principal, admin_change_opwd,
	admin_change_orandpw): pass flag indicating modify or add.

Tue Sep 26 22:51:25 1995  Mark Eichin  &lt;eichin@cygnus.com&gt;

	* admin.c (admin_add_modify): copy, don't just assign, principals
	to avoid double-freeing. Zero out "contents" and mod_name fields
	after freeing, likewise. Free cur_dbentry and new_dbentry properly.

Tue Sep 26 02:56:41 1995  Mark Eichin  &lt;eichin@cygnus.com&gt;

	* srv_acl.c (acl_free_entries): jump the ae_next link *before*
	freeing the item so we don't lose it.

Tue Sep 26 02:28:35 1995  Mark Eichin  &lt;eichin@cygnus.com&gt;

	* admin.c (admin_merge_dbentries): copy who into dbentp-&gt;mod_name
	because callers will free it after successful use.

git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@7506 dc483132-0cff-0310-8789-dd5450dbe970
</pre>
</div>
</content>
</entry>
<entry>
<title>        * admin.c, kadm5_defs.h, srv_key.c, srv_main.c : Remove krb5_enctype</title>
<updated>1995-09-06T03:25:21+00:00</updated>
<author>
<name>Chris Provenzano</name>
<email>proven@mit.edu</email>
</author>
<published>1995-09-06T03:25:21+00:00</published>
<link rel='alternate' type='text/html' href='https://fedorapeople.org/cgit/simo/public_git/krb5.git/commit/?id=2845a4c95169a17bbd54a3234756354064087494'/>
<id>2845a4c95169a17bbd54a3234756354064087494</id>
<content type='text'>
		references, and replace with krb5_keytype where appropriate.

git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@6670 dc483132-0cff-0310-8789-dd5450dbe970
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
		references, and replace with krb5_keytype where appropriate.

git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@6670 dc483132-0cff-0310-8789-dd5450dbe970
</pre>
</div>
</content>
</entry>
<entry>
<title>Make access decision based on subject and object, not just subject</title>
<updated>1995-08-31T20:10:57+00:00</updated>
<author>
<name>Paul Park</name>
<email>pjpark@mit.edu</email>
</author>
<published>1995-08-31T20:10:57+00:00</published>
<link rel='alternate' type='text/html' href='https://fedorapeople.org/cgit/simo/public_git/krb5.git/commit/?id=fc03e8641fed5234446fba5d4f22283fb5af0c90'/>
<id>fc03e8641fed5234446fba5d4f22283fb5af0c90</id>
<content type='text'>
git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@6642 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@6642 dc483132-0cff-0310-8789-dd5450dbe970
</pre>
</div>
</content>
</entry>
<entry>
<title>Add routines to open and close the database</title>
<updated>1995-08-17T17:54:56+00:00</updated>
<author>
<name>Paul Park</name>
<email>pjpark@mit.edu</email>
</author>
<published>1995-08-17T17:54:56+00:00</published>
<link rel='alternate' type='text/html' href='https://fedorapeople.org/cgit/simo/public_git/krb5.git/commit/?id=5067669d48daed75e155874929629b8a67f5c92a'/>
<id>5067669d48daed75e155874929629b8a67f5c92a</id>
<content type='text'>
git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@6544 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@6544 dc483132-0cff-0310-8789-dd5450dbe970
</pre>
</div>
</content>
</entry>
<entry>
<title>Replace key_name_to_data() with krb5_dbe_find_keytype()</title>
<updated>1995-08-15T18:29:06+00:00</updated>
<author>
<name>Paul Park</name>
<email>pjpark@mit.edu</email>
</author>
<published>1995-08-15T18:29:06+00:00</published>
<link rel='alternate' type='text/html' href='https://fedorapeople.org/cgit/simo/public_git/krb5.git/commit/?id=af9554aa0031f7887fa6aba8a98ba1a586a9d3fc'/>
<id>af9554aa0031f7887fa6aba8a98ba1a586a9d3fc</id>
<content type='text'>
git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@6524 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@6524 dc483132-0cff-0310-8789-dd5450dbe970
</pre>
</div>
</content>
</entry>
<entry>
<title>Consolidate handling of tagged database attributes</title>
<updated>1995-08-10T18:54:45+00:00</updated>
<author>
<name>Paul Park</name>
<email>pjpark@mit.edu</email>
</author>
<published>1995-08-10T18:54:45+00:00</published>
<link rel='alternate' type='text/html' href='https://fedorapeople.org/cgit/simo/public_git/krb5.git/commit/?id=4e24e7e96f4d456ba7484b7c003c3a4526e1afd9'/>
<id>4e24e7e96f4d456ba7484b7c003c3a4526e1afd9</id>
<content type='text'>
git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@6500 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@6500 dc483132-0cff-0310-8789-dd5450dbe970
</pre>
</div>
</content>
</entry>
<entry>
<title>Add prototype for key_master_encblock()</title>
<updated>1995-08-09T21:26:53+00:00</updated>
<author>
<name>Paul Park</name>
<email>pjpark@mit.edu</email>
</author>
<published>1995-08-09T21:26:53+00:00</published>
<link rel='alternate' type='text/html' href='https://fedorapeople.org/cgit/simo/public_git/krb5.git/commit/?id=1fcb8f67227647107cc18ff6325d5b3c56831684'/>
<id>1fcb8f67227647107cc18ff6325d5b3c56831684</id>
<content type='text'>
git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@6491 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@6491 dc483132-0cff-0310-8789-dd5450dbe970
</pre>
</div>
</content>
</entry>
<entry>
<title>Update key handling prototypes and add new prototypes</title>
<updated>1995-08-04T20:36:33+00:00</updated>
<author>
<name>Paul Park</name>
<email>pjpark@mit.edu</email>
</author>
<published>1995-08-04T20:36:33+00:00</published>
<link rel='alternate' type='text/html' href='https://fedorapeople.org/cgit/simo/public_git/krb5.git/commit/?id=225e993690de31c5c0dedcc4d5a8deb57cc78cc1'/>
<id>225e993690de31c5c0dedcc4d5a8deb57cc78cc1</id>
<content type='text'>
git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@6419 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@6419 dc483132-0cff-0310-8789-dd5450dbe970
</pre>
</div>
</content>
</entry>
</feed>
