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
*
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
*
s3: use fine grained time in netprot response
Björn Jacke
2010-08-31
1
-3
/
+4
*
s3: Lift smbd_server_fd from reload_services()
Volker Lendecke
2010-08-18
1
-2
/
+2
*
s3: Lift the smbd_messaging_context from reload_services
Volker Lendecke
2010-08-08
1
-2
/
+2
*
s3:smbd: fix valgrind warning, sizeof(16) != 16...
Stefan Metzmacher
2010-08-08
1
-1
/
+1
*
Fix one more data_blob -> data_blob_talloc. Move away from implicit NULL cont...
Jeremy Allison
2010-07-20
1
-2
/
+2
*
Remove gen_negTokenInit() - change all callers to spnego_gen_negTokenInit().
Jeremy Allison
2010-07-19
1
-3
/
+3
*
Move the addition of the 16 byte guid out of spnego_gen_negTokenInit() and
Jeremy Allison
2010-07-19
1
-23
/
+32
*
s3-auth: Simplify how we free the auth_context
Simo Sorce
2010-07-19
1
-2
/
+1
*
s3: Remove procid_self() from reply_negprot()
Volker Lendecke
2010-07-05
1
-1
/
+1
*
s3: Remove serverid_[de]register_self
Volker Lendecke
2010-07-04
1
-2
/
+3
*
s3: Explicitly pass sconn to negprot_spnego()
Volker Lendecke
2010-06-12
1
-3
/
+2
*
s3: Remove some global references to smbd_server_conn
Volker Lendecke
2010-06-12
1
-10
/
+9
*
s3: Fix a long-standing problem with recycled PIDs
Volker Lendecke
2010-03-10
1
-2
/
+2
[next]