<feed xmlns='http://www.w3.org/2005/Atom'>
<title>krb5.git/src/lib/libkrb5.def, branch keyring</title>
<subtitle>MIT Kerberos patches</subtitle>
<link rel='alternate' type='text/html' href='https://fedorapeople.org/cgit/simo/public_git/krb5.git/'/>
<entry>
<title>Windows/NT integration (V1_0_WIN32_BRANCH merge)</title>
<updated>1997-02-06T02:31:41+00:00</updated>
<author>
<name>Richard Basch</name>
<email>probe@mit.edu</email>
</author>
<published>1997-02-06T02:31:41+00:00</published>
<link rel='alternate' type='text/html' href='https://fedorapeople.org/cgit/simo/public_git/krb5.git/commit/?id=a0b9ce4bee60136363cfff7a93c4e42eab972c02'/>
<id>a0b9ce4bee60136363cfff7a93c4e42eab972c02</id>
<content type='text'>
git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@9788 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@9788 dc483132-0cff-0310-8789-dd5450dbe970
</pre>
</div>
</content>
</entry>
<entry>
<title>Added missing Windows DLL exported routine</title>
<updated>1995-05-31T00:39:52+00:00</updated>
<author>
<name>Keith Vetter</name>
<email>keithv@fusion.com</email>
</author>
<published>1995-05-31T00:39:52+00:00</published>
<link rel='alternate' type='text/html' href='https://fedorapeople.org/cgit/simo/public_git/krb5.git/commit/?id=eed2f6d7669e5e082f91c01146602d1103666e54'/>
<id>eed2f6d7669e5e082f91c01146602d1103666e54</id>
<content type='text'>
git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@5921 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@5921 dc483132-0cff-0310-8789-dd5450dbe970
</pre>
</div>
</content>
</entry>
<entry>
<title>Added kadm routines to the export list</title>
<updated>1995-05-30T17:40:54+00:00</updated>
<author>
<name>Keith Vetter</name>
<email>keithv@fusion.com</email>
</author>
<published>1995-05-30T17:40:54+00:00</published>
<link rel='alternate' type='text/html' href='https://fedorapeople.org/cgit/simo/public_git/krb5.git/commit/?id=4006345f4798a71d7918892579270b3053256a6b'/>
<id>4006345f4798a71d7918892579270b3053256a6b</id>
<content type='text'>
git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@5916 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@5916 dc483132-0cff-0310-8789-dd5450dbe970
</pre>
</div>
</content>
</entry>
<entry>
<title>Windows global stuff:</title>
<updated>1995-04-14T00:56:21+00:00</updated>
<author>
<name>Keith Vetter</name>
<email>keithv@fusion.com</email>
</author>
<published>1995-04-14T00:56:21+00:00</published>
<link rel='alternate' type='text/html' href='https://fedorapeople.org/cgit/simo/public_git/krb5.git/commit/?id=48e59557cdff501a25c809cda3f1dd34a27cc52f'/>
<id>48e59557cdff501a25c809cda3f1dd34a27cc52f</id>
<content type='text'>
 o removed INTERFACE from non-api functions
 o add FAR to pointers visible to the world
 o made the tests for __STDC__ also check for _WINDOWS
 o creates GSSAPI.DLL &amp; GSSAPI.LIB as per spec.

git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@5354 dc483132-0cff-0310-8789-dd5450dbe970
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
 o removed INTERFACE from non-api functions
 o add FAR to pointers visible to the world
 o made the tests for __STDC__ also check for _WINDOWS
 o creates GSSAPI.DLL &amp; GSSAPI.LIB as per spec.

git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@5354 dc483132-0cff-0310-8789-dd5450dbe970
</pre>
</div>
</content>
</entry>
<entry>
<title>Bug fixes or better error handling for the following 4 Windows bugs</title>
<updated>1995-04-06T03:49:47+00:00</updated>
<author>
<name>Keith Vetter</name>
<email>keithv@fusion.com</email>
</author>
<published>1995-04-06T03:49:47+00:00</published>
<link rel='alternate' type='text/html' href='https://fedorapeople.org/cgit/simo/public_git/krb5.git/commit/?id=8ae426aca4d7f95de05ec34a9e0dfe5cc70395a3'/>
<id>8ae426aca4d7f95de05ec34a9e0dfe5cc70395a3</id>
<content type='text'>
(note, these changes haven't yet been tested on the PC which were
failing so no guarantee that they fully work):

