Ignore:
Timestamp:
Nov 29, 2012, 2:06:31 PM (13 years ago)
Author:
Silvan Scherrer
Message:

Samba Server: updated trunk to 3.6.9 2nd part

Location:
trunk/server
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/server

  • trunk/server/librpc/ndr/libndr.h

    r745 r752  
    137137#define LIBNDR_FLAG_ALIGN8       (1<<24)
    138138
    139 #define LIBNDR_ALIGN_FLAGS (LIBNDR_FLAG_ALIGN2|LIBNDR_FLAG_ALIGN4|LIBNDR_FLAG_ALIGN8)
     139#define LIBNDR_ALIGN_FLAGS ( 0        | \
     140                LIBNDR_FLAG_NOALIGN   | \
     141                LIBNDR_FLAG_REMAINING | \
     142                LIBNDR_FLAG_ALIGN2    | \
     143                LIBNDR_FLAG_ALIGN4    | \
     144                LIBNDR_FLAG_ALIGN8    | \
     145                0)
    140146
    141147#define LIBNDR_PRINT_ARRAY_HEX   (1<<25)
     
    569575enum ndr_err_code ndr_check_string_terminator(struct ndr_pull *ndr, uint32_t count, uint32_t element_size);
    570576enum ndr_err_code ndr_pull_charset(struct ndr_pull *ndr, int ndr_flags, const char **var, uint32_t length, uint8_t byte_mul, charset_t chset);
     577enum ndr_err_code ndr_pull_charset_to_null(struct ndr_pull *ndr, int ndr_flags, const char **var, uint32_t length, uint8_t byte_mul, charset_t chset);
    571578enum ndr_err_code ndr_push_charset(struct ndr_push *ndr, int ndr_flags, const char *var, uint32_t length, uint8_t byte_mul, charset_t chset);
    572579
Note: See TracChangeset for help on using the changeset viewer.