Changeset 732 for branches/samba-3.5.x/source3/include/proto.h
- Timestamp:
- Nov 12, 2012, 4:35:55 PM (13 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/samba-3.5.x/source3/include/proto.h
r599 r732 1243 1243 struct tevent_context *ev, 1244 1244 NTSTATUS *status); 1245 bool is_executable(const char *fname); 1246 bool 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); 1245 1252 1246 1253 /* The following definitions come from lib/util_file.c */ … … 4258 4265 int lp_winbind_cache_time(void); 4259 4266 int lp_winbind_reconnect_delay(void); 4267 int lp_winbind_max_clients(void); 4260 4268 const char **lp_winbind_nss_info(void); 4261 4269 int lp_algorithmic_rid_base(void); … … 6347 6355 struct smb_filename **smb_fname, 6348 6356 uint32_t ucf_flags); 6357 NTSTATUS check_veto_path(connection_struct *conn, const char *name); 6349 6358 NTSTATUS check_name(connection_struct *conn, const char *name); 6350 6359 int get_real_filename(connection_struct *conn, const char *path, … … 6609 6618 const char *fname, 6610 6619 SMB_STRUCT_STAT *psbuf); 6611 bool is_executable(const char *fname);6612 6620 bool is_stat_open(uint32 access_mask); 6613 6621 bool request_timed_out(struct timeval request_time, … … 6629 6637 uint32 share_access, 6630 6638 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);6637 6639 NTSTATUS open_file_fchmod(connection_struct *conn, 6638 6640 struct smb_filename *smb_fname, … … 7054 7056 bool case_sensitive); 7055 7057 bool stat_cache_lookup(connection_struct *conn, 7058 bool posix_paths, 7056 7059 char **pp_name, 7057 7060 char **pp_dirpath,
Note:
See TracChangeset
for help on using the changeset viewer.