Ignore:
Timestamp:
Nov 27, 2012, 4:56:06 PM (12 years ago)
Author:
Silvan Scherrer
Message:

Samba Server: updated vendor to 3.6.9

File:
1 edited

Legend:

Unmodified
Added
Removed
  • TabularUnified vendor/current/source3/include/proto.h

    r740 r746  
    706706int timeval_to_msec(struct timeval t);
    707707char *valid_share_pathname(TALLOC_CTX *ctx, const char *dos_pathname);
     708bool is_executable(const char *fname);
     709bool map_open_params_to_ntcreate(const char *smb_base_fname,
     710                                 int deny_mode, int open_func,
     711                                 uint32 *paccess_mask,
     712                                 uint32 *pshare_mode,
     713                                 uint32 *pcreate_disposition,
     714                                 uint32 *pcreate_options,
     715                                 uint32_t *pprivate_flags);
    708716
    709717/* The following definitions come from lib/util_cmdline.c  */
     
    802810                              struct dom_sid **user_sids,
    803811                              uint32_t *num_user_sids,
    804                               bool include_user_group_rid,
    805                               bool skip_ressource_groups);
     812                              bool include_user_group_rid);
    806813
    807814/* The following definitions come from lib/util_sock.c  */
     
    13311338
    13321339char *lp_smb_ports(void);
    1333 char *lp_dos_charset(void);
    1334 char *lp_unix_charset(void);
    1335 char *lp_display_charset(void);
     1340const char *lp_dos_charset(void);
     1341const char *lp_unix_charset(void);
     1342const char *lp_display_charset(void);
    13361343char *lp_logfile(void);
    13371344char *lp_configfile(void);
     
    16291636bool lp_onlyuser(int );
    16301637bool lp_manglednames(const struct share_params *p );
     1638bool lp_allow_insecure_widelinks(void);
    16311639bool lp_widelinks(int );
    16321640bool lp_symlinks(int );
Note: See TracChangeset for help on using the changeset viewer.