<feed xmlns='http://www.w3.org/2005/Atom'>
<title>libimobiledevice/src, branch stable-1-0-0</title>
<subtitle>A cross-platform protocol library to access iOS devices</subtitle>
<link rel='alternate' type='text/html' href='https://cgit.libimobiledevice.org/libimobiledevice.git/'/>
<entry>
<title>fix invalid characters in xml plists</title>
<updated>2012-03-22T17:53:57+00:00</updated>
<author>
<name>Nikias Bassen</name>
</author>
<published>2012-01-19T23:18:42+00:00</published>
<link rel='alternate' type='text/html' href='https://cgit.libimobiledevice.org/libimobiledevice.git/commit/?id=a6be9013acc0f3f2ab37b703798e76409a1c7253'/>
<id>a6be9013acc0f3f2ab37b703798e76409a1c7253</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>idevice: add error checking to internal_ssl_write()</title>
<updated>2012-03-22T17:52:06+00:00</updated>
<author>
<name>Geoff Paul</name>
</author>
<published>2012-01-12T00:33:17+00:00</published>
<link rel='alternate' type='text/html' href='https://cgit.libimobiledevice.org/libimobiledevice.git/commit/?id=b83f925e58d4e8b89d042c0f375045a94bb0b202'/>
<id>b83f925e58d4e8b89d042c0f375045a94bb0b202</id>
<content type='text'>
Returning 0 bytes sent upon error causes an infinite loop
within the calling gnutls code. Returning -1 as an error
code allows gnutls to properly detect and recover.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Returning 0 bytes sent upon error causes an infinite loop
within the calling gnutls code. Returning -1 as an error
code allows gnutls to properly detect and recover.
</pre>
</div>
</content>
</entry>
<entry>
<title>lockdown: iOS 5: handle 'Error' key in lockdown_check_result</title>
<updated>2012-03-22T17:51:30+00:00</updated>
<author>
<name>Nikias Bassen</name>
</author>
<published>2011-11-21T15:50:24+00:00</published>
<link rel='alternate' type='text/html' href='https://cgit.libimobiledevice.org/libimobiledevice.git/commit/?id=3349235c49ad96bfe16dd9567ce0f50203f7a0c3'/>
<id>3349235c49ad96bfe16dd9567ce0f50203f7a0c3</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Fix memory leak in idevice_device_list_free</title>
<updated>2012-03-22T17:51:12+00:00</updated>
<author>
<name>Peter Hoepfner</name>
</author>
<published>2011-10-19T18:40:09+00:00</published>
<link rel='alternate' type='text/html' href='https://cgit.libimobiledevice.org/libimobiledevice.git/commit/?id=d7b96dcab3c1e5dcd24d69a34f8f5da186062f3d'/>
<id>d7b96dcab3c1e5dcd24d69a34f8f5da186062f3d</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>lockdown: fix support for iOS 5</title>
<updated>2012-03-22T17:50:02+00:00</updated>
<author>
<name>Nikias Bassen</name>
</author>
<published>2011-06-07T15:59:22+00:00</published>
<link rel='alternate' type='text/html' href='https://cgit.libimobiledevice.org/libimobiledevice.git/commit/?id=856576e792d06baf4b97eda688fef65198aab497'/>
<id>856576e792d06baf4b97eda688fef65198aab497</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>notification_proxy: use free() instead of g_free()</title>
<updated>2012-03-22T17:49:08+00:00</updated>
<author>
<name>Nikias Bassen</name>
</author>
<published>2011-05-27T17:36:47+00:00</published>
<link rel='alternate' type='text/html' href='https://cgit.libimobiledevice.org/libimobiledevice.git/commit/?id=8eb03ff08e70b65975715f8711ab69c3e007d624'/>
<id>8eb03ff08e70b65975715f8711ab69c3e007d624</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Remove deprecated gnutls_*_set_priority() and use gnutls_priority_set_direct()</title>
<updated>2012-03-22T17:48:33+00:00</updated>
<author>
<name>Martin Szulecki</name>
</author>
<published>2011-04-30T14:46:54+00:00</published>
<link rel='alternate' type='text/html' href='https://cgit.libimobiledevice.org/libimobiledevice.git/commit/?id=e16fc4b4be279e1a7be7760191263e0bb40cdd28'/>
<id>e16fc4b4be279e1a7be7760191263e0bb40cdd28</id>
<content type='text'>
This change requires gnutls &gt;= 2.2.0 for the latter to be available.
With deprecation starts with gnutls 2.12.0.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
This change requires gnutls &gt;= 2.2.0 for the latter to be available.
With deprecation starts with gnutls 2.12.0.
</pre>
</div>
</content>
</entry>
<entry>
<title>userpref: Fix a segfault that might occour if locally stored certs could not be read</title>
<updated>2012-03-22T17:47:27+00:00</updated>
<author>
<name>Martin Szulecki</name>
</author>
<published>2011-03-31T09:43:39+00:00</published>
<link rel='alternate' type='text/html' href='https://cgit.libimobiledevice.org/libimobiledevice.git/commit/?id=1e13d7d1420ba8353d8056a5dccaa76cbd3f9ac5'/>
<id>1e13d7d1420ba8353d8056a5dccaa76cbd3f9ac5</id>
<content type='text'>
userpref_get_file_contents() was stil attempting to set the data and size
properties on the passed gnutls_datum_t even if g_file_get_contents() failed.
This shoud fix a possible segfault in any code code using the pairing.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
userpref_get_file_contents() was stil attempting to set the data and size
properties on the passed gnutls_datum_t even if g_file_get_contents() failed.
This shoud fix a possible segfault in any code code using the pairing.
</pre>
</div>
</content>
</entry>
<entry>
<title>debug: Use explicit size for string when debugging non-null terminated</title>
<updated>2012-03-22T17:47:08+00:00</updated>
<author>
<name>Martin Szulecki</name>
</author>
<published>2011-03-31T09:40:41+00:00</published>
<link rel='alternate' type='text/html' href='https://cgit.libimobiledevice.org/libimobiledevice.git/commit/?id=489cdad395a0518392c504a99fff01cf112b2c0d'/>
<id>489cdad395a0518392c504a99fff01cf112b2c0d</id>
<content type='text'>
The debug code to output the device public key was not taking into account
that the key data is not null terminated.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
The debug code to output the device public key was not taking into account
that the key data is not null terminated.
</pre>
</div>
</content>
</entry>
<entry>
<title>Due to a bug in iOS 4.3, plist data might contain invalid null characters</title>
<updated>2011-03-26T10:54:40+00:00</updated>
<author>
<name>Martin Szulecki</name>
</author>
<published>2011-03-21T15:17:45+00:00</published>
<link rel='alternate' type='text/html' href='https://cgit.libimobiledevice.org/libimobiledevice.git/commit/?id=880fbffd2f1be66a4b63697d7ca2bea46f624841'/>
<id>880fbffd2f1be66a4b63697d7ca2bea46f624841</id>
<content type='text'>
The main lockdown plist of iOS 4.3 contains invalid null characters
which we now convert to spaces. Fixes running ideviceinfo on iOS 4.3.
Thanks to teuf for debugging and proposing the fix.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
The main lockdown plist of iOS 4.3 contains invalid null characters
which we now convert to spaces. Fixes running ideviceinfo on iOS 4.3.
Thanks to teuf for debugging and proposing the fix.
</pre>
</div>
</content>
</entry>
</feed>
