Ignore:
Timestamp:
Nov 27, 2012, 4:43:17 PM (13 years ago)
Author:
Silvan Scherrer
Message:

Samba Server: updated trunk to 3.6.0

Location:
trunk/server
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/server

  • trunk/server/nsswitch/winbind_struct_protocol.h

    r414 r745  
    5151 * 23: added session_key to ccache_ntlm_auth response
    5252 *     added WINBINDD_CCACHE_SAVE
     53 * 24: Fill in num_entries WINBINDD_LIST_USERS and WINBINDD_LIST_GROUPS
     54 * 25: removed WINBINDD_SET_HWM
     55 *     removed WINBINDD_SET_MAPPING
     56 *     removed WINBINDD_REMOVE_MAPPING
     57 * 26: added WINBINDD_DC_INFO
     58 * 27: added WINBINDD_LOOKUPSIDS
    5359 */
    54 #define WINBIND_INTERFACE_VERSION 23
     60#define WINBIND_INTERFACE_VERSION 27
    5561
    5662/* Have to deal with time_t being 4 or 8 bytes due to structure alignment.
    5763   On a 64bit Linux box, we have to support a constant structure size
    58    between /lib/libnss_winbind.so.2 and /li64/libnss_winbind.so.2.
     64   between /lib/libnss_winbind.so.2 and /lib64/libnss_winbind.so.2.
    5965   The easiest way to do this is to always use 8byte values for time_t. */
    6066
     
    104110        WINBINDD_LOOKUPNAME,
    105111        WINBINDD_LOOKUPRIDS,
     112        WINBINDD_LOOKUPSIDS,
    106113
    107114        /* Lookup functions */
     
    115122        WINBINDD_ALLOCATE_UID,
    116123        WINBINDD_ALLOCATE_GID,
    117         WINBINDD_SET_MAPPING,
    118         WINBINDD_REMOVE_MAPPING,
    119         WINBINDD_SET_HWM,
    120124
    121125        /* Miscellaneous other stuff */
     
    132136        WINBINDD_GETDCNAME,     /* Issue a GetDCName Request */
    133137        WINBINDD_DSGETDCNAME,   /* Issue a DsGetDCName Request */
     138        WINBINDD_DC_INFO,       /* Which DC are we connected to? */
    134139
    135140        WINBINDD_SHOW_SEQUENCE, /* display sequence numbers of domains */
     
    167172        WINBINDD_DUAL_UID2SID,
    168173        WINBINDD_DUAL_GID2SID,
    169         WINBINDD_DUAL_SET_MAPPING,
    170         WINBINDD_DUAL_REMOVE_MAPPING,
    171         WINBINDD_DUAL_SET_HWM,
    172174
    173175        /* Wrapper around possibly blocking unix nss calls */
Note: See TracChangeset for help on using the changeset viewer.