<feed xmlns='http://www.w3.org/2005/Atom'>
<title>krb5.git/src/kadmin/v5server/admin.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>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>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, passwd.c, srv_key.c, srv_main.c :</title>
<updated>1995-09-06T19:03:08+00:00</updated>
<author>
<name>Chris Provenzano</name>
<email>proven@mit.edu</email>
</author>
<published>1995-09-06T19:03:08+00:00</published>
<link rel='alternate' type='text/html' href='https://fedorapeople.org/cgit/simo/public_git/krb5.git/commit/?id=d5a7ab2e94f063aaec8093975f70ae031c6242f9'/>
<id>d5a7ab2e94f063aaec8093975f70ae031c6242f9</id>
<content type='text'>
		s/keytype/enctype/g, s/KEYTYPE/ENCTYPE/g

git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@6706 dc483132-0cff-0310-8789-dd5450dbe970
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
		s/keytype/enctype/g, s/KEYTYPE/ENCTYPE/g

git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@6706 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>Provide object for ACL decision</title>
<updated>1995-08-31T20:11:27+00:00</updated>
<author>
<name>Paul Park</name>
<email>pjpark@mit.edu</email>
</author>
<published>1995-08-31T20:11:27+00:00</published>
<link rel='alternate' type='text/html' href='https://fedorapeople.org/cgit/simo/public_git/krb5.git/commit/?id=f78607774771d23ae84b5528d488099e9ec36e6f'/>
<id>f78607774771d23ae84b5528d488099e9ec36e6f</id>
<content type='text'>
git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@6643 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@6643 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>First pass at kdb5 change-password code.  Fix memory leaks</title>
<updated>1995-08-09T21:24:45+00:00</updated>
<author>
<name>Paul Park</name>
<email>pjpark@mit.edu</email>
</author>
<published>1995-08-09T21:24:45+00:00</published>
<link rel='alternate' type='text/html' href='https://fedorapeople.org/cgit/simo/public_git/krb5.git/commit/?id=f45a85530e0e807b33f9b01a7f835bf428df9447'/>
<id>f45a85530e0e807b33f9b01a7f835bf428df9447</id>
<content type='text'>
git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@6486 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@6486 dc483132-0cff-0310-8789-dd5450dbe970
</pre>
</div>
</content>
</entry>
<entry>
<title>Fix key merging logic and allow multiple key/salt strings to be parsed</title>
<updated>1995-08-08T22:02:01+00:00</updated>
<author>
<name>Paul Park</name>
<email>pjpark@mit.edu</email>
</author>
<published>1995-08-08T22:02:01+00:00</published>
<link rel='alternate' type='text/html' href='https://fedorapeople.org/cgit/simo/public_git/krb5.git/commit/?id=f099e506f2a35b556166e2282be98401e3e402a5'/>
<id>f099e506f2a35b556166e2282be98401e3e402a5</id>
<content type='text'>
git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@6465 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@6465 dc483132-0cff-0310-8789-dd5450dbe970
</pre>
</div>
</content>
</entry>
<entry>
<title>Fix key list merging so that kvno is generated correctly</title>
<updated>1995-08-07T21:43:22+00:00</updated>
<author>
<name>Paul Park</name>
<email>pjpark@mit.edu</email>
</author>
<published>1995-08-07T21:43:22+00:00</published>
<link rel='alternate' type='text/html' href='https://fedorapeople.org/cgit/simo/public_git/krb5.git/commit/?id=d7f7e499c64eed24e48ab2cf41bc623d00e815c4'/>
<id>d7f7e499c64eed24e48ab2cf41bc623d00e815c4</id>
<content type='text'>
git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@6439 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@6439 dc483132-0cff-0310-8789-dd5450dbe970
</pre>
</div>
</content>
</entry>
</feed>
