Ignore:
Timestamp:
May 20, 2009, 6:46:53 PM (16 years ago)
Author:
Herwig Bauernfeind
Message:

Update 3.2 branch to 3.2.4

Location:
branches/samba-3.2.x/source/librpc/idl
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • branches/samba-3.2.x/source/librpc/idl/krb5pac.idl

    r133 r204  
    7171                [case(PAC_TYPE_KDC_CHECKSUM)]   PAC_SIGNATURE_DATA kdc_cksum;
    7272                [case(PAC_TYPE_LOGON_NAME)]     PAC_LOGON_NAME logon_name;
    73                 [case(PAC_TYPE_UNKNOWN_12)]     [subcontext(0)] DATA_BLOB_REM unknown;
     73                [default]                       [subcontext(0)] DATA_BLOB_REM unknown;
    7474                /* [case(PAC_TYPE_UNKNOWN_12)]  PAC_UNKNOWN_12 unknown; */
    7575        } PAC_INFO;
  • branches/samba-3.2.x/source/librpc/idl/netlogon.idl

    r136 r204  
    11831183                [in]  netr_SchannelType secure_channel_type,
    11841184                [in]  [string,charset(UTF16)] uint16 computer_name[],
    1185                 [in]  netr_Authenticator credential,
    1186                 [in]  netr_CryptPassword new_password,
    1187                 [out,ref] netr_Authenticator *return_authenticator
     1185                [in,ref] netr_Authenticator *credential,
     1186                [out,ref] netr_Authenticator *return_authenticator,
     1187                [in,ref] netr_CryptPassword *new_password
    11881188                );
    11891189
Note: See TracChangeset for help on using the changeset viewer.