Print this page
First stab at the full Joyent wad (still needs work!!!)

Split Close
Expand all
Collapse all
          --- old/build/openssh/patches/0002-PAM-Support.patch
          +++ new/build/openssh/patches/0004-PAM-Support.patch
   1      -From 26f612877a2a9db59657a74d178079f92f01eb97 Mon Sep 17 00:00:00 2001
        1 +From c57262f2123c44f2e306df153d6a3be1558ba228 Mon Sep 17 00:00:00 2001
   2    2  From: oracle <solaris@oracle.com>
   3    3  Date: Mon, 3 Aug 2015 14:34:19 -0700
   4      -Subject: [PATCH 02/30] PAM Support
        4 +Subject: [PATCH 04/36] PAM Support
   5    5  
   6    6  #
   7    7  # To comply to the Solaris PAM policy, the UsePAM option is changed to be
   8    8  # always on and not configurable on Solaris.  This is for Solaris only, so we
   9    9  # will not contribute the changes to the upstream community.
  10   10  #
  11   11  
  12   12  *** orig/servconf.c     Mon Dec  5 17:23:03 2011
  13   13  ---
  14   14   servconf.c | 14 ++++++++++++++
↓ open down ↓ 28 lines elided ↑ open up ↑
  43   43  +                       arg = strdelim(&cp);
  44   44  +               break; 
  45   45  +#else
  46   46                  intptr = &options->use_pam;
  47   47                  goto parse_flag;
  48   48  +#endif
  49   49   
  50   50          /* Standard Options */
  51   51          case sBadOption:
  52   52  -- 
  53      -2.3.2 (Apple Git-55)
       53 +2.5.4 (Apple Git-61)
  54   54  
    
XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX