<feed xmlns='http://www.w3.org/2005/Atom'>
<title>platform_external_openssh, branch oreo-dev</title>
<subtitle>Unnamed repository; edit this file 'description' to name the repository.
</subtitle>
<link rel='alternate' type='text/html' href='https://git.replicant.us/mirrors/AOSP/platform_external_openssh/'/>
<entry>
<title>Specialize for gce targets in openssh</title>
<updated>2017-03-28T08:04:49+00:00</updated>
<author>
<name>Keun Soo Yim</name>
<email>yim@google.com</email>
</author>
<published>2017-03-28T08:04:49+00:00</published>
<link rel='alternate' type='text/html' href='https://git.replicant.us/mirrors/AOSP/platform_external_openssh/commit/?id=eecbfc646e546af652cee8eaa903221b15d61d4f'/>
<id>eecbfc646e546af652cee8eaa903221b15d61d4f</id>
<content type='text'>
am: eab54b0935

Change-Id: I098f16e348ba39d2f4b8799d1d748e50a4b52eaf
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
am: eab54b0935

Change-Id: I098f16e348ba39d2f4b8799d1d748e50a4b52eaf
</pre>
</div>
</content>
</entry>
<entry>
<title>Define HAVE_{STRLCPY,STRLCAT} to 1.</title>
<updated>2017-02-09T00:55:28+00:00</updated>
<author>
<name>George Burgess IV</name>
<email>gbiv@google.com</email>
</author>
<published>2016-10-26T18:40:05+00:00</published>
<link rel='alternate' type='text/html' href='https://git.replicant.us/mirrors/AOSP/platform_external_openssh/commit/?id=7b5a7c1b3bb341c2ce7fa7d6386d4204680a92e4'/>
<id>7b5a7c1b3bb341c2ce7fa7d6386d4204680a92e4</id>
<content type='text'>
Bionic has both of these functions; their redeclarations break our
new-style FORTIFY.

Bug: 32073964
Test: Builds with new FORITFY
Change-Id: Ia6e43117012dc83f6f11ae78a74bb1f4b07c75fc
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Bionic has both of these functions; their redeclarations break our
new-style FORTIFY.

Bug: 32073964
Test: Builds with new FORITFY
Change-Id: Ia6e43117012dc83f6f11ae78a74bb1f4b07c75fc
</pre>
</div>
</content>
</entry>
<entry>
<title>Fix component number and contacts</title>
<updated>2016-11-23T23:43:21+00:00</updated>
<author>
<name>Greg Hartman</name>
<email>ghartman@google.com</email>
</author>
<published>2016-11-23T23:43:21+00:00</published>
<link rel='alternate' type='text/html' href='https://git.replicant.us/mirrors/AOSP/platform_external_openssh/commit/?id=4953c1ba712147092284339b5f4c35255c3c8517'/>
<id>4953c1ba712147092284339b5f4c35255c3c8517</id>
<content type='text'>
Change-Id: I6af95c2554f5e7864df23055f5ab71d8a9741dbf
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Change-Id: I6af95c2554f5e7864df23055f5ab71d8a9741dbf
</pre>
</div>
</content>
</entry>
<entry>
<title>Define HAVE_ATTRIBUTE__SENTINEL__ to 1.</title>
<updated>2016-08-11T20:01:00+00:00</updated>
<author>
<name>Josh Gao</name>
<email>jmgao@google.com</email>
</author>
<published>2016-08-11T19:59:41+00:00</published>
<link rel='alternate' type='text/html' href='https://git.replicant.us/mirrors/AOSP/platform_external_openssh/commit/?id=819a147a5358be6ae7dd5a99f5d4b4e532a987b8'/>
<id>819a147a5358be6ae7dd5a99f5d4b4e532a987b8</id>
<content type='text'>
The #define in config.h for __sentinel__ is incorrect and doesn't
handle __attribute__((__sentinel__(1))). Since we have the attribute,
just turn it on.

Change-Id: Ifaced8170a274d2d0e527f892986795aaffedb69
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
The #define in config.h for __sentinel__ is incorrect and doesn't
handle __attribute__((__sentinel__(1))). Since we have the attribute,
just turn it on.

Change-Id: Ifaced8170a274d2d0e527f892986795aaffedb69
</pre>
</div>
</content>
</entry>
<entry>
<title>Move away from GLOBAL_CFLAGS for ssh configuration</title>
<updated>2016-06-10T22:39:24+00:00</updated>
<author>
<name>Greg Hartman</name>
<email>ghartman@google.com</email>
</author>
<published>2016-06-10T21:05:35+00:00</published>
<link rel='alternate' type='text/html' href='https://git.replicant.us/mirrors/AOSP/platform_external_openssh/commit/?id=e7f7ce93fb5b6c8898af59d341477ee734417d8b'/>
<id>e7f7ce93fb5b6c8898af59d341477ee734417d8b</id>
<content type='text'>
Later branches will not support GLOBAL_CFLAGS.
This change turns on account mapping for all Android builds.
It allows SSHDIR to be set in BoardConfig.mk

