Ignore:
Timestamp:
Nov 12, 2012, 4:35:55 PM (13 years ago)
Author:
Silvan Scherrer
Message:

Samba Server 3.5: update branche to 3.5.12

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/samba-3.5.x/source3/include/proto.h

    r599 r732  
    12431243                              struct tevent_context *ev,
    12441244                              NTSTATUS *status);
     1245bool is_executable(const char *fname);
     1246bool map_open_params_to_ntcreate(const char *smb_base_fname,
     1247                                 int deny_mode, int open_func,
     1248                                 uint32 *paccess_mask,
     1249                                 uint32 *pshare_mode,
     1250                                 uint32 *pcreate_disposition,
     1251                                 uint32 *pcreate_options);
    12451252
    12461253/* The following definitions come from lib/util_file.c  */
     
    42584265int lp_winbind_cache_time(void);
    42594266int lp_winbind_reconnect_delay(void);
     4267int lp_winbind_max_clients(void);
    42604268const char **lp_winbind_nss_info(void);
    42614269int lp_algorithmic_rid_base(void);
     
    63476355                      struct smb_filename **smb_fname,
    63486356                      uint32_t ucf_flags);
     6357NTSTATUS check_veto_path(connection_struct *conn, const char *name);
    63496358NTSTATUS check_name(connection_struct *conn, const char *name);
    63506359int get_real_filename(connection_struct *conn, const char *path,
     
    66096618                                    const char *fname,
    66106619                                    SMB_STRUCT_STAT *psbuf);
    6611 bool is_executable(const char *fname);
    66126620bool is_stat_open(uint32 access_mask);
    66136621bool request_timed_out(struct timeval request_time,
     
    66296637                         uint32 share_access,
    66306638                         uint32 create_options);
    6631 bool map_open_params_to_ntcreate(const struct smb_filename *smb_fname,
    6632                                  int deny_mode, int open_func,
    6633                                  uint32 *paccess_mask,
    6634                                  uint32 *pshare_mode,
    6635                                  uint32 *pcreate_disposition,
    6636                                  uint32 *pcreate_options);
    66376639NTSTATUS open_file_fchmod(connection_struct *conn,
    66386640                          struct smb_filename *smb_fname,
     
    70547056                bool case_sensitive);
    70557057bool stat_cache_lookup(connection_struct *conn,
     7058                        bool posix_paths,
    70567059                        char **pp_name,
    70577060                        char **pp_dirpath,
Note: See TracChangeset for help on using the changeset viewer.