<feed xmlns='http://www.w3.org/2005/Atom'>
<title>libpam-freerdp2/src, branch 0.3.0</title>
<subtitle>Remote RDP Logon for Arctica Greeter (PAM Module)
</subtitle>
<id>https://openid.arctica-project.org/libpam-freerdp2/atom?h=0.3.0</id>
<link rel='self' href='https://openid.arctica-project.org/libpam-freerdp2/atom?h=0.3.0'/>
<link rel='alternate' type='text/html' href='https://openid.arctica-project.org/libpam-freerdp2/'/>
<updated>2012-08-29T15:12:24+00:00</updated>
<entry>
<title>Comments clear up some of the if statements</title>
<updated>2012-08-29T15:12:24+00:00</updated>
<author>
<name>Ted Gould</name>
<email>ted@gould.cx</email>
</author>
<published>2012-08-29T15:12:24+00:00</published>
<link rel='alternate' type='text/html' href='https://openid.arctica-project.org/libpam-freerdp2/commit/?id=27a0374feb767288764045608bd5d77e5fdbfafb'/>
<id>urn:sha1:27a0374feb767288764045608bd5d77e5fdbfafb</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Change internal API to do less memory allocation.. Approved by Albert Astals Cid, jenkins.</title>
<updated>2012-08-29T08:46:03+00:00</updated>
<author>
<name>Ted Gould</name>
<email>ted@gould.cx</email>
</author>
<published>2012-08-29T08:46:03+00:00</published>
<link rel='alternate' type='text/html' href='https://openid.arctica-project.org/libpam-freerdp2/commit/?id=61a4825269ef7036c27e934ff68933b670272e03'/>
<id>urn:sha1:61a4825269ef7036c27e934ff68933b670272e03</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Lock buffer memory and protect to memory overruns.. Approved by Albert Astals Cid, jenkins.</title>
<updated>2012-08-29T08:40:23+00:00</updated>
<author>
<name>Ted Gould</name>
<email>ted@gould.cx</email>
</author>
<published>2012-08-29T08:40:23+00:00</published>
<link rel='alternate' type='text/html' href='https://openid.arctica-project.org/libpam-freerdp2/commit/?id=055f943aab70784cb9cb3a86c4c3e051df0f35ab'/>
<id>urn:sha1:055f943aab70784cb9cb3a86c4c3e051df0f35ab</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Merge lp:~ted/libpam-freerdp/save-values</title>
<updated>2012-08-29T08:02:03+00:00</updated>
<author>
<name>Albert Astals</name>
<email>albert.astals@canonical.com</email>
</author>
<published>2012-08-29T08:02:03+00:00</published>
<link rel='alternate' type='text/html' href='https://openid.arctica-project.org/libpam-freerdp2/commit/?id=d3686c825265843a00556df56d4fad5c375cef5c'/>
<id>urn:sha1:d3686c825265843a00556df56d4fad5c375cef5c</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Set the permissions on the socket. Approved by Albert Astals Cid, jenkins.</title>
<updated>2012-08-29T07:54:37+00:00</updated>
<author>
<name>Ted Gould</name>
<email>ted@gould.cx</email>
</author>
<published>2012-08-29T07:54:37+00:00</published>
<link rel='alternate' type='text/html' href='https://openid.arctica-project.org/libpam-freerdp2/commit/?id=20faf070cca3cae00e494a0f067df07ea27fa62f'/>
<id>urn:sha1:20faf070cca3cae00e494a0f067df07ea27fa62f</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Locking the buffer 'cause it would have the password in it</title>
<updated>2012-08-28T20:24:34+00:00</updated>
<author>
<name>Ted Gould</name>
<email>ted@gould.cx</email>
</author>
<published>2012-08-28T20:24:34+00:00</published>
<link rel='alternate' type='text/html' href='https://openid.arctica-project.org/libpam-freerdp2/commit/?id=7666892cefc221a275782704fa468582f604c89f'/>
<id>urn:sha1:7666892cefc221a275782704fa468582f604c89f</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Making sure that there's no way that we can write over the end of the buffer even for very, very, very long home directory names.</title>
<updated>2012-08-28T20:14:40+00:00</updated>
<author>
<name>Ted Gould</name>
<email>ted@gould.cx</email>
</author>
<published>2012-08-28T20:14:40+00:00</published>
<link rel='alternate' type='text/html' href='https://openid.arctica-project.org/libpam-freerdp2/commit/?id=55183a443d93485c8cf9a060b5025cdd10a73d9b'/>
<id>urn:sha1:55183a443d93485c8cf9a060b5025cdd10a73d9b</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Set the permissions on the socket</title>
<updated>2012-08-28T20:11:07+00:00</updated>
<author>
<name>Ted Gould</name>
<email>ted@gould.cx</email>
</author>
<published>2012-08-28T20:11:07+00:00</published>
<link rel='alternate' type='text/html' href='https://openid.arctica-project.org/libpam-freerdp2/commit/?id=68df6996f7643a3de42bd56017eace016c3743e2'/>
<id>urn:sha1:68df6996f7643a3de42bd56017eace016c3743e2</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Neat little trick that I found in PAM Kerberos where it uses the PAM handle's version of the value so that there doesn't have to be memory free'd in the returning function.  Cleans some things up and removes a bunch of extra allocation</title>
<updated>2012-08-28T19:46:20+00:00</updated>
<author>
<name>Ted Gould</name>
<email>ted@gould.cx</email>
</author>
<published>2012-08-28T19:46:20+00:00</published>
<link rel='alternate' type='text/html' href='https://openid.arctica-project.org/libpam-freerdp2/commit/?id=2e3de0f535511e27c84af71c2e82e7de70caf642'/>
<id>urn:sha1:2e3de0f535511e27c84af71c2e82e7de70caf642</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Now that we have long running memory with a password in it, we need to lock it down</title>
<updated>2012-08-28T19:24:43+00:00</updated>
<author>
<name>Ted Gould</name>
<email>ted@gould.cx</email>
</author>
<published>2012-08-28T19:24:43+00:00</published>
<link rel='alternate' type='text/html' href='https://openid.arctica-project.org/libpam-freerdp2/commit/?id=66187012c38bfe7c0fd3022b6f0135db575142ca'/>
<id>urn:sha1:66187012c38bfe7c0fd3022b6f0135db575142ca</id>
<content type='text'>
</content>
</entry>
</feed>
