Ignore:
Timestamp:
Jul 1, 2011, 8:40:10 AM (14 years ago)
Author:
Herwig Bauernfeind
Message:

Samba 3.5: Update trunk to 3.5.6

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/server/source3/include/proto.h

    r480 r590  
    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);
Note: See TracChangeset for help on using the changeset viewer.