<feed xmlns='http://www.w3.org/2005/Atom'>
<title>sssd.git, branch my_head</title>
<subtitle>Unnamed repository; edit this file to name it for gitweb.</subtitle>
<link rel='alternate' type='text/html' href='https://fedorapeople.org/cgit/sbose/public_git/sssd.git/'/>
<entry>
<title>First try to read mirgation flag</title>
<updated>2010-03-31T13:30:28+00:00</updated>
<author>
<name>Sumit Bose</name>
<email>sbose@redhat.com</email>
</author>
<published>2010-03-31T13:30:28+00:00</published>
<link rel='alternate' type='text/html' href='https://fedorapeople.org/cgit/sbose/public_git/sssd.git/commit/?id=1ed85377ec6de713f738ba498235fb352642841c'/>
<id>1ed85377ec6de713f738ba498235fb352642841c</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>New attempt for IPA auth and password migration</title>
<updated>2010-03-31T10:18:05+00:00</updated>
<author>
<name>Sumit Bose</name>
<email>sbose@redhat.com</email>
</author>
<published>2010-03-29T11:41:41+00:00</published>
<link rel='alternate' type='text/html' href='https://fedorapeople.org/cgit/sbose/public_git/sssd.git/commit/?id=a1e8a51f3fe9595006b20e873dfdd4b6c58b79aa'/>
<id>a1e8a51f3fe9595006b20e873dfdd4b6c58b79aa</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Make auth_send() and auth_recv() accessible</title>
<updated>2010-03-31T10:17:10+00:00</updated>
<author>
<name>Sumit Bose</name>
<email>sbose@redhat.com</email>
</author>
<published>2010-03-31T10:15:40+00:00</published>
<link rel='alternate' type='text/html' href='https://fedorapeople.org/cgit/sbose/public_git/sssd.git/commit/?id=5743cc0b6821502f760f1031ea5aa1f2d77f87a7'/>
<id>5743cc0b6821502f760f1031ea5aa1f2d77f87a7</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Make Kerberos authentication a tevent_req</title>
<updated>2010-03-31T10:17:10+00:00</updated>
<author>
<name>Sumit Bose</name>
<email>sbose@redhat.com</email>
</author>
<published>2010-03-29T13:27:44+00:00</published>
<link rel='alternate' type='text/html' href='https://fedorapeople.org/cgit/sbose/public_git/sssd.git/commit/?id=3d5670f1b390c630d94ac295f4a06b80c48636d5'/>
<id>3d5670f1b390c630d94ac295f4a06b80c48636d5</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>add tevent dependency</title>
<updated>2010-03-29T08:59:36+00:00</updated>
<author>
<name>Sumit Bose</name>
<email>sbose@redhat.com</email>
</author>
<published>2009-12-08T20:06:55+00:00</published>
<link rel='alternate' type='text/html' href='https://fedorapeople.org/cgit/sbose/public_git/sssd.git/commit/?id=2a1e0409847c788ea7ac6a0b5ff15f94e4399123'/>
<id>2a1e0409847c788ea7ac6a0b5ff15f94e4399123</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Use SO_PEERCRED on the PAM socket</title>
<updated>2010-03-29T08:59:36+00:00</updated>
<author>
<name>Sumit Bose</name>
<email>sbose@redhat.com</email>
</author>
<published>2010-03-29T08:13:55+00:00</published>
<link rel='alternate' type='text/html' href='https://fedorapeople.org/cgit/sbose/public_git/sssd.git/commit/?id=ea1eadcb31532061af818c8e990a5b96756928ad'/>
<id>ea1eadcb31532061af818c8e990a5b96756928ad</id>
<content type='text'>
This is the second attempt to let the PAM client and the PAM responder
exchange their credentials, i.e. uid, gid and pid. Because this approach
does not require any message interchange between the client and the
server the protocol version number is not changed.

On the client side the connection is terminated it the responder is not
run by root. On the server side the effective uid and gid and the pid of
the client are available for future use.

The following additional changes are made by this patch:
- the checks of the ownership and the permissions on the PAM sockets are
  enhanced
