Ignore:
Timestamp:
Jul 6, 2011, 8:21:13 PM (14 years ago)
Author:
Herwig Bauernfeind
Message:

Samba 3.5: Update trunk to 3.5.9

Location:
trunk/server/source3/include
Files:
3 edited

Legend:

Unmodified
Added
Removed
  • trunk/server/source3/include/config.h.in

    r596 r599  
    765765#undef HAVE_GETGROUPLIST
    766766
     767/* Define to 1 if you have the `getgrset' function. */
     768#undef HAVE_GETGRSET
     769
    767770/* Whether the system has gethostbyname() */
    768771#undef HAVE_GETHOSTBYNAME
     
    22292232#undef HAVE_STRUCT_IFADDRS
    22302233
    2231 /* Define to 1 if `method_attrlist' is member of `struct secmethod_table'. */
     2234/* Define to 1 if `method_attrlist' is a member of `struct secmethod_table'.
     2235   */
    22322236#undef HAVE_STRUCT_SECMETHOD_TABLE_METHOD_ATTRLIST
    22332237
    2234 /* Define to 1 if `method_version' is member of `struct secmethod_table'. */
     2238/* Define to 1 if `method_version' is a member of `struct secmethod_table'. */
    22352239#undef HAVE_STRUCT_SECMETHOD_TABLE_METHOD_VERSION
    22362240
     
    22382242#undef HAVE_STRUCT_SIGEVENT
    22392243
    2240 /* Define to 1 if `sigev_value.sigval_ptr' is member of `struct sigevent'. */
     2244/* Define to 1 if `sigev_value.sigval_ptr' is a member of `struct sigevent'.
     2245   */
    22412246#undef HAVE_STRUCT_SIGEVENT_SIGEV_VALUE_SIGVAL_PTR
    22422247
    2243 /* Define to 1 if `sigev_value.sival_ptr' is member of `struct sigevent'. */
     2248/* Define to 1 if `sigev_value.sival_ptr' is a member of `struct sigevent'. */
    22442249#undef HAVE_STRUCT_SIGEVENT_SIGEV_VALUE_SIVAL_PTR
    22452250
     
    22502255#undef HAVE_STRUCT_SOCKADDR_IN6
    22512256
    2252 /* Define to 1 if `sa_len' is member of `struct sockaddr'. */
     2257/* Define to 1 if `sa_len' is a member of `struct sockaddr'. */
    22532258#undef HAVE_STRUCT_SOCKADDR_SA_LEN
    22542259
     
    22562261#undef HAVE_STRUCT_SOCKADDR_STORAGE
    22572262
    2258 /* Define to 1 if `st_birthtime' is member of `struct stat'. */
     2263/* Define to 1 if `st_birthtime' is a member of `struct stat'. */
    22592264#undef HAVE_STRUCT_STAT_ST_BIRTHTIME
    22602265
    2261 /* Define to 1 if `st_birthtimensec' is member of `struct stat'. */
     2266/* Define to 1 if `st_birthtimensec' is a member of `struct stat'. */
    22622267#undef HAVE_STRUCT_STAT_ST_BIRTHTIMENSEC
    22632268
    2264 /* Define to 1 if `st_birthtimespec.tv_nsec' is member of `struct stat'. */
     2269/* Define to 1 if `st_birthtimespec.tv_nsec' is a member of `struct stat'. */
    22652270#undef HAVE_STRUCT_STAT_ST_BIRTHTIMESPEC_TV_NSEC
    22662271
    2267 /* Define to 1 if `st_mtimensec' is member of `struct stat'. */
     2272/* Define to 1 if `st_mtimensec' is a member of `struct stat'. */
    22682273#undef HAVE_STRUCT_STAT_ST_MTIMENSEC
    22692274
    2270 /* Define to 1 if `st_mtimespec.tv_nsec' is member of `struct stat'. */
     2275/* Define to 1 if `st_mtimespec.tv_nsec' is a member of `struct stat'. */
    22712276#undef HAVE_STRUCT_STAT_ST_MTIMESPEC_TV_NSEC
    22722277
    2273 /* Define to 1 if `st_mtime_n' is member of `struct stat'. */
     2278/* Define to 1 if `st_mtime_n' is a member of `struct stat'. */
    22742279#undef HAVE_STRUCT_STAT_ST_MTIME_N
    22752280
    2276 /* Define to 1 if `st_mtim.tv_nsec' is member of `struct stat'. */
     2281/* Define to 1 if `st_mtim.tv_nsec' is a member of `struct stat'. */
    22772282#undef HAVE_STRUCT_STAT_ST_MTIM_TV_NSEC
    22782283
    2279 /* Define to 1 if `st_rdev' is member of `struct stat'. */
     2284/* Define to 1 if `st_rdev' is a member of `struct stat'. */
    22802285#undef HAVE_STRUCT_STAT_ST_RDEV
    22812286
    2282 /* Define to 1 if `st_umtime' is member of `struct stat'. */
     2287/* Define to 1 if `st_umtime' is a member of `struct stat'. */
    22832288#undef HAVE_STRUCT_STAT_ST_UMTIME
    22842289
     
    30323037/* Define to the one symbol short name of this package. */
    30333038#undef PACKAGE_TARNAME
     3039
     3040/* Define to the home page for this package. */
     3041#undef PACKAGE_URL
    30343042
    30353043/* Define to the version of this package. */
  • trunk/server/source3/include/local.h

    r414 r599  
    149149#define NMBD_INTERFACES_RELOAD (120)
    150150#define NMBD_UNEXPECTED_TIMEOUT (15)
     151#define SMBD_HOUSEKEEPING_INTERVAL SMBD_SELECT_TIMEOUT
    151152
    152153/* the following are in milliseconds */
  • trunk/server/source3/include/proto.h

    r596 r599  
    11801180const char *tab_depth(int level, int depth);
    11811181int str_checksum(const char *s);
     1182unsigned int jenkins_hash(TDB_DATA *key);
    11821183void zero_free(void *p, size_t size);
    11831184int set_maxfiles(int requested_max);
     
    40804081bool lp_use_spnego(void);
    40814082bool lp_client_use_spnego(void);
     4083bool lp_client_use_spnego_principal(void);
    40824084bool lp_hostname_lookups(void);
    40834085bool lp_change_notify(const struct share_params *p );
     
    48984900bool pcap_cache_loaded(void);
    48994901void pcap_cache_replace(const struct pcap_cache *cache);
    4900 void pcap_cache_reload(void);
     4902void pcap_cache_reload(void (*post_cache_fill_fn)(void));
    49014903bool pcap_printername_ok(const char *printername);
    49024904void pcap_printer_fn_specific(const struct pcap_cache *, void (*fn)(const char *, const char *, void *), void *);
     
    49094911/* The following definitions come from printing/print_cups.c  */
    49104912
    4911 bool cups_cache_reload(void);
     4913bool cups_cache_reload(void (*post_cache_fill_fn)(void));
    49124914bool cups_pull_comment_location(NT_PRINTER_INFO_LEVEL_2 *printer);
    49134915
     
    67526754                                bool directory_ace);
    67536755NTSTATUS unpack_nt_owners(int snum, uid_t *puser, gid_t *pgrp, uint32 security_info_sent, const SEC_DESC *psd);
     6756bool current_user_in_group(gid_t gid);
    67546757SMB_ACL_T free_empty_sys_acl(connection_struct *conn, SMB_ACL_T the_acl);
    67556758NTSTATUS posix_fget_nt_acl(struct files_struct *fsp, uint32_t security_info,
Note: See TracChangeset for help on using the changeset viewer.