Ignore:
Timestamp:
Nov 14, 2012, 12:59:34 PM (13 years ago)
Author:
Silvan Scherrer
Message:

Samba Server: update vendor to 3.6.0

File:
1 edited

Legend:

Unmodified
Added
Removed
  • vendor/current/source3/include/local.h

    r597 r740  
    99#ifndef WORKGROUP
    1010#define WORKGROUP "WORKGROUP"
    11 #endif
    12 
    13 /* the maximum debug level to compile into the code. This assumes a good
    14    optimising compiler that can remove unused code
    15    for embedded or low-memory systems set this to a value like 2 to get
    16    only important messages. This gives *much* smaller binaries
    17 */
    18 #ifndef MAX_DEBUG_LEVEL
    19 #define MAX_DEBUG_LEVEL 1000
    2011#endif
    2112
     
    5142/* maximum number of file caches per smbd */
    5243#define MAX_WRITE_CACHES 10
    53 
    54 /* define what facility to use for syslog */
    55 #ifndef SYSLOG_FACILITY
    56 #define SYSLOG_FACILITY LOG_DAEMON
    57 #endif
    5844
    5945/*
     
    241227#define WINBIND_SERVER_MUTEX_WAIT_TIME (( ((NUM_CLI_AUTH_CONNECT_RETRIES) * ((CLI_AUTH_TIMEOUT)/1000)) + 5)*2)
    242228
    243 /* Max number of simultaneous winbindd socket connections. */
    244 #define WINBINDD_MAX_SIMULTANEOUS_CLIENTS 200
    245 
    246229/* Buffer size to use when printing backtraces */
    247230#define BACKTRACE_STACK_SIZE 64
     
    276259#define MAX_RPC_DATA_SIZE (15*1024*1024)
    277260
    278 #endif
     261#define CLIENT_NDR_PADDING_SIZE 8
     262#define SERVER_NDR_PADDING_SIZE 8
     263
     264#define DEFAULT_SMB2_MAX_READ (1024*1024)
     265#define DEFAULT_SMB2_MAX_WRITE (1024*1024)
     266#define DEFAULT_SMB2_MAX_TRANSACT (1024*1024)
     267#define DEFAULT_SMB2_MAX_CREDITS 8192
     268#define DEFAULT_SMB2_MAX_CREDIT_BITMAP_FACTOR 2
     269
     270#endif
Note: See TracChangeset for help on using the changeset viewer.