- internal error codes are introduced on the client side to generate
  more specific log messages if an error occurs
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
This is the second attempt to let the PAM client and the PAM responder
exchange their credentials, i.e. uid, gid and pid. Because this approach
does not require any message interchange between the client and the
server the protocol version number is not changed.

On the client side the connection is terminated it the responder is not
run by root. On the server side the effective uid and gid and the pid of
the client are available for future use.

The following additional changes are made by this patch:
- the checks of the ownership and the permissions on the PAM sockets are
  enhanced
- internal error codes are introduced on the client side to generate
  more specific log messages if an error occurs
</pre>
</div>
</content>
</entry>
<entry>
<title>Revert "Add better checks on PAM socket"</title>
<updated>2010-03-29T08:59:28+00:00</updated>
<author>
<name>Sumit Bose</name>
<email>sbose@redhat.com</email>
</author>
<published>2010-03-26T09:11:22+00:00</published>
<link rel='alternate' type='text/html' href='https://fedorapeople.org/cgit/sbose/public_git/sssd.git/commit/?id=480d2e7f822256f1bd871b34007b261047a2bb46'/>
<id>480d2e7f822256f1bd871b34007b261047a2bb46</id>
<content type='text'>
This reverts commit 5a88e963744e5da453e88b5c36499f04712df097.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
This reverts commit 5a88e963744e5da453e88b5c36499f04712df097.
</pre>
</div>
</content>
</entry>
<entry>
<title>Allow arbitrary-length PAM messages</title>
<updated>2010-03-25T20:02:27+00:00</updated>
<author>
<name>Stephen Gallagher</name>
<email>sgallagh@redhat.com</email>
</author>
<published>2010-03-23T20:35:49+00:00</published>
<link rel='alternate' type='text/html' href='https://fedorapeople.org/cgit/sbose/public_git/sssd.git/commit/?id=80c8a4f94d54b23bce206fdd75ff2648977ce271'/>
<id>80c8a4f94d54b23bce206fdd75ff2648977ce271</id>
<content type='text'>
The PAM standard allows for messages of any length to be returned
to the client. We were discarding all messages of length greater
than 255. This patch dynamically allocates the message buffers so
we can pass the complete message.

This resolves https://fedorahosted.org/sssd/ticket/432
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
The PAM standard allows for messages of any length to be returned
to the client. We were discarding all messages of length greater
than 255. This patch dynamically allocates the message buffers so
we can pass the complete message.

This resolves https://fedorahosted.org/sssd/ticket/432
</pre>
</div>
</content>
</entry>
<entry>
<title>Fix path_utils_ut segfault</title>
<updated>2010-03-25T19:55:51+00:00</updated>
<author>
<name>Stephen Gallagher</name>
<email>sgallagh@redhat.com</email>
</author>
<published>2010-03-25T19:28:30+00:00</published>
<link rel='alternate' type='text/html' href='https://fedorapeople.org/cgit/sbose/public_git/sssd.git/commit/?id=f94abf5319d8f74cacae0a98d3925d18eb6839eb'/>
<id>f94abf5319d8f74cacae0a98d3925d18eb6839eb</id>
<content type='text'>
In the case where the allocated buffer is not large enough to hold
the resulting absolute path, we were writing out a null terminator
outside of the buffer, instead of at its beginning.

Also fixes potential issue where split_path would not initialize
the count to zero if it returned a failure.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
In the case where the allocated buffer is not large enough to hold
the resulting absolute path, we were writing out a null terminator
outside of the buffer, instead of at its beginning.

Also fixes potential issue where split_path would not initialize
the count to zero if it returned a failure.
</pre>
</div>
</content>
</entry>
<entry>
<title>Add a test for domain_to_basedn()</title>
<updated>2010-03-25T16:14:14+00:00</updated>
<author>
<name>Sumit Bose</name>
<email>sbose@redhat.com</email>
</author>
<published>2010-03-25T15:24:25+00:00</published>
<link rel='alternate' type='text/html' href='https://fedorapeople.org/cgit/sbose/public_git/sssd.git/commit/?id=6bb57251fe37792e545a4dc3823bc1856760ed5d'/>
<id>6bb57251fe37792e545a4dc3823bc1856760ed5d</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
</feed>
