summaryrefslogtreecommitdiff
path: root/source3/include/proto.h
diff options
context:
space:
mode:
authorGerald Carter <jerry@samba.org>2001-03-09 18:59:16 +0000
committerGerald Carter <jerry@samba.org>2001-03-09 18:59:16 +0000
commit0bfc10011bd5cacecda8b59c36e80f676e5c7fa3 (patch)
treec697a708da79caa3291c7844eb2148bccdf869ac /source3/include/proto.h
parent53a331cfb271bd64bb26d0d433439e249adbbe71 (diff)
downloadsamba-0bfc10011bd5cacecda8b59c36e80f676e5c7fa3.tar.gz
samba-0bfc10011bd5cacecda8b59c36e80f676e5c7fa3.tar.bz2
samba-0bfc10011bd5cacecda8b59c36e80f676e5c7fa3.zip
merge of 'lanman auth' and 'min protocol' from 2.2
(This used to be commit 1d84da779a0fe3219d77686a493d2b2fa1f8072a)
Diffstat (limited to 'source3/include/proto.h')
-rw-r--r--source3/include/proto.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/source3/include/proto.h b/source3/include/proto.h
index a119390d0d..442354abed 100644
--- a/source3/include/proto.h
+++ b/source3/include/proto.h
@@ -1636,6 +1636,7 @@ BOOL lp_nt_acl_support(void);
BOOL lp_stat_cache(void);
BOOL lp_allow_trusted_domains(void);
BOOL lp_restrict_anonymous(void);
+BOOL lp_lanman_auth(void);
BOOL lp_host_msdfs(void);
BOOL lp_kernel_oplocks(void);
int lp_os_level(void);
@@ -1651,6 +1652,7 @@ int lp_usernamelevel(void);
int lp_readsize(void);
int lp_deadtime(void);
int lp_maxprotocol(void);
+int lp_minprotocol(void);
int lp_security(void);
int lp_maxdisksize(void);
int lp_lpqcachetime(void);