index
:
samba.git
master
old-v4-0-stable
old-v4-0-test
v3-0-stable
v3-0-test
v3-2-stable
v3-2-test
v3-3-stable
v3-3-test
v3-4-stable
v3-4-test
v3-5-stable
v3-5-test
v3-6-stable
v3-6-test
v3-devel
v4-0-stable
v4-0-test
Unnamed repository; edit this file 'description' to name the repository.
Sumit Bose
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
source3
/
smbd
/
negprot.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
auth/gensec: remove tevent_context argument from gensec_update()
Stefan Metzmacher
2014-03-27
1
-1
/
+1
*
lib/param: Normalise "read raw" and "write raw" parameters
Andrew Bartlett
2014-02-12
1
-3
/
+13
*
param: rename lp function and variable from "encrypted_passwords" to "encrypt...
Garming Sam
2014-02-07
1
-3
/
+3
*
param: rename lp function and variable from "srv_minprotocol" to "server_min_...
Garming Sam
2014-02-07
1
-1
/
+1
*
param: rename lp function and variable from "srv_maxprotocol" to "server_max_...
Garming Sam
2014-02-07
1
-1
/
+1
*
param: rename lp function and variable from "maxmux" to "max_mux"
Garming Sam
2014-02-07
1
-3
/
+3
*
smbd: Fix async echo handler forking (Bug 10086)
Volker Lendecke
2013-08-14
1
-3
/
+6
*
s3:smbd: remove silly (SMB_OFF_T_BITS == 64) checks
Stefan Metzmacher
2013-03-20
1
-3
/
+2
*
Correctly check for errors in strlower_m() returns.
Jeremy Allison
2012-08-09
1
-1
/
+1
*
param: Make the 'unicode' parameter common
Andrew Bartlett
2012-07-24
1
-1
/
+5
*
s3-smbd: Remove unused branches in negprot since security=share was removed
Andrew Bartlett
2012-06-11
1
-21
/
+8
*
s3-smbd: Remove support for protocols before LANMAN1
Andrew Bartlett
2012-06-05
1
-35
/
+0
*
s3:smbd: introduce struct smbXsrv_connection
Stefan Metzmacher
2012-05-12
1
-5
/
+6
*
lib/util: Remove obsolete sys_getpid() and sys_fork().
Jelmer Vernooij
2012-03-24
1
-14
/
+14
*
s3-auth: Follow auth_ntlmssp and use auth4_context for Session Setup
Andrew Bartlett
2012-03-08
1
-1
/
+1
*
s3-auth: Remove security=share (depricated since 3.6).
Andrew Bartlett
2012-03-04
1
-1
/
+0
*
s3-param: Align lp_{max,min}protocol with lib/param names
Andrew Bartlett
2012-02-27
1
-2
/
+2
*
s3-smbd Remove unused code now we always have SPNEGO via gensec
Andrew Bartlett
2012-02-16
1
-36
/
+4
*
s3-auth Remove ntlmssp_wrap.h which is no longer required
Andrew Bartlett
2012-01-05
1
-1
/
+0
*
s3-auth use gensec directly rather than via auth_generic_state
Andrew Bartlett
2012-01-05
1
-5
/
+5
*
s3-auth Add TALLOC_CTX * to auth_generic_prepare()
Andrew Bartlett
2012-01-05
1
-1
/
+2
*
s3-auth rename auth_ntlmssp_prepare() -> auth_generic_prepare()
Andrew Bartlett
2011-12-22
1
-1
/
+1
*
s3-auth rename auth_ntlmssp_state -> auth_generic_state
Andrew Bartlett
2011-12-22
1
-1
/
+1
*
s3:smbd: avoid using sconn_server_id()
Stefan Metzmacher
2011-12-16
1
-1
/
+1
*
s3:smbd: pass smbd_server_connection and a snumused function pointer to reloa...
Stefan Metzmacher
2011-12-15
1
-2
/
+2
*
s3:smbd: calculate the negprot signing flags from the signing_state
Stefan Metzmacher
2011-11-16
1
-3
/
+10
*
s3:smbd: also send the server name in the negprot response
Stefan Metzmacher
2011-11-04
1
-0
/
+8
*
s3:smbd: make use of SMB_SIGNING_* constants
Stefan Metzmacher
2011-11-03
1
-4
/
+5
*
s3-ntlmssp Remove auth_ntlmssp_update wrapper
Andrew Bartlett
2011-10-21
1
-2
/
+2
*
s3:smbd: make use of better SMB signing negotiation
Stefan Metzmacher
2011-09-14
1
-1
/
+0
*
libcli/smb: s/FLAGS2_UNKNOWN_BIT4/FLAGS2_SMB_SECURITY_SIGNATURES_REQUIRED
Stefan Metzmacher
2011-09-10
1
-1
/
+1
*
s3:smb2_server: add basic support for SMB 2.1
Stefan Metzmacher
2011-09-05
1
-0
/
+1
*
s3:smbd: make use of PROTOCOL_SMB2_02
Stefan Metzmacher
2011-09-05
1
-1
/
+1
*
s3: Fix bug 8334, do not fork the echo handler for smb2
Volker Lendecke
2011-08-31
1
-1
/
+2
*
s3-auth use auth_generic_start to get full GENSEC in Samba3 session setup
Andrew Bartlett
2011-08-03
1
-1
/
+27
*
s3:smbd: use PROTOCOL_SMB2_02 instead PROTOCOL_SMB2
Stefan Metzmacher
2011-07-12
1
-1
/
+1
*
s3-param Remove special case for global_myname(), rename to lp_netbios_name()
Andrew Bartlett
2011-06-09
1
-2
/
+2
*
s3-talloc Change TALLOC_REALLOC_ARRAY() to talloc_realloc()
Andrew Bartlett
2011-06-09
1
-1
/
+1
*
s3: Fork the echo handler only after SMB1 negprot is done
Volker Lendecke
2011-05-20
1
-0
/
+5
*
BUGFIX when converting from safe_strcpy to strlcpy.
Jeremy Allison
2011-05-04
1
-1
/
+5
*
s3: only include smb profiling where needed.
Günther Deschner
2011-04-14
1
-0
/
+1
*
s3-messages: only include messages.h where needed.
Günther Deschner
2011-03-30
1
-0
/
+1
*
s3-auth: smbd needs auth.h
Günther Deschner
2011-03-30
1
-0
/
+1
*
s3: include smbd/smbd.h where needed.
Günther Deschner
2011-03-30
1
-0
/
+1
*
s3-safe_string: Add checked_strlcpy()
Andrew Bartlett
2011-03-23
1
-1
/
+1
*
s3-server_id: only include server_id where needed.
Günther Deschner
2011-03-02
1
-0
/
+1
*
s3: Fix some nonempty blank lines
Volker Lendecke
2010-12-19
1
-22
/
+22
*
s3-smbd Don't send SPNEGO principal (rfc4178 hint) by default
Andrew Bartlett
2010-12-10
1
-0
/
+3
*
Fix bug discovered with "encryped passwords = no".
Jeremy Allison
2010-11-29
1
-8
/
+1
*
s3: Lift talloc_autofree_context() from make_auth_context_subsystem()
Volker Lendecke
2010-09-26
1
-1
/
+1
[next]