Bug: 29277511

Change-Id: Ic1411b97468d61a919763db6d42253fdf148df79
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Later branches will not support GLOBAL_CFLAGS.
This change turns on account mapping for all Android builds.
It allows SSHDIR to be set in BoardConfig.mk

Bug: 29277511

Change-Id: Ic1411b97468d61a919763db6d42253fdf148df79
</pre>
</div>
</content>
</entry>
<entry>
<title>modify SSHDIR as that's not part of upstream code</title>
<updated>2016-02-12T21:22:54+00:00</updated>
<author>
<name>Keun Soo Yim</name>
<email>yim@google.com</email>
</author>
<published>2016-02-12T21:10:33+00:00</published>
<link rel='alternate' type='text/html' href='https://git.replicant.us/mirrors/AOSP/platform_external_openssh/commit/?id=1c1f0bc43077266babd525aa76a13f363444a738'/>
<id>1c1f0bc43077266babd525aa76a13f363444a738</id>
<content type='text'>
Change-Id: Ib55641f13703a3e91c86def7330ff2280ec2afac
(cherry picked from commit db0dfa13e95a9655ee0480dec821ae2a06e9bd52)
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Change-Id: Ib55641f13703a3e91c86def7330ff2280ec2afac
(cherry picked from commit db0dfa13e95a9655ee0480dec821ae2a06e9bd52)
</pre>
</div>
</content>
</entry>
<entry>
<title>Specialize for gce targets in openssh</title>
<updated>2016-02-11T06:44:52+00:00</updated>
<author>
<name>Keun Soo Yim</name>
<email>yim@google.com</email>
</author>
<published>2016-02-09T21:24:06+00:00</published>
<link rel='alternate' type='text/html' href='https://git.replicant.us/mirrors/AOSP/platform_external_openssh/commit/?id=eab54b09351b61c6d35e8d158bc9dac140e85d6c'/>
<id>eab54b09351b61c6d35e8d158bc9dac140e85d6c</id>
<content type='text'>
global clfags are not supported so this is moving
from device/google/gce_x86/BoardConfig.mk

Change-Id: Ifc519a1de4b4be7ae50c21254a99c90bd92bc911
(cherry picked from commit 55b26ed099521b8db7c0ac80377c9a4297d2298f)
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
global clfags are not supported so this is moving
from device/google/gce_x86/BoardConfig.mk

Change-Id: Ifc519a1de4b4be7ae50c21254a99c90bd92bc911
(cherry picked from commit 55b26ed099521b8db7c0ac80377c9a4297d2298f)
</pre>
</div>
</content>
</entry>
<entry>
<title>Merge "openssh-7.1p2"</title>
<updated>2016-02-11T00:57:42+00:00</updated>
<author>
<name>Greg Hartman</name>
<email>ghartman@google.com</email>
</author>
<published>2016-02-11T00:57:42+00:00</published>
<link rel='alternate' type='text/html' href='https://git.replicant.us/mirrors/AOSP/platform_external_openssh/commit/?id=600b511989c5f015f0249785ab5ffd738218de95'/>
<id>600b511989c5f015f0249785ab5ffd738218de95</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Specialize for gce targets in openssh</title>
<updated>2016-02-09T22:13:31+00:00</updated>
<author>
<name>Keun Soo Yim</name>
<email>yim@google.com</email>
</author>
<published>2016-02-09T21:24:06+00:00</published>
<link rel='alternate' type='text/html' href='https://git.replicant.us/mirrors/AOSP/platform_external_openssh/commit/?id=55b26ed099521b8db7c0ac80377c9a4297d2298f'/>
<id>55b26ed099521b8db7c0ac80377c9a4297d2298f</id>
<content type='text'>
global clfags are not supported so this is moving
from device/google/gce_x86/BoardConfig.mk

Change-Id: Ifc519a1de4b4be7ae50c21254a99c90bd92bc911
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
global clfags are not supported so this is moving
from device/google/gce_x86/BoardConfig.mk

Change-Id: Ifc519a1de4b4be7ae50c21254a99c90bd92bc911
</pre>
</div>
</content>
</entry>
<entry>
<title>openssh-7.1p2</title>
<updated>2016-02-03T18:11:42+00:00</updated>
<author>
<name>Greg Hartman</name>
<email>ghartman@google.com</email>
</author>
<published>2016-02-03T17:59:44+00:00</published>
<link rel='alternate' type='text/html' href='https://git.replicant.us/mirrors/AOSP/platform_external_openssh/commit/?id=ccacbc9b0331c30b8be12e8e0349e983abf28fc0'/>
<id>ccacbc9b0331c30b8be12e8e0349e983abf28fc0</id>
<content type='text'>
BUG: 26940969

Change-Id: I8e39cdecbbef4499f72d305132adac86f3532682
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
BUG: 26940969

Change-Id: I8e39cdecbbef4499f72d305132adac86f3532682
</pre>
</div>
</content>
</entry>
</feed>