a) GUI to cns improved so that you don't need a resize for the widgets to
   align properly, and so the interaction of typing: "username cr password
   cr" is all you need to do to get you a ticket.

b) cns uses krb5_us_gettimeofday instead of krb5_timeofday because the
   former is more accurate and handles timezones.  Probably should make
   the latter just call the former.

c) Added SOCKET_INIT and SOCKET_DESTROY around krb5_sendto_kdc to prevent
   some tcp/ip stacks from locking up after 8 uses.

d) Added a new error message and better error handling to give more
   precision as to why one PC was getting the error 'Cannot find KDC
   for requested realm.'

git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@5342 dc483132-0cff-0310-8789-dd5450dbe970
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
(note, these changes haven't yet been tested on the PC which were
failing so no guarantee that they fully work):

a) GUI to cns improved so that you don't need a resize for the widgets to
   align properly, and so the interaction of typing: "username cr password
   cr" is all you need to do to get you a ticket.

b) cns uses krb5_us_gettimeofday instead of krb5_timeofday because the
   former is more accurate and handles timezones.  Probably should make
   the latter just call the former.

c) Added SOCKET_INIT and SOCKET_DESTROY around krb5_sendto_kdc to prevent
   some tcp/ip stacks from locking up after 8 uses.

d) Added a new error message and better error handling to give more
   precision as to why one PC was getting the error 'Cannot find KDC
   for requested realm.'

git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@5342 dc483132-0cff-0310-8789-dd5450dbe970
</pre>
</div>
</content>
</entry>
<entry>
<title>Commit on the whole tree to make a checkpoint for a working windows world</title>
<updated>1995-03-31T02:05:49+00:00</updated>
<author>
<name>Keith Vetter</name>
<email>keithv@fusion.com</email>
</author>
<published>1995-03-31T02:05:49+00:00</published>
<link rel='alternate' type='text/html' href='https://fedorapeople.org/cgit/simo/public_git/krb5.git/commit/?id=c365b64a31142a6ae4628741dd5b695ac66bb2a3'/>
<id>c365b64a31142a6ae4628741dd5b695ac66bb2a3</id>
<content type='text'>
git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@5315 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@5315 dc483132-0cff-0310-8789-dd5450dbe970
</pre>
</div>
</content>
</entry>
<entry>
<title>Added the GSSAPI routines to the windows dll</title>
<updated>1995-03-22T05:17:01+00:00</updated>
<author>
<name>Keith Vetter</name>
<email>keithv@fusion.com</email>
</author>
<published>1995-03-22T05:17:01+00:00</published>
<link rel='alternate' type='text/html' href='https://fedorapeople.org/cgit/simo/public_git/krb5.git/commit/?id=144967874c8afa13b31685c08722b5a281022126'/>
<id>144967874c8afa13b31685c08722b5a281022126</id>
<content type='text'>
git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@5185 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@5185 dc483132-0cff-0310-8789-dd5450dbe970
</pre>
</div>
</content>
</entry>
<entry>
<title>Added 3 new files and changed the makefile in lib to be able to make a DLL</title>
<updated>1995-03-16T05:05:34+00:00</updated>
<author>
<name>Keith Vetter</name>
<email>keithv@fusion.com</email>
</author>
<published>1995-03-16T05:05:34+00:00</published>
<link rel='alternate' type='text/html' href='https://fedorapeople.org/cgit/simo/public_git/krb5.git/commit/?id=ddb7150c80d0299af2721c0b6eb304495f5233bc'/>
<id>ddb7150c80d0299af2721c0b6eb304495f5233bc</id>
<content type='text'>
on the PC out of the source in crypto, krb5 and util\et.

git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@5130 dc483132-0cff-0310-8789-dd5450dbe970
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
on the PC out of the source in crypto, krb5 and util\et.

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