Ignore:
Timestamp:
Jun 29, 2011, 7:36:41 AM (14 years ago)
Author:
Herwig Bauernfeind
Message:

Samba 3.5: Update vendor to version 3.5.6

Location:
vendor/current/source3/include
Files:
3 edited

Legend:

Unmodified
Added
Removed
  • vendor/current/source3/include/config.h.in

    r478 r587  
    914914/* Define to 1 if you have the `hstrerror' function. */
    915915#undef HAVE_HSTRERROR
     916
     917/* Define to 1 if you have the `httpConnect' function. */
     918#undef HAVE_HTTPCONNECT
    916919
    917920/* Define to 1 if you have the `httpConnectEncrypt' function. */
  • vendor/current/source3/include/proto.h

    r478 r587  
    31923192void sort_query_replies(char *data, int n, struct in_addr ip);
    31933193char *name_mangle(TALLOC_CTX *mem_ctx, char *In, char name_type);
    3194 int name_extract(char *buf,int ofs, fstring name);
    3195 int name_len(char *s1);
     3194int name_extract(unsigned char *buf,size_t buf_len, unsigned int ofs, fstring name);
     3195int name_len(unsigned char *s1, size_t buf_len);
    31963196
    31973197/* The following definitions come from libsmb/nterr.c  */
     
    55965596                                enum winreg_Type type,
    55975597                                union spoolss_PrinterData *data);
     5598void spoolss_printerinfo2_to_setprinterinfo2(const struct spoolss_PrinterInfo2 *i,
     5599                                             struct spoolss_SetPrinterInfo2 *s);
    55985600
    55995601/* The following definitions come from rpc_client/init_lsa.c  */
     
    65846586/* The following definitions come from smbd/open.c  */
    65856587
    6586 NTSTATUS smb1_file_se_access_check(const struct security_descriptor *sd,
     6588NTSTATUS smb1_file_se_access_check(connection_struct *conn,
     6589                          const struct security_descriptor *sd,
    65876590                          const NT_USER_TOKEN *token,
    65886591                          uint32_t access_desired,
     
    68576860bool fsp_belongs_conn(connection_struct *conn, struct smb_request *req,
    68586861                      files_struct *fsp);
    6859 void reply_special(char *inbuf);
     6862void reply_special(char *inbuf, size_t inbuf_len);
    68606863void reply_tcon(struct smb_request *req);
    68616864void reply_tcon_and_X(struct smb_request *req);
  • vendor/current/source3/include/version.h

    r581 r587  
    22#define SAMBA_VERSION_MAJOR 3
    33#define SAMBA_VERSION_MINOR 5
    4 #define SAMBA_VERSION_RELEASE 5
    5 #define SAMBA_VERSION_OFFICIAL_STRING "3.5.5"
     4#define SAMBA_VERSION_RELEASE 6
     5#define SAMBA_VERSION_OFFICIAL_STRING "3.5.6"
    66#ifdef SAMBA_VERSION_VENDOR_FUNCTION
    77#  define SAMBA_VERSION_STRING SAMBA_VERSION_VENDOR_FUNCTION
Note: See TracChangeset for help on using the changeset viewer.