Skip to content
Snippets Groups Projects
  1. Jan 13, 2019
  2. Jan 12, 2019
    • Jiyong Park's avatar
      Add libc.bootstrap only for Q and beyond · 3173e4c2
      Jiyong Park authored
      Test: m on pi-dev
      Test: m on master
      Test: m on cw-f-dev
      
      Change-Id: Ia0b02320b0bb06cac8e1fded09d609a1418928a3
      3173e4c2
    • Jiyong Park's avatar
      Fix build breakage · bdff1786
      Jiyong Park authored
      sshd is using the symbol arc4random_stir which is not exposed from the
      libc in the runtime APEX. Override this by directly linking to the
      bootstrap bionic which exposes the symbol
      
      Test: m sshd
      Change-Id: I37ae12f1d979725e6396ccab20c6ea57d84724a6
      bdff1786
  3. Feb 15, 2018
    • Elliott Hughes's avatar
      Remove assumption that _PATH_BSHELL is a compile-time constant. · f11ba899
      Elliott Hughes authored
      The alternative would be to build sshd using the (V)NDK, and I initially
      went down that route but the because (a) we build sshd for API level 19
      and (b) there are a couple of dependencies on non-NDK libraries/headers,
      that's a significantly larger and more complicated change.
      
      One day, when we don't have to support anything older than API 23 we
      can remove most/all of the Android-specific changes in this project,
      at which time we should drop this change and just build with the (V)NDK.
      
      Bug: http://b/67975799
      Test: builds
      Change-Id: If6be7947e69b24cfa514a17bee6fef3cfbddc236
      f11ba899
  4. Dec 08, 2017
  5. Nov 11, 2017
    • Chih-Hung Hsieh's avatar
      Use -Werror and -Wno-error in external/openssh · 596e9161
      Chih-Hung Hsieh authored
      * Suppress non-critical warnings.
      * Keep other warnings to fix later.
      * Some warnings cannot be suppressed so we added -Wno-error at the end.
      
      Bug: 66996870
      Test: build with WITH_TIDY=1
      Change-Id: I746ba8f7dc48232678af87749ef23789ee982aa7
      596e9161
  6. Oct 25, 2017
  7. Oct 23, 2017
  8. Oct 18, 2017
  9. Sep 08, 2017
  10. Jun 23, 2017
  11. Mar 29, 2017
  12. Mar 28, 2017
  13. Feb 09, 2017
    • George Burgess IV's avatar
      Define HAVE_{STRLCPY,STRLCAT} to 1. · 7b5a7c1b
      George Burgess IV authored
      Bionic has both of these functions; their redeclarations break our
      new-style FORTIFY.
      
      Bug: 32073964
      Test: Builds with new FORITFY
      Change-Id: Ia6e43117012dc83f6f11ae78a74bb1f4b07c75fc
      7b5a7c1b
  14. Nov 23, 2016
  15. Aug 11, 2016
    • Josh Gao's avatar
      Define HAVE_ATTRIBUTE__SENTINEL__ to 1. · 819a147a
      Josh Gao authored
      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
      819a147a
  16. Jun 10, 2016
    • Greg Hartman's avatar
      Move away from GLOBAL_CFLAGS for ssh configuration · e7f7ce93
      Greg Hartman authored
      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
      e7f7ce93
  17. Feb 12, 2016
  18. Feb 11, 2016
  19. Feb 09, 2016
  20. Feb 03, 2016
    • Greg Hartman's avatar
      openssh-7.1p2 · ccacbc9b
      Greg Hartman authored
      BUG: 26940969
      
      Change-Id: I8e39cdecbbef4499f72d305132adac86f3532682
      ccacbc9b
  21. Jan 20, 2016
Loading