Ignore:
Timestamp:
Jul 2, 2011, 3:35:33 PM (14 years ago)
Author:
Herwig Bauernfeind
Message:

Samba 3.5: Update trunk to 3.5.8

File:
1 edited

Legend:

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

    r590 r596  
    12391239                      const struct policy_handle *hnd2);
    12401240const char *strip_hostname(const char *s);
     1241
     1242
     1243
    12411244
    12421245/* The following definitions come from lib/util_file.c  */
     
    15401543void strlower_m(char *s);
    15411544void strupper_m(char *s);
     1545
     1546
    15421547size_t strlen_m(const char *s);
    15431548size_t strlen_m_term(const char *s);
     
    31913196int matching_len_bits(unsigned char *p1, unsigned char *p2, size_t len);
    31923197void sort_query_replies(char *data, int n, struct in_addr ip);
    3193 char *name_mangle(TALLOC_CTX *mem_ctx, char *In, char name_type);
     3198char *name_mangle(TALLOC_CTX *mem_ctx, char *In, char name_type);
    31943199int name_extract(unsigned char *buf,size_t buf_len, unsigned int ofs, fstring name);
    31953200int name_len(unsigned char *s1, size_t buf_len);
     
    52565261                                           const char *workstation,
    52575262                                           const uint8 chal[8],
     5263
    52585264                                           DATA_BLOB lm_response,
    52595265                                           DATA_BLOB nt_response,
     
    52675273                                              const char *workstation,
    52685274                                              const uint8 chal[8],
     5275
    52695276                                              DATA_BLOB lm_response,
    52705277                                              DATA_BLOB nt_response,
     
    64646471                SMB_STRUCT_STAT *sbufp);
    64656472NTSTATUS get_referred_path(TALLOC_CTX *ctx,
     6473
    64666474                        const char *dfs_path,
    64676475                        struct junction_map *jucn,
     
    66256633                                 uint32 *pcreate_disposition,
    66266634                                 uint32 *pcreate_options);
    6627 NTSTATUS open_file_fchmod(struct smb_request *req, connection_struct *conn,
     6635NTSTATUS open_file_fchmod(connection_struct *conn,
    66286636                          struct smb_filename *smb_fname,
    66296637                          files_struct **result);
    6630 NTSTATUS close_file_fchmod(struct smb_request *req, files_struct *fsp);
    66316638NTSTATUS create_directory(connection_struct *conn, struct smb_request *req,
    66326639                          struct smb_filename *smb_dname);
     
    66576664                                   struct smb_request *req,
    66586665                                   uint16_t root_dir_fid,
    6659                                    struct smb_filename *smb_fname);
     6666                                   const struct smb_filename *smb_fname,
     6667                                   struct smb_filename **smb_fname_out);
    66606668
    66616669/* The following definitions come from smbd/oplock.c  */
     
    67656773bool set_unix_posix_acl(connection_struct *conn, files_struct *fsp, const char *fname, uint16 num_acls, const char *pdata);
    67666774SEC_DESC *get_nt_acl_no_snum( TALLOC_CTX *ctx, const char *fname);
     6775
     6776
     6777
     6778
    67676779
    67686780/* The following definitions come from smbd/process.c  */
     
    72987310int fncall_recv(struct tevent_req *req, int *perr);
    72997311
     7312
     7313
     7314
     7315
     7316
     7317
     7318
     7319
     7320
     7321
     7322
     7323
     7324
     7325
     7326
     7327
     7328
     7329
     7330
     7331
     7332
     7333
    73007334/* The following definitions come from rpc_server/srv_samr_nt.c */
    73017335NTSTATUS access_check_object( SEC_DESC *psd, NT_USER_TOKEN *token,
Note: See TracChangeset for help on using the changeset viewer.