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

File:
1 edited

Legend:

Unmodified
Added
Removed
  • 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.