Print this page
NEX-13644 File access audit logging
Reviewed by: Gordon Ross <gordon.ross@nexenta.com>
Reviewed by: Roman Strashkin <roman.strashkin@nexenta.com>
Reviewed by: Saso Kiselkov <saso.kiselkov@nexenta.com>
Reviewed by: Rick McNeal <rick.mcneal@nexenta.com>
Reviewed by: Yuri Pankov <yuri.pankov@nexenta.com>
SUP-642 Regression leading to AD usernames not being displayed by zfs userspace command.

Split Close
Expand all
Collapse all
          --- old/usr/src/lib/libidmap/common/mapfile-vers
          +++ new/usr/src/lib/libidmap/common/mapfile-vers
↓ open down ↓ 12 lines elided ↑ open up ↑
  13   13  # When distributing Covered Code, include this CDDL HEADER in each
  14   14  # file and include the License file at usr/src/OPENSOLARIS.LICENSE.
  15   15  # If applicable, add the following below this CDDL HEADER, with the
  16   16  # fields enclosed by brackets "[]" replaced with your own identifying
  17   17  # information: Portions Copyright [yyyy] [name of copyright owner]
  18   18  #
  19   19  # CDDL HEADER END
  20   20  #
  21   21  #
  22   22  # Copyright (c) 2007, 2010, Oracle and/or its affiliates. All rights reserved.
       23 +# Copyright 2018 Nexenta Systems, Inc.  All rights reserved.
  23   24  #
  24   25  #
  25   26  
  26   27  #
  27   28  # MAPFILE HEADER START
  28   29  #
  29   30  # WARNING:  STOP NOW.  DO NOT MODIFY THIS FILE.
  30   31  # Object versioning must comply with the rules detailed in
  31   32  #
  32   33  #       usr/src/lib/README.mapfiles
↓ open down ↓ 44 lines elided ↑ open up ↑
  77   78          idmap_get_w2u_mapping;
  78   79          idmap_getext_gidbysid;
  79   80          idmap_getext_pidbysid;
  80   81          idmap_getext_sidbygid;
  81   82          idmap_getext_sidbyuid;
  82   83          idmap_getext_uidbysid;
  83   84          idmap_getgidbywinname;
  84   85          idmap_getuidbywinname;
  85   86          idmap_getwinnamebygid;
  86   87          idmap_getwinnamebypid;
       88 +        idmap_getwinnamebysid;
  87   89          idmap_getwinnamebyuid;
  88   90          idmap_how_clear;
  89   91          idmap_info_free;
  90   92          idmap_info_mov;
  91   93          idmap_iter_destroy;
  92   94          idmap_iter_mappings;
  93   95          idmap_iter_namerules;
  94   96          idmap_iter_next_mapping;
  95   97          idmap_iter_next_namerule;
  96   98          idmap_namerule_cpy;
↓ open down ↓ 46 lines elided ↑ open up ↑
XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX