<feed xmlns='http://www.w3.org/2005/Atom'>
<title>krb5.git/src/kadmin/v5server/srv_net.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>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>srv_key.c: Globally change use of ENCTYPE_DES_CBC_MD5 to</title>
<updated>1995-09-07T21:55:29+00:00</updated>
<author>
<name>Theodore Tso</name>
<email>tytso@mit.edu</email>
</author>
<published>1995-09-07T21:55:29+00:00</published>
<link rel='alternate' type='text/html' href='https://fedorapeople.org/cgit/simo/public_git/krb5.git/commit/?id=76b15333844125269f0875fb5cfde804f8768fe8'/>
<id>76b15333844125269f0875fb5cfde804f8768fe8</id>
<content type='text'>
	DEFAULT_KDC_ENCTYPE, so that we use the same encryption type by
	default for all KDC server programs.

srv_main.c (main): Set the default realm from the -r argument, so that
	correct defaulting takes place for things like krb5_parse().

srv_net.c (net_init): Use KRB5_ADM_SERVICE_INSTANCE to determine the
	service instance, instance of KRB5_ADMIN_SERVICE_NAME.

git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@6736 dc483132-0cff-0310-8789-dd5450dbe970
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
	DEFAULT_KDC_ENCTYPE, so that we use the same encryption type by
	default for all KDC server programs.

srv_main.c (main): Set the default realm from the -r argument, so that
	correct defaulting takes place for things like krb5_parse().

srv_net.c (net_init): Use KRB5_ADM_SERVICE_INSTANCE to determine the
	service instance, instance of KRB5_ADMIN_SERVICE_NAME.

git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@6736 dc483132-0cff-0310-8789-dd5450dbe970
</pre>
</div>
</content>
</entry>
<entry>
<title>Network slave bookkeeping fixup</title>
<updated>1995-08-09T21:25:56+00:00</updated>
<author>
<name>Paul Park</name>
<email>pjpark@mit.edu</email>
</author>
<published>1995-08-09T21:25:56+00:00</published>
<link rel='alternate' type='text/html' href='https://fedorapeople.org/cgit/simo/public_git/krb5.git/commit/?id=fefcbb90207eb01901429d3e90be7e4000384e61'/>
<id>fefcbb90207eb01901429d3e90be7e4000384e61</id>
<content type='text'>
git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@6488 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@6488 dc483132-0cff-0310-8789-dd5450dbe970
</pre>
</div>
</content>
</entry>
<entry>
<title>Use sigjmp_buf under POSIX_SETJMP</title>
<updated>1995-08-08T22:00:43+00:00</updated>
<author>
<name>Paul Park</name>
<email>pjpark@mit.edu</email>
</author>
<published>1995-08-08T22:00:43+00:00</published>
<link rel='alternate' type='text/html' href='https://fedorapeople.org/cgit/simo/public_git/krb5.git/commit/?id=40c083228c3be879599186fb89a53277a0efaf30'/>
<id>40c083228c3be879599186fb89a53277a0efaf30</id>
<content type='text'>
git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@6462 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@6462 dc483132-0cff-0310-8789-dd5450dbe970
</pre>
</div>
</content>
</entry>
<entry>
<title>Clean up debugging messages</title>
<updated>1995-08-03T16:01:04+00:00</updated>
<author>
<name>Paul Park</name>
<email>pjpark@mit.edu</email>
</author>
<published>1995-08-03T16:01:04+00:00</published>
<link rel='alternate' type='text/html' href='https://fedorapeople.org/cgit/simo/public_git/krb5.git/commit/?id=e837e5486fdadff6e7efb9a29b9034ce9d9610d9'/>
<id>e837e5486fdadff6e7efb9a29b9034ce9d9610d9</id>
<content type='text'>
git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@6383 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@6383 dc483132-0cff-0310-8789-dd5450dbe970
</pre>
</div>
</content>
</entry>
<entry>
<title>Compiler warning cleanup</title>
<updated>1995-06-27T20:45:50+00:00</updated>
<author>
<name>Paul Park</name>
<email>pjpark@mit.edu</email>
</author>
<published>1995-06-27T20:45:50+00:00</published>
<link rel='alternate' type='text/html' href='https://fedorapeople.org/cgit/simo/public_git/krb5.git/commit/?id=82260f71c7ed05a29755c85cc11a41f15765bad5'/>
<id>82260f71c7ed05a29755c85cc11a41f15765bad5</id>
<content type='text'>
git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@6171 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@6171 dc483132-0cff-0310-8789-dd5450dbe970
</pre>
</div>
</content>
</entry>
<entry>
<title>	Check for sys/select.h and include if found.  Required to</title>
<updated>1995-06-13T16:42:44+00:00</updated>
<author>
<name>Sam Hartman</name>
<email>hartmans@mit.edu</email>
</author>
<published>1995-06-13T16:42:44+00:00</published>
<link rel='alternate' type='text/html' href='https://fedorapeople.org/cgit/simo/public_git/krb5.git/commit/?id=1772cd0c9b251a668309065a072b2c32191d5072'/>
<id>1772cd0c9b251a668309065a072b2c32191d5072</id>
<content type='text'>
compile under AIX.

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

git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@6052 dc483132-0cff-0310-8789-dd5450dbe970
</pre>
</div>
</content>
</entry>
<entry>
<title>Update kadmind5 to use new logging routines</title>
<updated>1995-06-08T19:08:06+00:00</updated>
<author>
<name>Paul Park</name>
<email>pjpark@mit.edu</email>
</author>
<published>1995-06-08T19:08:06+00:00</published>
<link rel='alternate' type='text/html' href='https://fedorapeople.org/cgit/simo/public_git/krb5.git/commit/?id=914a83c4b912d161b72e80d376709c8f5ee307e3'/>
<id>914a83c4b912d161b72e80d376709c8f5ee307e3</id>
<content type='text'>
git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@5976 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@5976 dc483132-0cff-0310-8789-dd5450dbe970
</pre>
</div>
</content>
</entry>
</feed>
